Hi all I'm trying to install OBSD on a FJ-Siemens Amilo xi 3650, without success so far.
The kernel stops booting after some lines of output. I've tried 4.4 and 4.5. On 4.4 it stops right after the first lines. The last line of output is: acpi0: tables DSDT FACP HPET MCFG SLIC APIC BOOT SSDT SSDT SSDT SSDT No error, it just hangs On 4.5 there are some lines more of output (including the above one), it tells about wakeup devices and different timers, then comes to: cpu0 at mainbus0: apid 0 (boot processor) cpu0: apic clock running at 265MHz cpu at mainbus0: not configured ioapic0 at mainbus0: apid 2 pa 0xfec00000,version 20,24 pins And stops right there. Still, no errors, nothing. I don't ever get to a point where I can run a meaningful dmesg. The processor is a Intel(R) Core(TM)2 Duo CPU P8400 @ 2.26GHz with the following flags (as seen from linux, though): fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe nx lm constant_tsc arch_perfmon pebs bts pni dtes64 monitor ds_cpl vmx smx est tm2 ssse3 cx16 xtpr pdcm sse4_1 lahf_lm tpr_shadow vnmi flexpriority I remember other machines and other operating systems where I had to pass special kernel boot parameters at the boot prompt in order to have the kernel ignore or treat differently certain hardware (one favourite was to disable acpi and the local apic). Here I'd use boot -c. But which parameters should I disable or modify? Unfortunately I'm not that familiar with the OBSD kernel, so I'd be grateful for any hints. I realize that this is going to take a lot of poking around in the dark. Thx /markus