Results 11 to 16 of 16
i am using fedora5 but can't boot
wat i've done is
root (hd0,5)
kernel /boot/vmlinuz-2.6.15-1.2054_FC5 ro root=LABEL=/ rhgb quiet
but it says file not found...
though partition is recognised correctly...
...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 01-18-2007 #11Just Joined!
- Join Date
- Jan 2007
- Posts
- 9
re:cant boot
i am using fedora5 but can't boot
wat i've done is
root (hd0,5)
kernel /boot/vmlinuz-2.6.15-1.2054_FC5 ro root=LABEL=/ rhgb quiet
but it says file not found...
though partition is recognised correctly...
pl help!!
- 01-18-2007 #12Just Joined!
- Join Date
- Jan 2007
- Posts
- 9
re
do i need to modify grub.conf???
how to do that?
- 01-18-2007 #13
re-install GRUB and check if it works.
boot up from Fedora Installation CD and execute this code at boot: prompt
press Ctrl+D two times.Code:linux rescue chroot /mnt/sysimage grub-install /dev/hda
in case it doesn't work, post the contents of grub.conf file and output of 'fdisk -l' command.
CasperIt is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 01-18-2007 #14Just Joined!
- Join Date
- Jan 2007
- Posts
- 9
here's the grub.conf output
# 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,7)
# kernel /vmlinuz-version ro root=/dev/VolGroup00/LogVol00
# initrd /initrd-version.img
#boot=/dev/sda
default=1
timeout=5
splashimage=(hd0,7)/grub/splash.xpm.gz
#hiddenmenu
title Fedora Core 5 (2.6.15-1.2054_FC5smp)
root (hd0,7)
kernel boot/vmlinuz-2.6.15-1.2054_FC5smp ro root=LABEL=/1 rhgb quiet
initrd boot/initrd-2.6.15-1.2054_FC5smp.img
title Windows XP
rootnoverify (hd0,0)
chainloader +1
- 01-18-2007 #15Just Joined!
- Join Date
- Jan 2007
- Posts
- 9
and btw it said 'fdisk -l' is aan unrecognised command...??
- 01-19-2007 #16
you must be logged in as root and 'fdisk -l' <-- its small 'L'.
CasperIt is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First


Reply With Quote
