From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christian Tramnitz Subject: Re: Failure to setup Xen 3.4.1 Dom0 on top of Ubuntu 9.10 Server HVM DomU ( 2.6.30.2 xenified kernel) Date: Sun, 30 Aug 2009 15:26:10 +0200 Message-ID: References: <367788.24971.qm@web56102.mail.re3.yahoo.com> <809484.90887.qm@web56104.mail.re3.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <809484.90887.qm@web56104.mail.re3.yahoo.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: xen-devel@lists.xensource.com List-Id: xen-devel@lists.xenproject.org Afaik grub2 does not pass the boot parameters "root=/dev/sda2 ro console=tty0" to the kernel in multiboot/module combination. I have seen the same problem on gentoo/grub2 and also read about this before. (This is not really Xen specific, but multiboot related). My workaround was to compile the kernel options as static cmdline into the kernel itself... Best regards, Christian Boris Derzhavets wrote: > 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.