grub icon indicating copy to clipboard operation
grub copied to clipboard

为什么ntboot不支持光盘?

Open sTeeLM opened this issue 3 years ago • 1 comments

不是很明白这里为什么要加这个限制,如果需要支持,需要加什么逻辑? 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; }

sTeeLM avatar Nov 04 '20 10:11 sTeeLM

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

a1ive avatar Nov 04 '20 10:11 a1ive