From mboxrd@z Thu Jan 1 00:00:00 1970 From: Konrad Rzeszutek Wilk Subject: Re: [Xen-devel] Error: ramdisk Date: Mon, 22 Mar 2010 14:01:17 -0400 Message-ID: <20100322180117.GB16353@phenom.dumpdata.com> References: <522054.72783.qm@web34208.mail.mud.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable Return-path: Content-Disposition: inline In-Reply-To: <522054.72783.qm@web34208.mail.mud.yahoo.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-users-bounces@lists.xensource.com Errors-To: xen-users-bounces@lists.xensource.com To: ccmail111 Cc: Dan Magenheimer , xen-devel@lists.xensource.com, xen-users@lists.xensource.com List-Id: xen-devel@lists.xenproject.org On Sat, Mar 20, 2010 at 09:06:22AM -0700, ccmail111 wrote: >=20 > =A0 > Sure. Thanks again for the prompt=A0help - very appreciated. > As I see I am trying to do what only few have done wrt Xen dom0 to pack= age as bootable iso with ramdisk. > =A0 > Now error below Xen dom 0 is trying to bring up Linux:=20 > =A0=20 > <..clipped..>=20 >=20 > md: ... autorun DONE.=20 > RAMDISK: ext2 filesystem found at block 0=20 > RAMDISK: image too big! (524288KiB/4096KiB)=20 > =A0=20 >=20 > <...clipped: Details below...>=20 > =A0=20 > =A0=20 > =A0 > The grub is: > =A0 > title SPIRIT OS: Dom0 Xen 3.4 XenLinux 2.6 > =A0=A0=A0=A0=A0=A0 kernel /boot/xen.gz noreboot dom0_mem=3D8024M loglvl= =3Dall=A0 console=3Dcom1 com1=3D115200,8n1 > =A0=A0=A0=A0=A0=A0 module /boot/vmlinuz.vm=A0 root=3Ddev/ram0 ro consol= e=3DttyS0, 115200 ^^^ - it needs to be "/dev/ram0", not "dev/ram0". =20