Skip to content
This repository has been archived by the owner on Jun 28, 2023. It is now read-only.

为什么ntboot不支持光盘? #86

Open
sTeeLM opened this issue Nov 4, 2020 · 1 comment
Open

为什么ntboot不支持光盘? #86

sTeeLM opened this issue Nov 4, 2020 · 1 comment

Comments

@sTeeLM
Copy link
Contributor

sTeeLM commented Nov 4, 2020

不是很明白这里为什么要加这个限制,如果需要支持,需要加什么逻辑?
if (!file->device || !file->device->disk ||
file->device->disk->name[0] != 'h' || !file->device->disk->partition)
{
grub_error (GRUB_ERR_BAD_DEVICE,
"this command is available only for disk devices");
goto fail;
}

@a1ive
Copy link
Owner

a1ive commented Nov 4, 2020

bootmgfw.efi只有在自己位于光盘 eltorito 镜像里面的时候才能启动光盘上的wim。
目前我没有找到让 bootmgfw.efi/bootmgr 启动另外一个光盘上 wim 的方法。

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants