Hi, This is the context of "bochs_drm: failed bochs_hw_init() results in panic". When I boot the system, if plymouth is visible, it crashes. But if I press ESC to hide it, it boots fine. bochs_drm is build as module and _not_ included in the initramfs, so it is loaded only after root filesystem is mounted. And before that, efifb works just fine, including nice graphical disk passphrase prompt. This particular setup is running Xen nested in KVM, but I can reproduce the crash on plain Linux within KVM too, so that probably doesn't matter. Versions: - Linux 5.4.5 - QEMU 4.2.0 Messages about bochs_drm init when it works: [ 33.802504] parport_pc parport_pc.956: Unable to set coherent dma mask: disabling DMA [ 33.873522] MCE: In-kernel MCE decoding enabled. [ 33.899895] parport_pc parport_pc.888: Unable to set coherent dma mask: disabling DMA [ 33.977738] parport_pc parport_pc.632: Unable to set coherent dma mask: disabling DMA [ 34.071587] bochs-drm 0000:00:02.0: remove_conflicting_pci_framebuffers: bar 0: 0xc0000000 -> 0xc0ffffff [ 34.096014] bochs-drm 0000:00:02.0: remove_conflicting_pci_framebuffers: bar 2: 0xc1087000 -> 0xc1087fff [ 34.149109] fb0: switching to bochsdrmfb from EFI VGA [ 34.170491] Console: switching to colour dummy device 80x25 [ 34.178497] bochs-drm 0000:00:02.0: vgaarb: deactivate vga console [ 34.188729] [drm] Found bochs VGA, ID 0xb0c5. [ 34.189974] [drm] Framebuffer size 16384 kB @ 0xc0000000, mmio @ 0xc1087000. [ 34.200131] [TTM] Zone kernel: Available graphics memory: 2004604 KiB [ 34.202006] [TTM] Initializing pool allocator [ 34.233679] [TTM] Initializing DMA pool allocator [ 34.246468] [drm] Found EDID data blob. [ 34.249477] [drm] Initialized bochs-drm 1.0.0 20130925 for 0000:00:02.0 on minor 0 [ 34.276315] fbcon: bochs-drmdrmfb (fb0) is primary device [ 34.283968] Console: switching to colour frame buffer device 128x48 [ 34.345742] ppdev: user-space parallel port driver [ 34.566261] bochs-drm 0000:00:02.0: fb0: bochs-drmdrmfb frame buffer device Messages about bochs_drm init when it crashes: [ 32.889058] bochs-drm 0000:00:02.0: remove_conflicting_pci_framebuffers: bar 0: 0xc0000000 -> 0xc0ffffff [ 32.891801] bochs-drm 0000:00:02.0: remove_conflicting_pci_framebuffers: bar 2: 0xc1087000 -> 0xc1087fff [ 32.921205] parport_pc parport_pc.956: Unable to set coherent dma mask: disabling DMA [ 32.927873] parport_pc parport_pc.888: Unable to set coherent dma mask: disabling DMA [ 32.946529] parport_pc parport_pc.632: Unable to set coherent dma mask: disabling DMA [ 32.951345] fb0: switching to bochsdrmfb from EFI VGA [ 32.963031] Console: switching to colour dummy device 80x25 [ 32.979805] bochs-drm 0000:00:02.0: vgaarb: deactivate vga console [ 33.015380] MCE: In-kernel MCE decoding enabled. [ 33.030158] bochs-drm 0000:00:02.0: BAR 0: can't reserve [mem 0xc0000000-0xc0ffffff pref] [ 33.032576] [drm:bochs_hw_init [bochs_drm]] *ERROR* Cannot request framebuffer Full logs: https://gist.github.com/marmarek/ca4fdcfd33d7e5258f15082fafa27bfc -- Best Regards, Marek Marczykowski-Górecki Invisible Things Lab A: Because it messes up the order in which people normally read text. Q: Why is top-posting such a bad thing?