|
|
|
|
|
|
|
|
|
|
xen-users
Re: [Xen-users] want to install Ubunto domU on CentOS dom0 - do I use FV
jim burns wrote:
On Sun July 27 2008 1:55:58 pm Rudi Ahlers wrote:
xm create anya_zanet
Using config file "/etc/xen/anya_zanet".
Error: (2, 'Invalid kernel', 'xc_dom_find_loader: no loader found\n')
This is the /etc/xen/anya_zanet config:
kernel = "/boot/vmlinuz-2.6.23.1-42.fc8"
ramdisk = "/boot/initrd-2.6.23.1-42.fc8.img"
You are trying to boot off of a non-xen kernel. Fedora xen kernels would look
something like vmlinuz-2.6.21.7-3.fc8xen. Also, at some time, you will
probably want to switch over to pygrub, to boot off of the ubuntu kernel on
your image.
______________________________________________
Hi Jim,
I now have the following config:
cat /etc/xen/anya
bootloader = '/usr/bin/pygrub'
memory = 512
name = "anya"
disk = ['phy:/dev/backup/anya,ioemu:hda1,w']
vif = [ '' ]
But I still get the same error:
xm create anya
Using config file "/etc/xen/anya".
Error: (2, 'Invalid kernel', 'xc_dom_find_loader: no loader found\n')
So, I presume I don't have the right kernels for Ubuntu, yet they are there:
ll boot/
total 25696
-rw-r--r-- 1 root root 422607 Apr 10 18:51 abi-2.6.24-16-generic
-rw-r--r-- 1 root root 79964 Apr 10 18:51 config-2.6.24-16-generic
-rw-r--r-- 1 root root 85149 Apr 10 19:06 config-2.6.24-16-xen
drwxr-xr-x 2 root root 4096 Aug 5 01:38 grub
-rw-r--r-- 1 root root 6635463 Aug 5 00:24 initrd.img-2.6.24-16-generic
-rw-r--r-- 1 root root 6791966 Aug 5 00:24 initrd.img-2.6.24-16-xen
-rw-r--r-- 1 root root 6792141 Aug 5 00:24 initrd.img-2.6.24-16-xen.bak
-rw-r--r-- 1 root root 899892 Apr 10 18:51 System.map-2.6.24-16-generic
-rw-r--r-- 1 root root 883462 Apr 10 19:06 System.map-2.6.24-16-xen
-rw-r--r-- 1 root root 1904248 Apr 10 18:51 vmlinuz-2.6.24-16-generic
-rw-r--r-- 1 root root 1730948 Apr 10 19:06 vmlinuz-2.6.24-16-xen
So, what else can I do?
--
Kind Regards
Rudi Ahlers
Check out my technical blog, http://blog.softdux.com for Linux or other
technical stuff
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
|
<Prev in Thread] |
Current Thread |
[Next in Thread>
|
- Re: [Xen-users] want to install Ubunto domU on CentOS dom0 - do I use FV or PV?,
Rudi Ahlers <=
|
|
|
|
|