archbook icon indicating copy to clipboard operation
archbook copied to clipboard

how to enable usb boot on archlinux?

Open woden03 opened this issue 7 years ago • 2 comments

Now I'm using archlinux,but I wanna boot kali linux from usb stick.When I press Ctrl+U,it says that I shoud enable usb boot.However there is not crossystem to do

woden03 avatar Feb 11 '18 09:02 woden03

I installed the package vboot-utils and input command sudo crossystem dev_boot_usb=1 dev_boot_signed_only=0 ,but it gave me this:

execv() of mosys failed
waitpid() or mosys error
Parameter dev_boot_usb is read-only

woden03 avatar Feb 11 '18 09:02 woden03

Just ran into this (albeit with PrawnOS, not archlinux). However, since this is the first google hit, and no one has replied in two years, hopefully it's helpful for you or the next person..

The error isn't super helpful on its own, but running mosys failed. Make sure you have mosys installed in $PATH (probably, /usr/sbin). If not, you may need to compile/install it: https://github.com/dhendrix/mosys

austin987 avatar Jun 05 '20 08:06 austin987