[Bug 183485] Re: kvm can not boot Ubuntu guest

2008-09-03 Thread peterdv
** Changed in: kvm (Ubuntu) Status: Confirmed => Fix Released ** Changed in: linux (Ubuntu) Status: Incomplete => Fix Released -- kvm can not boot Ubuntu guest https://bugs.launchpad.net/bugs/183485 You received this bug notification because you are a member of Ubuntu Bugs, which i

[Bug 183485] Re: kvm can not boot Ubuntu guest

2008-08-29 Thread Leann Ogasawara
The Ubuntu Kernel Team is planning to move to the 2.6.27 kernel for the upcoming Intrepid Ibex 8.10 release. As a result, the kernel team would appreciate it if you could please test this newer 2.6.27 Ubuntu kernel. There are one of two ways you should be able to test: 1) If you are comfortable

[Bug 183485] Re: kvm can not boot Ubuntu guest

2008-01-22 Thread peterdv
I can confirm that using a clean install from hardy-alternate-alpha-3-i386.iso as host OS fixes the problem(s) mentioned above. 7.10 boots, installs, and runs cleanly (without the cdrom detection problem and without problems with ata_piix). To summarize: 1) Recompiling a custom kernel for the h

[Bug 183485] Re: kvm can not boot Ubuntu guest

2008-01-17 Thread fishor
The rease why ata_piix module not loaded described here: http://www.mail-archive.com/[EMAIL PROTECTED]/msg10716.html Probably this mean you _need_to_add_ ata_piix.blacklist=yes to your bootloader... becouse this module will not work with this kvm/qemu version. Instead use old ide_piix. So now we

Re: [Bug 183485] Re: kvm can not boot Ubuntu guest

2008-01-17 Thread peterdv
On Jan 17, 2008 6:35 PM, fishor <[EMAIL PROTECTED]> wrote: > You can see in debug.log options used to start installed kernel. But > there is no "ata_piix.blacklist=yes", so it was blacklisted some where > in /etc/modules.d/.. or ??? The debug.log is from the first reboot after the install. Unfortu

Re: [Bug 183485] Re: kvm can not boot Ubuntu guest

2008-01-17 Thread fishor
You can see in debug.log options used to start installed kernel. But there is no "ata_piix.blacklist=yes", so it was blacklisted some where in /etc/modules.d/.. or ??? try to run "grep -R "ata_piix" /etc/*" -- kvm can not boot Ubuntu guest https://bugs.launchpad.net/bugs/183485 You received this

Re: [Bug 183485] Re: kvm can not boot Ubuntu guest

2008-01-17 Thread peterdv
On Jan 17, 2008 3:52 PM, fishor <[EMAIL PROTECTED]> wrote: > Hmm.. Seems like this is not kvm issue. ata_piix modules was not loaded > so it can't find you hdd( image ). OK, this rings a bell. As I mentioned at the very top, I was "working around the cdrom detection problem using https://bugs.laun

Re: [Bug 183485] Re: kvm can not boot Ubuntu guest

2008-01-17 Thread fishor
So far i can't reproduce the issue you have... But i use newest qemu version. -- kvm can not boot Ubuntu guest https://bugs.launchpad.net/bugs/183485 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list ubun

Re: [Bug 183485] Re: kvm can not boot Ubuntu guest

2008-01-17 Thread fishor
Hmm.. Seems like this is not kvm issue. ata_piix modules was not loaded so it can't find you hdd( image ). -- kvm can not boot Ubuntu guest https://bugs.launchpad.net/bugs/183485 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. --

[Bug 183485] Re: kvm can not boot Ubuntu guest

2008-01-17 Thread peterdv
Console output from the guest booting as per comment 12. Thanks for the recipe, it would have taken me some time to dig out these options from the doc. ** Attachment added: "debug.log" http://launchpadlibrarian.net/11409507/debug.log -- kvm can not boot Ubuntu guest https://bugs.launchpad.ne

[Bug 183485] Re: kvm can not boot Ubuntu guest

2008-01-16 Thread fishor
And please attach debug.log from kvm, you can get it with: kvm test.img -serial file:debug.log and add to grub: kernel /vmlinuz earlycon=ttyS0 console=ttyS0 -- kvm can not boot Ubuntu guest https://bugs.launchpad.net/bugs/183485 You received this bug notification because you are a member o

[Bug 183485] Re: kvm can not boot Ubuntu guest

2008-01-16 Thread peterdv
FYI: it appears that linux-source-2.6.22-14.47 already includes the patch mentioned in comment 7. I shall try to find the time to build this source tomorrow. -- kvm can not boot Ubuntu guest https://bugs.launchpad.net/bugs/183485 You received this bug notification because you are a member of Ubun

[Bug 183485] Re: kvm can not boot Ubuntu guest

2008-01-16 Thread peterdv
I am testing on a Dell PowerEdge 2950, 4 G ram, lvm2 on top on the Dell raid. Output from cat /proc/cpuinfo attached. ** Attachment added: "cpuinfo" http://launchpadlibrarian.net/11397479/cpuinfo -- kvm can not boot Ubuntu guest https://bugs.launchpad.net/bugs/183485 You received this bug no

Re: [Bug 183485] Re: kvm can not boot Ubuntu guest

2008-01-16 Thread fishor
Can you please attach your cpuinfo. -- kvm can not boot Ubuntu guest https://bugs.launchpad.net/bugs/183485 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubu

[Bug 183485] Re: kvm can not boot Ubuntu guest

2008-01-16 Thread peterdv
Unfortunately "nmi_watchdog=0" did not work for me. Thanks for the link in comment 7. I see my options as either build a custom (guest) kernel or move to Hardy. I am testing for a potential production environment, so I am slightly hesitant moving to Hardy (yet), Since I happen to have the opport

[Bug 183485] Re: kvm can not boot Ubuntu guest

2008-01-16 Thread fishor
Here is the fix/workaround relased for linux kernel. This can be included to linux-source-2.6.22 http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commitdiff;h=57c22f49e4c7d27a03e109a317c30b12f1bae0b2 ** Also affects: linux-source-2.6.22 (Ubuntu) Importance: Undecided S

[Bug 183485] Re: kvm can not boot Ubuntu guest

2008-01-16 Thread fishor
> The bug report suggest a workaround adding nolapic to the guest kernel. Does not work for me. you should use "nmi_watchdog=0" instead -- kvm can not boot Ubuntu guest https://bugs.launchpad.net/bugs/183485 You received this bug notification because you are a member of Ubuntu Bugs, which is the

[Bug 183485] Re: kvm can not boot Ubuntu guest

2008-01-16 Thread fishor
If you need blending age kvm with latest bugs and bugfixes, try to use git source: kernel git://git.kernel.org/pub/scm/linux/kernel/git/avi/kvm.git userspace git://git.kernel.org/pub/scm/linux/kernel/git/avi/kvm-userspace.git -- kvm can not boot Ubuntu guest https://bugs.launchpad.net/bugs/18348

[Bug 183485] Re: kvm can not boot Ubuntu guest

2008-01-16 Thread fishor
> Any chance for binary packages for 7.10 ? Not really. kvm-59 is designed and included in kernel 2.6.24. -- kvm can not boot Ubuntu guest https://bugs.launchpad.net/bugs/183485 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. --

[Bug 183485] Re: kvm can not boot Ubuntu guest

2008-01-16 Thread peterdv
Googeling for " kvm: unhandled wrmsr: 0xc1" gives a possibly related hit over at the kvm-devel list: https://sourceforge.net/tracker/?func=detail&atid=893831&aid=1769884&group_id=180599 This bug reports failure to boot linux guest with 2.6.22 kernel. Seems similar, I'm using Linux vm02 2.6

[Bug 183485] Re: kvm can not boot Ubuntu guest

2008-01-16 Thread peterdv
... patience. After quite a while, the guest consoles bails out into BusyBox. apparently the root disk is not detected: ALERT! /dev/disk/by-uuid/468f57ac-f59f-49af-8421-3b0a31ed7ee1 does not exist. Dropping to a shell ! Also I notice that the host console reports: kvm: unhandled wrmsr: 0xc1

[Bug 183485] Re: kvm can not boot Ubuntu guest

2008-01-16 Thread peterdv
I forgot to mention that I use kvm 1:28-4ubuntu2 -- kvm can not boot Ubuntu guest https://bugs.launchpad.net/bugs/183485 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com http