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 오류 메시지가 계속 나타납니다.

관련 정보