I installed a game the other day which filled all of my RAM (i only have 8GB) so i decided to increase the amount of swap i have (also 8GB at the time, now 16GB). At some point while playing the game (Cities skylines, i only scrape past the minimum specs), my PC entirely froze. When i expanded my swap size i shrunk a windows 7 partition i rarely touch, deleted my swap partition after turning it off. Set it going in gparted and then made a new swap partition. I did not replace the swap UUID in fstab, i intended to do it after as i tested but did not expect my whole PC to freeze and reboot.
Now upon boot i am forever stuck in the initial phase on:
A start job is running for /dev/disk/by-uuid/8c31dbc0-ef92-45a6-a509-11022f82c0bf (time / no limit).
I “fixed” the fstab UUID but none of the UUIDs inside ever matched the uuid above, which did not fix any issues.
I then went to check the disk partitions in a file manager, and some seemed to fail (D-bus interface error), but after checking them i(fscheck and a smart check iirc) t now works fine when i access them from a live iso. I still can’t boot though.
# /etc/fstab: static file system information.
#
# Use 'blkid' to print the universally unique identifier for a device; this may
# be used with UUID= as a more robust way to name devices that works even if
# disks are added and removed. See fstab(5).
#
# <file system> <mount point> <type> <options> <dump> <pass>
UUID=61dd8e9a-9002-4788-b90a-b2ce2e3dc741 / ext4 defaults,noatime 0 1
UUID=636C-7A03 /efi vfat defaults,noatime 0 2
UUID=e2ec2802-022a-4f12-a973-8d081d683040 /workspace_ssd1 ext4 defaults,noatime 0 2
UUID=cee1d92f-8403-4106-8f7a-d5fbb74bac4b /home ext4 defaults,noatime 0 2
tmpfs /tmp tmpfs defaults,noatime,mode=1777 0 0
Done this - arch-chroot’ed into my root partition and run those commands. Other than a new UUID nothing seems to of changed, and inxi still says no swap data.
Edit: i recorded with my phone, and noticed there arew several ACPI errors before the Welcome to Endeavour OS dracut-059 (initramfs)!
ACPI Error: Aborting Method \SB.PC10.SAT0.SPT3._GTF due to previous error (AE_NOT_FOUND) (20222033/psparse-529)
ACPI BIOS Error (bug): Could not resolve symbol [\_SB.PC10.SATO.SPT4._GTF.DSSP], AE NOT FOUND (20220331/psparse-529)
Often these messages are related to the BIOS firmware manufacturer not properly following the ACPI specification. They basically make sure the MB is compatible with Windows and call it a day. In general they are safe to ignore. If there is a BIOS update available for your computer you should take it.
I’m not sure where that UUID is coming from. Maybe there is a unit file in /etc/systemd/ or something looking for it. Try running grep -ri 8c31dbc0 /etc/systemd /run/systemd /lib/systemd from the chroot to see if it is listed in a .mount file or similar. If it is, just remove it.
Tried the grep method, nothing was returned. I looked round the systemctl files and din’t find anything related.
I tried the systemctl mask solution. it wouldn’t run systemctl status … in the chroot but it would run the mask function. I masked it in both the live-iso and the chroot terminal, no success on boot though.