Activity log for bug #921230

Date Who What changed Old value New value Message
2012-01-24 21:43:01 Scott Moser bug added bug
2012-01-24 21:43:50 Scott Moser description $ kvm -boot order=c /tmp/disk.img -curses you'll see somthing like: | | SeaBIOS (version pre-0.6.3-20111117_190135-rothera) | | iPXE (http://ipxe.org) 00:03.0 C900 PCI2.10 PnP PMM+17FC94C0+17F894C0 C900 | Press Ctrl-B to configure iPXE (PCI 00:03.0)... That sits there for 2 to 3 seconds (per NIC), and slows boot down by that much. You can work around this by: $ ( rm -Rf x && mkdir x && cd x && ln -sf /usr/share/qemu-kvm/* . && rm pxe* ) $ kvm -boot order=c -L x -curses which basically just makes kvm think there are no pxe boot roms, which would be found in /usr/share/qemu-kvm/ as provided by kvm-ipxe. ProblemType: Bug DistroRelease: Ubuntu 12.04 Package: kvm-ipxe 1.0.0+git-2.149b50-1ubuntu4 ProcVersionSignature: Ubuntu 3.2.0-10.17-generic 3.2.1 Uname: Linux 3.2.0-10-generic x86_64 ApportVersion: 1.91-0ubuntu1 Architecture: amd64 Date: Tue Jan 24 16:38:01 2012 Dependencies: EcryptfsInUse: Yes InstallationMedia: Ubuntu 11.10 "Oneiric Ocelot" - Release amd64 (20111012) PackageArchitecture: all ProcEnviron: PATH=(custom, user) LANG=en_US.UTF-8 SHELL=/bin/bash SourcePackage: ipxe UpgradeStatus: Upgraded to precise on 2011-11-07 (78 days ago) $ kvm -boot order=c /tmp/disk.img -curses you'll see somthing like: | | SeaBIOS (version pre-0.6.3-20111117_190135-rothera) | | iPXE (http://ipxe.org) 00:03.0 C900 PCI2.10 PnP PMM+17FC94C0+17F894C0 C900 | Press Ctrl-B to configure iPXE (PCI 00:03.0)... That sits there for 2 to 3 seconds (per NIC), and slows boot down by that much. You can work around this by: $ ( rm -Rf x && mkdir x && cd x && ln -sf /usr/share/qemu-kvm/* . && rm pxe* ) $ kvm -boot order=c -L x -curses which basically just makes kvm think there are no pxe boot roms, which would be found in /usr/share/qemu-kvm/ as provided by kvm-ipxe. I'd like some way to skip that configure step, since I am explicitly not booting from pxe. ProblemType: Bug DistroRelease: Ubuntu 12.04 Package: kvm-ipxe 1.0.0+git-2.149b50-1ubuntu4 ProcVersionSignature: Ubuntu 3.2.0-10.17-generic 3.2.1 Uname: Linux 3.2.0-10-generic x86_64 ApportVersion: 1.91-0ubuntu1 Architecture: amd64 Date: Tue Jan 24 16:38:01 2012 Dependencies: EcryptfsInUse: Yes InstallationMedia: Ubuntu 11.10 "Oneiric Ocelot" - Release amd64 (20111012) PackageArchitecture: all ProcEnviron:  PATH=(custom, user)  LANG=en_US.UTF-8  SHELL=/bin/bash SourcePackage: ipxe UpgradeStatus: Upgraded to precise on 2011-11-07 (78 days ago)
2012-01-24 21:50:27 Serge Hallyn ipxe (Ubuntu): status New Confirmed
2012-01-24 21:50:33 Serge Hallyn ipxe (Ubuntu): importance Undecided Wishlist
2012-05-28 17:40:33 Launchpad Janitor ipxe (Ubuntu): status Confirmed Fix Released
2012-05-28 18:09:23 Launchpad Janitor branch linked lp:ubuntu/ipxe