uefi安装win7,deepin15双系统后grub没有windows选项
Tofloor
poster avatar
873792861
deepin
2015-12-24 01:13
Author
     如题,首先电脑是GPT+uefi的,电脑上安装有64位的win7。用U盘工具制造好驱动U盘后,在安装时选择 专家模式 ,选择预先分配好的分区挂载上 / 分区,home分区,并格式化,下方引导选择uefi.安装完重启后,grub菜单无windows选项。后来重装deepin选择 引导器  那个选项,选择设备就是整块硬盘,也是没有windows选项的。试过命令:
sudo update-grub  还是没有windows选项。
我之前2014.3安装完是会识别出windows引导项。

----------------------------------------------------再度尝试---------------------------------------------------------
win7被我改回了win8.1,然后再安装deepin 15,选择 引导器  那个选项,直接进win8.1了,然后再次安装deepin 15,选择uefi,能进deepin了,但没有windows选项。
然后我去修改grub.cfg文件,添加以前ubuntu的备份中有关windows的:
menuentry 'Windows Boot Manager (on /dev/sda1)' --class windows --class os $menuentry_id_option 'osprober-efi-B6C4-FB32' {
insmod part_gpt
insmod fat
set root='hd0,gpt1'
if [ x$feature_platform_search_hint = xy ]; then    search --no-floppy --fs-uuid --set=root B6C4-FB32
fi
chainloader /EFI/Microsoft/Boot/bootmgfw.efi
}
set timeout_style=menu
if [ "${timeout}" = 0 ]; then
  set timeout=10
fi

保存重启,选择windows选项,报错,然后过了大约1秒多后进入了windows系统。
留意报错内容:no such devices:B6C4-FB32
我又去修改uuid(ls -l /dev/disk/by-uuid 得到efi分区的uuid)。然而报错can not find file '/EFI/Microsoft/Boot/bootmgfw.efi'。这是怎么回事呢?
各位帮忙想想咯https://bbs.deepin.org/user/4296 https://bbs.deepin.org/user/267 ,@noahsai, https://bbs.deepin.org/user/30896 ,@topzero, 感觉我已经离成功只差一步之遥了。(先前在15 beta专版问过,然而很快沉了,发表的板块不妥

Reply Favorite View the author
All Replies
cxbii
deepin
2015-12-24 19:09
#1
Reply View the author
873792861
deepin
2015-12-24 22:08
#2
01.sudo os-prober

02.sudo update-grub
这两条命令之前用过,可惜没有解决问题
Reply View the author