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] Installing Ubuntu 10.04 on Xen and Centos 5.5

To: xen-users@xxxxxxxxxxxxxxxxxxx
Subject: Re: [Xen-users] Installing Ubuntu 10.04 on Xen and Centos 5.5
From: Mark Pryor <tlviewer@xxxxxxxxx>
Date: Wed, 1 Sep 2010 09:34:15 -0700 (PDT)
Delivery-date: Wed, 01 Sep 2010 09:35:57 -0700
Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.com; s=s1024; t=1283358855; bh=BIB8521NmFBDrzQoJchp0hnvZ9peiz1USprOyO3vk9A=; h=Message-ID:X-YMail-OSG:Received:X-Mailer:Date:From:Subject:To:In-Reply-To:MIME-Version:Content-Type; b=5QrFDgMGq4Rzc9ENmTAK/+M0CHKVRb+8BvLlCN+ciRUvzQRqlun4wvaIJozXKue/HJ1oQYkWOuJURae3HS2/L8JXThuoBB7pNoTvRao7STD3xf1tsCOFBBCAArExMTs/T+1XbNcbwnCHKXs9ZVWj4dhS9tFiBjjav5lxFW89gZ4=
Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Message-ID:X-YMail-OSG:Received:X-Mailer:Date:From:Subject:To:In-Reply-To:MIME-Version:Content-Type; b=C7tGNFkNNPDEzDTB366SMAi2QjkYxxuVsAy5VYAJvNIYaeeO984WF1naxIoCNx0BzDMLE0KkDpey0wvoQH7YsR9qZ7dZDWceaOIOStaAdlHNQ52Afre1fHmeXqCVt1hHu919q5MywM/JLqhAHJIF2JyN5CRiogrVksMYHu2kKa4=;
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
In-reply-to: <20100901142539.212570@xxxxxxx>
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>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
Bob,

if you accepted the default partition scheme on the LV, then you can mount
your /root while in dom0 and create a grub 0.97 type menu.lst

#mount /dev/VolGroup0/VM1 /mnt -o offset=1048576

nano /mnt/boot/grub/menu.lst

(now copy in the text below)
then unmount /mnt and test again with pygrub

#pygrub -q /dev/VolGroup0/VM1

------------------ /boot/grub/menu.lst ----------
default 0
timeout 5
title Ubuntu 10.04 LTS, kernel 2.6.32-24-generic
root (hd0,1)
kernel /vmlinuz root=/dev/xvda1 ro console=tty0 console=ttyS0,38400n8 console=hvc0
initrd /boot/initrd.img
- - - - - - - - - -  snip - - - - - - - -
--
Mark
--- On Wed, 9/1/10, Bob Sauvage <Bob.sauvage@xxxxxx> wrote:

From: Bob Sauvage <Bob.sauvage@xxxxxx>
Subject: [Xen-users] Installing Ubuntu 10.04 on Xen and Centos 5.5
To: xen-users@xxxxxxxxxxxxxxxxxxx
Date: Wednesday, September 1, 2010, 7:20 AM

Hello people !


I'm trying to install Ubuntu on a Xen server under Centos 5.5.


Here my /etc/xen/ubuntu.cfg :


name      = "ubuntu"
memory = 512
disk = ['phy:/dev/VolGroup0/VM1,xvda,w' ]
vif = [ 'bridge=xenbr0' ]
kernel = "/home/test/vmlinuz"
ramdisk = "/home/test/initrd.gz"

vcpus = 1


The installation procedure goes fine. At the end, a reboot occurs but the domU doesn't restart.

What do I modify on my ubuntu.cfg file ? I'm a newbie with Xen, I suppose that I must modify the kernel and ramdisk option. 



_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
<Prev in Thread] Current Thread [Next in Thread>