PDA

View Full Version : NetBSD installation problem


fgs
06-26-2008, 02:13 AM
Hi all forum members!
I am trying to get NetBSD 4.0 to install on my Lenovo Y400 laptop however the booting of the installation fails with the following error:

pcic0: controller 0 detecting irqs with mask 0xde18.. 3kernel: supervisor trap protection fault, code=0
Stopped in pid 0.1 (swapper) at netbsd: lapic_delay +0x76: movl %esi, %eax

Does anyone have any idea how this could be resolved? Also I wanted to save the dmesg output for posting but am not sure what command to use.

Any help for the above 2 problems would be kindly appreciated. :D

Cheers!

P.S.
I tried the OpenBSD 4.3 installation and it ran smoothly. Could it be a problem with my installation discs for NetBSD 4.0?

ocicat
06-26-2008, 03:26 AM
I am trying to get NetBSD 4.0 to install on my Lenovo Y400 laptop however the booting of the installation fails...
I see numerous unsubstantiated references to PCMCIA issues. You may be able to ferret out more information by combing through the port-i386@ mailing list. Below is a list of potentially matching the error provided:

http://marc.info/?l=netbsd-port-i386&w=2&r=1&s=pcic0+detecting+irqs+with+mask&q=b
Also I wanted to save the dmesg output for posting but am not sure what command to use.
To save console output during booting, you will need to set up a serial connection to another computer & capture whatever output is sent over the serial link. You will find further information at the following:

http://www.netbsd.org/docs/guide/en/chap-net-intro.html#chap-net-intro-supported-media-serial
http://man.chinaunix.net/bsd/www.netbsd.org/guide/en/chap-net-practice.html#chap-net-practice-p2p-via-serial
http://www.netbsd.org/docs/Hardware/Misc/serial.html

Commands which can be used on the remote box include tip or cu.

fgs
06-26-2008, 12:32 PM
Hi ocicat!
Thanks for the advice. I'll try it out as soon as possible and post it to the forum whether the issues are resolved. Thanks again for your assistance!
Cheers!

fgs
06-26-2008, 05:01 PM
Hi all!
The issue was resolved by disabling the reported device pcic0 through boot -c which enters into userconf mode, allowing the enabling and disabling of devices.

The following links may be useful to whoever might encounter similar problems in future:
ftp://ftp.netbsd.org/pub/NetBSD/NetBSD-4.0/i386/INSTALL.html#Installing the NetBSD System

Thanks and Cheers!