Results 21 to 24 of 24
Well Done !!
correct code is
Code:
title Fedora Core 5
rootoverify (hd0, 4 )
chainloader +1
partition count starts from zero. /dev/sda1 is 0 and /dev/sda5 is 4....
- 07-06-2007 #21
Well Done !!

correct code is
partition count starts from zero. /dev/sda1 is 0 and /dev/sda5 is 4.Code:title Fedora Core 5 rootoverify (hd0,4) chainloader +1It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 07-07-2007 #22Just Joined!
- Join Date
- Oct 2006
- Posts
- 38
ok i tried and changed it to (hd0,4) and when i boot it flashes code then goes back to the grub menu.
- 07-07-2007 #23Just Joined!
- Join Date
- Oct 2006
- Posts
- 38
ok i changed the code to this and this is what i get.
Code:root (hd0,4) 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
Back to this
Code:Uncompressing Linux... Ok, booting the kernel. PCI: BIOS BUG #81[00000000] found Red Hat nash version 5.0.32 starting Unable to access resume device (LABEL=SWAP-sdb3) mount: could not find filesystem '/dev/root' setuproot: moving /dev failed: No such file or directory setuproot: error mounting /proc: No such file or directory setuproot: error mounting /sys: No such file or directory switchroot: mount failed: No such file or directory Kernel panic - not syncing: Attempted to kill init!
- 07-07-2007 #24boot in rescue mode and remove 1 fromroot=LABEL=/1kernel /boot/vmlinuz-2.6.15-1.2054_FC5smp ro root=LABEL=/1 rhgb quiet
post the output of fdisk -l command and contents of /etc/fstab fileIt is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First


Reply With Quote
