Fedora Linux Support Community & Resources Center
  #1  
Old 18th May 2008, 05:28 PM
sergiorosales Offline
Registered User
 
Join Date: Jun 2005
Posts: 9
Unhappy no boot after update fedora 9

Hello

After install update fedora 9 from fedora 8 in my lapton (acer, travel mate 4420) the grub fail and repair using grub-install. Then work fine and the system made the first update (kernel, etc), and when reboot I obtaine the next message:

Decompressing Linux .... done.
Booting the Kerne.
REd Hat Version nash version 6.0.52 starting
hub 1-0:1-0: unable to enumatrate USB device on port 8
Unable to access resume device (/dev/dm-1)
mount: could noty find filesystem '/dev/root'
setuproot: moving /dev failed: No such file or directory
setuproot: error mounting /proc/: Nos such file or directory
...
...

And stop the booting.

I apreciated any help

Thanks
Reply With Quote
  #2  
Old 18th May 2008, 09:07 PM
sergiorosales Offline
Registered User
 
Join Date: Jun 2005
Posts: 9
Hi

I continue cheking, and when booting with the previous kernel don't have the problem, only in the last kernel

My machine is a Acer Lapton Intel coredou with 2 Gb of RAM
Reply With Quote
  #3  
Old 18th May 2008, 09:50 PM
stevea's Avatar
stevea Offline
Registered User
 
Join Date: Apr 2006
Location: Ohio, USA
Posts: 8,346
The messages indicate that grub loaded the kernel & initrd, but could not find your root file system (an LVM).

Did you just select a different kernel at the grub prompt and then succeed ?
If so I'd suggest you use yum and erase the newer kernel and re-install it.
You'll probably get the same result, but it's just possible that the new initrd wasn't
properly outfitted.

Can you explain the "usb" message ? Are you using a usb drive ?
Reply With Quote
  #4  
Old 8th June 2008, 07:06 AM
lynnevan Offline
Registered User
 
Join Date: May 2005
Location: boise,id
Age: 71
Posts: 92
Unhappy

Quote:
Originally Posted by stevea
The messages indicate that grub loaded the kernel & initrd, but could not find your root file system (an LVM).

Did you just select a different kernel at the grub prompt and then succeed ?
If so I'd suggest you use yum and erase the newer kernel and re-install it.
You'll probably get the same result, but it's just possible that the new initrd wasn't
properly outfitted.

Can you explain the "usb" message ? Are you using a usb drive ?
STEVEA
I have the same problem as "sergiorosales". Running Fed8 on a desktop updatingto latest kernel -> from 2.6.24.7-92.fc8 -> 2.6.25.4-10.fc8. The USB message is only a symptom. In my case it's a scanner. I unplug it and that message goes away, but still fails as seriorosales points out. I can still boot the old kernel. Have already used yum to uninstall new kernel, then downloaded it again via the automatic update facility (pirute?). Same problem - panic before the console finishes loading. No LVM here. fed8 is (hd1,1). Through grub> during boot, no problems setting root, kernel, or initrd. But after typing boot, -->>
Quote:
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
Have twice run "e2fsck -f -y -v /dev/sdb2" w/ no surprises.

Any help, suggestions, ideas greatly appreciated!!

ps: upgraded kernel of another desktop fed8 (same mobo, cpu, ram, video card) and biggest problem was getting NVIDIA running again. No kernel problems.

Thanks for any ideas or leads.

lynnevan
Reply With Quote
  #5  
Old 8th June 2008, 08:18 AM
lynnevan Offline
Registered User
 
Join Date: May 2005
Location: boise,id
Age: 71
Posts: 92
FIXED!!

My problem was self-inflicted. I never let the OS write to my mbr, so I was saving time by copying the new boot kernel into my grub floppy & pendrive from the computer that had already upgraded. The problem was in the root=LABEL= ******. The one that was upgraded was root=LABEL=fedright. The one I was having trouble with is called "fedleft". So when fedleft went looking for "fedleft" and found "fedright", it naturally freaked out.
After I fixed that, I ran nvidia-installer -a --update and I'm up and running!!

Hope sergiorosales problem is as simple.

Here's and easy was to rewrite the mbr (stolen from mandriva) called install.sh run from the grub dir -

Put this in a text editor and chmod 755 and copy it into /boot/grub.

grub --device-map=/boot/grub/device.map --batch <<EOF
root (hd1,1) --------------------------------------------<<<<<change this as necessary!!
setup --stage2=/boot/grub/stage2 (hd0)
quit
EOF

Then just run "sh install.sh."

Hope this helps.

good luck!

lynnevan
Reply With Quote
  #6  
Old 27th December 2008, 10:19 PM
JotaBr Offline
Registered User
 
Join Date: Nov 2008
Posts: 1
I had fixed that changing entry for swap into /etc/fstab. It's now:

tmpfs /dev/shm tmpfs defaults 0 0
devpts /dev/pts devpts gid=5,mode=620 0 0
sysfs /sys sysfs defaults 0 0
proc /proc proc defaults 0 0
/dev/dm-0 / ext3 defaults 1 1
#Entry for /dev/sda3 :
UUID=f1e13c99-da4e-4d12-85cb-fffea6aff49d /boot ext3 defaults 12
#Entry for swap
/dev/VolGroup01/LogVol01 swap swap defaults 0 0
#Entry for /dev/sda2 :
UUID=2C88743C8874071C /media/HP_RECOVERY ntfs-3g ro,locale=en_US.UTF-8 00
#Entry for /dev/sda1 :
UUID=9C08795108792B80 /media/Vista ntfs-3g defaults,locale=en_US.UTF-8 00

Then I had executed (for x86_64):

/sbin/mkinitrd -f initrd-2.6.27.7-134.fc10.x86_64.img 2.6.27.7-134.fc10.x86_64
Reply With Quote
Reply

Tags
boot, fedora, update

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
fedora 11 _DO_NOT BOOT after update Nyan Using Fedora 9 14th September 2009 07:27 AM
Fedora 11 Kernel 217 won't boot after update calzoneman Installation and Live Media 2 23rd August 2009 03:24 AM
Fedora 11 Update slowed down my boot up Silpheed2K Using Fedora 20 20th August 2009 08:21 PM
fedora 9 won't boot after general update trisfores6 Using Fedora 29 26th June 2008 12:14 AM
fedora 5 won't boot after kernel update nicc9 Installation and Live Media 42 1st November 2006 08:24 AM


Current GMT-time: 12:46 (Wednesday, 19-06-2013)

TopSubscribe to XML RSS for all Threads in all ForumsFedoraForumDotOrg Archive
logo

All trademarks, and forum posts in this site are property of their respective owner(s).
FedoraForum.org is privately owned and is not directly sponsored by the Fedora Project or Red Hat, Inc.

Privacy Policy | Term of Use | Posting Guidelines | Archive | Contact Us | Founding Members

Powered by vBulletin® Copyright ©2000 - 2012, vBulletin Solutions, Inc.

FedoraForum is Powered by RedHat