You are not logged in.

#1 2008-05-28 03:13:52

abhinandh
Member
Registered: 2008-03-07
Posts: 29

not booting after kernel upgrade

just did a kernel upgrade and now arch refuses to boot.:(

loading root filesystem module
ERROR attempting to create root device /dev/sda8
unknown
ERROR root filesystem cannot be detected.
root device '/dev/sda8 does not exits,attempting to create it
ERROR failed to parse the blockdevice name for '/dev/sda8'
ERROR unable to create/detect root device '/dev/sda8'
dropping to a recovery shell.....

Offline

#2 2008-05-28 03:24:10

tigrmesh
IRC Op
From: Florida, US
Registered: 2007-12-11
Posts: 794

Re: not booting after kernel upgrade

Can you boot with the fallback kernel?

Offline

#3 2008-05-28 03:25:49

abhinandh
Member
Registered: 2008-03-07
Posts: 29

Re: not booting after kernel upgrade

tigrmesh wrote:

Can you boot with the fallback kernel?

no same prob.

and it is same bug http://bugs.archlinux.org/task/10050

Last edited by abhinandh (2008-05-28 03:31:09)

Offline

#4 2008-05-28 11:20:14

MONVMENTVM
Member
Registered: 2007-10-06
Posts: 50

Re: not booting after kernel upgrade

I had the same problem on my Notebook which still has an IDE hdd. It looks like they changed /dev/sd** for any hdds, to /dev/hd** for IDE disks and /dev/sd** for SATA disks, like it was before.

Try changing /dev/sda8 to /dev/hda8 in your /boot/grub/menu.lst and in /etc/fstab.

Last edited by MONVMENTVM (2008-05-28 11:21:17)

Offline

#5 2008-05-30 14:01:55

cujo
Member
Registered: 2007-03-28
Posts: 45

Re: not booting after kernel upgrade

I don't know if you ever got this problem solved, but I didn't after trying every "fix" I could find on these forums.  I ended up rolling back to the 2.5.24 kernel and the appropriate setup to make it work.  It doesn't seem like anyone has figured out where the general problem is yet.

This bug report sounds eerily similar to the problem I experienced, except I use ext3...

http://bugs.archlinux.org/task/10534

Last edited by cujo (2008-05-30 14:14:36)

Offline

#6 2008-05-31 13:28:18

darehanl
Member
Registered: 2006-09-08
Posts: 24

Re: not booting after kernel upgrade

cujo wrote:

I don't know if you ever got this problem solved, but I didn't after trying every "fix" I could find on these forums.  I ended up rolling back to the 2.5.24 kernel and the appropriate setup to make it work.  It doesn't seem like anyone has figured out where the general problem is yet.

This bug report sounds eerily similar to the problem I experienced, except I use ext3...

http://bugs.archlinux.org/task/10534

I have the same problem, also with ext3. Can you give me pointers on how to roll back to the old kernel? I come from the dpkg world and it usually leaves old kernels around in case the new one fails to boot the machine. I tried the following steps:
1. boot with knoppix
2. mount sda4 (/)
3. mount sda2 (/boot)
4. mount --bind /sys /mnt/sda4/sys
5. mkinitcpio -k 2.6.25-ARCH -g /boot/kernel26.img

and now I'm getting a kernel panic. Here's a typeup of the error messages:

: Running Hook [keymap]
: Loading keymap...done.
: Running Hook [filesystems]
: Loading root filesystem module...ext3
Waiting for devices to settle...done.
: Initramfs completed - control passing to kinit
P-Config: no devices to configure
Waiting 0 s before mounting root device....
init: Cannot open root device sda4(8,4)
init: init not found!
kernel panic - not syncing: Attempted to kill init!

Offline

#7 2008-06-01 00:57:33

darehanl
Member
Registered: 2006-09-08
Posts: 24

Re: not booting after kernel upgrade

darehanl wrote:

I have the same problem, also with ext3. Can you give me pointers on how to roll back to the old kernel? I come from the dpkg world and it usually leaves old kernels around in case the new one fails to boot the machine. I tried the following steps:
1. boot with knoppix
2. mount sda4 (/)
3. mount sda2 (/boot)
4. mount --bind /sys /mnt/sda4/sys
5. mkinitcpio -k 2.6.25-ARCH -g /boot/kernel26.img

Never mind, I added
4.1 mount --bind /dev/ /mnt/sda4/dev/
4.2 mount --bind /proc/ /mnt/sda4/proc/

reinstalled kernel26 and mkinitcpio, and rebuilt the kernel. Things are now working properly.

Offline

#8 2008-06-03 13:02:23

cujo
Member
Registered: 2007-03-28
Posts: 45

Re: not booting after kernel upgrade

Sorry for the delay replying.  Looks like you got it fixed though.  Congrats.

Offline

#9 2008-09-14 21:38:09

idjut
Member
From: Oslo
Registered: 2006-05-15
Posts: 177

Re: not booting after kernel upgrade

darehanl wrote:
darehanl wrote:

I have the same problem, also with ext3. Can you give me pointers on how to roll back to the old kernel? I come from the dpkg world and it usually leaves old kernels around in case the new one fails to boot the machine. I tried the following steps:
1. boot with knoppix
2. mount sda4 (/)
3. mount sda2 (/boot)
4. mount --bind /sys /mnt/sda4/sys
5. mkinitcpio -k 2.6.25-ARCH -g /boot/kernel26.img

Never mind, I added
4.1 mount --bind /dev/ /mnt/sda4/dev/
4.2 mount --bind /proc/ /mnt/sda4/proc/

reinstalled kernel26 and mkinitcpio, and rebuilt the kernel. Things are now working properly.

Did you issue command nr 5 inside of knoppix? It doesn't work here. Help, I want my system back!

EDIT: 4.5 chroot /mnt/sda4

Last edited by idjut (2008-09-15 09:51:52)


Linux user #403491

"Men have called me mad; but the question is not yet settled, whether madness is or is not the loftiest intelligence– whether much that is glorious– whether all that is profound– does not spring from disease of thought– from moods of mind exalted at the expense of the general intellect." - E. A. Poe from Eleonora

Offline

Board footer

Powered by FluxBB