Summary: | Upgrading an i386 from 12.3p6 to 13.1-RELEASE it hangs after rebooting in the new kernel. | ||||||
---|---|---|---|---|---|---|---|
Product: | Base System | Reporter: | Maurizio <maurizio1018> | ||||
Component: | kern | Assignee: | freebsd-bugs (Nobody) <bugs> | ||||
Status: | New --- | ||||||
Severity: | Affects Only Me | CC: | freebsd-bug-report.e3f7c7f2e19a, kib, maurizio1018 | ||||
Priority: | --- | Keywords: | crash, regression | ||||
Version: | CURRENT | ||||||
Hardware: | i386 | ||||||
OS: | Any | ||||||
Attachments: |
|
Description
Maurizio
2022-09-19 17:27:53 UTC
Kostik did a lot of work on i386 architecture code, perhaps he may have an idea of what's going wrong. I have tested the latest i386 snapshot. I have downloaded: FreeBSD-14.0-CURRENT-i386-20220930-42dc8696df5-258315-bootonly.iso FreeBSD-14.0-CURRENT-i386-20220930-42dc8696df5-258315-mini-memstick.img and put on a CD and USB stick respectively. On the Soltek Qbic with an AMD Athlon XP 2000+, the PC where I have found this error. Booting from the USB stick it gives the previous error: the system boots, but at the console, repetitiously print the message: "CPU0: local APIC error 0x4" For this error I have found a pair of running old PC. A Fujitsu Siemens with Intel Pentium 4 CPU 3.06 GHz. Booting from CD it panics after printing the message: panic: ata_action: cbb 0x119431b0, func_code 0x901 should not be allocated from UMA zone Should I open a new bug ? An ASUS P4 with Intel Pentium 4 CPU 2.00 GHz. It boots from the CD and can reach the login prompt. On the Soltek Qbic with an AMD Athlon XP 2000+, booting an USB stick with FreeBSD-13.2-BETA2-i386-mini-memstick.img gives the same error: at the console, repetitiously print the message: "CPU0: local APIC error 0x4" On the Soltek Qbic with an AMD Athlon XP 2000+, booting an USB stick with FreeBSD-14.0-BETA3-i386-mini-memstick.img gives the same error: at the console, repetitiously print the message: "CPU0: local APIC error 0x4" On the Soltek Qbic with an AMD Athlon XP 2000+, booting an USB stick with FreeBSD-14.0-BETA4-i386-mini-memstick.img gives the same error: at the console, repetitiously print the message: "CPU0: local APIC error 0x4" I got over this problem by setting the following, either as parameter to the kernel (press Esc) while booting from memstick: set hint.apic.0.disabled="1" boot And then, adding hint.acpi.0.disabled="1" to /boot/device.hints. |