Open
Description
Hello everyone,
I saw some issues regarding this.
And i self had also some trouble getting this to work.
To boot on real hardware make sure you have LEGACY booting enabled or CSM.
UEFI wont work.
Like on default on my PC you can on default only boot UEFI
After that just do this
cargo clean
cargo bootimage --target yourtarget.json --release
cd target/x86_64-youros/release
sudo dd if=bootimage-youros.bin of=/dev/yourusb bs=4M status=progress && sync
and then boot the usb stick trough your bootmenu
Hopes that helped.
This is not an issue this is just an "post" to help others with this.
You can maybe add this to the README (in an better format)
Metadata
Metadata
Assignees
Labels
No labels