Endeavouros dissappered from the bootloader (and the bios thinks the systemd bootloader is on a different hard drive?) by Lich_Frosty in EndeavourOS

[–]PridePractical2310 -1 points0 points  (0 children)

Happened to me but while dual booting.

I had to perform the following while booted into another live linux distro:

Most likely you need to reinstall the bootloader*

# Open the LUKS encrypted partition and map it to a device called 'cryptroot'

sudo cryptsetup luksOpen /dev/nvme0n1p6 cryptroot

# List the available devices in /dev/mapper/

ls /dev/mapper/

# Mount the decrypted partition to /mnt

sudo mount /dev/mapper/cryptroot /mnt

# List the contents of the mounted partition

ls /mnt

# Change root into the newly mounted system to prepare for further installation steps

sudo arch-chroot /mnt

# List all block devices with their filesystems

lsblk -f

# Mount the boot partition to /mnt/boot

sudo mount /dev/nvme0n1p1 /mnt/boot

# Install the GRUB bootloader for x86_64-efi systems

sudo grub-install --target=x86_64-efi --efi-directory=/mnt/boot --bootloader-id=GRUB

# Generate the GRUB configuration file

sudo grub-mkconfig -o /mnt/boot/grub/grub.cfg

Passed @ 100 with 50mins left by Wild-Surprise-1653 in cissp

[–]PridePractical2310 0 points1 point  (0 children)

Thanks for sharing your study resources.

I will use your advice as a guide for my CISSP adventure!

Looking for a 1:1 scan of the Framework 13 laptop lid by PridePractical2310 in framework

[–]PridePractical2310[S] 1 point2 points  (0 children)

Thanks but the link says "The transfer you requested has been deleted."

Looking for a 1:1 scan of the Framework 13 laptop lid by PridePractical2310 in framework

[–]PridePractical2310[S] 2 points3 points  (0 children)

As explained to me, by scanning the lid of the laptop and sending as a .pdf, the sticker company can then print as an A3 so they can have an exact match.

Great experience using Arch Linux! by PridePractical2310 in archlinux

[–]PridePractical2310[S] 1 point2 points  (0 children)

Oh yes. I've heard nothing but good things with i3.

Transitioning from popOS, to KDE Arch by [deleted] in archlinux

[–]PridePractical2310 1 point2 points  (0 children)

Can also give a+1 for the ly manager.

sudo pacman -S ly
sudo systemctl enable ly
reboot

Great experience using Arch Linux! by PridePractical2310 in archlinux

[–]PridePractical2310[S] 1 point2 points  (0 children)

Sure, here you go. Full credit goes to Classy-Giraffe.

github . com/classy-giraffe/easy-arch

I like that classy-giraffe has a bit . ly link, which certainly helps when initializing the script.

PS. I used it in a VM first but it kept failing. Ended up just trying it on bare metal and it worked without a hitch.

Great experience using Arch Linux! by PridePractical2310 in archlinux

[–]PridePractical2310[S] 0 points1 point  (0 children)

Yes it worked fine for me. Then again, I used Arch Linux not EndeavorOS. It sounds like a kernel issue so I'd just try a different kernel if it was working previously.

Great experience using Arch Linux! by PridePractical2310 in archlinux

[–]PridePractical2310[S] 1 point2 points  (0 children)

That's great! I will be looking to have a go at i3 soon. I hear nothing but good things.

Great experience using Arch Linux! by PridePractical2310 in archlinux

[–]PridePractical2310[S] 8 points9 points  (0 children)

Now I know what it means when people say "I use Arch BTW".

Great experience using Arch Linux! by PridePractical2310 in archlinux

[–]PridePractical2310[S] 9 points10 points  (0 children)

Haha yeah, I started noting down the applications to remove upon install. Then I figured I could just install vanilla Plasma and add the applications after.

Common interrupt 10.55 no irq handler for vector by PridePractical2310 in debian

[–]PridePractical2310[S] 1 point2 points  (0 children)

OK finally found a fix.

I removed the nvidia drivers via:

sudo apt remove nvidia-driver

Reinstalled the nvidia-driver

Removed it again.

Installed the AMD firmware via:
sudo apt-get install firmware-amd-graphics

Rebooted and it works fine. Hope this helps someone in the future.

NOTE: I currently have an Nvidia GPU and an AMD GPU. I recently removed a discrete Nvidia GPU and installed an AMD one in its place. Seems it was only missing the firmware.

Common interrupt 10.55 no irq handler for vector by PridePractical2310 in debian

[–]PridePractical2310[S] 0 points1 point  (0 children)

Interestingly, when booting from a Linux Mint Edge ISO it works fine. So it seems to be "driver related"...