Admin-Ahead Community

Linux => Virtualization => Topic started by: Leo.Prince on November 09, 2013, 03:25:13 pm

Title: Error: Boot loader didn't return any data!
Post by: Leo.Prince on November 09, 2013, 03:25:13 pm
Hi,

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

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

Now rebuild the VM configuration file

Code: [Select]
xm create /etc/xen/vm/vm101.conf
The VM should start fine. Thanks :)