On 14 Jul 2009, at 18:27, Bob Beck wrote:

* Michiel van Baak <mich...@vanbaak.info> [2009-07-05 11:05]:
On 10:36, Sun 05 Jul 09, stan wrote:
I am trying to get OpenBSD 4.5 working as a guest OS using KVM on Linux. I have been able to get 4.4 to install and run fine, but 4.5 never gives me a login prompt. The last message I see is about setting tty flgas. On the
reboot after first install t paniced.

I have the same. Google shows some others have as well.

Any sugestions as to what to do to get this working?

Run openbsd on real hardware :)

and/or ask the linux people to fix KVM to make it really a PC.

All good advice, but in the meantime a kernel without acpimadt, ioapic, and mpbios drivers will do the job. It appears they must be completely removed
rather than just disabled.

Minimalist "works for me" config:

machine i386
option ACCOUNTING
option KTRACE
option CD9660
option FFS
option MFS
option FFS_SOFTUPDATES
option FIFO
option QUOTA
option UFS_DIRHASH
option CRYPTO
option PCIVERBOSE
option UVM_SWAP_ENCRYPT
option ALTQ
option INET
option INET6
option IPSEC
option TCP_SACK
option APM_NOPRINT
option SCSITERSE
option SVSVMSG
option SYSVSEM
option SYSVSHM
maxusers 40
config bsd root on wd0a swap on wd0b
mainbus0 at root
bios0 at mainbus0
pcibios0 at bios0 flags 0x0000
acpi0 at bios?
acpitimer* at acpi?
acpiprt* at acpi?
acpicpu* at acpi?
acpiec* at acpi?
cpu0 at mainbus?
pci* at mainbus0
pchb* at pci?
pcib* at pci?
pciide* at pci? flags 0x0000
wd* at pciide? flags 0x0000
atapiscsi* at pciide?
scsibus* at atapiscsi?
cd* at scsibus?
piixpm* at pci?
iic* at piixpm?
vga* at pci?
wsdisplay* at vga?
em* at pci?
isa0 at pcib?
isadma0 at isa?
com0 at isa? disable port 0x3f8 irq 4
pckbc0 at isa?
pckbd* at pckbc?
wskbd* at pckbd? mux 0
npx0 at isa? port 0xf0 irq 13
fdc0 at isa? disable port 0x3f0 irq 6 drq 2
softraid0 at root
scsibus* at softraid?
sd* at scsibus?
pseudo-device carp
pseudo-device gif
pseudo-device pf
pseudo-device pflog
pseudo-device pflow
pseudo-device pfsync
pseudo-device tun
pseudo-device bio 1
pseudo-device bpfilter 1
pseudo-device enc 1
pseudo-device ksyms 1
pseudo-device loop 1
pseudo-device pty 16
pseudo-device systrace 1
pseudo-device wsmux 1

Reply via email to