|
我的系统两块硬盘,Primary Slave是一块IDE的硬盘,安装了Ubuntu 8.04,还有 一块SATA硬盘,安装了WINXP。
fdisk -l的显示如下:
代码:
$ sudo fdisk -l
Disk /dev/sda: 120.0 GB, 120034123776 bytes
255 heads, 63 sectors/track, 14593 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0xf0b1ebb0
Device Boot Start End Blocks Id System
/dev/sda1 * 1 243 1951866 82 Linux swap / Solaris
/dev/sda2 244 14593 115266375 5 Extended
/dev/sda5 244 14593 115266343+ 83 Linux
Disk /dev/sdb: 250.0 GB, 250059350016 bytes
255 heads, 63 sectors/track, 30401 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0x1ba41ba3
Device Boot Start End Blocks Id System
/dev/sdb1 * 1 3824 30716248+ 7 HPFS/NTFS
/dev/sdb2 3825 30401 213479752+ f W95 Ext'd (LBA)
/dev/sdb5 3825 14278 83971723+ 7 HPFS/NTFS
/dev/sdb6 14279 30401 129507966 7 HPFS/NTFS
menu.lst文件的Ubuntu和windows部分的代码如下:
代码:
title Ubuntu 8.04.1, kernel 2.6.24-21-generic
root (hd0,4)
kernel /boot/vmlinuz-2.6.24-21-generic root=UUID=7fab4bcf-a237-42b0-b51f-254d42fea748 ro splash noapic locale=zh_CN vga=792 quiet
initrd /boot/initrd.img-2.6.24-21-generic
quiet
title Microsoft Windows XP Professional
rootnoverity (hd1,0)
savedefault
makeactive
chainloader +1
boot
目前Windows 无法引导,请教一下,windows部分的menu.lst应该怎么写。 |
|