Artix Linux Forum

Artix Linux => Installation / Migration / Configuration => Topic started by: anirban_sarkar_foss on 25 December 2024, 12:13:18

Title: Artix does not boot on BIOS systems when installed in BIOS/GPT mode.
Post by: anirban_sarkar_foss on 25 December 2024, 12:13:18
Summary:
When Artix Linux is installed on a BIOS system using GPT for partitioning through the Calamares installer in the ISO image, the installed system is not bootable.
GRUB is not loaded, only a blinking cursor is seen on screen.

ISO images tested:

Steps to reproduce:

Expected result:
The installed OS is bootable and Artix Linux boot options are displayed. The init system loads and the KDE login screen appears.

Actual result:
The installed OS is not bootable. Artix Linux boot options are not displayed, only a continuous blinking cursor is displayed on a black screen.

System Specifications:

Workaround:
Use an archived ISO image (https://iso.artixlinux.org/archived-isos.php) such as artix-plasma-dinit-20230814-x86_64.iso (https://iso.artixlinux.org/archived-iso/artix-plasma-dinit-20230814-x86_64.iso) to install Artix Linux following the steps above.
The installed OS is bootable and Artix Linux boot options are displayed. The init system loads and the KDE login screen appears.
The OS remains bootable after a full system upgrade.
Title: Re: Artix does not boot on BIOS systems when installed in BIOS/GPT mode.
Post by: anirban_sarkar_foss on 25 December 2024, 12:16:29
I can reproduce the same behaviour on a VMware Workstation VM as well.

It however shows: Operating System not found instead of a blinking cursor.
Title: Re: Artix does not boot on BIOS systems when installed in BIOS/GPT mode.
Post by: nous on 26 December 2024, 16:21:00
I can confirm. Until we investigate if this is upstream or Artix issue, you can fix it BEFORE you leave the live environment by chrooting into the installation partition as follows:
Code: [Select]
# artix-chroot /tmp/calamares-root-XXXXXXX (a random string created by the calamares installer)
# grub-install /dev/sdX   (your drive letter)
# grub-mkconfig -o /boot/grub/grub.cfg
Title: Re: Artix does not boot on BIOS systems when installed in BIOS/GPT mode.
Post by: anirban_sarkar_foss on 27 December 2024, 14:49:14
Thank you for the quick reply as well as the temporary fix @nous.
Please post an update once you complete your investigation.