WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: I broke my isolinux.cfg, and my google-fu is failing me [solved]  (Read 1692 times)

Offline cg

  • Newbie
  • *
  • Posts: 40
Hi all!  I'm trying to tell my remastered CDs to not use the boot menu.  My isolinux.cfg file looks like this:

Code: [Select]
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?
« Last Edit: August 10, 2012, 11:03:18 AM by cg »

Offline tinypoodle

  • Hero Member
  • *****
  • Posts: 3857
Re: I broke my isolinux.cfg, and my google-fu is failing me
« Reply #1 on: August 10, 2012, 10:46:05 AM »
1. Have you tried to run xsetup?
2. What happens if you add bootcode "norestore"?
"Software gets slower faster than hardware gets faster." Niklaus Wirth - A Plea for Lean Software (1995)

Offline cg

  • Newbie
  • *
  • Posts: 40
Re: I broke my isolinux.cfg, and my google-fu is failing me
« Reply #2 on: August 10, 2012, 10:49:01 AM »
1. Have you tried to run xsetup?
2. What happens if you add bootcode "norestore"?

1. I have not.  Why would one do this, and what would it entail?

2. I will find out; it will take a few minutes for me to find out.  I'll post an update when I do.  Why am I trying this?  Doesn't norestore tell TC to not bother loading the backed-up files?

Offline tinypoodle

  • Hero Member
  • *****
  • Posts: 3857
Re: I broke my isolinux.cfg, and my google-fu is failing me
« Reply #3 on: August 10, 2012, 10:52:54 AM »
1. To see if X properly works after configuration.
2. To exclude that backup files play any role.
"Software gets slower faster than hardware gets faster." Niklaus Wirth - A Plea for Lean Software (1995)

Offline cg

  • Newbie
  • *
  • Posts: 40
Re: I broke my isolinux.cfg, and my google-fu is failing me
« Reply #4 on: August 10, 2012, 11:03:00 AM »
...I'm not sure what just happened, but I put the old disk (e.g. Test_6d) in the machine again, and it worked this time.

So!  Marking this as closed for the time being; I'll update if it starts doing it again.