All of lore.kernel.org
 help / color / mirror / Atom feed
* x86-64 machine with FC8 not booting
@ 2008-01-09 15:04 Stefan Berger
  2008-01-09 15:57 ` You, Yongkang
  2008-01-09 16:17 ` You, Yongkang
  0 siblings, 2 replies; 7+ messages in thread
From: Stefan Berger @ 2008-01-09 15:04 UTC (permalink / raw)
  To: xen-devel


[-- Attachment #1.1: Type: text/plain, Size: 314 bytes --]

I have an x86-64 machine that I recently update from an older changesets 
of Xen (16427) and Linux to the most recent ones. It does not boot with 
FC8 on it and hangs while booting after

Mounting  proc filesystem
Mounting sysfs filesystem
Creating /dev
-> hang

Does anybody else see the same problem?

   Stefan

[-- Attachment #1.2: Type: text/html, Size: 641 bytes --]

[-- Attachment #2: Type: text/plain, Size: 138 bytes --]

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel

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

* RE: x86-64 machine with FC8 not booting
  2008-01-09 15:04 Stefan Berger
@ 2008-01-09 15:57 ` You, Yongkang
  2008-01-09 16:17 ` You, Yongkang
  1 sibling, 0 replies; 7+ messages in thread
From: You, Yongkang @ 2008-01-09 15:57 UTC (permalink / raw)
  To: Stefan Berger, xen-devel


[-- Attachment #1.1: Type: text/plain, Size: 1111 bytes --]

HI Berger,
 
Did you mean you can not boot Fedora 8 HVM guest with latest xen unstable source?
We can boot Fedora 8 HVM guest. But after it boot up, we do see a lot of ata2 errors in dmesg. It is same with Fedora 7. But XWindow works well. 
 
The error message is like:
ata2: DRQ=1 with device error, dev_stat 0x49
ata2.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x2 fronzen
ata2.00: (BMDMA stat 0x5)
ata2.00: cmd a0/01:00....
 
Best Regards,
Yongkang You
 


________________________________

From: xen-devel-bounces@lists.xensource.com [mailto:xen-devel-bounces@lists.xensource.com] On Behalf Of Stefan Berger
Sent: Wednesday, January 09, 2008 11:05 PM
To: xen-devel@lists.xensource.com
Subject: [Xen-devel] x86-64 machine with FC8 not booting



I have an x86-64 machine that I recently update from an older changesets of Xen (16427) and Linux to the most recent ones. It does not boot with FC8 on it and hangs while booting after 

Mounting  proc filesystem 
Mounting sysfs filesystem 
Creating /dev 
-> hang 

Does anybody else see the same problem? 

   Stefan 


[-- Attachment #1.2: Type: text/html, Size: 3135 bytes --]

[-- Attachment #2: Type: text/plain, Size: 138 bytes --]

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel

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

* RE: x86-64 machine with FC8 not booting
  2008-01-09 15:04 Stefan Berger
  2008-01-09 15:57 ` You, Yongkang
@ 2008-01-09 16:17 ` You, Yongkang
  1 sibling, 0 replies; 7+ messages in thread
From: You, Yongkang @ 2008-01-09 16:17 UTC (permalink / raw)
  To: Stefan Berger, xen-devel


[-- Attachment #1.1: Type: text/plain, Size: 847 bytes --]

Berger,
 
You can also try to use timer_mode=1 or timer_mode=2 in HVM domain config.
I used to meet some Linux OS hang at booting udev. After set timer_mode, it can boot okay. 
 
Best Regards,
Yongkang You
 

________________________________

From: xen-devel-bounces@lists.xensource.com [mailto:xen-devel-bounces@lists.xensource.com] On Behalf Of Stefan Berger
Sent: Wednesday, January 09, 2008 11:05 PM
To: xen-devel@lists.xensource.com
Subject: [Xen-devel] x86-64 machine with FC8 not booting



I have an x86-64 machine that I recently update from an older changesets of Xen (16427) and Linux to the most recent ones. It does not boot with FC8 on it and hangs while booting after 

Mounting  proc filesystem 
Mounting sysfs filesystem 
Creating /dev 
-> hang 

Does anybody else see the same problem? 

   Stefan 


[-- Attachment #1.2: Type: text/html, Size: 2155 bytes --]

[-- Attachment #2: Type: text/plain, Size: 138 bytes --]

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel

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

* Re: x86-64 machine with FC8 not booting
@ 2008-01-09 16:22 Deuce
  2008-01-09 16:57 ` Stefan Berger
  0 siblings, 1 reply; 7+ messages in thread
From: Deuce @ 2008-01-09 16:22 UTC (permalink / raw)
  To: You, Yongkang, Stefan Berger, xen-devel


[-- Attachment #1.1: Type: text/plain, Size: 1553 bytes --]

I have the hang booting Dom0 which I believe is what Stefan is talking about.  Changeset 16678 a.k.a. 3.2.0-rc4.





It hangs on "mount -o mode=0755 -t tmpfs /dev /dev", the first command in the initrd's init after "echo Creating /dev"





Jason

----- Original Message ----
From: "You, Yongkang" <yongkang.you@intel.com>
To: Stefan Berger <stefanb@us.ibm.com>; xen-devel@lists.xensource.com
Sent: Wednesday, January 9, 2008 11:17:39 AM
Subject: RE: [Xen-devel] x86-64 machine with FC8 not booting




 

Berger,

 

You can also try to use timer_mode=1 or timer_mode=2 in HVM domain 
config.

I used to meet some Linux OS hang at booting udev. After 
set timer_mode, it can boot okay. 

 

Best Regards,

Yongkang You

 




From: xen-devel-bounces@lists.xensource.com 
[mailto:xen-devel-bounces@lists.xensource.com] On Behalf Of Stefan 
Berger
Sent: Wednesday, January 09, 2008 11:05 PM
To: 
xen-devel@lists.xensource.com
Subject: [Xen-devel] x86-64 machine with 
FC8 not booting





I have an x86-64 machine that I 
recently update from an older changesets of Xen (16427) and Linux to the most 
recent ones. It does not boot with FC8 on it and hangs while booting 
after 

Mounting  proc 
filesystem 
Mounting sysfs 
filesystem 
Creating /dev 

-> hang 

Does anybody else see the same problem? 

   Stefan 






      ____________________________________________________________________________________
Be a better friend, newshound, and 
know-it-all with Yahoo! Mobile.  Try it now.  http://mobile.yahoo.com/;_ylt=Ahu06i62sR8HDtDypao8Wcj9tAcJ 

[-- Attachment #1.2: Type: text/html, Size: 3117 bytes --]

[-- Attachment #2: Type: text/plain, Size: 138 bytes --]

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel

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

* Re: x86-64 machine with FC8 not booting
  2008-01-09 16:22 Deuce
@ 2008-01-09 16:57 ` Stefan Berger
  0 siblings, 0 replies; 7+ messages in thread
From: Stefan Berger @ 2008-01-09 16:57 UTC (permalink / raw)
  To: Deuce; +Cc: xen-devel, You, Yongkang


[-- Attachment #1.1: Type: text/plain, Size: 1801 bytes --]

xen-devel-bounces@lists.xensource.com wrote on 01/09/2008 11:22:23 AM:

> I have the hang booting Dom0 which I believe is what Stefan is 
> talking about.  Changeset 16678 a.k.a. 3.2.0-rc4. 
> 
> It hangs on "mount -o mode=0755 -t tmpfs /dev /dev", the first 
> command in the initrd's init after "echo Creating /dev" 

I just tried the combination of cs 16421 and cs 309 (Linux). I am sure 
this worked with FC7, but now also hangs under FC8.

    Stefan


> 
> Jason

> ----- Original Message ----
> From: "You, Yongkang" <yongkang.you@intel.com>
> To: Stefan Berger <stefanb@us.ibm.com>; xen-devel@lists.xensource.com
> Sent: Wednesday, January 9, 2008 11:17:39 AM
> Subject: RE: [Xen-devel] x86-64 machine with FC8 not booting

> Berger,
> 
> You can also try to use timer_mode=1 or timer_mode=2 in HVM domain 
config.
> I used to meet some Linux OS hang at booting udev. After set 
> timer_mode, it can boot okay. 
> 
> Best Regards,
> Yongkang You
> 
> 
> From: xen-devel-bounces@lists.xensource.com [mailto:xen-devel-
> bounces@lists.xensource.com] On Behalf Of Stefan Berger
> Sent: Wednesday, January 09, 2008 11:05 PM
> To: xen-devel@lists.xensource.com
> Subject: [Xen-devel] x86-64 machine with FC8 not booting

> 
> I have an x86-64 machine that I recently update from an older 
> changesets of Xen (16427) and Linux to the most recent ones. It does
> not boot with FC8 on it and hangs while booting after 
> 
> Mounting  proc filesystem 
> Mounting sysfs filesystem 
> Creating /dev 
> -> hang 
> 
> Does anybody else see the same problem? 
> 
>    Stefan 
> 
> 
> Looking for last minute shopping deals? Find them fast with Yahoo! 
Search.
> _______________________________________________
> Xen-devel mailing list
> Xen-devel@lists.xensource.com
> http://lists.xensource.com/xen-devel

[-- Attachment #1.2: Type: text/html, Size: 2733 bytes --]

[-- Attachment #2: Type: text/plain, Size: 138 bytes --]

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel

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

* Re: x86-64 machine with FC8 not booting
@ 2008-01-09 19:10 Deuce
  2008-01-09 21:51 ` Stefan Berger
  0 siblings, 1 reply; 7+ messages in thread
From: Deuce @ 2008-01-09 19:10 UTC (permalink / raw)
  To: Stefan Berger; +Cc: xen-devel, You, Yongkang


[-- Attachment #1.1: Type: text/plain, Size: 2698 bytes --]

http://bugzilla.openvz.org/show_bug.cgi?id=734

This says it's related to the lack of sys_ppoll.

These two patches applied to linux-2.6.18-xen.hg and let me boot a xen0 kernel:
http://www.x86-64.org/pipermail/patches/2006-August/003277.html
http://www.x86-64.org/pipermail/patches/2006-August/003274.html

Jason

----- Original Message ----
From: Stefan Berger <stefanb@us.ibm.com>
To: Deuce <the_deuce@yahoo.com>
Cc: xen-devel@lists.xensource.com; "You, Yongkang" <yongkang.you@intel.com>
Sent: Wednesday, January 9, 2008 11:57:42 AM
Subject: Re: [Xen-devel] x86-64 machine with FC8 not booting



xen-devel-bounces@lists.xensource.com wrote on 01/09/2008
11:22:23 AM:



> I have the hang booting Dom0 which I believe is what Stefan is 

> talking about.  Changeset 16678 a.k.a. 3.2.0-rc4. 

> 

> It hangs on "mount -o mode=0755 -t tmpfs /dev /dev", the
first 

> command in the initrd's init after "echo Creating /dev"




I just tried the combination of cs 16421 and cs 309
(Linux). I am sure this worked with FC7, but now also hangs under FC8.



    Stefan





> 

> Jason



> ----- Original Message ----

> From: "You, Yongkang" <yongkang.you@intel.com>

> To: Stefan Berger <stefanb@us.ibm.com>; xen-devel@lists.xensource.com

> Sent: Wednesday, January 9, 2008 11:17:39 AM

> Subject: RE: [Xen-devel] x86-64 machine with FC8 not booting



> Berger,

>  

> You can also try to use timer_mode=1 or timer_mode=2
in HVM domain config.

> I used to meet some Linux OS hang at booting
udev. After set 

> timer_mode, it can boot okay. 

>  

> Best Regards,

> Yongkang You

>  

> 

> From: xen-devel-bounces@lists.xensource.com [mailto:xen-devel-

> bounces@lists.xensource.com] On Behalf Of Stefan Berger

> Sent: Wednesday, January 09, 2008 11:05 PM

> To: xen-devel@lists.xensource.com

> Subject: [Xen-devel] x86-64 machine with FC8 not booting



> 

> I have an x86-64 machine that I recently update from an older 

> changesets of Xen (16427) and Linux to the most recent ones. It does

> not boot with FC8 on it and hangs while booting after 

> 

> Mounting  proc filesystem 

> Mounting sysfs filesystem 

> Creating /dev 

> -> hang 

> 

> Does anybody else see the same problem? 

> 

>    Stefan 

> 

> 

> Looking for last minute shopping deals? Find them fast with Yahoo!
Search.

> _______________________________________________

> Xen-devel mailing list

> Xen-devel@lists.xensource.com

> http://lists.xensource.com/xen-devel







      ____________________________________________________________________________________
Be a better friend, newshound, and 
know-it-all with Yahoo! Mobile.  Try it now.  http://mobile.yahoo.com/;_ylt=Ahu06i62sR8HDtDypao8Wcj9tAcJ 

[-- Attachment #1.2: Type: text/html, Size: 4297 bytes --]

[-- Attachment #2: Type: text/plain, Size: 138 bytes --]

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel

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

* Re: x86-64 machine with FC8 not booting
  2008-01-09 19:10 x86-64 machine with FC8 not booting Deuce
@ 2008-01-09 21:51 ` Stefan Berger
  0 siblings, 0 replies; 7+ messages in thread
From: Stefan Berger @ 2008-01-09 21:51 UTC (permalink / raw)
  To: Deuce; +Cc: xen-devel, You, Yongkang


[-- Attachment #1.1: Type: text/plain, Size: 2710 bytes --]

Deuce <the_deuce@yahoo.com> wrote on 01/09/2008 02:10:13 PM:

> http://bugzilla.openvz.org/show_bug.cgi?id=734
> 
> This says it's related to the lack of sys_ppoll.
> 
> These two patches applied to linux-2.6.18-xen.hg and let me boot a 
> xen0 kernel:
> http://www.x86-64.org/pipermail/patches/2006-August/003277.html
> http://www.x86-64.org/pipermail/patches/2006-August/003274.html
> 

Works for me, too.

   Stefan

> Jason

> ----- Original Message ----
> From: Stefan Berger <stefanb@us.ibm.com>
> To: Deuce <the_deuce@yahoo.com>
> Cc: xen-devel@lists.xensource.com; "You, Yongkang" 
<yongkang.you@intel.com>
> Sent: Wednesday, January 9, 2008 11:57:42 AM
> Subject: Re: [Xen-devel] x86-64 machine with FC8 not booting
> 
> 
> xen-devel-bounces@lists.xensource.com wrote on 01/09/2008 11:22:23 AM:
> 
> > I have the hang booting Dom0 which I believe is what Stefan is 
> > talking about.  Changeset 16678 a.k.a. 3.2.0-rc4. 
> > 
> > It hangs on "mount -o mode=0755 -t tmpfs /dev /dev", the first 
> > command in the initrd's init after "echo Creating /dev" 
> 
> I just tried the combination of cs 16421 and cs 309 (Linux). I am 
> sure this worked with FC7, but now also hangs under FC8. 
> 
>     Stefan 
> 
> 
> > 
> > Jason
> 
> > ----- Original Message ----
> > From: "You, Yongkang" <yongkang.you@intel.com>
> > To: Stefan Berger <stefanb@us.ibm.com>; xen-devel@lists.xensource.com
> > Sent: Wednesday, January 9, 2008 11:17:39 AM
> > Subject: RE: [Xen-devel] x86-64 machine with FC8 not booting
> 
> > Berger, 
> > 
> > You can also try to use timer_mode=1 or timer_mode=2 in HVM domain 
config. 
> > I used to meet some Linux OS hang at booting udev. After set 
> > timer_mode, it can boot okay. 
> > 
> > Best Regards, 
> > Yongkang You 
> > 
> > 
> > From: xen-devel-bounces@lists.xensource.com [mailto:xen-devel-
> > bounces@lists.xensource.com] On Behalf Of Stefan Berger
> > Sent: Wednesday, January 09, 2008 11:05 PM
> > To: xen-devel@lists.xensource.com
> > Subject: [Xen-devel] x86-64 machine with FC8 not booting
> 
> > 
> > I have an x86-64 machine that I recently update from an older 
> > changesets of Xen (16427) and Linux to the most recent ones. It does
> > not boot with FC8 on it and hangs while booting after 
> > 
> > Mounting  proc filesystem 
> > Mounting sysfs filesystem 
> > Creating /dev 
> > -> hang 
> > 
> > Does anybody else see the same problem? 
> > 
> >    Stefan 
> > 
> > 
> > Looking for last minute shopping deals? Find them fast with Yahoo! 
Search.
> > _______________________________________________
> > Xen-devel mailing list
> > Xen-devel@lists.xensource.com
> > http://lists.xensource.com/xen-devel
> 
> 
> Never miss a thing. Make Yahoo your homepage. 

[-- Attachment #1.2: Type: text/html, Size: 3755 bytes --]

[-- Attachment #2: Type: text/plain, Size: 138 bytes --]

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel

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

end of thread, other threads:[~2008-01-09 21:51 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-01-09 19:10 x86-64 machine with FC8 not booting Deuce
2008-01-09 21:51 ` Stefan Berger
  -- strict thread matches above, loose matches on Subject: below --
2008-01-09 16:22 Deuce
2008-01-09 16:57 ` Stefan Berger
2008-01-09 15:04 Stefan Berger
2008-01-09 15:57 ` You, Yongkang
2008-01-09 16:17 ` You, Yongkang

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.