Get your server issues fixed by our experts for a price starting at just 25 USD/Hour. Click here to register and open a ticket with us now!

Author Topic: Error: Boot loader didn't return any data!  (Read 3518 times)

0 Members and 1 Guest are viewing this topic.

Leo.Prince

  • Guest
Error: Boot loader didn't return any data!
« 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 :)