1
QEMU에서 원시 디스크 이미지 부팅
여기 에서 디스크 이미지 파일이 있습니다 . 해당 페이지에 QEMU와 다음 명령을 사용하여이 이미지를 부팅 할 수 있다고합니다. $ qemu-system-x86_64 -m 4096 -ctrl-grab -no-reboot x86-64.img 메시지가 나타납니다. WARNING: Image format was not specified for 'x86-64.img' and probing guessed raw. Automatically detecting the format is dangerous for raw images, write operations …