I am trying to run the image from the Minix 3 textbook on QEMU. I am following the how-to guide from their Wiki. These are the commands I have entered:
Code: Select all
qemu-img create minix.img 1G
qemu-system-x86_64 -m 256 -cdrom minix.img -boot d -display curses
Code: Select all
Booting from DVD/CD...
Boot failed: Could not read from CDROM (code 0005)
Hoping someone can help me out...
Note: I only allocate 1G because that's what the textbook says it needs. After the textbook version, Minix 3 becomes more complex and needs more space.