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] Installing Fedora 5 as the guest domain...

To: xen-users@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-users] Installing Fedora 5 as the guest domain...
From: Arsen Hayrapetyan <ahairape@xxxxxxxxxxxx>
Date: Wed, 2 Aug 2006 15:14:55 +0200 (CEST)
Delivery-date: Wed, 02 Aug 2006 06:15:54 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
In-reply-to: <Pine.LNX.4.58.0607311255590.32394@xxxxxxxxxxxxxxxxx>
Keywords: CERN SpamKiller Note: -51 Charset: west-latin
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>
References: <Pine.LNX.4.58.0607311145230.20614@xxxxxxxxxxxxxxxxx> <20060731100315.GA18535@xxxxxxxxxxxxx> <Pine.LNX.4.58.0607311255590.32394@xxxxxxxxxxxxxxxxx>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
Hello,

I have the RHEL4.1 Linux as dom0 and want to intstall
Fedora 5 Core Linux as domU...
I have created the ext3 filesystem in vm1disk file:

================================================
dd if=/dev/zero  of=vm1disk bs=1k seek=16384k count=1
mkfs -t ext3 vm1disk
================================================

Then I created a logical volume:

================================================
mount -o loop vm1disk /mnt
losetup /dev/loop0 vm1disk
pvcreate /dev/loop0
vgcreate vg /dev/loop0
lvcreate -L14G -n compnode vg
lvcreate -L1G -n compswap vg
================================================

Now I want to install Fedora 5 Core Linux as the guest domain
on that volume. 

Can anyone point me to the documentation of how can I do that?

Thank you in advance,
Arsen.

P.S. If there are clear documentation how to do that with the Linux, other 
than Fedora 5 Core, please, give me a link also


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

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