Getting Error "fsck.ext3 Unable to resolve 'LABEL=boot'" during Booting...
Hi,
PROBLEM:
On Booting FC4 just after successful initializaton of Hardware 'fsck' is launched which detects no errors but suddenly I see an ERROR being reflected after that...
"fsck.ext3 Unable to resolve 'LABEL=boot'"
DETAILS:
I have created a Dual Booting system between Windows XP and Fedora Core 4 on my Laptop (HP dv2000-SATA based HDD); such that NTLDR is launched first and Displays its OS Selection Menu (b/w Windows XP and FC4) and then on selecting FC4 GRUB Menu is launched.
Partitioning done is as follows-
sda1- Windows XP
sda6-/boot (ext3)~200 Mb
sda7-swap~2Gb
sda8-/ (ext3)~20Gb
Windows XP was installed first on "sda1" partition sector therefore NTLDR was already there on the MBR. I have installed GRUB on my Boot sector (sda6) rather than MBR.
Initialy, I had created a copy of my boot sector as "linux.bin" using command
"dd if=/dev/sda6 of=linux.bin bs=512 count=1"
Then copied linux.bin in my c: drive i.e sda1 and updated configuration file of NTLDR i.e boot.ini as follows-
[boot loader]
timeout=30
default=multi(0)disk(0)rdisk(0)partition(1)\WINDOWS
[operating systems]
multi(0)disk(0)rdisk(0)partition(1)\WINDOWS="Microsoft Windows XP Home Edition" /noexecute=optin /fastdetect
c:\linux.bin="Fedora Core 4"
Below is my menu.lst/grub.conf file-
# 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,5)
# kernel /vmlinuz-version ro root=/dev/sda8
# initrd /initrd-version.img
#boot=/dev/sda6
default=1
timeout=5
splashimage=(hd0,5)/grub/splash.xpm.gz
hiddenmenu
title Fedora Core 4 (2.6.11-1.1369_FC4)
root (hd0,5)
kernel /vmlinuz-2.6.11-1.1369_FC4 ro root=LABEL=/ rhgb quiet
initrd /initrd-2.6.11-1.1369_FC4.img
title Windows XP
rootnoverify (hd0,0)
chainloader +1
NOTE: I needed above style of booting so that my Windows XP is always in bootable condition and i could independently do programming of Linux Kernel
I am new to compilation of Linux Kernel and Kernel programming, this is to avoid messing up with Windows XP which is freaquently required for other for other purposes,
Please extend your helping hands...it is really urgent for me to solve this problem.
Thanks In Anticipation
Salil
|