[Bug 1605407] Update Released
Chris J Arges
1605407 at bugs.launchpad.net
Wed Aug 10 18:51:00 UTC 2016
The verification of the Stable Release Update for debian-installer has
completed successfully and the package has now been released to
-updates. Subsequently, the Ubuntu Stable Release Updates Team is being
unsubscribed and will not receive messages about this bug report. In
the event that you encounter a regression using the package from
-updates please report a new bug using ubuntu-bug and tag the bug report
regression-update so we can easily find any regressions.
--
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to debian-installer in Ubuntu.
https://bugs.launchpad.net/bugs/1605407
Title:
arm64 server ISO can not mount CD-ROM in QEMU
Status in debian-installer package in Ubuntu:
Fix Released
Status in debian-installer source package in Xenial:
Fix Released
Bug description:
[Impact]
It is not possible to install an arm64 QEMU instance from the server ISO when attached as a SCSI CD-ROM.
[Test Case]
I'm using the following commands to boot an arm64 QEMU/KVM guest:
dd if=/dev/zero of=flash0.img bs=1M count=64
dd if=/usr/share/qemu-efi/QEMU_EFI.fd of=flash0.img conv=notrunc
dd if=/dev/zero of=flash1.img bs=1M count=64
sudo qemu-system-aarch64 -enable-kvm -m 2048 -cpu host -smp 8 -M
virt,gic_version=host -nographic -pflash flash0.img -pflash flash1.img
-drive if=none,file=disk.img,id=hd0 -device virtio-blk-
device,drive=hd0 -netdev type=tap,id=net0 -device virtio-net-
device,netdev=net0,mac=ac:67:de:d2:4b:06 -drive file=xenial-server-
arm64.iso,id=cdrom,if=none,media=cdrom -device virtio-scsi-device
-device scsi-cd,drive=cdrom
Currently, the installer fails because it cannot find the CD-ROM.
[Regression Risk]
Just adding virtio kernel modules, no big woop.
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/debian-installer/+bug/1605407/+subscriptions
More information about the foundations-bugs
mailing list