I am new to Linux but not Unix (Solaris). I have read a lot of discussion threads and answers posted by Danleff before installing FC4 on my dual hard disk system and still managed to mess something up, such that my Linux won't boot. Below are the details...
1. I have a Compaq Presario 6000 series. I have two drives in my system. Primary (hda - 160 GB) and a primary slave (hdb - 80 GB).
2. I have an XP home edition on my hda. I installed FC4 on the hdb.
3. During the FC4 installation, I choose to install GRUB on the MBR of hda.
4. I added my XP system as another system during the FC4 installation and instructed GRUB to make my XP boot as default.
After the installation was complete, I rebooted and it booted XP without any GRUB splash screen. I realize that I have installed Norton GoBack (a system recovery software) that hooks the MBR on the primary drive partition.
So I uninstalled Norton GoBack and reinstalled FC4 as above.
This time, during installation of FC4, it automatically saw my XP system as "other" system. I renamed this to "XP" and made it my default boot system in the GRUB implementation.
After the installation, I still do NOT get the GRUB splash screen.
My boot order is - CD, Floppy and hda. My bios does NOT have option to boot from hdb (don't know why).
hdb1 is my FC4 boot partition and has following entries...
folder lost+found
folder grub
file initrd-2.6.11-1.1369_FC4.img
file System.map-2.6.11-1.1369_FC4
file config-2.6.11-1.1369_FC4
file vmlinuz-2.6.11-1.1369_FC4
My GRUB.conf is as below
________________________
# 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,0)
# kernel /vmlinuz-version ro root=/dev/VolGroup00/LogVol00
# initrd /initrd-version.img
#boot=/dev/hda
default=1
timeout=5
splashimage=(hd1,0)/grub/splash.xpm.gz
hiddenmenu
title Fedora Core (2.6.11-1.1369_FC4)
root (hd1,0)
kernel /vmlinuz-2.6.11-1.1369_FC4 ro root=/dev/VolGroup00/LogVol00 rhgb quiet
initrd /initrd-2.6.11-1.1369_FC4.img
title Windows XP
rootnoverify (hd0,0)
chainloader +1
__________________________
My device.map is as below
__________________________
# this device map was generated by anaconda
(fd0) /dev/fd0
(hd0) /dev/hda
__________________________
Any pointers to solve my issue would be very helpful.
Sorry for this long note.
Thanks,
AAK