Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[README] If you wanna boot on real hardware! #98

Open
dedestem opened this issue Feb 6, 2025 · 1 comment
Open

[README] If you wanna boot on real hardware! #98

dedestem opened this issue Feb 6, 2025 · 1 comment

Comments

@dedestem
Copy link

dedestem commented Feb 6, 2025

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)

@ViktorPopp
Copy link

This should be closed or converted to an discussion @dedestem.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants