Boris Derzhavets
2009-Aug-30 16:33 UTC
Re: [Xen-devel] Re: Failure to setup Xen 3.4.1 Dom0 on top of Ubuntu 9.10 Server HVM DomU ( 2.6.30.2 xenified kernel)
Setting CONFIG_CMDLINE_BOOL=y in .config allows to assign desired value via make menuconfig: Symbol: CMDLINE [=root=/dev/sda14 ro console=tty0] Prompt: Built-in kernel command string Defined at arch/x86/Kconfig:1644 Depends on: CMDLINE_BOOL Location: -> Processor type and features -> Built-in kernel command line (CMDLINE_BOOL [=y]) Then Grub2 entry : menuentry "Xen 3.4 / Ubuntu 9.10 kernel 2.6.30.2-xen" { insmod ext2 set root=(hd0,13) multiboot (hd0,13)/xen-3.4.gz module (hd0,13)/vmlinuz-2.6.30.2 module (hd0,13)/initrd-2.6.30.2.img } loads Xen 3.4.1 Dom0 with 2.6.30.2 xenified aka Suse on top of Ubuntu 9.10 (Karmic) Server Once again , thanks a lot for your support Boris. --- On Sun, 8/30/09, Boris Derzhavets <bderzhavets@yahoo.com> wrote: From: Boris Derzhavets <bderzhavets@yahoo.com> Subject: Re: [Xen-devel] Re: Failure to setup Xen 3.4.1 Dom0 on top of Ubuntu 9.10 Server HVM DomU ( 2.6.30.2 xenified kernel) To: "Christian Tramnitz" <chris.ace@gmx.net>, "xen-devel@lists.xensource.com" <xen-devel@lists.xensource.com>, "Keir Fraser" <keir.fraser@eu.citrix.com> Date: Sunday, August 30, 2009, 12:22 PM I''ve tested both options. Chris''s one works with Grub2, Keir''s doesn''t. Distro Ubuntu 9.10 Server (alpha 4.) Thanks. Boris. --- On Sun, 8/30/09, Keir Fraser <keir.fraser@eu.citrix.com> wrote: From: Keir Fraser <keir.fraser@eu.citrix.com> Subject: Re: [Xen-devel] Re: Failure to setup Xen 3.4.1 Dom0 on top of Ubuntu 9.10 Server HVM DomU ( 2.6.30.2 xenified kernel) To: "Christian Tramnitz" <chris.ace@gmx.net>, "xen-devel@lists.xensource.com" <xen-devel@lists.xensource.com> Date: Sunday, August 30, 2009, 11:50 AM On 30/08/2009 14:26, "Christian Tramnitz" <chris.ace@gmx.net> wrote:> 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).Okay, that would clearly be a GRUB regression I think. But there is a simple enough less ugly workaround than you suggest...> My workaround was to compile the kernel options as static cmdline into > the kernel itself...Better solution would be to append dom0''s options to Xen''s own command line, separated by --. E.g., multiboot (hd0,1)/xen-3.4.gz console=tty -- root=/dev/sda2 ro console=tty0 -- Keir _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
Seemingly Similar Threads
- kernel 2.6.30 xenified --- report - firmware problem
- Re: Changeset 19594 for Xen 3.4 build on Ubuntu Server 9.04 causes pygrub doesn''t return any data anymore
- Disabling checksum offloading at install OSOL 2009.06 PV DomU on Xen 3.4.1 Ubuntu 9.04 Dom0 ( with 2.6.30.1 xenified aka Suse kernel)
- Re: Xen 3.4.1 Configuration Issues with Ubuntu 9.04!
- Fw: Re: First release candidate for Xen 3.4.0