|
发表于 2010-7-15 21:55:28
|
显示全部楼层
Post by wstczyl;2103394
fdisk -l
Device Boot Start End Blocks Id System
/dev/hda1 * 1 766 6152863+ 83 Linux
/dev/hda2 767 9729 71995297+ f W95 Ext'd (LBA)
/dev/hda5 1128 5099 31905058+ 7 HPFS/NTFS
/dev/hda6 5100 9729 37190443+ 7 HPFS/NTFS
/dev/hda7 767 1127 2899669+ 82 Linux swap / Solaris
--------------------------------------
boot/menu.lst
..........
title Debian GNU/Linux, kernel 2.6.26-2-686
root (hd0,0)
kernel /boot/vmlinuz-2.6.26-2-686 root=/dev/hda1 ro quiet
initrd /boot/initrd.img-2.6.26-2-686
title Debian GNU/Linux, kernel 2.6.26-2-686 (single-user mode)
root (hd0,0)
kernel /boot/vmlinuz-2.6.26-2-686 root=/dev/hda1 ro single
initrd /boot/initrd.img-2.6.26-2-686
title Win XP
root (hd0,*) 我*处重1-7都写过,还算无法进入win系统。请问该怎么设置?
makeactive
chainloader +1
你的XP启动文件原来应该在hda1,现在你把/boot分在了那,XP没有启动文件了,还能启动?!!! |
|