Making Fedora Core 2 and Windows play well together
Posted Sep 22, 2004 12:44 UTC (Wed) by
harrylime (guest, #24891)
Parent article:
Making Fedora Core 2 and Windows play well together
Help, I've added a new hard drive (160g hitatchi) for fedora 2
sfdisk -d /dev/hda brings up;
# partition table of /dev/hda
unit: sectors
/dev/hda1 : start= 63, size=120101877, Id= c, bootable
/dev/hda2 : start= 0, size= 0, Id= 0
/dev/hda3 : start= 0, size= 0, Id= 0
/dev/hda4 : start= 0, size= 0, Id= 0
whilst sfdisk -d /dev/hdb brings up;
# partition table of /dev/hdb
unit: sectors
/dev/hdb1 : start= 63, size=268430022, Id=42
/dev/hdb2 : start=268430085, size= 208845, Id=83, bootable
/dev/hdb3 : start=268638930, size= 3132675, Id=82
/dev/hdb4 : start=271771605, size= 49897890, Id= f
/dev/hdb5 : start=271771668, size= 49897827, Id=83
grub.conf is;
# grub.conf generated by anaconda
#
# Note that you do not have to rerun grub after making changes to this file
# NOTICE: You have a /boot partition. This means that
# all kernel and initrd paths are relative to /boot/, eg.
# root (hd1,1)
# kernel /vmlinuz-version ro root=/dev/hdb5
# initrd /initrd-version.img
#boot=/dev/hda
default=0
timeout=10
splashimage=(hd1,1)/grub/splash.xpm.gz
title Fedora Core (2.6.5-1.358)
root (hd1,1)
kernel /vmlinuz-2.6.5-1.358 ro root=LABEL=/ rhgb quiet
initrd /initrd-2.6.5-1.358.img
title Other
rootnoverify (hd0,0)
chainloader +1
I've tried adding "makeactive" and "rootnoverify (hd0,1)" which dont work!
can I adjust the sfdisk command etc, can anyone help!!!!!
(
Log in to post comments)