|
楼主 |
发表于 2006-6-21 14:07:28
|
显示全部楼层
Re: 为什么用boot.ini引导fedora失败了??
[quote:d5ef11a839="npcomet"][quote:d5ef11a839="fayewongzx"]我先输入
dd if=/dev/hda4 bs=512 count=1 of=/root/linux.lin
再把linux.lin放到c:\
在boot.ini加入C:\linux.LIN="fedora"
但是开机选fedora时会重启
linux.LIN已放到附件[/quote]
/hda4?如果安装到mbr应该是/hda
如果没有安装在mbr就用fdisk -l检查/分区的位置
一般来说是不回出现/hda4的,除非分的好几个主分区[/quote]
请看下边,我该怎么选?? 我用两个硬盘 windows和fedora装在hda上
[root@localhost root]# fdisk -l
Disk /dev/hdd: 120.0 GB, 120034123776 bytes
255 heads, 63 sectors/track, 14593 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot Start End Blocks Id
System
/dev/hdd1 1 6374 51199123+ 7
HPFS/NTFS
/dev/hdd2 6375 14593 66019117+ f
Win95 Ext'd (LBA)
/dev/hdd5 6375 10198 30716248+ 7
HPFS/NTFS
/dev/hdd6 10199 14593 35302806 7
HPFS/NTFS
Disk /dev/hda: 74.4 GB, 74463460352 bytes
255 heads, 63 sectors/track, 9053 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot Start End Blocks Id
System
/dev/hda1 * 1 1208 9703228+ 7
HPFS/NTFS
/dev/hda2 1913 5736 30716248+ 7
HPFS/NTFS
/dev/hda3 5737 9052 26635770 f
Win95 Ext'd (LBA)
/dev/hda4 1209 1912 5654880 83
Linux
/dev/hda5 5737 9052 26635738+ 7
HPFS/NTFS
Partition table entries are not in disk order
[root@localhost root]# |
|