qemu-discuss
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-discuss] How to boot the ARM server ISO on QEMU?


From: Ciro Santilli
Subject: Re: [Qemu-discuss] How to boot the ARM server ISO on QEMU?
Date: Tue, 15 Jan 2019 20:51:00 +0000

OK, I've pinged awesome Ubuntu people and they gave me the answer: I had to
use the cdrom through SCSI rather than the default virtio, because the
installer doesn't have the virtio drivers currently:

  -device virtio-scsi-device \
  -device scsi-cd,drive=cdrom \
  -drive "file=${iso},id=cdrom,if=none,media=cdrom" \

I've also discovered that the installer is just to slow to bear without KVM
:-)


On Mon, Jan 14, 2019 at 4:41 PM Peter Maydell <address@hidden>
wrote:

> On Mon, 14 Jan 2019 at 16:15, Ciro Santilli <address@hidden>
> wrote:
> > I just wonder, is it really possible that a system misconfiguration
> > prevented the ISO from being read at all, given that I do see the
> > start of the installer, and it only fails after a few steps
> > (language selection)?
>
> Hmm, if you see part of the installer image then maybe something
> else is going wrong. I was expecting the issue to be that the
> guest didn't get a block device with the image at all...
>
> thanks
> -- PMM
>


reply via email to

[Prev in Thread] Current Thread [Next in Thread]