[Bug 1605407] Re: arm64 server ISO can not mount CD-ROM in QEMU
Martin Pitt
martin.pitt at ubuntu.com
Tue Aug 2 08:17:03 UTC 2016
Hello dann, or anyone else affected,
Accepted debian-installer into xenial-proposed. The package will build
now and be available at https://launchpad.net/ubuntu/+source/debian-
installer/20101020ubuntu451.5 in a few hours, and then in the -proposed
repository.
Please help us by testing this new package. See
https://wiki.ubuntu.com/Testing/EnableProposed for documentation how to
enable and use -proposed. Your feedback will aid us getting this update
out to other Ubuntu users.
If this package fixes the bug for you, please add a comment to this bug,
mentioning the version of the package you tested, and change the tag
from verification-needed to verification-done. If it does not fix the
bug for you, please add a comment stating that, and change the tag to
verification-failed. In either case, details of your testing will help
us make a better decision.
Further information regarding the verification process can be found at
https://wiki.ubuntu.com/QATeam/PerformingSRUVerification . Thank you in
advance!
** Tags added: verification-needed
--
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 Committed
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