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] debian lenny 3.2.1 doesn't boot, livexen boots just fine

To: Thiago Camargo Martins Cordeiro <thiagocmartinsc@xxxxxxxxx>
Subject: Re: [Xen-users] debian lenny 3.2.1 doesn't boot, livexen boots just fine
From: "jpp@xxxxxxxxxxxxxxxxxx" <jpp@xxxxxxxxxxxxxxxxxx>
Date: Tue, 26 Jan 2010 23:33:02 +0100
Cc: Martin Kraus <lists_mk@xxxxxxxxxxx>, xen-users <xen-users@xxxxxxxxxxxxxxxxxxx>
Delivery-date: Tue, 26 Jan 2010 14:33:48 -0800
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
In-reply-to: <6b7f6eb1001261134sf59257ag8335a2189565eb71@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: <20100126155046.GD6085@finrod> <6b7f6eb1001261134sf59257ag8335a2189565eb71@xxxxxxxxxxxxxx>
Reply-to: jp.pozzi@xxxxxxxxx
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
Hello,

The syntax is not the same in GRUB2 example :
"old" grub.cfg style :

menuentry "Debian GNU/Linux, with Linux xen" {
        insmod ext2
        set root=(hd0,1)
        search --no-floppy --fs-uuid --set 116c3b30-4586-4f25-b7c1-c0d5c5a5b003
        kernel  /xen.gz dom0_mem=1536M
        module  //vmlinuz-xen root=UUID=bc847804-e4d5-49d0-b6ff-998886cbf9b2 ro
noquiet
        module  //initrd-xen
}


"New" grub.cfg style :

menuentry "Debian GNU/Linux, with Linux xen 3.4.3-rc2" {
        insmod ext2
        set root=(hd0,1)
        search --no-floppy --fs-uuid --set
116c3b30-4586-4f25-b7c1-c0d5c5a5b003
        multiboot       /xen-3.4.gz /xen-3.4.gz noreboot dom0_mem=3072M
cpufreq=xen cpuidle
        module  /vmlinuz-2.6.31.4-xen /vmlinuz-2.6.31.4-xen
root=/dev/md0 ro  noquiet
        module  /initrd.img-2.6.31.4-xen  /initrd.img-2.6.31.4-xen
}

You have to use "multiboot" ... and module the new (?) syntax.

For "standard" kernels the syntax has not changed :

menuentry "Debian GNU/Linux, avec Linux 2.6.32" {
        insmod ext2
        set root=(hd0,1)
        search --no-floppy --fs-uuid --set 116c3b30-4586-4f25-b7c1-c0d5c5a5b003
        linux   //vmlinuz-2.6.32 root=UUID=bc847804-e4d5-49d0-b6ff-998886cbf9b2
ro  noquiet
        initrd  //initrd.img-2.6.32
}


Regards

JP Pozzi



Le mardi 26 janvier 2010 à 17:34 -0200, Thiago Camargo Martins Cordeiro
a écrit :
> Hi!
> 
>  I have a tip for you:
> 
> 1- Get the ISO of the Debian Lenny 5.0 amd64 from http://debian.org;
> 2- Install your Debian into your own partition scheme (LVM over RAID);
> 3- Reboot into your new fresh Debian Lenny; upgrade it;
> 4- * GRUB1 is still the default in Lenny, verify it;
> 5- Install the Xen with the command: "aptitude install
> xen-linux-system-2.6.26-2-xen-amd64";
> 6- Reboot into you new dom0.
> 
> Cheers!
> Thiago
> 
> 2010/1/26 Martin Kraus <lists_mk@xxxxxxxxxxx>
>         
>         Hi. I have series x3500 ibm server running xen 3.0.3 from
>         etch. When trying to
>         use xen 3.2.1 from lenny, xen hangs without any messages just
>         after grub2
>         starts booting the xen image.
>         
>         When I tried livexen cd with xen 3.2.1 from lenny, it works
>         just fine. The
>         only difference is probably that livexen uses grub legacy,
>         while I have to use
>         grub2, because my root is on raid+lvm.
>         
>         Also, current configuration doesn't see all of the 6GB of ram,
>         only the first
>         3GB, even with pae xen installed, that's why I'm trying to get
>         newer xen up.
>         However It might be problem with grub but I have no idea how
>         to find out.
>         
>         I'd like to try to find out if I really can't get newer xen
>         running before
>         I'll have to try using kvm or something like that.
>         
>         Could anyone point me in some useful direction?
>         
>         thanks
>         Martin Kraus
>         
>         
>         _______________________________________________
>         Xen-users mailing list
>         Xen-users@xxxxxxxxxxxxxxxxxxx
>         http://lists.xensource.com/xen-users
>         
> 
> _______________________________________________
> Xen-users mailing list
> Xen-users@xxxxxxxxxxxxxxxxxxx
> http://lists.xensource.com/xen-users




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