public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
* All Ubuntu guest don't work
@ 2010-05-25 23:43 satimis
  2010-05-25 23:50 ` Anthony Liguori
  0 siblings, 1 reply; 6+ messages in thread
From: satimis @ 2010-05-25 23:43 UTC (permalink / raw)
  To: kvm

Hi folks,

host - debian 5.0
guests - Debian/Windows/Ubuntu


Recently I found all Ubuntu guests can't boot hanging on.
....
kernel_thread_helper+0x7/0x10
- end -

I even can't start on recovery mode.  Other guests are working properly.


Just tried installing a new Ubuntu 10.04 guest without success.  The  
CD started to boot but hanging on the screen finally;
......
? kernel_init+0x67/0x10
? kernel_thread_helper+0x7/0x10
Clocksource tsc unstable (delta = 2081173336636 na)
- end -

Please help.  TIA


B.R
Stephen L


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: All Ubuntu guest don't work
  2010-05-25 23:43 All Ubuntu guest don't work satimis
@ 2010-05-25 23:50 ` Anthony Liguori
  2010-05-26  0:31   ` satimis
  0 siblings, 1 reply; 6+ messages in thread
From: Anthony Liguori @ 2010-05-25 23:50 UTC (permalink / raw)
  To: satimis; +Cc: kvm

On 05/25/2010 06:43 PM, satimis@pacific.net.hk wrote:
> Hi folks,
>
> host - debian 5.0
> guests - Debian/Windows/Ubuntu
>
>
> Recently I found all Ubuntu guests can't boot hanging on.
> ....
> kernel_thread_helper+0x7/0x10
> - end -
>
> I even can't start on recovery mode.  Other guests are working properly.
>
>
> Just tried installing a new Ubuntu 10.04 guest without success.  The 
> CD started to boot but hanging on the screen finally;

What version of qemu/kvm in your host?

Regards,

Anthony Liguori

> ......
> ? kernel_init+0x67/0x10
> ? kernel_thread_helper+0x7/0x10
> Clocksource tsc unstable (delta = 2081173336636 na)
> - end -
>
> Please help.  TIA
>
>
> B.R
> Stephen L
>
> -- 
> To unsubscribe from this list: send the line "unsubscribe kvm" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: All Ubuntu guest don't work
  2010-05-25 23:50 ` Anthony Liguori
@ 2010-05-26  0:31   ` satimis
  2010-05-26  1:29     ` Anthony Liguori
  0 siblings, 1 reply; 6+ messages in thread
From: satimis @ 2010-05-26  0:31 UTC (permalink / raw)
  To: Anthony Liguori; +Cc: kvm

Quoting Anthony Liguori <anthony@codemonkey.ws>:

> On 05/25/2010 06:43 PM, satimis@pacific.net.hk wrote:
>> Hi folks,
>>
>> host - debian 5.0
>> guests - Debian/Windows/Ubuntu
>>
>>
>> Recently I found all Ubuntu guests can't boot hanging on.
>> ....
>> kernel_thread_helper+0x7/0x10
>> - end -
>>
>> I even can't start on recovery mode.  Other guests are working properly.
>>
>>
>> Just tried installing a new Ubuntu 10.04 guest without success.    
>> The CD started to boot but hanging on the screen finally;
>
> What version of qemu/kvm in your host?
>
> Regards,
>
> Anthony Liguori


Hi Anthony,

$ sudo kvm | head -1
QEMU PC emulator version 0.9.1 (kvm-72), Copyright (c) 2003-2008  
Fabrice Bellard


Thanks

B.R.
Stephen Liu



>> ......
>> ? kernel_init+0x67/0x10
>> ? kernel_thread_helper+0x7/0x10
>> Clocksource tsc unstable (delta = 2081173336636 na)
>> - end -
>>
>> Please help.  TIA
>>
>>
>> B.R
>> Stephen L



^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: All Ubuntu guest don't work
  2010-05-26  0:31   ` satimis
@ 2010-05-26  1:29     ` Anthony Liguori
  2010-05-26 13:15       ` satimis
  2010-05-26 13:32       ` satimis
  0 siblings, 2 replies; 6+ messages in thread
From: Anthony Liguori @ 2010-05-26  1:29 UTC (permalink / raw)
  To: satimis; +Cc: kvm

On 05/25/2010 07:31 PM, satimis@pacific.net.hk wrote:
>
> Hi Anthony,
>
> $ sudo kvm | head -1
> QEMU PC emulator version 0.9.1 (kvm-72), Copyright (c) 2003-2008 
> Fabrice Bellard

That's extremely old.  You should update to a newer version.

Regards,

Anthony Liguori

>
> Thanks
>
> B.R.
> Stephen Liu
>
>
>
>>> ......
>>> ? kernel_init+0x67/0x10
>>> ? kernel_thread_helper+0x7/0x10
>>> Clocksource tsc unstable (delta = 2081173336636 na)
>>> - end -
>>>
>>> Please help.  TIA
>>>
>>>
>>> B.R
>>> Stephen L
>
>


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: All Ubuntu guest don't work
  2010-05-26  1:29     ` Anthony Liguori
@ 2010-05-26 13:15       ` satimis
  2010-05-26 13:32       ` satimis
  1 sibling, 0 replies; 6+ messages in thread
From: satimis @ 2010-05-26 13:15 UTC (permalink / raw)
  To: kvm

- snip -

>> $ sudo kvm | head -1
>> QEMU PC emulator version 0.9.1 (kvm-72), Copyright (c) 2003-2008   
>> Fabrice Bellard
>
> That's extremely old.  You should update to a newer version.


Hi Anthony,

I found my problem was caused by running the new kernel of the host  
(Debian 5.0 32 bit), causing all Ubuntu guests unable to boot.  The  
kernel has been upgraded recently.

I booted the old kernal

$ uname -a
Linux vm0.debian50 2.6.26-1-686 #1 SMP Fri Mar 13 18:08:45 UTC 2009  
i686 GNU/Linux


All Ubuntu guests revived (all 32 bit).


The new kernel is;
Debian GNU/Linux, kernel 2.6.26-2-686


Ubuntu 10.04 (32 bit) can be installed without problem.

Anything can I try before upgrade qemu/KVM ?  Thanks

B.R.
Stephen L



^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: All Ubuntu guest don't work
  2010-05-26  1:29     ` Anthony Liguori
  2010-05-26 13:15       ` satimis
@ 2010-05-26 13:32       ` satimis
  1 sibling, 0 replies; 6+ messages in thread
From: satimis @ 2010-05-26 13:32 UTC (permalink / raw)
  To: Anthony Liguori; +Cc: kvm

Quoting Anthony Liguori <anthony@codemonkey.ws>:

> On 05/25/2010 07:31 PM, satimis@pacific.net.hk wrote:
>>
>> Hi Anthony,
>>
>> $ sudo kvm | head -1
>> QEMU PC emulator version 0.9.1 (kvm-72), Copyright (c) 2003-2008   
>> Fabrice Bellard
>
> That's extremely old.  You should update to a newer version.


Hi Anthony,

Further to my late posting.

Something I can't explain.  Just rebooted to the new kernel.  This  
time all Ubuntu guests worked including the newly installed Ubuntu  
10.04 desktop.  Debian and Windows guest also worked.

Funny !!!


B.R.
Stephen L


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2010-05-26 13:32 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-05-25 23:43 All Ubuntu guest don't work satimis
2010-05-25 23:50 ` Anthony Liguori
2010-05-26  0:31   ` satimis
2010-05-26  1:29     ` Anthony Liguori
2010-05-26 13:15       ` satimis
2010-05-26 13:32       ` satimis

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox