PiでQEMUを介してOSを実行しようとすると、「ディスクI / Oエラー」が発生する

PiでQEMUを介してOSを実行しようとすると、「ディスクI / Oエラー」が発生する

ここで見つけたプロジェクトを使って、私のPiのQEMUでWindows 98を実行しようとしています。https://www.hackster.io/314reactor/windows-98-wrist-watch-15ecfd。私が走るとき

qemu-system-i386 -localtime -cpu 486 -m 96 -hda windows98.img

私は聞いた

WARNING: Image format was not specified for 'Windows98.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はまだ開いていますが表示されます。

Disk I/O error replace the disk then press any key

いずれかのキーを押しても同じメッセージが表示され続けます。私はコードを実行しました。

qemu-system-i386 -drive format=raw,file=Windows98.img 

生のフォーマットメッセージを取り除こうとしましたが、うまくいきましたが、QEMUではディスクI / Oエラーメッセージが表示され続けます。

ベストアンサー1

おすすめ記事