Skip to main content
Topic solved
This topic has been marked as solved and requires no further attention.
Topic: [SOLVED] Program utility to burn artix live iso with uefi  (Read 1273 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

[SOLVED] Program utility to burn artix live iso with uefi

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 ???

Re: Program utility to burn artix live iso with uefi

Reply #1
If you have a current linux box you can boot into, you can use dd
Code: [Select]
dd if=ARTIX_IMG.iso of=USB_DRIVE bs=1M
Where 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
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.
Have you disabled "Boot secure" on your motherboard (BIOS)?
You will probably need to define an administrator password first.

 

Re: Program utility to burn artix live iso with uefi

Reply #3
Have 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.