Hacker News new | ask | show | jobs
by quasarj 1859 days ago
Following your instructions doesn't seem to work.. when I try to launch it with qemu, I get a kernel panic:

Starting init: /sbin/init exists but couldn't execute it (error -8)

it then tries to run /bin/sh as a backup, with the same error.

I followed your instructions exactly; I also verified these are all marked executable. Any idea?

1 comments

I got similar problems when I missmach 32bit and 64bit code. First try to run in qemu 64 bit system.

I ended up building the whole system on a 32bit old laptop and just don't care about the problems with installing missing 32bit libs on my 64bit system.