|
debian unstable+win7双系统,最近每次更新grub2后,进入win7总会出现错误提示:
error: no argument specified
虽然按回车键后还是能继续启动,但看着总觉得不爽。后来进debian查看grub.cfg后才发现,grub2自作主张地把windows的启动参数改为了:
- search --no-floppy --fs-uuid [color=red]--set[/color] 32e9cdb2e8cc967e
复制代码
每次更新gurb2都需要自己手动改为:
- search --no-floppy --fs-uuid [color=red]--set=root[/color] 32e9cdb2e8cc967e
复制代码
后win7的启动才会正常。
为什么这个错误存在那么久还不修正? |
|