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-devel

Re: [Xen-devel] Newbie boot problem (root on logical volume?)

To: xen-devel@xxxxxxxxxxxxxxxxxxxxx
Subject: Re: [Xen-devel] Newbie boot problem (root on logical volume?)
From: Luciano Miguel Ferreira Rocha <strange@xxxxxxxxxxxxx>
Date: Fri, 4 Feb 2005 09:50:01 +0000
Delivery-date: Fri, 04 Feb 2005 09:51:47 +0000
Envelope-to: xen+James.Bulpin@xxxxxxxxxxxx
In-reply-to: <420332C5.7080800@xxxxxxxxxxxx>
List-archive: <http://sourceforge.net/mailarchive/forum.php?forum=xen-devel>
List-help: <mailto:xen-devel-request@lists.sourceforge.net?subject=help>
List-id: List for Xen developers <xen-devel.lists.sourceforge.net>
List-post: <mailto:xen-devel@lists.sourceforge.net>
List-subscribe: <https://lists.sourceforge.net/lists/listinfo/xen-devel>, <mailto:xen-devel-request@lists.sourceforge.net?subject=subscribe>
List-unsubscribe: <https://lists.sourceforge.net/lists/listinfo/xen-devel>, <mailto:xen-devel-request@lists.sourceforge.net?subject=unsubscribe>
Mail-followup-to: Luciano Miguel Ferreira Rocha <strange@xxxxxxxxxxxxx>, xen-devel@xxxxxxxxxxxxxxxxxxxxx
References: <420332C5.7080800@xxxxxxxxxxxx>
Sender: xen-devel-admin@xxxxxxxxxxxxxxxxxxxxx
User-agent: Mutt/1.4.1i
On Fri, Feb 04, 2005 at 10:31:01AM +0200, Roland Paterson-Jones wrote:
> Hi all
> 
> Sorry for the newbie question.
> 
> I have installed xen-2.0.3 binary release over Fedora Core 3 2.6.9.
> 
> Xen boots, and XenLinux seems to start, but it can't find the root 
> partition, eventually failing looking for an NFS root.
> 
> My root file system is on a logical volume:
> 
>    kernel /vmlinuz-2.6.9-1.667 ro root=/dev/VolGroup01/LogVol00
> 
> from the straight Fedora boot.
> 
> So, the xen version is:
> 
>    module /vmlinuz-2.6.10-xen0 root=/dev/VolGroup01/LogVol00 ro 
> console=tty0
> 
> Do I have to do anything special to use the logical volume?
Yes. Use an initrd. Create it with:
mkinitrd /boot/initrd-2.6.10-xen0.img 2.6.10-xen0 -v -f

Then add it to grub:
>    module /vmlinuz-2.6.10-xen0 root=/dev/VolGroup01/LogVol00 ro 
> console=tty0
     module /initrd-2.6.10-xen0.img

Before any of that, make sure you compiled the dom0 kernel with support
to device-mapper/lvm.

Regards,
Luciano Rocha


-------------------------------------------------------
This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag-&-drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxxxx
https://lists.sourceforge.net/lists/listinfo/xen-devel

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