Author: oseb
Forum: 설치/부팅 관련
Date: 2013-12-20
윈도의 grub이 업데이트 되지 않아서 그런 건 아닌가 모르겠네요
sudo update-grub 하고서 재부팅 한번 해보세요
이게 안 되면 손으로 /boot/grub/grub.cfg을 고쳐줘야 겠지요
하드 두 개가 아니라서 모르겠지만 두번째 하드로 강제지정해야 할 겁니다
menuentry "Windows Boot Manager (UEFI on /dev/sda1)" --class windows --class os {
insmod part_gpt
insmod fat
set root='hd0,gpt1'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt1 --hint-efi=hd0,gpt1 --hint-baremetal=ahci0,gpt1 8AFF-0BD8
else
search --no-floppy --fs-uuid --set=root 8AFF-0BD8
fi
chainloader /EFI/Microsoft/Boot/bootmgfw.efi
}
Forum: 설치/부팅 관련
Date: 2013-12-20
윈도의 grub이 업데이트 되지 않아서 그런 건 아닌가 모르겠네요
sudo update-grub 하고서 재부팅 한번 해보세요
이게 안 되면 손으로 /boot/grub/grub.cfg을 고쳐줘야 겠지요
하드 두 개가 아니라서 모르겠지만 두번째 하드로 강제지정해야 할 겁니다
menuentry "Windows Boot Manager (UEFI on /dev/sda1)" --class windows --class os {
insmod part_gpt
insmod fat
set root='hd0,gpt1'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt1 --hint-efi=hd0,gpt1 --hint-baremetal=ahci0,gpt1 8AFF-0BD8
else
search --no-floppy --fs-uuid --set=root 8AFF-0BD8
fi
chainloader /EFI/Microsoft/Boot/bootmgfw.efi
}