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 Xen 4.0.1 on Ubuntu 10.04

To: Bruce Edge <bruce.edge@xxxxxxxxx>, Marcela Castro León <mcastrol@xxxxxxxxx>
Subject: Re: [Xen-users] Installing Xen 4.0.1 on Ubuntu 10.04
From: Boris Derzhavets <bderzhavets@xxxxxxxxx>
Date: Tue, 2 Nov 2010 07:32:14 -0700 (PDT)
Cc: xen-users@xxxxxxxxxxxxxxxxxxx
Delivery-date: Tue, 02 Nov 2010 07:33:53 -0700
Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.com; s=s1024; t=1288708335; bh=LzlK+QTMpTdS9a6pmKq2WRRHInWFKC4hLFSFegmTqxw=; h=Message-ID:X-YMail-OSG:Received:X-Mailer:Date:From:Subject:To:Cc:In-Reply-To:MIME-Version:Content-Type; b=0jryFmiKpHnHZIeWp2VBIpRLDrJn36oq7/+8TBS+AUymSvOLm4yhvFQc6bHiEyM75GwZoxIVlq2aSuPIOOipLWQbn5JS6h9jD0yOWLtLjHF3ZC0pJB9cpKaPAPnRRXl9En3XIkQj8385L+6+FVVDjQm/LcSS5rqkFaDAtq4DUvM=
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:Cc:In-Reply-To:MIME-Version:Content-Type; b=eZt9PsPkvN62GC/lGoVMoJxVPTyh0GjpGE30s+biZDiByBgzuvOOZn+calvPtSXsNR/WSy11MtX0NWasrh5yfkKDu3KcMpKbcnS0JdI8UKC8qoMdhvEQdsvR4nKYF7mDNL5QcIkdnb2ra/upT8Y5A9BmUKaqvd2Rp5TlU+IY124=;
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
In-reply-to: <AANLkTi=rmMmVyVpsOXpMJKPVvCZ65+msE6jT6H9PAmNw@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>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
menuentry "Xen 4.0.1 / Ubuntu 10.04 kernel 2.6.32.24" {
recordfail
insmod ext2
set root='(hd0,5)'
multiboot (hd0,5)/boot/xen-4.0.1.gz dom0_mem=1024M loglvl=all guest_loglvl=all sync_console
module (hd0,5)/boot/vmlinuz-2.6.32-24 root=/dev/sda5 ro nomodeset
module (hd0,5)/boot/initrd.img-2.6.32-24
}

If this is your config, i would change it :-

menuentry "Xen 4.0.1 / Ubuntu 10.04 kernel 2.6.32.24" {
recordfail
insmod ext2
set root='(hd0,5)'
multiboot (hd0,5)/boot/xen-4.0.1.gz dom0_mem=1024M loglvl=all guest_loglvl=all
module (hd0,5)/boot/vmlinuz-2.6.32-24 root=/dev/sda5 ro console=tty0
module (hd0,5)/boot/initrd.img-2.6.32-24
}

Boris.

--- On Tue, 11/2/10, Marcela Castro León <mcastrol@xxxxxxxxx> wrote:

From: Marcela Castro León <mcastrol@xxxxxxxxx>
Subject: Re: [Xen-users] Installing Xen 4.0.1 on Ubuntu 10.04
To: "Bruce Edge" <bruce.edge@xxxxxxxxx>
Cc: xen-users@xxxxxxxxxxxxxxxxxxx
Date: Tuesday, November 2, 2010, 10:10 AM

Hello
This is the grub.cfg. The system hangs-up when try to boot with dom0 kernel, so, I can't ping any host. The last message that show is
"(XEN) dom0 kernel not specified. Check bootloader configuration. "

I'm trying to configure the serial console and turn up the boot, and i'll send you more infomation if I get it, because is still hanging up.
Thanks in advance.
Marcela


2010/10/29 Bruce Edge <bruce.edge@xxxxxxxxx>
2010/10/29 Marcela Castro León <mcastrol@xxxxxxxxx>:
> Hello
> I'm installing XEN 4.0.1 onubuntu 10.04, My machine has 2 processor intel
> core duo E8400 3GHz.
> I'm following this procedure.
> http://www.gossamer-threads.com/lists/xen/users/185290
> and i've checked some information on this page
> http://bderzhavets.wordpress.com/2010/04/24/set-up-ubuntu-10-04-server-pv-domu-at-xen-4-0-dom0-pvops-2-6-32-10-kernel-dom0-on-top-of-ubuntu-10-04-server/
>
> The system doesn't boot, but afetr choose the option on the boot menu,
> appears these messages from XEN 4.0.1:
> (XEN) command line...
> (XEN) Video Information
> ...
> (XEN) Disk information
> (XEN) ...
> (XEN) ...
> (XEN) dom0 kernel specified check boot loader configuration-
> This is the last sentence, and then the system hangs up.
> Can anyone say me what would happend?

Can you ping / ssh into it from another system?

Can you attach a serial console and turn up the xen boot debug
messages (see links below)?

Post your grub.cfg entry.

Try this link for common problems:

http://wiki.xensource.com/xenwiki/XenDebugging
http://wiki.xensource.com/xenwiki/XenCommonProblems
http://wiki.xensource.com/xenwiki/XenFaq

-Bruce

> Thank you very much.
> Regards.
> Marcela
>
>
>
> _______________________________________________
> Xen-users mailing list
> Xen-users@xxxxxxxxxxxxxxxxxxx
> http://lists.xensource.com/xen-users
>


-----Inline Attachment Follows-----

_______________________________________________
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