View Single Post
Old 11th February 2009
BSDfan666 BSDfan666 is offline
Real Name: N/A, this is the interweb.
Banned
 
Join Date: Apr 2008
Location: Ontario, Canada
Posts: 2,223
Default

Note; I have one more recommendation... try booting the bsd.mp kernel, at least in 4.4 it offers slightly different interrupt routing support. (APIC/ioapic)

So, download it from a mirror.. move it into /, ensure it's owned by root:wheel.. with the permissions 0644.
# mv bsd.mp /bsd.mp
# chown root:wheel /bsd.mp
# chmod 0644 /bsd.mp
The boot instructions were posted by jggimi above:
boot> boot bsd.mp -c
UKC> disable apm
UKC> quit

Hope it helps.

Last edited by BSDfan666; 11th February 2009 at 04:51 PM.
Reply With Quote