Hi,
I know this general theme pops up again and again but I seem to be having trouble finding and working out the correct partitions, and right now I can't access either of my windows drives.
To start with I had two windows installations on seperate partitions on one serial ATA drive.
Win2k (primary partition)
WinXP-64 (secondary partition)
I'd been wanting to mess with Linux for a while so I decided to download a distro and try it out.
I've installed Fedora 4 on a seperate 14gb drive out of an old system, as to not mess up my windows installations. However, after installation it appears that it HAS in fact messed up my windows installs, which leaves me with a big problem.
Win2k and xp64 don't even play nice together!
I'm assuming nothing has been overwritten except what was required to install GRUB, however I get the standard failure to load, the system just displays the last few lines of grub.conf and nothing happens.
i've tried editing it around and keep getting the " Error 1 : Filename must be either an absolute pathname or blocklist" and i'm more or less at my wit's end here. It's not that I feel anything is particularly broken - just way too fiddly!
Quote:
# 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 (hd0,0)
# kernel /vmlinuz-version ro root=/dev/Linux_Volume_Grp/Root
# initrd /initrd-version.img
#boot=/dev/hdb
default=1
timeout=5
splashimage=(hd0,0)/grub/splash.xpm.gz
hiddenmenu
title Fedora Core (2.6.11-1.1369_FC4)
root (hd0,0)
kernel /vmlinuz-2.6.11-1.1369_FC4 ro root=/dev/Linux_Volume_Grp/Root rhgb quiet
initrd /initrd-2.6.11-1.1369_FC4.img
title Windows
rootnoverify (hd1,0)
chainloader (hd1,0)
|
Here is my grub.conf
and here is the results of fdisk -l
Quote:
Disk /dev/hdb: 15.3 GB, 15393079296 bytes
255 heads, 63 sectors/track, 1871 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot Start End Blocks Id System
/dev/hdb1 * 1 522 4192933+ 83 Linux
/dev/hdb2 523 1871 10835842+ 8e Linux LVM
Disk /dev/sda: 200.0 GB, 200048565760 bytes
255 heads, 63 sectors/track, 24321 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot Start End Blocks Id System
/dev/sda1 * 1 15397 123676371 7 HPFS/NTFS
/dev/sda2 15398 24320 71673997+ f W95 Ext'd (LBA)
/dev/sda5 15398 24320 71673966 7 HPFS/NTFS
|
Basically, I need to work out where /dev/sda1 is as far as GRUB is concerned, correct?
Many thanks in advance, and i'm sorry to ask for help on such a well-covered topic.