18
submitted 1 week ago* (last edited 1 week ago) by Lawanda@lemy.lol to c/linux4noobs@programming.dev

Multiple systemd unit failed to start and then systemd hang boot log at github gist

what I did before I ended up here

  • changed boot partion
  • modified /etc/fstab
  • disabled SELinux (I thought file label problem)

[!NOTE] If I add <space>3 at end of kernel command line I will end up with

mmap: Permission denied
mmap: Permission denied

and prompt for username and I can't log; I don't reach password prompt

you are viewing a single comment's thread
view the rest of the comments
[-] Lawanda@lemy.lol 1 points 1 week ago* (last edited 1 week ago)

I did both, and I don't know what I should do next.

Edit: grammar

[-] DeltaWingDragon@sh.itjust.works 1 points 3 days ago
  1. Boot live USB
  2. Find the correct partitions using lsblk (you may only need the root partition)
  3. Mount them (root goes on /mnt, others go within the root)
  4. chroot /mnt (if permission denied, run it with sudo)
  5. Search the logs or journals for the error (journald was the first to fail, maybe check its logs first)

If you get errors like "no proc filesystem mounted", then you also need to mount special filesystems before entering the chroot. Run these commands as root:

mount /proc -t proc /mnt/proc
mount /sys -t sysfs /mnt/sys
mount /dev -t devtmpfs /mnt/dev
this post was submitted on 25 May 2025
18 points (100.0% liked)

linux4noobs

1576 readers
2 users here now

linux4noobs


Noob Friendly, Expert Enabling

Whether you're a seasoned pro or the noobiest of noobs, you've found the right place for Linux support and information. With a dedication to supporting free and open source software, this community aims to ensure Linux fits your needs and works for you. From troubleshooting to tutorials, practical tips, news and more, all aspects of Linux are warmly welcomed. Join a community of like-minded enthusiasts and professionals driving Linux's ongoing evolution.


Seeking Support?

Community Rules

founded 2 years ago
MODERATORS