Fedora This forum is for the discussion of the Fedora Project. |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
 |
08-16-2006, 02:25 AM
|
#1
|
LQ Newbie
Registered: Jun 2006
Posts: 15
Rep:
|
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
|
|
|
08-17-2006, 03:33 AM
|
#2
|
Member
Registered: Aug 2004
Location: India
Distribution: Redhat 9.0,FC3,FC5,FC10
Posts: 257
Rep:
|
Hi Salil,
This means that there's some kind of filesystem corruption on your Linux partitions.If its LABEL=boot then I think it means your boot partition namely
sda6-/boot (ext3)~200 Mb
is corrupted or has some bad sectors. What you probably need to do is to pop in the Linux CD...go into Rescue mode and manually run an fsck on /boot which should clean up whatever problems there are.
Reboot into Linux and see what happens....If this doesnt work just put in your /etc/fstab file contents here....along with what other error messages you get.
Cheers
Arvind
|
|
|
08-21-2006, 03:54 AM
|
#3
|
LQ Newbie
Registered: Jun 2006
Posts: 15
Original Poster
Rep:
|
Thanks Arvind,
It really came out to be a Trivial problem....I was able to solve it. Actually during installation I had given wrong LABEL=\boot to boot partition; it should have been LABEL=/boot.
This caused a mess up when "fsck" ran initially during startup; actually it was not able to recognize the boot partition by the LABEL name present within "fstab",since partition with LABEL=\boot never existed; what was existing LABEL=/boot.
I simply corrected LABEL name with "e2label" utility by going in "linux rescue" mode....and bing it worked....
Thanks for the help extended...
|
|
|
08-21-2006, 09:39 AM
|
#4
|
Member
Registered: Aug 2004
Location: India
Distribution: Redhat 9.0,FC3,FC5,FC10
Posts: 257
Rep:
|
Good stuff .. hmm e2label ... new one there .. and the learning continues...
Cheers
Arvind
|
|
|
All times are GMT -5. The time now is 10:44 AM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|