Re: Artix not showing in boot loader
Reply #3 –
What I tried: (before reading your comments)
1. installed ubuntu on a new partition
2. set /dev/sda1 for boot loader (autoconfigured by ubuntu).
3. Now that ubuntu installed grub, it displays Artix but startup freezes with "lenovo" logo. (problem not solved)
After reading your comments: (trying again)
0. Boot into artix .iso on USB (DD image)
1. 1mkfs.fat -F 32 /dev/sda1; fatlabel /dev/sda1 BOOT`: Wipe out /dev/sda1 (after backing it up)
2. Mount all, `chroot`, then `basestrap`.
3. Enter `grub` config commands for UEFI on Installation#Boot_Loader
I haven't changed /etc/default/grub, only appended:
GRUB_DISABLE_OS_PROBER=false
After repeating the steps:
1. boot loader screen is Artix-themed
2. did not detect artix on /dev/sda5
3. did not detect ubuntu on /dev/sda4
4. detected EndeavourOS on /dev/sda6, but boots into a blank screen.