Hello, Milos Nikic, le lun. 31 août 2026 08:54:23 -0700, a ecrit: > I am unable to reproduce any of these behaviors in QEMU, probably because it > is > much more forgiving than some of these actual hardware drivers. My host > hardware is all NVMe, so it is tricky to replicate bare-metal SATA/IDE quirks.
I am running in qemu as well. More precisely, with /usr/src/qemu/build/qemu-system-x86_64 -enable-kvm -cpu host -smp 2 -m 8G -device ahci,id=ahci1 -drive id=boot,if=none,format=raw,media=disk,file=/root/boot,cache=writeback -drive id=root,if=none,format=raw,media=disk,file=/home/hurd,cache=writeback -drive id=swap,if=none,format=raw,media=disk,file=/home/swap,cache=writeback -device ide-hd,drive=swap,bus=ahci1.2 -device ide-hd,drive=boot,bus=ahci1.0 -device ide-hd,drive=root,bus=ahci1.1 -device qemu-xhci -drive id=compil,format=raw,file=/home/compil,cache=writeback,if=none -device ide-hd,drive=compil,bus=ahci1.3 -vga std -net tap -net nic,model=e1000e -net nic,model=e1000e -gdb tcp:127.0.0.1:12345 Samuel
