| 
 Hullo everybody 
I want to install a guest slackeware guest OS on a VM for xenserver 5.6 . I
have created logical volumes , mounted the slackware 13 image and copied the
/lib/modules and below are my configurations. 
 [root@virtualintranet /]# uname -r 
2.6.27.42-0.1.1.xs5.6.0.44.111158xen 
Grub Configs: 
[root@virtualintranet grub]# cat grub.conf 
default=0 
timeout=10 
title vmlinuz-2.6.18.8-xenU 
root (hd0,0) 
kernel /boot/vmlinuz-2.6.18.8-xenU console=xvc0 root=/dev/sda1 ro 
initrd-2.6.27 
[root@virtualintranet etc]# cat slackware.13-0.x86.xen3.cfg 
#kernel = "/boot/vmlinuz-2.6-xen" 
name = "slackware.13-0" 
dhcp = "dhcp" 
memory=2048 
disk =
['phy:/dev/loop0,hdc:cdrom,r','phy:/dev/XenVG/root,sda1,w','phy:/dev/XenVG/swap,sda1,w'] 
vif = [ ' bridge=eth2', ] 
#vfb = [ 'type=vnc,vncunused=1' ] 
bootloader = "/boot/grub/grub.conf" 
kernel = "/boot/vmlinuz-2.6.18.8-xenU" 
ramdisk ="/boot/initrd-2.6.27.42-0.1.1.xs5.6.0.44.111158xen.img" 
#ip = "ip.address" 
#gateway = "gateway" 
#netmask = "255.255.255.0" 
vcpus=1 
root = "/dev/sda1 ro" 
>
 >
  style="">  "restart" 
  
[root@virtualintranet /]# xe vm-create name-label=PVG3 
ddab4cd3-046b-aa6a-0d62-a0535852fdf5 
[root@virtualintranet /]# xe vm-start
vm=ddab4cd3-046b-aa6a-0d62-a0535852fdf5 
Caller not allowed to perform this operation. 
message: illegal kernel path 
  
I want to use grub.conf  b’se  I cannot find the menu.lst file as well as the
usr/bin/pygrub  . how can I go over this
are there any other configurations to make ? Is there any mistake in my
configurations 
  
thanx 
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users 
 |