|
发表于 2006-8-3 00:54:21
|
显示全部楼层
sd肯定是不对的,
应该是
title Windows XP
rootnoverify (hdX,0)
chainloader +1
X是几我就想不清了。可以进入grub查:
/sbin/grub
GNU GRUB version 0.97 (640K lower / 3072K upper memory)
[ Minimal BASH-like line editing is supported. For the first word, TAB
lists possible command completions. Anywhere else TAB lists the possible
completions of a device/filename.]
grub> cat
Error 1: Filename must be either an absolute pathname or blocklist
grub> cat (hd (按tab键)
Possible disks are: hd0 hd1
grub> cat (hd0,
Possible partitions are:
Partition num: 0, Filesystem type unknown, partition type 0x7
Partition num: 1, Filesystem type is ext2fs, partition type 0x83
Partition num: 2, Filesystem type unknown, partition type 0xfd
Partition num: 4, Filesystem type unknown, partition type 0x7
partition type 0x7标示是NTFS格式的分区。 |
|