You are not logged in.
Troubles on my laptop:
This morning after brushing my teeth I went on with another routine: I pacman -Syu both my Desktop and Laptop (laptop through 'pacserve --multicast'). Both are x86_64.
However things went wrong with the kernel-upgrade on my laptop:
Building of the default and fallback image gave this error:
==> ERROR: invalid kernel specifier: '/boot/vmlinuz-linux'
(I typed the messages from my Laptop screen).
So I checked previous forum-posts and the wiki: managed for the first time to 'chroot' (very good wiki page!) and I was back in my system. However trying to downgrade the kernel with 'pacman -U' from the /var/cache/pacman/pkg gave unfortunately the same error as mentioned above.
I am stuck. Don't like to go a complete re-install for my laptop (many AUR packages etc...). Somebody with a bright - or any - idea as long as it reanimates my Arch install of my laptop...
"Munyal deefan hayre" - patience can cook a stone; Fulfulde proverbe (...and finally a xmonad.hs running
)
Offline
Once you've chrooted in, try the following:
# pacman -S linux
# pacman -S mkinitcpio
# mkinicpio -p linuxAfterwards, reboot and see what the result is.
Burninate!
Offline
Thx Gcool but it's throwing the same error:
==> ERROR invalid kernel specifier: '/boot/vmlinuz-linux' after
pacman -S linux as well as after
mkintcpio -p linux "Munyal deefan hayre" - patience can cook a stone; Fulfulde proverbe (...and finally a xmonad.hs running
)
Offline
Do you have /boot on another partition and / or are you making sure it is mounted?
Best Testing Repo Warning: [testing] means it can eat you hamster, catch fire and you should keep it away from children. And I'm serious here, it's not an April 1st joke.
Offline
Yeah /boot is on another partition and in 'chrooted' environment I have mounted it. The same for /var that is also mounted to have access to '/var/cache'.
"Munyal deefan hayre" - patience can cook a stone; Fulfulde proverbe (...and finally a xmonad.hs running
)
Offline
When you're chrooted in; is your boot partition actually mounted in /boot (and not /mnt/boot or so)?
Burninate!
Offline
Again a yes. I first mounted the various partition and then I 'chroot' from within the /mnt/arch directory with chroot . /bin/bash. Exactly like it's written in the wiki.
That part looks ok , since after an
cd /
ls I see exactly the root directories from my laptop install.
"Munyal deefan hayre" - patience can cook a stone; Fulfulde proverbe (...and finally a xmonad.hs running
)
Offline