NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: kern/56853: re-instate vga* support for XEN3_DOM0



On Mon, May 23, 2022 at 01:30:01PM +0000, kardel%netbsd.org@localhost wrote:
> >Description:
> 	Booting XEN3_DOM0 9.99.96 on a Supermicro ends up with a black screen after the Xen boot messages.
> 	Turns out the vga0 is not attached as it is not configured for XENPV - see XEN3_DOM0.
> 	#vga*           at pci? dev ? function ?# Needs acpi_md_vbios_reset
> 						# in acpi_wakeup.c (!xenpv)

As a workaround, one can boot with
menu=Boot Xen sync:load /netbsd-XEN3_DOM0 ; multiboot /xen-debug.gz dom0_mem=256
M console=vga sync_console=true vga=text-80x80,keep

With this xen keeps control of the VGA console and the NetBSD kernel
can print on it. You don't have keyboard input, but at last you can see
the boot messages

-- 
Manuel Bouyer <bouyer%antioche.eu.org@localhost>
     NetBSD: 26 ans d'experience feront toujours la difference
--


Home | Main Index | Thread Index | Old Index