[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Xen-devel] Failure to setup Xen 3.4.1 Dom0 on top of Ubuntu 9.10 Server HVM DomU ( 2.6.30.2 xenified kernel)
- To: "xen-devel@xxxxxxxxxxxxxxxxxxx" <xen-devel@xxxxxxxxxxxxxxxxxxx>
- From: Boris Derzhavets <bderzhavets@xxxxxxxxx>
- Date: Sun, 30 Aug 2009 02:32:47 -0700 (PDT)
- Delivery-date: Sun, 30 Aug 2009 02:33:16 -0700
- 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=ty8rxRzrOYq7PzD93c9CuE55p/Vaj3ZXO6EEaLdXna+ZpA3nRGwTp2jzAmWA9L9pk7K8oVuht6W5V9pVU2Vi94KXcmfI/mQm8+VM1FQMDSH0nrTaE7ZK8WNUYNqbH7alEurDMbkTLGzB/idRCiWD/L4yNqTHPts6mLofx9srf/k=;
- List-id: Xen developer discussion <xen-devel.lists.xensource.com>
I've got same problems after setup Xen 3.4.1 Xen Dom0 ( with 2.6.31-rc5 pvops) on top of Ubuntu 9.10 Server,had been installed on bare metal.
It appears to be known issue with Grub2 when loading Xen host and came up already on Debian Lenny.
In case of Ubuntu 9.10 Server Xen host loading started and dropped to grub prompt after gave up waiting for root device.
menuentry "Xen 3.4.1 Ubuntu 9.10" { set root (hd0,1) multiboot (hd0,1)/xen-3.4.gz module (hd0,1)/vmlinuz-2.6.30.2 root=/dev/sda2 ro console=tty0 module (hd0,1)/initrd-2..6.30.2.img }
generated via /etc/grub.d/40_custom editing and running update-grub
Directive "root=UUID=...." switched off via editing /etc/default/grub and update-grub run. Seems to be Grub2's multiboot
implementation issue. Grub2 breaks backward compatibility in meantime per my opinion. Please, advise if i am wrong about that.
Boris
--- On Sat, 8/29/09, Boris Derzhavets <bderzhavets@xxxxxxxxx> wrote:
From: Boris Derzhavets <bderzhavets@xxxxxxxxx> Subject: [Xen-devel] Failure to setup Xen 3.4.1 Dom0 on top of Ubuntu 9.10 Server HVM DomU ( 2.6.30.2 xenified kernel) To: "xen-devel@xxxxxxxxxxxxxxxxxxx" <xen-devel@xxxxxxxxxxxxxxxxxxx> Date: Saturday, August 29, 2009, 11:17 AM
Karmic Server HVM DomU setup at Xen 3.4.1 Dom0 F11 via virt-install. Attempt to build Xen from source and xenified kernel succeeded.. Before creating Grub 2 entry for Xen Host directive "root=UUID=.." switched off by editing /etc/default/grub and update-grub run.
Manually created entry /boot/grub/grib.cfg as advised for Debian (Grub 2) Xen 3.4.1 Ubuntu 9.10 { multiboot (hd0,1)/xen-3.4.gz module (hd0,1)/vmlinuz-2.6.30.2 root=/dev/sda2 ro console=tty0 module (hd0,1)/initrd-2.6.30.2.img }
Failure when waiting for /dev/sda2 and dropping to grub prompt
HVM itself loads fine.
Boris.
|
-----Inline Attachment Follows-----
|
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|