NetBSD-Bugs archive

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

Re: install/47603: Failed installing NetBSD 6.0.1



On Mar 1,  9:24pm, slashwaves%yahoo.com@localhost (Stefanus Hermawan) wrote:
-- Subject: Re: install/47603: Failed installing NetBSD 6.0.1

| Can you give me step by step for debuging? And how to dump the result to the=
|  file? I really new to netbsd.
| 
| I have try NetBSD/amd64 and i386 have the same result. Last time I try using=
|  NetBSD 6.1_RC1, and get the same result.=20
| 

Assuming your sources are in /usr/src:

cd /usr/src/sys/dev/ic
vi pckbc.c (add debugging printfs in places where it loops)
cd /usr/src/sys/arch/i386/conf (assuming you are i386)
config GENERIC
cd ../compile/GENERIC
make
mv /netbsd /netbsd.old
cp netbsd /
shutdown -r now


christos


Home | Main Index | Thread Index | Old Index