You are not logged in.
hi i did update my system few minute ago ... but after reboot it dont boot anymore and it stuck at starting version 240.
i did some try like booting from live media enter arch-chroot and installing lts-kernel // regenerate initramfs // make new grub .cfg file had no success.... any solution ? is there any way to find out why this problem occurr ?.. note i cant access to tty.
Last edited by ultra2mh (2019-01-14 16:41:36)
Offline
hello, I just recovered from a similar thing.
My issue:
In my case I was running arch inside a virtual machine. I could use my keyboard inside the grub menu but after the error the keyboard doesnt work. The error stated that it couldnt mount the hard disk drive. (I checked fstab and the UUID that was given in the error message is the correct one)
My attempts:
I tried:
mkinitcpio: it didn't resolve my issue
reinstalled the previous linux package with pacman (from the pacman cache). This didn't resolve it either
What worked: (downgrade systemd package)
I was pretty sure that systemd is the problem since that is what changed since my machine was previously working. I couldnt see anything incorrect in the pacman log, so I tried to downgrade to the 239 version of systemd and it worked then.
Rough steps:
- Boot with some other image (arch iso for me)
- Mount your filesystem (standard mount command)
- arch-chroot into the mounted location
- pacman the previous version (pacman -U) of systemd (/var/cache/pacman/pkg and then find the name of the 239 version of systemd)
Sorry for very inaccurate statements (I'm not at my normal machine), but it may help you in the right direction.
I'm quite new to this as well and would like to know what I missed with this update. There was no note (that I'm aware of) that warned me that my system is not ready for 240.
Good luck!
Last edited by ceauke (2019-01-14 08:34:07)
Offline
i downgraded systemd but still have the problem
Offline
do you get any error message? For me I had the text "starting version 240" and then the error of not being able to mount the UUID of my filesystem to the mount point. Then it said something about putting me into an emergency root user with a prompt where the keyboard wasnt working.
Offline
no, my case i have only "starting version 240" and no more information ... and i have only alt ctrl del for restarting it
Offline
Did you try systemd 240.34 which has been released to [core] today?
| alias CUTF='LANG=en_XX.UTF-8@POSIX ' |
Online
sorry man, then I dont know. the failure is different from mine then.
I would read up on systemd and the sequence in which it does things and try to see at which possible stages it could freeze (before providing output) and check system logs.
There's some tips in boot troubleshooting section. see if you can find some detailed log or debug mode.
https://wiki.archlinux.org/index.php/Ge … leshooting
Offline
downgrade to 239.
Offline
thanks all for responses. i fixed my system few moment ago ... in my case the problem was blacklisting 'radeon' in /etc/modprobe.d/blacklist.conf .
i dont know why this occured after today's update .
i comment out related line and the issue is resolved
Last edited by ultra2mh (2019-01-14 16:43:12)
Offline