You are not logged in.
Pages: 1
After full system upgrade my arch is unable to boot kernel:
ERROR: device 'UUID=xxx...' not found, skipping fsck.
ERROR: unable to find root device 'UUID=xxx...'
You're being dropped to a recovery shell
....I'm pretty sure UUID of /dev/sda2 is correct (double checked with Ubuntu live cd).
Last edited by soroush (2012-09-06 12:20:15)
Offline
Try to use /dev/disk/by-uuid/xxx... maybe the UUID shortcut is broken.
| alias CUTF='LANG=en_XX.UTF-8@POSIX ' | alias ENGLISH='LANG=C.UTF-8 ' |
Offline
Same error:
ERROR: device '/dev/disk/by-uuid/xxx...' not found, skipping fsck.Offline
Regenerating initramfs solved the issue.
I think pacman should do this itself ![]()
Offline
Then you need to provide more information. Bootloader? Kernel? Tried fallback initramfs?
Edit: OK, you solved it. pacman does regenerate the initramfs if the kernel is updated. It just didn't work for you this time.
Last edited by progandy (2012-09-06 12:21:55)
| alias CUTF='LANG=en_XX.UTF-8@POSIX ' | alias ENGLISH='LANG=C.UTF-8 ' |
Offline
Pages: 1