• 1 Post
  • 20 Comments
Joined 2 months ago
cake
Cake day: June 10th, 2026

help-circle






  • Booting a live USB and reinstalling GRUB as follows has saved my butt in the past. Obviously replace the /dev/sdXY paths with your own. Further adjustments might be needed depending on your system.

    # mount root partition:
    sudo mount /dev/sdXY2 /mnt
    # mount boot partition (if there is any)
    sudo mount /dev/sdXY3 /mnt/boot
    # mount efi partition (if there is any)
    sudo mount /dev/sdXY1 /mnt/boot/efi
    # mount other partitions:
    for dir in /dev /dev/pts /proc /sys /sys/firmware/efi/efivars /run; do sudo mount --bind $dir /mnt$dir; done  
    # chroot into mounted system:
    sudo chroot /mnt /bin/bash -i 
    # reinstall grub:
    grub-install 
    # rebuild grub.cfg:
    update-grub 
    # rebuild initramfs (not sure if necessary):
    update-initramfs -u
    # sync, exit chroot, reboot:
    sync
    exit
    sudo reboot
    









  • Let’s see. You called for a “master tutor” of “antifa praxis” but let’s assume that was a joke. You posted a link to one of your own comments and described it as “strong”. And now you’re implying that your own comment, when read correctly, is able to single-handedly motivate people into direct acion. It all seems a bit patronising.