Last update: 2025/02/22
VBoxManage clonehd Debian_i386-IRIX_install.vdi Debian_i386-IRIX_install-qemu.img --format raw
sudo qemu-system-x86_64 -M q35,vmport=off,hpet=off -m 2G -cpu max -accel tcg,thread=multi,tb-size=1024 -global ICH9-LPC.disable_s3=1 -smp cpus=4 -device virtio-blk-pci,drive=drive1,bootindex=0 -drive if=none,media=disk,id=drive1,file.filename=/Users/jhonnaker/Downloads/Debian_i386-IRIX_install-qemu.img,discard=unmap,detect-zeroes=unmap,format=raw -rtc base=localtime -device virtio-net-pci,netdev=net0 -netdev vmnet-bridged,id=net0,ifname=en0 -device cirrus-vga
3. Edit /etc/network/interfaces to change the interface name to what qemu presents and reboot. You can find out what the correct interface name is by logging in as root and typing:
ifconfig -a
You can even change it back to DHCP.