|
机器只有一块160G的SATA硬盘,分区情况如下;
[root/@localhost root]# fdisk -l
Disk /dev/sda: 160 GB, 160041885696 bytes
255 heads, 63 sectors/track, 19457 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot Start End Blocks Id System
/dev/sda1 * 1 2550 20482843+ c Win95 FAT32(lba)
/dev/sda2 2551 19457 135805477+ f win95 ext'd(lba)
/dev/sda5 2551 7734 41640448+ 83 linux
/dev/sda6 7735 8256 4192933+ 82 linux swap
/dev/sda7 8257 12718 35840983+ b win95 fat32
/dev/sda8 12719 19457 54130986 b win95 fat32
先安装了winxp在 c 盘上, 然后安装redhat as3,安装grub的时候就只有redhat的引导,没有发现windows。
安装后只能启动linux,我修改了grub.conf,增加了
title winxp
root(hd0,0)
chainloader +1
启动的时候选择winxp无效,哪位老大能帮一下看看如何能够做到双启动吗?
谢了
|
|