WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-users

[Xen-users] Re: VIA sata + Xen 3.0 boot lockup problems (solved)

To: xen-users@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-users] Re: VIA sata + Xen 3.0 boot lockup problems (solved)
From: Randolph Oliveira <rlinuxbr@xxxxxxxxxxxx>
Date: Fri, 16 Dec 2005 16:51:27 +0000 (GMT)
Delivery-date: Fri, 16 Dec 2005 16:53:49 +0000
Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com.br; h=Message-ID:Received:Date:From:Subject:To:MIME-Version:Content-Type:Content-Transfer-Encoding; b=kk0Bj+CePOf+J7D1hNWa8VxGQ7D0ZPJnUgREwoLXvnExeDzfGZb9tDhpU0bP9zYV0CpBHn8ZAf9SX7CzpjBWRLWF0OalhxThK5bZT2NGD962joIonE5AZ+wfUEn9BospjH7QD9Bk2qiGi9eEbhnRpSJjNZ4Uk8s2mLDf8Ihn6js= ;
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-users-request@lists.xensource.com?subject=help>
List-id: Xen user discussion <xen-users.lists.xensource.com>
List-post: <mailto:xen-users@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
Hello!

Now i`m able to boot the kernel i`ve compiled. The
lockup problem was solved using "apci=off" as a kernel
boot option and the panic problem was due to some
option missing during kernel config time (the problem
was between the chair and the keyboard - Me! :-).
Below is attached a diff between the working .config
and the other in my previous post (i`ve deleted some
comments from the diff output to reduce my post).

Thank you people!
Randolph

******** start ********
diff config_xen_3.0_working.conf
config_xen_3.0_problem.conf

< # CONFIG_BLK_DEV_SX8 is not set
---
> CONFIG_BLK_DEV_SX8=y

< # CONFIG_LBD is not set
---
> CONFIG_LBD=y

< CONFIG_IDEDISK_MULTI_MODE=y
---
> # CONFIG_IDEDISK_MULTI_MODE is not set

< CONFIG_BLK_DEV_IDESCSI=y
---
> # CONFIG_BLK_DEV_IDESCSI is not set

< CONFIG_BLK_DEV_SD=y
---
> CONFIG_BLK_DEV_SD=m

< CONFIG_BLK_DEV_SR=y
---
> CONFIG_BLK_DEV_SR=m

< CONFIG_CRAMFS=y
---
> # CONFIG_CRAMFS is not set

****** end ******


        


        
                
_______________________________________________________ 
Yahoo! doce lar. Faça do Yahoo! sua homepage. 
http://br.yahoo.com/homepageset.html 


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

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-users] Re: VIA sata + Xen 3.0 boot lockup problems (solved), Randolph Oliveira <=