From somenxavier at posteo.net Sat Mar 5 19:22:22 2022 From: somenxavier at posteo.net (Xavier B.) Date: Sat, 5 Mar 2022 18:22:22 +0000 Subject: [artix-general] Making an livecd with UEFI 32 Message-ID: <20220305192222.a5a69b7fd8306f1fdf7bd7fe@posteo.net> 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 From je-vv at e.email Mon Mar 7 18:20:35 2022 From: je-vv at e.email (Javier) Date: Mon, 7 Mar 2022 11:20:35 -0600 Subject: [artix-general] 2 different versions of expat, on system and galaxy Message-ID: <65d88e2e-c9f8-0e78-754a-60e70af74508@e.email> > % pacman -Ss expat > system/expat 2.4.6-1 [installed: 2.4.7-1] > An XML parser library > .. > galaxy/expat 2.4.7-1 [installed] > An XML parser library It seems expat was moved to system (most probably it was moved to core on arch as well), however the galaxy expact wasn't removed. Moreover, the galaxy version of expat seems more up to date than the system one... Perhaps the no longer valid package can be removed, to make it clear what version to use, :) Thanks ! -- Javier -------------- next part -------------- A non-text attachment was scrubbed... Name: OpenPGP_0x4D6C8D58AD385CAA.asc Type: application/pgp-keys Size: 1237 bytes Desc: OpenPGP public key URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: OpenPGP_signature Type: application/pgp-signature Size: 228 bytes Desc: OpenPGP digital signature URL: From je-vv at e.email Mon Mar 7 23:15:34 2022 From: je-vv at e.email (Javier) Date: Mon, 7 Mar 2022 16:15:34 -0600 Subject: [artix-general] 2 different versions of expat, on system and galaxy In-Reply-To: <65d88e2e-c9f8-0e78-754a-60e70af74508@e.email> References: <65d88e2e-c9f8-0e78-754a-60e70af74508@e.email> Message-ID: Already fixed, only system surviving, :) Thanks ! -- Javier -------------- next part -------------- A non-text attachment was scrubbed... Name: OpenPGP_0x4D6C8D58AD385CAA.asc Type: application/pgp-keys Size: 1237 bytes Desc: OpenPGP public key URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: OpenPGP_signature Type: application/pgp-signature Size: 228 bytes Desc: OpenPGP digital signature URL: