Linux > Virtualization

Error: Boot loader didn't return any data!

(1/1)

Leo.Prince:
Hi,

If you are getting this error up on starting a Xen VM, You can edit the grub type from xen configuration file.


--- Code: ---vi /etc/xen/vm/vm101
#remove line:
kernel="/tmp/vmlinux.xxxxx"
#add this line:
bootloader="/usr/bin/pygrub"

--- End code ---

Now rebuild the VM configuration file


--- Code: ---xm create /etc/xen/vm/vm101.conf
--- End code ---

The VM should start fine. Thanks :)

Navigation

[0] Message Index

Go to full version