[Bug 695372] New: kvm-0.14.0.0-1.6.1 regression
https://bugzilla.novell.com/show_bug.cgi?id=695372 https://bugzilla.novell.com/show_bug.cgi?id=695372#c0 Summary: kvm-0.14.0.0-1.6.1 regression Classification: openSUSE Product: openSUSE 11.4 Version: Final Platform: x86-64 OS/Version: openSUSE 11.4 Status: NEW Severity: Major Priority: P5 - None Component: Other AssignedTo: brogers@novell.com ReportedBy: bwiedemann@novell.com QAContact: qa@suse.de CC: cthiel@novell.com Found By: --- Blocker: --- We have setup an openstack cloud with kvm-0.14.0.0-1.4.1 which worked. upgrading to kvm-0.14.0.0-1.6.1 makes VM boot fail with " Booting from Hard Disk... Boot failed: not a bootable disk No bootable device. " call is /usr/bin/qemu-kvm -S -M pc-0.14 -enable-kvm -m 2048 -smp 1,sockets=1,cores=1,threads=1 -name instance-00000058 -uuid 843c961f-ff3c-df70-97b4-350a7d5e051a -nodefconfig -nodefaults -chardev socket,id=charmonitor,path=/var/lib/libvirt/qemu/instance-00000058.monitor,server,nowait -mon chardev=charmonitor,id=monitor,mode=control -rtc base=utc -boot c -kernel /var/lib/nova/instances/instance-00000058/kernel -initrd /var/lib/nova/instances/instance-00000058/ramdisk -append root=/dev/vda console=ttyS0 -drive file=/var/lib/nova/instances/instance-00000058/disk,if=none,id=drive-virtio-disk0,format=qcow2 -device virtio-blk-pci,bus=pci.0,addr=0x4,drive=drive-virtio-disk0,id=virtio-disk0 -drive file=/var/lib/nova/instances/instance-00000058/disk.local,if=none,id=drive-virtio-disk1,format=qcow2 -device virtio-blk-pci,bus=pci.0,addr=0x5,drive=drive-virtio-disk1,id=virtio-disk1 -netdev tap,fd=19,id=hostnet0 -device rtl8139,netdev=hostnet0,id=net0,mac=02:16:3e:41:76:e3,bus=pci.0,addr=0x3 -chardev file,id=charserial0,path=/var/lib/nova/instances/instance-00000058/console.log -device isa-serial,chardev=charserial0,id=serial0 -chardev pty,id=charserial1 -device isa-serial,chardev=charserial1,id=serial1 -usb -vnc 0.0.0.0:0 -k en-us -vga cirrus -device virtio-balloon-pci,id=balloon0,bus=pci.0,addr=0x6 Is the -kernel argument ignored? -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=695372 https://bugzilla.novell.com/show_bug.cgi?id=695372#c1 --- Comment #1 from Bernhard Wiedemann <bwiedemann@novell.com> 2011-05-23 10:48:46 CEST --- found a small reproducer: qemu-kvm -kernel kernel -initrd ramdisk -cdrom openSUSE.iso boots into ramdisk on kvm-0.14.0.0-1.4.1 but boots into cdrom on kvm-0.14.0.0-1.6.1 for kernel/ramdisk I used those from http://smoser.brickies.net/ubuntu/ttylinux-uec/ttylinux-uec-i686-12.1_2.6.35... -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=695372 https://bugzilla.novell.com/show_bug.cgi?id=695372#c2 Bernhard Wiedemann <bwiedemann@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |agraf@novell.com --- Comment #2 from Bernhard Wiedemann <bwiedemann@novell.com> 2011-05-23 12:00:24 CEST --- bisecting showed this patch/commit to be responsible:
From 75b9f69057b166876a0c33d5fd86aa59ccfd3812 Mon Sep 17 00:00:00 2001 From: Gleb Natapov <gleb@redhat.com> Date: Mon, 31 Jan 2011 15:11:01 +0200 Subject: [PATCH] fix linuxboot.bin and multiboot.bin to not hijack int19
Currently linuxboot.bin and multiboot.bin option roms override int19 vector to intercept boot process. No sane option rom should do that. Provide bev entry instead that will be called by BIOS if option rom is selected for booting. Signed-off-by: Gleb Natapov <gleb@redhat.com> Acked-by: Alexander Graf <agraf@suse.de> Signed-off-by: Aurelien Jarno <aurelien@aurel32.net> -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=695372 https://bugzilla.novell.com/show_bug.cgi?id=695372#c3 Bruce Rogers <brogers@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #3 from Bruce Rogers <brogers@novell.com> 2011-05-23 18:12:03 UTC --- I've checked in a fix for this. We could either revert this change or update to a more recent bios. I'm opting for the latter. Look for release 6. Thanks for pointing out this issue. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=695372 https://bugzilla.novell.com/show_bug.cgi?id=695372#c4 Bruce Rogers <brogers@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jslaby@novell.com --- Comment #4 from Bruce Rogers <brogers@novell.com> 2011-05-24 16:49:05 UTC --- *** Bug 695622 has been marked as a duplicate of this bug. *** http://bugzilla.novell.com/show_bug.cgi?id=695622 -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=695372 https://bugzilla.novell.com/show_bug.cgi?id=695372#c5 Bruce Rogers <brogers@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED Resolution|FIXED | --- Comment #5 from Bruce Rogers <brogers@novell.com> 2011-05-27 14:35:24 UTC --- Re-opened for maintenance tracking. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=695372 https://bugzilla.novell.com/show_bug.cgi?id=695372#c6 Bruce Rogers <brogers@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|REOPENED |NEEDINFO InfoProvider| |maintenance@opensuse.org --- Comment #6 from Bruce Rogers <brogers@novell.com> 2011-05-27 14:41:48 UTC --- In accordance with Maintenance process documented at http://en.opensuse.org/Portal:Maintenance I as needinfo'ing this bug report to maintenaince ml. I've already done a submit request to openSUSE:11.4:Update:Test. Let me know if there is something else I need to do at this point. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=695372 https://bugzilla.novell.com/show_bug.cgi?id=695372#c7 Dirk Mueller <dmueller@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |RESOLVED InfoProvider|maintenance@opensuse.org | Resolution| |FIXED --- Comment #7 from Dirk Mueller <dmueller@novell.com> 2011-05-31 14:25:11 CEST --- I've included it in the running update (swamp 41195), thanks. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=695372 https://bugzilla.novell.com/show_bug.cgi?id=695372#c8 Swamp Workflow Management <swamp@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status Whiteboard| |maint:released:11.4:41225 --- Comment #8 from Swamp Workflow Management <swamp@suse.com> 2011-06-06 12:34:49 UTC --- Update released for: kvm, kvm-debuginfo, kvm-debugsource Products: openSUSE 11.4 (debug, i586, x86_64) -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=695372 https://bugzilla.novell.com/show_bug.cgi?id=695372#c9 Bernhard Wiedemann <bwiedemann@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |VERIFIED --- Comment #9 from Bernhard Wiedemann <bwiedemann@novell.com> 2011-06-07 09:25:46 CEST --- booting with -kernel is back working with kvm-0.14.0.0-1.8.1.x86_64 -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@novell.com