[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Xen-users] Dom0 searching for NFS root


  • To: "Sugeng Widodo" <sugeng.widodo@xxxxxxxxx>, xen-users@xxxxxxxxxxxxxxxxxxx
  • From: Simon <greminn@xxxxxxxxx>
  • Date: Sun, 16 Apr 2006 14:52:46 +1200
  • Delivery-date: Sat, 15 Apr 2006 19:53:20 -0700
  • Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=pjUY5YgbVtBNAujEGzN/dnzZw2dWfDXUaShCfFLUAz2zWAdp6n5uU3ZtmyxOaa+zi76m0Bgxdsk0nqny/ZZu3IbuYVwbZuwo3FSA42atc1TiShE3Vgf0CCfVjwopiNSMIJK637Pzsv/tVuTWhFyxY0MjFwWvrDA7Y9qDel6IIPA=
  • List-id: Xen user discussion <xen-users.lists.xensource.com>

On 4/15/06, Sugeng Widodo <sugeng.widodo@xxxxxxxxx> wrote:
> Dear all,
>
> I've installed Xen 3.0.1 on my laptop and dom0 is boot normaly execpt
> it's could not using X, i haven't trying to boot guest OS. my laptop
> configuration is Toshiba Portege R150 with Debian Sarge on it.
> And then I installed same version of Xen into our server with Debian
> Sarge and Kernel 2.4. Booting dom0 is not success , xen always trying
> look dor NFS root and then request for floopy , anybody experience
> with this syndrome ?
> In this server I use hde as the harddisk and boot partition is hde1
> and root partition at hde10 , is this the problem for Xen ?

I had this problem also when installing xen 3.0.x on a IBM xSeries
server, the issue was that when i installed debian with the 2.4
kernel, it saw the SATA hard drive as /dev/hdX, where as the 2.6 xen
kernel saw it as /dev/sdX. Once i changed the grub menu.lst file from:

module      /boot/xen-linux-2.6.12.6-xen root=/dev/hda1 ro

to..

module      /boot/xen-linux-2.6.12.6-xen root=/dev/sda1 ro

it worked fine. Here is the full grub kernel options BTW:

title       Xen 3.0.0 - Linux 2.6.12.6-xen
kernel      /boot/xen-3.0.1.gz dom0_mem=262144
module      /boot/xen-linux-2.6.12.6-xen root=/dev/sda1 ro
module      /boot/xen-modules-2.6.12.6-xen

Dont know if this is the same issue for you, but this is how i got it working.

Simon

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


 


Rackspace

Lists.xenproject.org is hosted with RackSpace, monitoring our
servers 24x7x365 and backed by RackSpace's Fanatical Support®.