Current-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: exec: /sbin/init: error 8



darcy%NetBSD.org@localhost wrote:

> Well, I did manage to get a working system but I can't rebuild.  Over
> the last week I have attempted to build tools, kernel and userland from
> current while updating sources daily.  None of thos attempts have been
> able to boot.  I get a normal boot sequence including my hard drive on
> wd0 where it always is.  Then I get this:
> 
> boot device: wd0
> root on wd0 dumps on wd0b
> no file system for wd0 (dev 0x0)
> cannot mount root, error = 79
> root device (default wd0a):
> 
> If the error refers to errno then it mean "Inappropriate file type or
> format" which seems not useful.

No /stand/${MACHINE}/${VERSION}/modules/exec_elf32/exec_elf32.kmod?

> I have a slightly modified kernel config but I also tried with GENERIC
> with the same results.  The process I go through each time is;
>  # rm -rf /usr/obj/*
>  # cd ...cvs/src
>  # ./build.sh tools
>  # ./build.sh KERNEL=GENERIC

cd sys/module
${TOOLDIR}/bin/nbmake-${MACHINE} obj
${TOOLDIR}/bin/nbmake-${MACHINE} dependall
${TOOLDIR}/bin/nbmake-${MACHINE} install

>  # [copy kernel to root]

It's better to check if a new kernel works here.

>  # ./build.sh distribution
>  # ./build.sh install=/

---
Izumi Tsutsui


Home | Main Index | Thread Index | Old Index