今风
deepin
2020-06-08 22:13 set root='hd0,gpt1' :表示第一块硬盘的第一个gpt分区
换成试试,我的就是这样的
set root= 'hd0,msdos5' :表示第一块硬盘的第一个逻辑分区
换成试试,我的就是这样的
set root= 'hd0,msdos5' :表示第一块硬盘的第一个逻辑分区
Reply Like 0 View the author
https://bbs.deepin.org/post/195690
set root='hd0,gpt1' :表示第一块硬盘的第一个gpt分区
换成试试,我的就是这样的
https://bbs.deepin.org/post/195690
grub2都有自动配置更新的,为何这么弄。自动更新后,想要美化再做点小的修改,不就完美啦。 ...
Popular Ranking
ChangePopular Events
More
那这样的内容应该没有错吧?
insmod part_gpt
insmod fat
set root='hd0,gpt1'
if [ x$feature_platform_search_hint = xy ]; then search --no-floppy --fs-uuid --set=root 0EA5-3E18
fi
drivemap -s (hd0) ${root}
chainloader +1
但每次,grub customizer保存的时候,都提示错误
请问,应该咋样搞?
现在是grub启动菜单上win是废的,总是回到启动菜单,想进入win就得bios里选。