我最近在我的笔记本电脑上安装了用来擦除grub的窗口。 我不能启动到一个现场CD / USB和更新grub设置,所以我安装了Grub2Win。 设置后,我有一个菜单有2个选项:
Windows 7 Grub for Windows
Windows工作正常。 使用第二个选项,我可以input命令,并按照以下顺序启动Linux:
set root='hd0,msdos1' linux /vmlinuz root=/dev/sda1 initrd /initrd.img boot
但是我无法在启动菜单中添加Linux的条目。 我从“pipe理启动菜单”中添加了一个菜单选项并进行以下设置
Partition Address Drive=0, Partition=1 OS Type = ubuntu OS Graphics = 1024x768 Pause Seconds = 0 Hotkey=none Linux Boot Parameters <empty>
如何将Linux添加到启动菜单,另外值得注意的是,在“pipe理启动菜单”中只有一个选项,它不是Windows或Windows的Grub,但Boot Information and Utilities我已经validation,所做的更改将写入C:\grub2\grub.cfg但是在菜单中没有改变。
更新:我想我误解了grub for windows,grub菜单选项只有在我select“Grub for Windows”时才有效。 我明白了,但同样的问题出现在grub菜单中。 只有Boot Information and Utilities是可见的。