2009/3/15 Florian Manschwetus <[email protected]>: > Ok, I think I got it, the pygrub delivered with SXCE b109, supports only > Solaris (or similar), if I read the source right. > There is nothing in it about ext or so.
That can't be right, as I'm using it. Try this : - make sure the directory /var/run/xend/boot exists. If it's not, create it with mode 700, user/group xvm/xvm (creating a domU should also create this directory, if it doesn't exist) - run this /usr/lib/xen/bin/pygrub /dev/dsk/c0t600A0B800049E902000007FD49B54652d0p0 (or whatever your block device is). It should bring up a pygrub menu and, afterwards print something like this linux (kernel /var/run/xend/boot/boot_kernel.-iUVQK)(ramdisk /var/run/xend/boot/boot_ramdisk.M44YrM)(args "ro root=/dev/hda1") If you get that, then pygrub is working correctly. Delete the files /var/run/xend/boot/boot_kernel.-iUVQK and /var/run/xend/boot/boot_ramdisk.M44YrM (or whatever file pygrub print out). If it doesn't work, try this : - map the FC SAN LUN to a Linux dom0, and try it there - post the content of your /boot/grub/menu.lst. Perhaps there's an error in it. It will also be helpful to post your domU's partition table. Regards, Fajar _______________________________________________ xen-discuss mailing list [email protected]
