• 1 Post
  • 42 Comments
Joined 1 year ago
cake
Cake day: July 1st, 2023

help-circle



    • Tidal ($5.82/month student), like my HiFi music, even if it’s indistinguishable on most of the speakers I use
    • Nebula ($2.50/month), mostly the same shit as on YouTube but as-free (without adblock) and usually a bit early access
    • PIA (~$2.33/month), avoids a Netflix, Hulu, Disney+, Apple TV+, Discovery +, Paramount+, you get the gist+ subscription. You had a good thing going but you got greedy and fucked it
    • Recurring donation to Lemmy dev ($5/month), despite any of the devs political views, I appreciate the service and continued support of the software and recognize that dev isn’t free,though I do need to sit down and set one up for my instance as well as my mastodon & pixelfed instances.

    Some of these are yearly but reduced to monthly for ease of viewing













  • That’s alright, I’ll do my best to walk you through it.

    Your drive contains multiple partitions (/dev/sda1 through /dev/sda3).
    One of these drives is going to be your EFI partition. This is what your system can read before linux boots, your BIOS can’t understand ext4 / btrfs / etc, but it can understand fat32.
    If you run lsblk -no FSTYPE /dev/sda1 it should return vfat if that’s your EFI partition. That’s what we’re going to mount to /mnt/boot/efi

    I’m assuming that /dev/sda3 is your data partition, e.g. where your linux install is. You can find the filesystem format the same way as your EFI partition.

    Unix systems have theology of “everything is a file”, all devices and system interfaces are mounted as files. As such, to be able to properly chroot into an offline install, we need to make binds from our running system to the offline system. That’s what’s achieved by running for i in /dev /dev/pts /proc /sys /run; do sudo mount -B $i /mnt$i; done
    This is just a simple loop that mounts /dev, /dev/pts, /proc, /sys, and /run to your offline install. You’re going to want to either add /sys/firmware/efi/efivars to that list, or mount it (with -B, which is shorthand for --bind, not a normal mount).

    Once you’ve done this, you should be able to successfully chroot into /mnt (or /mnt/root if running btrfs)
    At this point, you should be able to run your grub repair commands.


  • I’m doing my morning scroll before I start my day, so I can’t delve too deep, but this is the article I always reference when I have to do repairs

    https://askubuntu.com/a/831241

    #1 thing I noticed in your image is that lsblk only shows you partitions, and doesn’t mount them. You probably want /dev/sda3 mounted at /mnt

    The only thing from the article you want to modify is using mount -B /sys/firmware/efi/efivars /mnt/sys/efi/efivars, I believe the functionality changed since that article was written and that’s what worked for me

    Additionally, if you drive is formatted as btrfs instead of ext4, once you mount your drive your root will most likely be at /mnt/admin or similar. Mount subdirectories to that folder instead of /mnt

    If you have questions lmk and I’ll get back to you at some point today



  • I was behind in my literature class in like, 7th grade. The books were boring as hell and I couldn’t make myself read the chapters at night.

    Our teacher gave us a list of bonus titles to catch up for like, 1.5x the points of a normal book, so I jumped on the first one on the list.

    I don’t remember the title of the book unfortunately, but about one or two chapters or so, the either the main character or their neighbor or something…

    Gruesome

    …snaps the head of their cat off while petting it

    Proceeded to put the book down and hand it back into the teacher and ask for a different one. I don’t think she was aware of the content of the book