Page 1 of 1

[SOLVED] Can't boot kernel 3.2.1-desktop

PostPosted: Jan 25th, '12, 10:52
by hallergard
Newbe, just migrated from Mandriva 2010.2, added the Cauldron repos and applied "urpmi --replacefiles --auto-update --auto". Booting with the old kernel (vmlinuz-2.6.38.8-desktop-9.mga) works okay, but with the same boot command line for vmlinuz-3.2.1-desktop-1.mga2 or vmlinuz-3.2.1-desktop-2.mga2 this happens:
Code: Select all
dracut Warning:  Unable to process initqueue.
"/dev/disk/by-uid/137ba20a-e9b7-4c9f-a3c5-77b9bb8a185a" does not exist
Dropping to debug shell
sh: canẗ access tty;  job control turned off

Removed "quiet splash=silent" from the boot command line in menu.lst to look for other clues, but did not get any. Changed root=UUID=137ba20a-... for root=/dev/sdb3 and corresponding entries in /etc/fstab, but now I instead get this message:
Code: Select all
"dev/sdb3" does not exist

Help would be very much appreciated

Re: Can't boot kernel 3.2.1-desktop

PostPosted: Jan 25th, '12, 12:16
by doktor5000
A direct upgrade path from Mandriva 2010.2 is not really supported, you should have upgraded to Mageia 1 first, and then to Cauldron.
Maybe you might want to look at https://www.zarb.org/pipermail/mageia-d ... 11416.html but in general i think your initrd's
need to be regenerated, you could try with booting the older kernel, completely updating the system and then do the following as root:
Code: Select all
bootloader-config --action rebuild-initrds

Re: Can't boot kernel 3.2.1-desktop

PostPosted: Jan 25th, '12, 14:47
by hallergard
Maybe I was unclear, I did first migrate to Mageia 1, and from there added the Cauldron repos and applied "urpmi --replacefiles --auto-update --auto". Your suggestion to rebuild the initrds worked splendidly! Thank you very much dr5000!