SYSLINUX 3.63 Debian-2008-07-15 EBIOS Copyright (C) 1994-2008 H. Peter Anvin
Unknown keyword in configuration file.
boot:
--
Creating a USB bootable version of Ubuntu from the Startup Disk Creator (other) and attempting to boot, I was greeted by the error above. It might look a bit scary but it’s really easy to fix, just plug the USB flash drive into a computer.
Solution i:
- Open the the syslinux folder in the root of the flash drive.
- Inside is a file called syslinux.cfg you’ll want to edit that.
- Find the line “ui gfxboot bootlogo” and simply remove the “ui “.
- Save and try booting again.
# D-I config version 2.0
include menu.cfg
default vesamenu.c32
prompt 0
timeout 50
gfxboot bootlogo
include menu.cfg
default vesamenu.c32
prompt 0
timeout 50
gfxboot bootlogo
Solution ii:
it looks as though there is another way of fixing this issue if there is no “ui” in the file, this is to do as followed (as pointed out in the comments below):
- Type “help” and press enter
- Hit Enter again
This should boot correctly and shouldn’t need to be done every time.
super website....and haveing full of information.....
ReplyDelete