16

Possible Duplicate:
Boot failure : No DEFAULT or UI configuration directive found!

I have similar issues but none with the 12.04 build.

Im trying this on a dell d610 laptop with a bad hard drive and was told i could just directly boot from the usb drive.

Im using an 8g usb drive and i have tried using the uui tool and get this message. SYSLINUX 4.06 EDD 4.06-pre1 Copyright (c) 1994-2011 H.Peter Anvinet al ERROR: No configuration file found No DEFAULT or UI configuration directive found!

Then i tried using unetbootin and got the bootup screen with only the default option and it would say auto boot with a 10 sec countdown and start over again.

I do have the boot sequence for usb first.

iron
  • 163

4 Answers4

25

On the USB key, rename the isolinux folder to syslinux.

In the same folder, rename the isolinux.bin and isolinux.cfg files to syslinux.bin and syslinux.cfg, respectively.

Now, try booting with the USB drive again.

SirCharlo
  • 39,486
2

The root cause to this system error is FAT32. I think your Bios cannot understand FAT32 file system. May be your system is old one. Format the USB with FAT16, or simply FAT file system and then create the usb bootable stick that will definitely work....

Roopesh
  • 29
  • 4
    There is no such thing as "simply FAT" as distinct from FAT16 or FAT32 (or some of the other less common FAT filesystems like exFAT). FAT by itself, when intended to refer to a specific filesystem, typically refers to FAT16. – Eliah Kagan Jul 08 '12 at 15:10
0

Dell d610 boot fromusb should be fine, though mine is d620. Try yumi which I think is the best USB creator for Linux and other things. http://www.pendrivelinux.com/yumi-multiboot-usb-creator/

johnshen64
  • 126
  • 3
0

I had the same problem.

The USB drive partition type was NTFS. I re-ran the Universal USB installer and made sure to check the box to format the drive FAT32 and everything worked well after that.