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

To: xen-users@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-users] Installing Xen 4.0.1 on Ubuntu 10.04
From: Marcela Castro León <mcastrol@xxxxxxxxx>
Date: Wed, 3 Nov 2010 14:02:08 +0100
Delivery-date: Wed, 03 Nov 2010 06:03:55 -0700
Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:content-type; bh=OKCZ3ZC08o/Y+J2evbYfBSiHjoU7VAzPT86v1kJhANw=; b=xNIZCMegjAH1jvyuX1O6pUia8G76Giipr7A1C/bRqjP0YSx3NLLswZQTCWLywnnl/7 0jQHDGD7PM5hs7Z0T5pemJxhPE51GaJsGErjsI17P9LRlr0+KARZR7fYC2d34j0YOWcf se5QF+eJ3SbpD4LYixAsyTsCeDeGMn1UuRIOA=
Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=g1HdhoAECqb4ivZTk2GYn91SD+R82BgFgKcKI8Ogf/7jsnkDwM9Xson+Yh35okR1Wb A5Cu9BzPeHmBjJ27TLX33sE6mZ0rJbYo0jJbf7XBBNkKw288LlY4HJPQIdcpIQawv4Ik JHYDIpmoR6EQZxL0a2ZBasUbraZX7qv8YAEMk=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
In-reply-to: <413810.43951.qm@xxxxxxxxxxxxxxxxxxxxxxxxxxx>
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: <AANLkTimb8_0_xr0_hdWsSypF_EOR7cobKoa7bLi8dyHO@xxxxxxxxxxxxxx> <413810.43951.qm@xxxxxxxxxxxxxxxxxxxxxxxxxxx>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
Hello:
I've solved the boot problem but now i've another error.
The xen can´t mount the device, so, after show me the errors, its stop at "initramfs" prompt.

This is the error that shows:

mount: mounting none on /dev failed.




2010/11/2 Boris Derzhavets <bderzhavets@xxxxxxxxx>
Please,  post

#  df -h
#  ls  -l  /boot


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: "Boris Derzhavets" <bderzhavets@xxxxxxxxx>
Cc: "Bruce Edge" <bruce.edge@xxxxxxxxx>, xen-users@xxxxxxxxxxxxxxxxxxx
Date: Tuesday, November 2, 2010, 10:57 AM


Hello Boris:
I did it, but I've got the same result.
thank you very much.
Marcela


2010/11/2 Boris Derzhavets <bderzhavets@xxxxxxxxx>
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



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