I recently downloaded and created Ubuntu 14.04 32 bit using Unebootin. The process was successful,but after reboot the screen is stuck with Syslinux screen forever. I tried numerous times,but everything ended in vain. Any help folks !!.
Asked
Active
Viewed 558 times
1 Answers
0
Is your machine using an EFI BIOS?
If so, you'll want to make sure that you created your image using a program that can write a EFI bootable image. unetbootin is not one of these programs.
You can do this via terminal in Ubuntu by typing
dd if=/dev/sdb1 of=/home/user/path/to/iso.iso
Make sure to change /dev/sdb1 to the location of your thumb drive/cd media.
lbaile200
- 586