I am currently setting up a Gentoo box on a virtual machine. According to "dmidecode -s system-product-name", it is running on a KVM host.
Unfortunately, the system does not boot my configured kernel - after the grub splashscreen, only the following appears and the system does not boot:
"Loading Linux 6.6.74 gentoo ...
_"
I configured the kernel according to https://wiki.gentoo.org/wiki/QEMU/Linux_guest#Kernel. Since this kernel did not boot, I also built a kernel using
# make defconfig
and
# make kvm_guest.config
For testing purposes, I also activated all drivers for framebuffer devices - still no effect.
The problem stays the same. Since I have currently no idea what else I could try, I am asking for help ;)
See my system information here:
emerge --info: https://paste.gentoo.zip/EF9l6AAJ
dmesg: https://paste.gentoo.zip/2PEBmLw1
kernel config: https://paste.gentoo.zip/qI1zl0sp
lspci -nnk:
Code: Select all
00:00.0 Host bridge [0600]: Intel Corporation 440FX - 82441FX PMC [Natoma] [8086:1237] (rev 02)
Subsystem: Red Hat, Inc. Qemu virtual machine [1af4:1100]
lspci: Unable to load libkmod resources: error -2
00:01.0 ISA bridge [0601]: Intel Corporation 82371SB PIIX3 ISA [Natoma/Triton II] [8086:7000]
Subsystem: Red Hat, Inc. Qemu virtual machine [1af4:1100]
00:01.1 IDE interface [0101]: Intel Corporation 82371SB PIIX3 IDE [Natoma/Triton II] [8086:7010]
Subsystem: Red Hat, Inc. Qemu virtual machine [1af4:1100]
Kernel driver in use: ata_piix
00:01.2 USB controller [0c03]: Intel Corporation 82371SB PIIX3 USB [Natoma/Triton II] [8086:7020] (rev 01)
Subsystem: Red Hat, Inc. QEMU Virtual Machine [1af4:1100]
Kernel driver in use: uhci_hcd
00:01.3 Bridge [0680]: Intel Corporation 82371AB/EB/MB PIIX4 ACPI [8086:7113] (rev 03)
Subsystem: Red Hat, Inc. Qemu virtual machine [1af4:1100]
Kernel driver in use: piix4_smbus
00:02.0 VGA compatible controller [0300]: Device [1234:1111] (rev 02)
Subsystem: Red Hat, Inc. Device [1af4:1100]
Kernel driver in use: bochs-drm
00:03.0 Ethernet controller [0200]: Red Hat, Inc. Virtio network device [1af4:1000]
Subsystem: Red Hat, Inc. Device [1af4:0001]
Kernel driver in use: virtio-pci
00:10.0 SCSI storage controller [0100]: Red Hat, Inc. Virtio block device [1af4:1001]
Subsystem: Red Hat, Inc. Device [1af4:0002]
Kernel driver in use: virtio-pci
00:1c.0 Communication controller [0780]: Red Hat, Inc. Virtio console [1af4:1003]
Subsystem: Red Hat, Inc. Device [1af4:0003]
Kernel driver in use: virtio-pci
00:1e.0 Unclassified device [00ff]: Red Hat, Inc. Virtio memory balloon [1af4:1002]
Subsystem: Red Hat, Inc. Device [1af4:0005]
Kernel driver in use: virtio-pci
Best regards and thanks in advance
Jimini


