I'm trying to install FreeBSD-14.1-RELEASE (i386) on an old ThinkPad X41 Tablet machine, but very shortly after booting the kernel (from the installer), I get this (copied by hand, so don't mind the formatting/typos):
I also tried the 13.2-RELEASE installer, same results. Looked this up here on the forums and elsewhere online and it suggests it's a hardware issue. However, I have replaced the RAM, ran memory test, and everything is in working order. I also installed Windows XP, Linux, and most recently OpenBSD, and they all work just fine, so I'm ruling out a hardware issue. What might be the problem? This is a single core machine (Pentium M Dothan), so I was looking for ways to disable SMP/SMT (guessing that might be the issue), but I couldn't find any relevant entries in the output of `show` at the loader prompt.
Any hints?
Code:
Fatal trap 12: page fault while in kernel mode
cpuid = 0; apic id = 00
fault virtual address = 0xf33b000
fault code = supervisor read date, page not present
instruction pointer = 0x20:0x1381a45
stack pointer = 0x28:0x1ef9bfc
frame pointer = 0x28:0x1ef9c14
code segment = base 0x0, limit 0xfffff, type 0x1b
= DPL 0, pres 1, def32 1, gran 1
processor eflags = interrupt enabled, resume, IOPL = 0
current process = 0 (swapper)
trap number = 12
panic: page fault
cpuid = 0
time = 1
KDB: stack backtrace:
#0 0xfaf3e6 at kdb_backtrace+0x46
#1 0xf68450 at vpanic+0xf0
#2 0xf68354 at panic+0x14
#3 0x137df86 at trap_fatal+0x346
#4 0x137dfc0 at trap_pfault+0x30
#5 0x137d6b6 at trap+0x386
#6 0xffc0321f at _end+0xfe1dcffb
#7 0x28 at ll+0x7
Uptime: 1s
Automatic reboot in 15 seconds - press a key on the console to abort
I also tried the 13.2-RELEASE installer, same results. Looked this up here on the forums and elsewhere online and it suggests it's a hardware issue. However, I have replaced the RAM, ran memory test, and everything is in working order. I also installed Windows XP, Linux, and most recently OpenBSD, and they all work just fine, so I'm ruling out a hardware issue. What might be the problem? This is a single core machine (Pentium M Dothan), so I was looking for ways to disable SMP/SMT (guessing that might be the issue), but I couldn't find any relevant entries in the output of `show` at the loader prompt.
Any hints?