WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-users

Re: [Xen-users] trouble in xen installation

To: xen-users@xxxxxxxxxxxxxxxxxxx
Subject: Re: [Xen-users] trouble in xen installation
From: Jason Stubbs <jstubbs@xxxxxxxxxxxxx>
Date: Wed, 01 Mar 2006 16:24:53 +0900
Delivery-date: Wed, 01 Mar 2006 07:24:58 +0000
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
In-reply-to: <20060301060112.3494.qmail@xxxxxxxxxxxxxxxxxxxxxxxxx>
List-help: <mailto:xen-users-request@lists.xensource.com?subject=help>
List-id: Xen user discussion <xen-users.lists.xensource.com>
List-post: <mailto:xen-users@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=unsubscribe>
References: <20060301060112.3494.qmail@xxxxxxxxxxxxxxxxxxxxxxxxx>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
User-agent: Thunderbird 1.5 (Windows/20051201)
sheetal stephen wrote:
Kernel /xen-3.0.0.gz dom0_mem=300M
         ^^^
[Multiboot-elf, <0x100000:0x661ec:0x2ce14>,
shtab=0x193078, entry=0x100000] Module
/boot/vmlinuz-2.6.12.6-xen0 root=/dev/hda5 ro
  ^^^
console=tty0

Error 15: file not found
-----------


It would appear from the xen-3.0.0.gz path that you have /boot on a separate partition. What you need to do is specify vmlinuz relative to the root of that partition. In other words:

  kernel /xen-3.0.0.gz dom0_mem=300M
  module /vmlinuz-2.6.12.6-xen0 root=/dev/hda5 ro


--
Jason Stubbs

_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users

<Prev in Thread] Current Thread [Next in Thread>