Re: cannot boot from artix base USB
Reply #9 –
hi,
i can confirm, that ISO works. i can boot from USB without problems. Tested base-openrc and base-runit ISOs
first step is probably not necessary, but i do it everytime:
sdX= sdb sdc sdd etc.
1. prepare usbdisk
cfdisk /dev/sdX
- delete all created partition
- create new primary partition
- mark as bootable
- save and exit
2. copy ISO to usbdisk
dd if=/tmp/artix-base-runit-20200214-x86_64.iso of=/dev/sdX oflag=direct bs=1048576
reboot...
works