You are not logged in.
After running a system update, including updating the kernel, I can't boot to the new kernel.
On booting, grub loads the kernel image, runs/loads udev, but then fails to mount the root partition with error:
mount: unknown filesystem type 'ext4'
I have tried reinstalling the 'linux' package via packman several times, also trying the --recursive argument to make sure all my dependencies were there, and after days of googling and tweaking my system, I'm at a loss.
Thank goodness I happened to keep a spare kernel laying around in /boot.
Thanks in advance.
Last edited by jackrabbit (2012-03-22 23:25:28)
Offline
The last kernel I can successfully boot is 3.2.11-ARCH otherwise it gets stuck on a black screen. Does anyone know what changed?
Offline
I'm running 3.2.12-1-ARCH fine. Maybe try added ext4 to your MODULES line in /etc/mkinitcpio.conf and recompile it with #mkinitcpio -p linux
D:
Offline
ext4 support must be build-in into kernel,not as module,because you first boot from filesystem,and then it loads the modules ![]()
Offline
The OP can read their partition initially though, it's only after udev that they can't.
Also, try adding "rootfstype=ext4" to your grub kernel line. Is your /boot on a separate partition or part of your / partition?
D:
Offline