GRUB에서 운영 체제를 부팅하려고 하면 Windows 7 BOOTMGR이 누락됩니다. 저는 파티셔닝 등의 전문가와는 거리가 멀기 때문에 다음은 gparted의 이미지입니다.
복사-붙여넣기 /boot/grub/menu.lst
:
# general configuration:
timeout 10
default 0
color light-blue/black light-cyan/blue
# boot sections follow
# each is implicitly numbered from 0 in the order of appearance below
#
# TIP: If you want a 1024x768 framebuffer, add "vga=773" to your kernel line.
#
#-*
# (0) Arch Linux
title Arch Linux
root (hd0,4)
kernel /vmlinuz-linux root=/dev/sda4 ro
initrd /initramfs-linux.img
# (1) Arch Linux
title Arch Linux Fallback
root (hd0,4)
kernel /vmlinuz-linux root=/dev/sda4 ro
initrd /initramfs-linux-fallback.img
# (2) Windows
title Windows Seven 64bit
rootnoverify (hd0,2)
#makeactive
chainloader +1
누군가 나에게 이 문제를 해결하기 위한 올바른 방향을 가르쳐 주네요...
rootnoverify (hd0,1)
편집: 이것을 로 변경했는데 rootnoverify (hd0,2)
결과적으로 이제 부팅을 시도한 후 즉시 시스템이 재부팅됩니다. (BIOS 화면으로 바로 돌아가기)...
답변1
chainloader(hd0,0)+1
작업이 완료되었습니다.