You are not logged in.
I have faced a booting problem just after upgrading my system last night.
The first time I reboot it halts with such messages:
Booting the kernel.
[0.017252] ACPI:Unable to load the System Desciption Tables
[0.211206] Initramfs unpacking failed: uncompresion error
[0.816567] Kernel panic - not syncing: No init found. Try passing init- option to kernel.
... ...
then I reboot and add "acpi=off" to the kernel line. In this time, it turns to:
Booting the kernel.
[0.243467] Initramfs unpacking failed: uncompression error
[0.849642] Kernel panic - not syncing: No init found. Try passing init- option to kernel.
[0.849693] Pid: 1, comm: swapper/0 Not tainted 3.2.7-1-ARCH #1
... ...
Can anyone give me some help about this problem? Thanks~~
Last edited by yunfei (2012-03-03 14:27:25)
Offline
Try to rebuild the initramfs with; mkinitcpio -p linux
More about this here; https://wiki.archlinux.org/index.php/Mkinitcpio
Offline
Try to rebuild the initramfs with; mkinitcpio -p linux
More about this here; https://wiki.archlinux.org/index.php/Mkinitcpio
I have tried the fallback initramfs but failed also (if adding "acpi=off" the ACPI failed line disappear with other things unchanged), so I don't think it's something about the initramfs.
Offline
[0.211206] Initramfs unpacking failed: uncompresion error
... so I don't think it's something about the initramfs.
Probably not.
Chroot in, do a full update, reinstall udev and rebuild the image just to make sure.
Offline
Maybe check pacman.log for messages or errors?
Offline
I only ever saw that on a non-broken system when I was trying to boot from a CDRom and the kernel didn't have a driver supporting that.
That was an old ubuntu CD. Funny thing is that the new ubuntu CD kernel-panicked ... (turned out I had to add nointremap to the kernel command line...)
Where is your initramfs located? A normal HDD, a RAID, are you trying to boot from a CD or USB stick?
Also: A while ago I think the initramfs was renamed, it's now /boot/initramfs-linux
(I think it used to be kernel26.img?)
So also check your bootloader config (grub?)
You know you're paranoid when you start thinking random letters while typing a password.
A good post about vim
Python has no multithreading.
Offline
My ARCH is installed on a SATA HDD with LVM, and it works before. Maybe something unexpectly happen when I do this fully update. I prepare to boot from CD and then chroot in to check the boot files and pacman logs, but I have no time to deal with it until Sunday. Thanks!
Offline
I chroot in and regenerate the initimage, then the boot problem was sloved. I don't know why it happened, but in the pacman.log it shows that the pacman generates the initimage before upgrading the kernel. It maybe the reason for this problem. Anyway, it was solved.
Offline
I met the same problem on my netbook and pc. I boot with live disk,chroot reinstall package 'linux' and 'udev', and reboot, did not work.
I tried again, chroot and then 'mkinitcpio -p linux', problem fixed!
Help me, Help you
Intel(R) Core(TM) i3 + 3G + GeForce GST 250
Archlinux+musca+tint2+netcfg
Offline