[SOLVED] Program utility to burn artix live iso with uefi 18 April 2021, 23:26:52 hello, usually i run artix in legacy mode without any problem, but now i'm in uefi and i can't start artix live iso ( OpenRC ) with eufi, i always get "boot security fail" message. I used rufus and unetbootin to burn iso into my usb stick but it was not work.Wich tool should i use to burn artix live iso in uefi mode successfully Last Edit: 19 April 2021, 13:55:30 by alium
Re: Program utility to burn artix live iso with uefi Reply #1 – 19 April 2021, 00:20:20 If you have a current linux box you can boot into, you can use ddCode: [Select]dd if=ARTIX_IMG.iso of=USB_DRIVE bs=1MWhere ARTIX_IMG is the image filepath and USB_DRIVE is your usb-drive location(eg: /dev/sdb)
Re: Program utility to burn artix live iso with uefi Reply #2 – 19 April 2021, 05:33:02 Quote from: gonzalo2099 – on 18 April 2021, 23:26:52hello, usually i run artix in legacy mode without any problem, but now i'm in uefi and i can't start artix live iso ( OpenRC ) with eufi, i always get "boot security fail" message.Have you disabled "Boot secure" on your motherboard (BIOS)?You will probably need to define an administrator password first. 1 Likes
Re: Program utility to burn artix live iso with uefi Reply #3 – 19 April 2021, 11:53:02 Quote from: tintin – on 19 April 2021, 05:33:02Have you disabled "Boot secure" on your motherboard (BIOS)?You will probably need to define an administrator password first.Thanks so much for the quick reply. Finally i solved, just needed to disable the secure boot in windows for UEFI.