IncludeOS icon indicating copy to clipboard operation
IncludeOS copied to clipboard

Hello World Example fails to run with the error: "[Program_Failure] process exited"

Open JJCUBER opened this issue 4 years ago • 1 comments

I am quite new to all of this stuff, but I have installed all the dependencies on a fresh copy of Ubuntu, restarted, and gone through all the steps in hello world. Once getting to the "boot hello" portion, I get these warnings and errors: image I used the conan profile "clang-6.0-linux-x86_64" to build.

I don't understand where I went wrong or how to fix this.

My goal for this is to create an image/iso that is bootable as it's own os from VirtualBox for example (without running on top of some other os).

How would I go about fixing my issue and creating this bootable image/iso?

JJCUBER avatar Jun 15 '20 17:06 JJCUBER

This could be a known boot bug, try boot --create-bridge hello. To create a bootable ISO for bare metal I prefer to use mkrescue. See: https://github.com/fwsGonzo/physboot/blob/master/physbuild.sh

fwsGonzo avatar Jul 29 '20 17:07 fwsGonzo