Kernel panic on MacBook 4.1 (GhostBSD 3.5)

Help with issues concerning notebooks, laptops and netbooks.
Post Reply
ajw
Posts: 1
Joined: Mon Nov 18, 2013 12:51 am

Kernel panic on MacBook 4.1 (GhostBSD 3.5)

Post by ajw »

I tried booting the 64bit GhostBSD 3.5 DVD on my MacBook 4.1 (2008 model with 2.4ghz C2D and intel X3100 graphics). The system panicked partway through the boot process with the following error message:

Code: Select all

ACPI APIC Table: <APPLE Apple00>
panic: AP #1 (PHY# 1) failed!
cpuid = 0
KDB: stack backtrace:
#0 0xffffffff8094f7f6 at kdb_backtrace+0x66
#1 0xffffffff8091850e at panic+0x1ce
#2 0xffffffff80c07a19 at cpu_mp_start +0x579
#3 0xffffffff8095aede at smp_no_rendevous_barrier+0x7e
#4 0xffffffff808c8df7 at mi_startup+0x77
#5 0xffffffff802b6bac at btext +0x2c
Does anyone have a workaround for this issue that doesn't involve disabling smp?
User avatar
adripillo12
Posts: 52
Joined: Wed Sep 25, 2013 7:04 am

Re: Kernel panic on MacBook 4.1 (GhostBSD 3.5)

Post by adripillo12 »

ajw wrote:I tried booting the 64bit GhostBSD 3.5 DVD on my MacBook 4.1 (2008 model with 2.4ghz C2D and intel X3100 graphics). The system panicked partway through the boot process with the following error message:

Code: Select all

ACPI APIC Table: <APPLE Apple00>
panic: AP #1 (PHY# 1) failed!
cpuid = 0
KDB: stack backtrace:
#0 0xffffffff8094f7f6 at kdb_backtrace+0x66
#1 0xffffffff8091850e at panic+0x1ce
#2 0xffffffff80c07a19 at cpu_mp_start +0x579
#3 0xffffffff8095aede at smp_no_rendevous_barrier+0x7e
#4 0xffffffff808c8df7 at mi_startup+0x77
#5 0xffffffff802b6bac at btext +0x2c
Does anyone have a workaround for this issue that doesn't involve disabling smp?

Hello, installing on a Mac is always hard, Macs were made to use Mac software but I´ve seen some Macs running FreeBSD.

FreeBSD makes extensive use of the system ACPI service on the i386, amd64, and ia64 platforms to aid in system configuration if it is detected during boot. Unfortunately, some bugs still exist in the ACPI driver and various system motherboards. The use of ACPI can be disabled by setting hint.acpi.0.disabled in the third stage boot loader:

Code: Select all

set hint.acpi.0.disabled="1"
This is reset each time the system is booted, so it is necessary to add

Code: Select all

hint.acpi.0.disabled="1"
to "/boot/loader.conf" to make this change permanent.
compac
Posts: 1
Joined: Mon Dec 15, 2014 8:00 am

Re: Kernel panic on MacBook 4.1 (GhostBSD 3.5)

Post by compac »

Thanks! I did read that and it appears my device is not supported... Hmmm. Now what to do?
If you are looking for fast success in HP0-J73 exam dump then join today to find complete testking test-king.org - OG0-091 dumps and pass passguide principiacollege on first try. A person can pick www.hood.edu and University of Hawaii for its easiness.
User avatar
ericbsd
Developer
Posts: 2052
Joined: Mon Nov 19, 2012 7:54 pm

Re: Kernel panic on MacBook 4.1 (GhostBSD 3.5)

Post by ericbsd »

If you man Mac product it will be hard to get it work GhostBSD is ready for Mac.
Post Reply