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

[Xen-users] Getting "Unrecognized Image Format" errors.

To: xen-users@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-users] Getting "Unrecognized Image Format" errors.
From: mrkris <mrkris@xxxxxxxxxx>
Date: Sun, 22 Oct 2006 21:00:08 -0700
Delivery-date: Sun, 22 Oct 2006 21:01:25 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
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>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
User-agent: Thunderbird 1.5.0.7 (X11/20060922)
Hi list,

I recently setup debian "testing/unstable" and did a package install of Xen with apt. The problem I'm having is when I do:

xm create -c www.cfg

I get the following errors:

Using config file "/etc/xen/www.cfg".
Error: (22, 'Invalid argument')

Looking at /var/log/xen/xend-debug.log I see:

==> /var/log/xen/xend-debug.log <==
ERROR: Unrecognized image format
ERROR: Error constructing guest OS

I did the install using xen-tools from Steves site. Everything is fine from what I can tell. Here is the cfg for that domU:

kernel  = '/boot/vmlinuz-2.4.27-3-386'
#ramdisk = '/boot/initrd.img-2.4.27-3-386'
memory = 128
name = "domu1"
vif = [' bridge=xen-br0' ]
disk = ['phy:/dev/vps/www-disk,hda1,w','phy:/dev/vps/www-swap,hda2,w']
ip="192.168.2.103"
netmask="255.255.255.0"
gateway="192.168.2.1"
hostname = "domu1"
root = "/dev/hda1 ro"
extra = "4"

Am I missing something obvious?

mrkris

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

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-users] Getting "Unrecognized Image Format" errors., mrkris <=