我正在尝试创建一个多用途 AIO USB 棒以供日常使用。到目前为止,我已经能够让 Mint、Tails 和 Hiren 的启动 CD 都成功地在一个设备上工作,类似于此处的教程:
http://dann.com.br/grub2-multiboot-usb-linux-mint-tails-and-hirens-boot-cd-luks-encrypted-partition/
但是,我在将 Windows 10 添加到此列表中时遇到了麻烦。我做了一些研究,但尚未找到适合 Windows 10 的解决方案。
有没有办法将菜单项添加到 grub.cfg 以使其工作,或者是否有更详细的解决方案。
提前感谢任何帮助。
编辑:
我已设法使用以下菜单项来启动 iso:
set root=(hd0,msdos5) #this may be different based on which partition the iso files are currently on
insmod ntldr
ntldr /bootmgr
唯一的问题是,一旦我选择安装,就会出现以下错误:
A media driver your computer needs is missing. This could be a DVD, USB
or Hard disk driver. If you have a CD, DVD, or USB flash drive with the driver on it,
please insert it now.
因此,在启动安装过程后,它无法正确读取文件。
编辑2:
我能够通过 YUMI 让整个事情运转起来。