Re: GUI installer not working? multiple flavors
Reply #5 –
hey #######,
thanks for following up. I did chroot when trying to set up base. is doing it again just as simple as typing artix-chroot again?
I did managed to view those files just from a live usb though. like I said, fstab pointed to the right UUID
grub.cfg did too, here's the entry. I noticed however, that the "boot-uuid-xxx" present in yours is not in mine. I'm using UEFI so I also have a separate boot partition
menuentry 'Artix Linux' --class artix --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-simple-11111111-1111-1111-1111-111111111111' {
load_video
set gfxpayload=keep
insmod gzio
insmod part_gpt
insmod ext2
search --no-floppy --fs-uuid --set=root 11111111-1111-1111-1111-111111111111
echo 'Loading Linux linux ...'
linux /boot/vmlinuz-linux root=UUID=11111111-1111-1111-1111-111111111111 rw loglevel=3 quiet
echo 'Loading initial ramdisk ...'
initrd /boot/intel-ucode.img /boot/initramfs-linux.img
}
any ideas?