Hello! My Dom0 config: Xubuntu 8.10 + "Xen-3.3.1 and kernel-2.6.18-xen.hg" I have Nexenta CP2 RC1 (Opensolaris b104) on ZFS file system. I installed this OS in HVM. For PV i used pygrub. My config file: ''ncp2.pygrub'' bootloader = "/usr/bin/pygrub" boot = "c" memory = 512 name = "NexentaPV" uuid = "06ed00fe-1162-4fc4-b5d8-11993ee4a8b9" vif = [ ''bridge=xenbr0'' ] disk = [ ''file:/mnt/xen-vm-disk/ncp_disk.img,0,w'' ] on_poweroff = ''destroy'' on_reboot = ''restart'' on_crash = ''restart'' vnc=1 vnclisten="127.0.0.1" vncpasswd='''' next, i created: xm create ncp2.pygrub Using config file "./ncp2.pygrub". Error: Boot loader didn''t return any data! What do I do not so? Why does not work? _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
eXeC001er <execooler@gmail.com> writes:> next, i created: > xm create ncp2.pygrub > > Using config file "./ncp2.pygrub". > Error: Boot loader didn''t return any data! > > What do I do not so? Why does not work?you want a newer version of pygrub and libpartimage. I don''t want to run -unstable in production so what I did was that I downloaded -unstable and compiled it, but only installed pygrub and libpartimage. after that it worked fine for me. _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Luke S Crawford <lsc@prgmr.com> writes:> eXeC001er <execooler@gmail.com> writes: > > next, i created: > > xm create ncp2.pygrub > > > > Using config file "./ncp2.pygrub". > > Error: Boot loader didn''t return any data! > > > > What do I do not so? Why does not work? > > > you want a newer version of pygrub and libpartimage. I don''t want^^^^^^^^^^ WRONG> to run -unstable in production so what I did was that I downloaded > -unstable and compiled it, but only installed pygrub and libpartimage. > > after that it worked fine for me.please note, libpartimage should read libfsimage. _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users