You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ qemu-system-x86_64 -fda OSASK-Linux/src/helloos.img
WARNING: Image format was not specified for 'OSASK-Linux/src/helloos.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.
$ qemu-system-x86_64 -fda OSASK-Linux/src/helloos.img
WARNING: Image format was not specified for 'OSASK-Linux/src/helloos.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.
ref: https://unix.stackexchange.com/questions/276480/booting-a-raw-disk-image-in-qemu
suggestion:
$ qemu-system-x86_64 -drive format=raw,file=OSASK-Linux/src/helloos.img
The text was updated successfully, but these errors were encountered: