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] cannot boot PV guest

To: Robbie Garrett <rgarrett@xxxxxxxxxxxxxx>
Subject: RE: [Xen-users] cannot boot PV guest
From: Fasiha Ashraf <feehapk@xxxxxxxxxxx>
Date: Fri, 28 Aug 2009 11:08:45 +0530 (IST)
Cc: xen-users@xxxxxxxxxxxxxxxxxxx
Delivery-date: Thu, 27 Aug 2009 22:39:39 -0700
Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.co.in; s=s1024; t=1251437926; bh=X+76VfbehtzIjdJNiz8h6L2z0sEBPgY5mmbjkBn/+aQ=; h=Message-ID:X-YMail-OSG:Received:X-Mailer:Date:From:Subject:To:Cc:In-Reply-To:MIME-Version:Content-Type; b=4tFVsvMrSVBo6KXTl2Jej8TFy03b0VHSqEX547gpIQ6v28oRLBVT8aWnoLsWPEZKxFfcdsCvlGAALvltD1/IIK+/0zQNkN5cNIbC1hAIuVGSuJ9tHysnMlZ7vCjmpjJPNwwO2P39jdKm4UY6C+guY80UcdDU24UTo+9ghFNG6XU=
Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.co.in; h=Message-ID:X-YMail-OSG:Received:X-Mailer:Date:From:Subject:To:Cc:In-Reply-To:MIME-Version:Content-Type; b=5Svy862bsbxOpQE83l4EockSQdlxySs9XrDXyKUY9zLI1sgJmasmWmZB0GE0xMZGdANtl0al9Zdu3kdNzQAl8QZYGLOgWTwgOz91kdh7nKdDWMWbQJUEA9rmumwmkeaXo+K0EXg0r7U8d/Si5eJIr9fSHo/HJ5oZIr/dDggYlT0=;
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
In-reply-to: <018501ca270f$bdf76420$fcdf0a0a@xxxxxxxxxxxxxxx>
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/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
name="FC11-G1S2"
memory=500
vif = [ '' ]
dhcp = "dhcp"
disk = ['phy:/dev/sda3,sda3,w’]
kernel = "/etc/xen/vm/vmlinuz"
ramdisk = "/etc/xen/vm/initrd.img"
vcpus=1



I tried this but the problem is with line 5 the highlighted one. how to check that which disk should be specified in my case?

Fasiha Ashraf

--- On Thu, 27/8/09, Robbie Garrett <rgarrett@xxxxxxxxxxxxxx> wrote:

From: Robbie Garrett <rgarrett@xxxxxxxxxxxxxx>
Subject: RE: [Xen-users] cannot boot PV guest
To: "'Fasiha Ashraf'" <feehapk@xxxxxxxxxxx>, "'Fajar A. Nugraha'" <fajar@xxxxxxxxx>
Cc: xen-users@xxxxxxxxxxxxxxxxxxx
Date: Thursday, 27 August, 2009, 5:13 PM

Try this.

 

Make the line that reads

vif = [ 'bridge=eth0' ]

 

read as follows

vif = [ '' ]

 


From: xen-users-bounces@xxxxxxxxxxxxxxxxxxx [mailto:xen-users-bounces@xxxxxxxxxxxxxxxxxxx] On Behalf Of Fasiha Ashraf
Sent: Thursday, August 27, 2009 7:11 AM
To: Fajar A. Nugraha
Cc: xen-users@xxxxxxxxxxxxxxxxxxx
Subject: Re: [Xen-users] cannot boot PV guest

 

#nano F11.install

 

name="FC11-G1S2"

memory=500

vif = [ 'bridge=eth0' ]

dhcp = "dhcp"

disk = [’disk = ['phy:/dev/sda1,xvda,w’]

kernel = "/etc/xen/vm/vmlinuz"

ramdisk = "/etc/xen/vm/initrd.img"

vcpus=1

 

[root@HPCNL-SR-2 xen]# xm create F11.install

Using config file "./F11.install".

Error: Errors were found at line 5 while processing ./F11.install:

 

What should be given as disk value. Pleas explain.


Regards,
Fasiha Ashraf

--- On Thu, 27/8/09, Fajar A. Nugraha <fajar@xxxxxxxxx> wrote:


From: Fajar A. Nugraha <fajar@xxxxxxxxx>
Subject: Re: [Xen-users] cannot boot PV guest
To: "Fasiha Ashraf" <feehapk@xxxxxxxxxxx>
Cc: xen-users@xxxxxxxxxxxxxxxxxxx
Date: Thursday, 27 August, 2009, 2:31 PM

On Thu, Aug 27, 2009 at 1:50 PM, Fasiha Ashraf<feehapk@xxxxxxxxxxx> wrote:
> kernel = "/etc/xen/vm/vmlinuz.1"

> [root@HPCNL-SR-2 xen]# xm create F11.install
> Using config file "./F11.install".
> Error: (2, 'Invalid kernel', 'elf_xen_note_check: ERROR: Will only load
> images built for the generic loader or Linux images')
>
> Where am I wrong? Please guide me!

Is this the correct kernel? the ".1" extension seems to indicate a
second download with wget. Perhaps it's corrupted. Make sure it's the
correct kernel.

Also checkout a recent thread on this list about installing F11 on
Centos with virt-install.

--
Fajar

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


start: 2008-06-21 end: 0000-00-00


See the Web's breaking stories, chosen by people like you. Check out Yahoo! Buzz.


-----Inline Attachment Follows-----

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


Looking for local information? Find it on Yahoo! Local
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
<Prev in Thread] Current Thread [Next in Thread>