All of lore.kernel.org
 help / color / mirror / Atom feed
From: Gleb Natapov <gleb@redhat.com>
To: Dietmar Maurer <dietmar@proxmox.com>
Cc: "kvm@vger.kernel.org" <kvm@vger.kernel.org>
Subject: Re: network boot always enabled with 0.15.0
Date: Thu, 11 Aug 2011 15:06:11 +0300	[thread overview]
Message-ID: <20110811120611.GB4404@redhat.com> (raw)
In-Reply-To: <24E144B8C0207547AD09C467A8259F75377772F3@lisa.maurer-it.com>

On Thu, Aug 11, 2011 at 11:57:28AM +0000, Dietmar Maurer wrote:
> > Agree. noboot sounds optimal, but also requires more codding that other
> > options (sigh, isn't it always this way?). But how do we have it for disks?
> 
> -drive [file=file][,if=type][,bus=n][,unit=m][,media=d][,index=i]
>        [,cyls=c,heads=h,secs=s[,trans=t]][,snapshot=on|off]
>        [,cache=writethrough|writeback|none|unsafe][,format=f]
>        [,serial=s][,addr=A][,id=name][,aio=threads|native]
>        [,readonly=on|off][,boot=on|off]
> 
> I thought 'boot=off' would do exactly that.
> 

No, this boot= option is deprecated too. AFAIK boot=off does (and always
did) nothing.  boot=on tells qemu to boot from the disk using extboot
option rom. This was needed to boot from virtio disks. Now SeaBIOS can
boot from virtio disk natively, so extboot no longer needed. But due
to the ways BIOS boot specification is written only one disk can be
bootable in the system, so if one disk has bootindex specified other
disks will not participate in the boot even if the disk with bootindex
specified is not bootable.

--
			Gleb.

  reply	other threads:[~2011-08-11 12:06 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-08-11  8:55 network boot always enabled with 0.15.0 Dietmar Maurer
2011-08-11  9:05 ` Gleb Natapov
2011-08-11  9:12   ` Dietmar Maurer
2011-08-11  9:38     ` Gleb Natapov
2011-08-11  9:56       ` Dietmar Maurer
2011-08-11 10:25         ` Gleb Natapov
2011-08-11 10:33           ` Dietmar Maurer
2011-08-11 10:50             ` Gleb Natapov
2011-08-11 11:29               ` Dietmar Maurer
2011-08-11 11:48                 ` Gleb Natapov
2011-08-11 11:57                   ` Dietmar Maurer
2011-08-11 12:06                     ` Gleb Natapov [this message]
2011-08-11 13:57                       ` Dietmar Maurer
2011-08-11 13:59                         ` Gleb Natapov
2011-08-11 21:37                           ` Michael Tokarev
2011-08-11 16:59                         ` Gerd Hoffmann
2011-08-12  5:08                           ` Dietmar Maurer
2011-08-12  7:10                       ` Dietmar Maurer
2011-08-11 10:13       ` Dietmar Maurer
2011-08-11 10:26         ` Gleb Natapov

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=20110811120611.GB4404@redhat.com \
    --to=gleb@redhat.com \
    --cc=dietmar@proxmox.com \
    --cc=kvm@vger.kernel.org \
    /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.