grub 문제입니다.
[root@localhost root]# fdisk -l
Disk /dev/hda: 30.0 GB, 30020272128 bytes
255 heads, 63 sectors/track, 3649 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot Start End Blocks Id System
/dev/hda1 * 1 2550 20482843+ c Win95 FAT32 (LBA)
/dev/hda2 2551 3442 7164990 83 Linux
/dev/hda3 3443 3475 265072+ 82 Linux swap
/dev/hda4 3476 3649 1397655 f Win95 Ext'd (LBA)
/dev/hda5 3476 3649 1397623+ 83 Linux
Disk /dev/hdb: 8622 MB, 8622931968 bytes
255 heads, 63 sectors/track, 1048 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot Start End Blocks Id System
/dev/hdb1 * 1 127 1020096 83 Linux
/dev/hdb2 128 1048 7397932+ c Win95 FAT32 (LBA)
위와 같은 상황입니다. 제가 보기에는 default booting이 윈도우즈가 되어야 하는데 이게 성질나게도 계속 리눅스로 뜹니다.
*참고하시도록 제꺼 /etc/grub.conf 파일 하나 더 올립니다.
1 # grub.conf generated by anaconda
2 #
3 # Note that you do not have to rerun grub after making changes to this f ile
4 # NOTICE: You do not have a /boot partition. This means that
5 # all kernel and initrd paths are relative to /, eg.
6 # root (hd0,1)
7 # kernel /boot/vmlinuz-version ro root=/dev/hda2
8 # initrd /boot/initrd-version.img
9 #boot=/dev/hda
10 default=0
11 timeout=5
12 splashimage=(hd0,1)/boot/grub/splash.xpm.gz
13 title Fedora Core (2.4.22-1.2115.nptl)
14 root (hd0,1)
15
16 kernel /boot/vmlinuz-2.4.22-1.2115.nptl ro root=LABEL=/ rhgb
17 initrd /boot/initrd-2.4.22-1.2115.nptl.img
18 title windows
19 rootnoverify (hd0,0)
20 makeactive
21 chainloader +1
뭐가 문제일까요...?
Default 값이 0으로 되어있어서 그렇습니다.하드의 어느 파티션에
Default 값이 0으로 되어있어서 그렇습니다.
하드의 어느 파티션에 있는냐는 default boot와 상관이 없습니다.
13번째 줄의 title 부분이 0값이 되고,
18번째 줄의 title 부분이 1값이 됩니다.
따라서 18~21줄을 13줄 위에 써주시던지, 아니면 default=1로 수정하세요.
참.. 윗글은 제가 적었습니다.. :oops:
참.. 윗글은 제가 적었습니다.. :oops:
고맙습니다.^^
고맙습니다. 덕분에 윈도 부팅이 가능하게 됐네요... 저번에 봤었는데 인사가 늦었습니다.
댓글 달기