![Grub을 사용하여 Windows 7 파티션으로 부팅할 수 없습니다](https://linux55.com/image/43143/Grub%EC%9D%84%20%EC%82%AC%EC%9A%A9%ED%95%98%EC%97%AC%20Windows%207%20%ED%8C%8C%ED%8B%B0%EC%85%98%EC%9C%BC%EB%A1%9C%20%EB%B6%80%ED%8C%85%ED%95%A0%20%EC%88%98%20%EC%97%86%EC%8A%B5%EB%8B%88%EB%8B%A4.png)
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
작업이 완료되었습니다.