Hi all! I'm trying to tell my remastered CDs to not use the boot menu. My isolinux.cfg file looks like this:
DEFAULT core
LABEL core
KERNEL /boot/vmlinuz
append initrd=/boot/core.gz quiet noutc host=Test_6d cde
and the contents of /boot/isolinux are isolinux.bin (which I have not modified), and isolinux.cfg. I deleted the bits that were mentioned in the original cfg file as relating to the menu, since they ought to be unnecessary.
The only changes I made to the filesystem were adding extensions and custom scripts that are caught by .filetool.lst - I didn't rename the kernel or anything like that.
S'anyway, when I burn and boot the disk, it goes fine until it tries to load the GUI, at which point I get a black screen with a black "x" mouse cursor. If I hit ctrl-alt-del to escape the GUI, the CLI is responsive and works just fine. Also, when I boot the same disk image without removing the menu items, it works fine.
Anyone know what's going on here?