NetBSD-Users archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: NetBSD 10.1 on Hetzner - anyone?
I am now trying to provision a new CX22 VPS instance on Hetzner with 10.1
installation image. I run into the attached error trace.
I think I can explain what's happening. Syscall 5 is open(2) and most likely
the kernel is panicing when it can't get a console because Hetzner probably
only provides a virtio non-serial console (in Qemu: `-device virtio-vga' or,
`-device virtio-gpu').
11.x has a driver for this, but not 10.x:
https://github.com/NetBSD/src/commit/84d92205b1b250708d5965f7b637cf47f20b454e
PS: 'vesa on' still solves this as mentioned on this thread.
Turning vesa on lets the kernel use the framebuffer provided by BIOS for
the console display.
-RVP
Home |
Main Index |
Thread Index |
Old Index