Skip to content

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

Open
@dedestem

Description

@dedestem

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions