Hi Adam, On Sat, Jan 14, 2017 at 10:34:18PM +0100, Adam Borowski wrote: >Package: installation-reports >Severity: normal > >Hi! >I'm afraid that regular arm64 d-i images fail to detect qemu's CD-ROM, and >there's apparently no way to direct it to load udebs from a network mirror >like mini.iso does. On the other hand, installation with mini.iso works >well. > >The failing step is "Detecting hardware to find CD-ROM drives". > >CD=debian-stretch-DI-rc1-arm64-netinst.iso >NET="-net bridge -net nic" > >qemu-system-aarch64 -machine virt -nographic -cpu cortex-a57 \ > -bios /usr/share/qemu-efi/QEMU_EFI.fd -m 2048 $NET \ > -drive file="$DISK",cache=writeback,index=0,media=disk,format=raw \ > -drive file="$CD",cache=writeback,index=1,media=cdrom -boot d
I think the problem is with your setup. I've just booted that exact netinst image happily using qemu-system-aarch64 -m 4G -cpu cortex-a57 -M virt -smp 8 -nographic -pflash AAVMF_CODE.fd -pflash AAVMF_VARS.fd -drive file=/scratch/iso/debian-stretch-DI-rc1-arm64-netinst.iso,id=cdrom,if=none,media=cdrom -device virtio-scsi-device -device scsi-cd,drive=cdrom -k en-gb -netdev user,id=eth0 -device virtio-net-device,netdev=eth0 and it's running the installer right now with udebs from the netinst iso. What version of qemu-efi are you using for /usr/share/qemu-efi/QEMU_EFI.fd? -- Steve McIntyre, Cambridge, UK. st...@einval.com "Further comment on how I feel about IBM will appear once I've worked out whether they're being malicious or incompetent. Capital letters are forecast." Matthew Garrett, http://www.livejournal.com/users/mjg59/30675.html