cannot install 8.0 rc2 in mobo P5QL-EM

Hello, I am trying to install FreeBSD 8.0 rc2 on mobo ASUS P5QL-EM, but under the boot of the install dvd I get this

Code:
run_interrupt_driven_hooks: still waiting after 60 seconds for xpt_config

and then 120, 180 etc.

Anyone know whats wrong?
thanks
 
This looks kind of familiar to me. I seem to remember having issues of this nature at some point in the past.

If you look up the man (4) xpt, you'll notice that it is the CAM transport layer. Which is related to SCSI or things which are run under ATAPI-CAM as well.

If I'm not mistaken, there's a few possibilities, but the most likely one would be something funky with the ACPI implementation on that board. With a bit of googling, I did find a reference to the problem.http://kerneltrap.org/mailarchive/freebsd-current/2008/9/17/3324104

I'd recommend just disabling ACPI and waiting for a fix, it looks like the problem is already known about and somebody is probably already looking into it.
 
One more question:
I followed the link you gave and it said:
"'hw.pci.mcfg=0' helped to resolve the freeze on
ooting."
This means I must choose booting freebsd with comand prompt then input
hw.pci.mcfg=0 to it in order to boot up properly?
Sorry for my bad english
regards
 
cuongvt said:
One more question:
I followed the link you gave and it said:
"'hw.pci.mcfg=0' helped to resolve the freeze on
ooting."
This means I must choose booting freebsd with comand prompt then input
hw.pci.mcfg=0 to it in order to boot up properly?
Sorry for my bad english
regards
Right, typically you'd boot like that and then you'd put that information into the /boot/loader.conf file so that you can skip that step on further boots. You can always override it if need be, but it can always be overridden at boot time.
 
Sorry I'm little stupid: I wanted to ask what is the exact name of the boot option so that when I select this boot option, this boot option will let me input hw.pci.mcfg=0?
Is this "boot into single user mode" or what?
thanks
 
No it is "command line", "command prompt" or something similar. Menu choice number six, IIRC.
once there you use # set hw.pcu.mcfg=0 (or whatever setting you would need to change)
 
Back
Top