Hi,
I'm just an artix user. Just that. I have a x64-64 machine [1] with 32-bit UEFI BIOS. Previously, I installed arch with the instructions provided in the wiki [2].
I just try to find how to modify this instructions for artix.
By now, if you follow the tutorial and put the following contents to `/mnt/EFI/boot/grub.cfg`
insmod part_gpt
insmod part_msdos
insmod fat
insmod all_video
insmod font
if loadfont "${prefix}/fonts/unicode.pf2" ; then
insmod gfxterm
set gfxmode="1024x768x32;auto"
terminal_input console
terminal_output gfxterm
fi
menuentry "Arch Linux install medium (x86_64, UEFI)" {
set gfxpayload=keep
search --no-floppy --set=root --label ARCH_YYYYMM
linux /boot/vmlinuz-linux-x86_64 archisobasedir=arch archisolabel=ARCH_YYYYMM add_efi_memmap
initrd /boot/intel-ucode.img /boot/initramfs-x86_64.img
}
the BIOS detects the USB LiveCD, it boots but it does *not* detect filesystem.
By this reason, I think I need help and artix and arch livecd are really really different.
In conclusion, anyone could help me to adapt [2] to artix?
Thanks in advance,
Xavier
PS: Please, CCme
[1] http://hwswbits.blogspot.com/2015/03/getting-linux-on-minix-neo-z64.html
[2] https://wiki.archlinux.org/title/Unified_Extensible_Firmware_Interface#Booting_64-bit_kernel_on_32-bit_UEFI
More information about the artix-general
mailing list