From: Paolo Bonzini <pbonzini@redhat.com>
To: Vasiliy Tolstov <v.tolstov@selfip.ru>,
qemu-devel <qemu-devel@nongnu.org>
Subject: Re: [Qemu-devel] can't bot from scsi http cdrom
Date: Fri, 10 Apr 2015 12:53:23 +0200 [thread overview]
Message-ID: <5527ABA3.1020109@redhat.com> (raw)
In-Reply-To: <CACaajQvQD1V4gACo15FtW4nBGHKHa+yFoJaBugdF-6-41uXBkg@mail.gmail.com>
On 06/04/2015 12:15, Vasiliy Tolstov wrote:
> Hi. I'm try to boot from http cdrom and can't do that in case of scsi:
> <disk type='network' device='cdrom'>
> <driver name='qemu' type='raw' cache='unsafe'/>
> <source protocol='http' name='/vps/rescue-4.5.2'>
> <host name='xx.xx' port='80'/>
> </source>
> <backingStore/>
> <target dev='sdb' bus='scsi'/>
> <readonly/>
> <alias name='scsi0-0-0-1'/>
> <address type='drive' controller='0' bus='0' target='0' unit='1'/>
> </disk>
Try using target='1' unit='0'. SeaBIOS only boots from LUN0.
Paolo
> but in case of ide:
> <disk type='network' device='cdrom'>
> <driver name='qemu' type='raw' cache='unsafe'/>
> <source protocol='http' name='/vps/rescue-4.5.2'>
> <host name='xx.xx' port='80'/>
> </source>
> <backingStore/>
> <target dev='hda' bus='ide'/>
> <readonly/>
> <alias name='ide0-0-0'/>
> <address type='drive' controller='0' bus='0' target='0' unit='0'/>
> </disk>
>
> all works fine.
>
> libvirt - 1.2.10
> qemu - 2.0.0
> seabios - 1.7.5
>
next prev parent reply other threads:[~2015-04-10 10:53 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-04-06 10:15 [Qemu-devel] can't bot from scsi http cdrom Vasiliy Tolstov
2015-04-10 10:02 ` Stefan Hajnoczi
2015-04-10 10:53 ` Paolo Bonzini [this message]
2015-04-13 12:34 ` Vasiliy Tolstov
2015-04-13 13:31 ` [Qemu-devel] Changing media on network disks (was Re: can't bot from scsi http cdrom) Paolo Bonzini
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=5527ABA3.1020109@redhat.com \
--to=pbonzini@redhat.com \
--cc=qemu-devel@nongnu.org \
--cc=v.tolstov@selfip.ru \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.