Comment # 3 on bug 1140195 from
(In reply to Gary Ching-Pang Lin from comment #1)
> While I'm investigating the root cause, you can try to create a CD-ROM like
> this:
> 
Sorry, found a typo in the command

  qemu-system-aarch64 \
  ...
  -device virtio-scsi-pci,id=scsi0 \
  -device scsi-cd,drive=cd0,bus=scsi0.0,bootindex=0 \
  -drive
media=cdrom,if=none,id=cd0,format=raw,readonly=on,file=${YOUR_ISO_FILE}


You are receiving this mail because: