So after i got my desktop back from servicing, wanted to upgrade the xen server i had on that machine which is dual boot with WIn 2012. Boot that machine, started xen and all i could see is a blank screen with blinking cursor!
Anyways, i wanted to upgrade, so got the xen server iso, used mac and unetbootin copied the file to usb and boot with that on the desktop. After keyboard selection, i got an error called "unexpected error occured". Used Alt+F2 to get into console and checked the error log, got something called "assertion error"
Checked and found a solution from a site: http://networkrockstar.ca/2013/07/installing-xenserver-6-2-0-from-a-usb-stick/
Just in case if this site is not available in future.
Download the XenServer 6.2.0 ISO image (http://downloadns.citrix.com.edgesuite.net/7281/XenServer-6.2.0-install-cd.iso)
Format a USB stick using FAT32.
Use unetbootin (http://unetbootin.sourceforge.net/) to install the ISO to the USB stick. Use the “DiskImage” option instead of the “Distribution” one, and point it right to the ISO file.
Now we need to fix up some boot stuff:
All paths are relative to the root of the USB drive.
mv boot/isolinux/isolinux.cfg boot/isolinux/syslinux.cfg
mv boot/isolinux boot/syslinux
mv syslinux.cfg syslinux.cfg.bak
Unmount the USB drive and eject it.
Boot from the USB stick.
If you get a “kernel not found” error at boot, double check that you renamed all the files properly.
My installation went well and after the reboot, unfortunately i am still getting the same blinking cursor! Anyone faced such issue?