with original bios and hard drive image (doesn't boot at all, maybe it doesn't see the hard drive?) ``` ./qemu-system-i386 -M pc -m 128 -bios msntv_bios_v1.387.bin -drive index=0,file=card.img,format=raw -device lpc47m157 -no-kvm -L /usr/share/qemu/ -d in_asm ``` with custom hard drive image + without msn tv 2 bios: ``` ./qemu-system-i386 -M pc -m 128 -drive index=0,file=own_ce.img,format=raw,media=disk,if=ide -device lpc47m157 -serial stdio -L /usr/share/qemu/ -nodefaults -display sdl -device VGA ``` both of the commands above are meant to run with tv2emu and the specific hard drive image(s). resources: tv2emu: https://github.com/ultra0000/tv2emu original tv2 image: https://ultra0.ar/funstuff/files/webtv/msntv2/card.img modified tv2 image: https://ultra0.ar/funstuff/files/webtv/msntv2/own_ce.img fdf tools: https://ultra0.ar/funstuff/files/webtv/msntv2/fdftools.zip (READ ITS README)