Hello to everyone. I've just installed Debian 12 (netinstall version with ssh server + web server) as guest os on top of Windows 11 using qemu + whpx. These are the parameters that I've used :
I:\OS\vms\qemu\qemu-system-x86_64.exe -machine q35 -accel whpx -cpu kvm64,hv_relaxed,hv_time,hv_synic -m 8G -vga std -audiodev dsound,id=snd0 -device ich9-intel-hda -device hda-duplex,audiodev=snd0 -hda "I:\Backup\Linux\Debian.img" -drive file=\\.\PhysicalDrive5 -drive file=\\.\PhysicalDrive6 -drive file=\\.\PhysicalDrive8 -rtc base=localtime -device usb-ehci,id=usb,bus=pcie.0,addr=0x3 -device usb-tablet -device usb-kbd -smbios type=2 -nodefaults -netdev user,id=net0 -device e1000,netdev=net0,id=net0,mac=52:54:00:11:22:33 -device ich9-ahci,id=sata -bios "I:\OS\vms\qemu\OVMF_combined.fd" Actually it has two problems : 1) I've added the module zfs to /etc/modules because I want to autoload zfs as soon as Debian makes the booting,but it does not work. Probably this is not the proper method to do it ? 2) As you can see on the attached picture,I see a lot of strange messages on the screen ; I don't understand why they happen,but I would like to suppress them. [image: 2024-04-30 16 42 44.png] -- Mario.