good day
i downloaded :
artix-base-openrc-20230814-x86_64.iso
and copied it onto a ventoy usbkey .
the computer i'm trying it on is an acer aspire 7720z i know it is old but i have been running arcolinux-openbox with system d and it works well .
hdd = bios with a gpt partitioning
/dev/sda1 = bios_boot 1GB ef02
/dev/sda2 = swap 4GB 8200
/dev/sda3 = / 50GB ext4 8300
grub-install
sh-5.1# grub-install /dev/sda
Installing for i386-pc platform.
Installation finished. No error reported.
so i installed gpart to set the pmbr to on
edit = oops i found my first mistake should be parted /dev/sda disk_set pmbr_boot on
sh-5.1# parted /dev/sda disk_set pmbr_on
parted: invalid token: pmbr_on
Flag to Invert? [pmbr_boot]?
New state? [on]/off? on
grub-mkconfig
sh-5.1# grub-mkconfig -o /boot/grub/grub.cfg
Generating grub configuration file ...
Found linux image: /boot/vmlinuz-linux
Found initrd image: /boot/intel-ucode.img /boot/initramfs-linux.img
Found fallback initrd image(s) in /boot: intel-ucode.img initramfs-linux-fallback.img
Warning: os-prober will not be executed to detect other bootable partitions.
Systems on them will not be added to the GRUB boot configuration.
Check GRUB_DISABLE_OS_PROBER documentation entry.
Adding boot menu entry for UEFI Firmware Settings ...
done
then i finished all the other little things and rebooted
all i got was a grub _ nothing else ?
i have the hole terminal out put of the install if i need to post that ?
thank you for reading thanks for any help in advance !