13 messages in com.xensource.lists.xen-ia64-develRE: [Xen-ia64-devel] DomU does not st...
FromSent OnAttachments
yo.fujita29 Dec 2005 00:19 
Tian, Kevin29 Dec 2005 01:03 
Tian, Kevin29 Dec 2005 01:22 
Magenheimer, Dan (HP Labs Fort Collins)29 Dec 2005 14:36 
Magenheimer, Dan (HP Labs Fort Collins)29 Dec 2005 14:37 
yo.fujita05 Jan 2006 03:06.txt
Tian, Kevin05 Jan 2006 03:57 
Magenheimer, Dan (HP Labs Fort Collins)05 Jan 2006 09:05 
Magenheimer, Dan (HP Labs Fort Collins)05 Jan 2006 16:54 
yo.fujita05 Jan 2006 17:07 
yo.fujita05 Jan 2006 17:59.txt
Yang, Fred05 Jan 2006 18:04 
yo.fujita05 Jan 2006 18:20 
Subject:RE: [Xen-ia64-devel] DomU does not start.
From:Tian, Kevin (kevi@intel.com)
Date:12/29/2005 01:22:53 AM
List:com.xensource.lists.xen-ia64-devel

BTW, we may need this patch:

diff -r f218e6ba2653 tools/libxc/xc_linux_build.c --- a/tools/libxc/xc_linux_build.c Fri Dec 23 21:14:21 2005 +++ b/tools/libxc/xc_linux_build.c Thu Dec 29 16:43:19 2005 @@ -397,6 +397,9 @@ { ctxt->initrd.start = vinitrd_start; ctxt->initrd.size = initrd_len; + } else { + ctxt->initrd.start = 0; + ctxt->initrd.size = 0; } strncpy((char *)ctxt->cmdline, cmdline, IA64_COMMAND_LINE_SIZE); ctxt->cmdline[IA64_COMMAND_LINE_SIZE-1] = '\0';

Thanks, Kevin

-----Original Message----- From: xen-@lists.xensource.com [mailto:xen-@lists.xensource.com] On Behalf Of Tian, Kevin Sent: 2005年12月29日 17:04 To: yo.fujita; xen-@lists.xensource.com Subject: RE: [Xen-ia64-devel] DomU does not start.

From: yo.fujita

Sent: 2005年12月29日 16:20 Hi

I can't start domU after changeset8372. applied two patches of changeset 8734 after that. However, the following message displays and DomU does not start.

"RAMDISK: Couldn't find valid RAM disk image starting at 0 ."

Don't someone have information?

Thanks Fujita

8734 seems to be a future changeset. ;-)

Do you need initrd to boot your domU image? If yes, you may add an option in example file:

ramdisk = "initrd_name"

If no, can you try appending a "noinitrd" to extra field in your example file
like:

Extra = "4 noinitrd"

I guess there's some issue when domU image file doesn't require an initrd.