Public bug reported:

Binary package hint: qemu-kvm

Package: qemu-kvm

The "once" parameter does not seem to work with the "-boot" option.

To reproduce:
create an image file to be used as a hard disk:
qemu-img create test-img 1G

Starting a VM guest using "once" + "order" ignores the "once":
/usr/bin/qemu-system-x86_64 -hda test-img -m 4G -smp 2 -enable-kvm -vnc 
127.0.0.1:1 -name test-vm -boot order=c,once=n

Starting a VM guest using "once" ignores the "once":
/usr/bin/qemu-system-x86_64 -hda test-img -m 4G -smp 2 -enable-kvm -vnc 
127.0.0.1:1 -name test-vm -boot once=n

Starting a VM guest without "once" works fine:
/usr/bin/qemu-system-x86_64 -hda test-img -m 4G -smp 2 -enable-kvm -vnc 
127.0.0.1:1 -name test-vm -boot order=n

# lsb_release -rd
Description:    Ubuntu 10.04.2 LTS
Release:        10.04
# apt-cache policy qemu-kvm
qemu-kvm:
  Installed: 0.12.3+noroms-0ubuntu9.3
  Candidate: 0.12.3+noroms-0ubuntu9.3


Thanks for the help, Deric

** Affects: qemu-kvm (Ubuntu)
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to qemu-kvm in ubuntu.
https://bugs.launchpad.net/bugs/719448

Title:
  The "once" parameter does not work with "-boot"

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs

Reply via email to