xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
* Detail on 2.6.32.11 pv_ops not boot
@ 2010-04-21  6:52 Fantu
  2010-04-22 10:17 ` Fantu
  0 siblings, 1 reply; 4+ messages in thread
From: Fantu @ 2010-04-21  6:52 UTC (permalink / raw)
  To: xen-devel


S.O. is Lenny 64 bit
Dom0 is xen 4 from hg-testing4.0
Kernel is 2.6.32.11 pv_ops update with this config: 
http://old.nabble.com/file/p28287956/.config .config 
Server is Dell T610 with bios 2.0.13

I have start with all debug option found:
menuentry "Xen 4 hg-4.0-testing, linux 2.6.32.11 DEBUG" {
	set root=(hd0,1)
	multiboot /boot/xen-4.gz dom0_mem=1024M loglvl=all guest_loglvl=all
lapic=debug apic_verbosity=debug apic=debug iommu=off
	module /boot/vmlinuz-2.6.32.11 root=LABEL=root-raid ro nomodeset
earlyprintk=xen nomodeset initcall_debug debug loglevel=10
	module /boot/initrd.img-2.6.32.11
}

The result is block here: 
http://old.nabble.com/file/p28287956/2.6.32.11_pv_ops_screen.jpg
2.6.32.11_pv_ops_screen.jpg 

I can't use SOL now but on dell server when i try SOL not show nothing more
that on screen

Thanks in advantages for any help
-- 
View this message in context: http://old.nabble.com/Detail-on-2.6.32.11-pv_ops-not-boot-tp28287956p28287956.html
Sent from the Xen - Dev mailing list archive at Nabble.com.

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

* Re: Detail on 2.6.32.11 pv_ops not boot
  2010-04-21  6:52 Detail on 2.6.32.11 pv_ops not boot Fantu
@ 2010-04-22 10:17 ` Fantu
  2010-04-22 23:08   ` Jeremy Fitzhardinge
  0 siblings, 1 reply; 4+ messages in thread
From: Fantu @ 2010-04-22 10:17 UTC (permalink / raw)
  To: xen-devel


Here the full output of SOL with full debug option: 
http://old.nabble.com/file/p28326903/xenboot-sol.log xenboot-sol.log 


Fantu wrote:
> 
> S.O. is Lenny 64 bit
> Dom0 is xen 4 from hg-testing4.0
> Kernel is 2.6.32.11 pv_ops update with this config: 
> http://old.nabble.com/file/p28287956/.config .config 
> Server is Dell T610 with bios 2.0.13
> 
> I have start with all debug option found:
> menuentry "Xen 4 hg-4.0-testing, linux 2.6.32.11 DEBUG" {
> 	set root=(hd0,1)
> 	multiboot /boot/xen-4.gz dom0_mem=1024M loglvl=all guest_loglvl=all
> lapic=debug apic_verbosity=debug apic=debug iommu=off
> 	module /boot/vmlinuz-2.6.32.11 root=LABEL=root-raid ro nomodeset
> earlyprintk=xen nomodeset initcall_debug debug loglevel=10
> 	module /boot/initrd.img-2.6.32.11
> }
> 
> The result is block here: 
> http://old.nabble.com/file/p28287956/2.6.32.11_pv_ops_screen.jpg
> 2.6.32.11_pv_ops_screen.jpg 
> 
> Thanks in advantages for any help
> 

-- 
View this message in context: http://old.nabble.com/Detail-on-2.6.32.11-pv_ops-not-boot-tp28287956p28326903.html
Sent from the Xen - Dev mailing list archive at Nabble.com.

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

* Re: Detail on 2.6.32.11 pv_ops not boot
  2010-04-22 10:17 ` Fantu
@ 2010-04-22 23:08   ` Jeremy Fitzhardinge
  2010-04-23  5:56     ` Fantu
  0 siblings, 1 reply; 4+ messages in thread
From: Jeremy Fitzhardinge @ 2010-04-22 23:08 UTC (permalink / raw)
  To: Fantu; +Cc: xen-devel

On 04/22/2010 03:17 AM, Fantu wrote:
> Here the full output of SOL with full debug option: 
> http://old.nabble.com/file/p28326903/xenboot-sol.log xenboot-sol.log 
>   

Thanks for that.  Does it always hang at the same place?  Your
screenshot shows it apparently hanging at ata_piix, whereas the sol log
shows a hang near serial setup (which doesn't seem to overlap with the
screenshot at all).

What does booting the same kernel natively show?

Thanks,
    J

>
> Fantu wrote:
>   
>> S.O. is Lenny 64 bit
>> Dom0 is xen 4 from hg-testing4.0
>> Kernel is 2.6.32.11 pv_ops update with this config: 
>> http://old.nabble.com/file/p28287956/.config .config 
>> Server is Dell T610 with bios 2.0.13
>>
>> I have start with all debug option found:
>> menuentry "Xen 4 hg-4.0-testing, linux 2.6.32.11 DEBUG" {
>> 	set root=(hd0,1)
>> 	multiboot /boot/xen-4.gz dom0_mem=1024M loglvl=all guest_loglvl=all
>> lapic=debug apic_verbosity=debug apic=debug iommu=off
>> 	module /boot/vmlinuz-2.6.32.11 root=LABEL=root-raid ro nomodeset
>> earlyprintk=xen nomodeset initcall_debug debug loglevel=10
>> 	module /boot/initrd.img-2.6.32.11
>> }
>>
>> The result is block here: 
>> http://old.nabble.com/file/p28287956/2.6.32.11_pv_ops_screen.jpg
>> 2.6.32.11_pv_ops_screen.jpg 
>>
>> Thanks in advantages for any help
>>
>>     
>   

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

* Re: Detail on 2.6.32.11 pv_ops not boot
  2010-04-22 23:08   ` Jeremy Fitzhardinge
@ 2010-04-23  5:56     ` Fantu
  0 siblings, 0 replies; 4+ messages in thread
From: Fantu @ 2010-04-23  5:56 UTC (permalink / raw)
  To: xen-devel


With all active stop on serial, with serial disable on bios stop on ata on
motherboard, if disable also that stop on usb ecc, can you merge last fix
about irq and msi from xen/next to xen/stable2.6.32.x for try if solve or
there is other problem?
Similar problem with boot of xen/stable compiled on 1 march i have solved
with  CONFIG_SPARSE_IRQ=n and apply patch
0001-x86-ioapic-Remove-the-hack-for-calculating-nr_irq_
Now not patch apply and for config see the first post on this topic

Jeremy Fitzhardinge wrote:
> 
> On 04/22/2010 03:17 AM, Fantu wrote:
>> Here the full output of SOL with full debug option: 
>> http://old.nabble.com/file/p28326903/xenboot-sol.log xenboot-sol.log 
>>   
> 
> Thanks for that.  Does it always hang at the same place?  Your
> screenshot shows it apparently hanging at ata_piix, whereas the sol log
> shows a hang near serial setup (which doesn't seem to overlap with the
> screenshot at all).
> 
> What does booting the same kernel natively show?
> 
> Thanks,
>     J
> 
>>
>> Fantu wrote:
>>   
>>> S.O. is Lenny 64 bit
>>> Dom0 is xen 4 from hg-testing4.0
>>> Kernel is 2.6.32.11 pv_ops update with this config: 
>>> http://old.nabble.com/file/p28287956/.config .config 
>>> Server is Dell T610 with bios 2.0.13
>>>
>>> I have start with all debug option found:
>>> menuentry "Xen 4 hg-4.0-testing, linux 2.6.32.11 DEBUG" {
>>> 	set root=(hd0,1)
>>> 	multiboot /boot/xen-4.gz dom0_mem=1024M loglvl=all guest_loglvl=all
>>> lapic=debug apic_verbosity=debug apic=debug iommu=off
>>> 	module /boot/vmlinuz-2.6.32.11 root=LABEL=root-raid ro nomodeset
>>> earlyprintk=xen nomodeset initcall_debug debug loglevel=10
>>> 	module /boot/initrd.img-2.6.32.11
>>> }
>>>
>>> The result is block here: 
>>> http://old.nabble.com/file/p28287956/2.6.32.11_pv_ops_screen.jpg
>>> 2.6.32.11_pv_ops_screen.jpg 
>>>
>>> Thanks in advantages for any help
>>>
>>>     
>>   
> 
> 
> _______________________________________________
> Xen-devel mailing list
> Xen-devel@lists.xensource.com
> http://lists.xensource.com/xen-devel
> 
> 

-- 
View this message in context: http://old.nabble.com/Detail-on-2.6.32.11-pv_ops-not-boot-tp28287956p28337511.html
Sent from the Xen - Dev mailing list archive at Nabble.com.

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

end of thread, other threads:[~2010-04-23  5:56 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-04-21  6:52 Detail on 2.6.32.11 pv_ops not boot Fantu
2010-04-22 10:17 ` Fantu
2010-04-22 23:08   ` Jeremy Fitzhardinge
2010-04-23  5:56     ` Fantu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).