governorkeagan

@[email protected]

This profile is from a federated server and may be incomplete. View on remote instance

governorkeagan , to No Stupid Questions in How did we switched from "Dinosaur are giant lizards" to "Dinosaur are giant birds"

Do you remember the name? I haven’t watched a dinosaur documentary in many years.

governorkeagan , to Linux in Arch Stability

Not quite Arch, but I’ve been running EndeavourOS without any issues. It’s been super stable! The only time I’ve had issues is when I’ve messed with the system.

governorkeagan , to Linux Gaming in Suggestions for Linux Distribution

I’ve not used it myself but I’ve only heard good things about bazzite

governorkeagan , to Linux in Fedora

I’m looking at putting Fedora Silverblue on my laptop (it’s shared between myself and my wife) after an update went bad on EndeavourOS — context

From what I’ve seen it looks rock solid.

governorkeagan OP , to Linux in [HELP] /efi fails to mount

Yes and no. Initially it was unlocked because I mounted and unlocked it via Dolphin. The second time round I was able to unlock and mount it with udsiksctl

governorkeagan OP , to Linux in [HELP] /efi fails to mount

I was able to get the output via Emergency Mode as the root user.

# /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=0BC7-CF22                            /efi           vfat    fmask=0137,dmask=0027 0 2
/dev/mapper/luks-5c6d5430-3706-48e8-bffb-f680d8c19dda /              btrfs   subvol=/@,noatime,compress=zstd 0 0
/dev/mapper/luks-5c6d5430-3706-48e8-bffb-f680d8c19dda /home          btrfs   subvol=/@home,noatime,compress=zstd 0 0
/dev/mapper/luks-5c6d5430-3706-48e8-bffb-f680d8c19dda /var/cache     btrfs   subvol=/@cache,noatime,compress=zstd 0 0
/dev/mapper/luks-5c6d5430-3706-48e8-bffb-f680d8c19dda /var/log       btrfs   subvol=/@log,noatime,compress=zstd 0 0
/dev/mapper/luks-81a912d5-fb81-40ed-a60f-0af27314b661 swap           swap    defaults   0 0
tmpfs                                     /tmp           tmpfs   defaults,noatime,mode=1777 0 0
governorkeagan OP , (edited ) to Linux in [HELP] /efi fails to mount
[[email protected] ~]$ lsblk -a
NAME   MAJ:MIN RM   SIZE RO TYPE MOUNTPOINTS
loop0    7:0    0   2.3G  1 loop /run/archiso/airootfs
sda      8:0    0 238.5G  0 disk 
├─sda1   8:1    0  1000M  0 part 
├─sda2   8:2    0 228.7G  0 part 
└─sda3   8:3    0   8.8G  0 part 
sdb      8:16   1  57.3G  0 disk 
├─sdb1   8:17   1   2.5G  0 part /run/archiso/bootmnt
└─sdb2   8:18   1   159M  0 part 

EDIT:

I was able to chroot into the drive. The drive was unlocked as /dev/dm-0.

governorkeagan OP , to Linux in [HELP] /efi fails to mount
NAME   FSTYPE      FSVER            LABEL       UUID                                 FSAVAIL FSUSE% MOUNTPOINTS
loop0  squashfs    4.0                                                                     0   100% /run/archiso/airootfs
sda                                                                                                 
├─sda1 vfat        FAT32                        0BC7-CF22                                           
├─sda2 crypto_LUKS 2                            5c6d5430-3706-48e8-bffb-f680d8c19dda                
└─sda3 crypto_LUKS 2                            81a912d5-fb81-40ed-a60f-0af27314b661                
sdb    iso9660     Joliet Extension EOS_202404  2024-04-20-15-57-10-00                              
├─sdb1 iso9660     Joliet Extension EOS_202404  2024-04-20-15-57-10-00                     0   100% /run/archiso/bootmnt
└─sdb2 vfat        FAT16            ARCHISO_EFI 7156-9697  

I've added it to the original post as well.

governorkeagan OP , to Linux in [HELP] /efi fails to mount
[[email protected] ~]$ lsblk -f
NAME   FSTYPE      FSVER            LABEL       UUID                                 FSAVAIL FSUSE% MOUNTPOINTS
loop0  squashfs    4.0                                                                     0   100% /run/archiso/airootfs
sda                                                                                                 
├─sda1 vfat        FAT32                        0BC7-CF22                                           
├─sda2 crypto_LUKS 2                            5c6d5430-3706-48e8-bffb-f680d8c19dda                
└─sda3 crypto_LUKS 2                            81a912d5-fb81-40ed-a60f-0af27314b661                
sdb    iso9660     Joliet Extension EOS_202404  2024-04-20-15-57-10-00                              
├─sdb1 iso9660     Joliet Extension EOS_202404  2024-04-20-15-57-10-00                     0   100% /run/archiso/bootmnt
└─sdb2 vfat        FAT16            ARCHISO_EFI 7156-9697  

Would I be able to append the UUID?

governorkeagan , to Linux in Tips/tricks for beginners

I switched to Linux in October of last year and found “The Linux Experiment” to be really helpful in keeping up-to-date with things happening in the community without feeling overwhelmed

governorkeagan , to Linux in [ META ] What is the community's opinion of Pop!_OS?

So…I’ve just updated my laptop with EOS and now my /efi partition won’t mount. Things definitely can break…unfortunately

governorkeagan , to Selfhosted in Immich x FUTO Q&A

Curiosity got the better of me, so I searched what it means. I did come across another interesting phrase....

Futa-te cangurii

governorkeagan , to Linux in [ META ] What is the community's opinion of Pop!_OS?

Any problems I've had have been my own doing or a weird Nvidia driver issue. Having said that though, I've had very very few issues, it has been rock solid!

I've got a couple of packages from the AUR but I don't recall ever having any issues with any of them.


The only real "issue" I've had has been related to the Linux Kernel on my main machine (Ryzen 5 3600 & Nvidia GTX1660 TI). For some reason, only the LTS and mainline kernel work, if I try any other kernel I get an error (something to do with Nvidia and my GPU).

governorkeagan , to Linux in [ META ] What is the community's opinion of Pop!_OS?

I used Pop!_OS when transitioning from Windows 11 to Linux and ran it for about 3/4 months before deciding to try EndeavourOS. I had absolutely no issues with Pop and it really made the transition super easy.

I'm super excited to try out their new (cosmic) DE! I will probably install Pop on my 2nd SSD to test and play around with it.

governorkeagan , to Linux in [ META ] What is the community's opinion of Pop!_OS?

Your story is almost a carbon copy of mine. Really enjoyed using Pop.

  • All
  • Subscribed
  • Moderated
  • Favorites
  • kbinchat
  • All magazines