Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

qemu is not liking RAW images, or complaining that the type of emulation is not specified. #1

Open
kq6up opened this issue May 9, 2023 · 0 comments

Comments

@kq6up
Copy link

kq6up commented May 9, 2023

qemu-system-i386 -M isapc -m 16M -hda "$DISK" -no-reboot -net nic -net user,hostfwd=tcp:127.0.0.1:2023-:23 -vga std -monitor vc -fda "$FLOPPY" -rtc base="1996-01-01" -boot once=a -hdb fat:"$FATDRIVE"
WARNING: Image format was not specified for '/home/chris/sls/floppy.img' and probing guessed raw.
Automatically detecting the format is dangerous for raw images, write operations on block 0 will be restricted.
Specify the 'raw' format explicitly to remove the restrictions.
WARNING: Image format was not specified for 'json:{"fat-type": 0, "dir": "/home/chris/sls/slsfat", "driver": "vvfat", "floppy": false, "rw": false}' and probing guessed raw.
Automatically detecting the format is dangerous for raw images, write operations on block 0 will be restricted.
Specify the 'raw' format explicitly to remove the restrictions.
qemu-system-i386: Block node is read-only

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant