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

Re: [Xen-users] Problem using Xen - SATA

To: "Daniel Bojczuk" <danielbojczuk@xxxxxxxxx>
Subject: Re: [Xen-users] Problem using Xen - SATA
From: Luke S Crawford <lsc@xxxxxxxxx>
Date: 30 Sep 2008 20:40:40 -0400
Cc: xen-users@xxxxxxxxxxxxxxxxxxx
Delivery-date: Tue, 30 Sep 2008 17:38:16 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
In-reply-to: <d13e2e3c0809301213y9be6145rf1a3e0b52539487d@xxxxxxxxxxxxxx>
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/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=unsubscribe>
References: <d13e2e3c0809301213y9be6145rf1a3e0b52539487d@xxxxxxxxxxxxxx>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.4
"Daniel Bojczuk" <danielbojczuk@xxxxxxxxx> writes:
> I have an Slackware 12.1 running on Intel Core2Quad, 4 Gb RAM. (The result
> of dmesg is attached on this e-mail)
...
> But when I try to use the xen kernel, he can't find /dev/sda1. I think
> that's because it doesn't reconized the sata controller.

Well, you are running without an initrd.  Now, this is the way most slackware
people I know like it, and I can't say they are wrong.  However, like any
time you are running without an initrd, you must first insure that all drivers
you need to boot the box to the point where it can mount the disk are compiled
into the kernel, not compiled as modules (Y not M, or in menuconfig, *)  

(also note, most sata drivers these days are under SCSI rather than under
ide in menuconfig)  

The thing is that most distros these days expect an initrd, so the default
kernel compile tends to compile most things, even most disk drivers as
modules.  

If I remember correctly, you want

make linux-2.6-xen-config configmode=MENUCONFIG
make linux-2.6-xen-build
make linux-2.6-xen-install



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

<Prev in Thread] Current Thread [Next in Thread>