I copied over /sbin/init to my image's /sbin/oinit and it still does not
execute ...
wd0 at atabus0 drive 0: <Hitachi Flash Card>
wd0: drive supports 1-sector PIO transfers, LBA addressing
wd0: 62592 KB, 978 cyl, 4 head, 32 sec, 512 bytes/sect x 125184 sectors
boot device: <unknown>
root on md0a
WARNING: NVRAM century is 19 but RTC year is 2005
root file system type: ffs
warning: no /dev/console
exec /sbin/init: error 8
init: trying /sbin/oinit
Then it just hangs ...
On Sat, 2 Apr 2005 01:49:27 +0000
Marcin Jessa <lists%yazzy.org@localhost> wrote:
I am not sure how big the mounted memory fs is since I have problems with
kernel refusing to execute /sbin/init
It stops right before that.
So I made a simple printf C code and replaced init with it
# sbin/init
Tell YazzY you started!
exec /sbin/init: error 8
init: trying /sbin/oinit
exec /sbin/oinit: error 2
nit: trying /sbin/init.bak
exec /sbin/init.bak: error 2
init: not found
panic: no init
syncing disks... done
rebooting...
Any idea why init cannot be not started ?