WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: manual boot code entry doesn't work with auto isolinux boot codes  (Read 3911 times)

Offline bigpcman

  • Hero Member
  • *****
  • Posts: 719
I imagine you guys are thinking by now why doesn't this bigpcman go away. After all he couldn't be very big if he has to ask all these questions. But I truly like tiny core and enjoy working with it. So at this point I have two environments cooking, floppy plus usb and cd.

I've managed to make a cd containing the system and tce directory loaded with tcz's that I want to have available. Great everything works fine. The isolinux.cfg has serveral boot codes in it to make life easier for me. However if I want to add another one at boot time manually I get the results shown in the screen shot. As you can see the boot code waitusb=10 entry screws things up.
Any ideas on how to fix this?

Here is my ioslinux.cfg
Code: [Select]
display boot.msg
default tinycore
label tinycore
kernel /boot/bzImage
append initrd=/boot/tinycore.gz quiet norestore nofstab pause

implicit 0
prompt 1
timeout 100
F1 boot.msg
F2 f2
F3 f3
« Last Edit: August 15, 2021, 11:02:11 PM by Rich »
big pc man

Offline ^thehatsrule^

  • Retired Admins
  • Hero Member
  • *****
  • Posts: 1726
Re: manual boot code entry doesn't work with auto isolinux boot codes
« Reply #1 on: January 19, 2009, 01:01:03 PM »
You forgot to specify "tinycore" - press F3 for an example.

Offline bigpcman

  • Hero Member
  • *****
  • Posts: 719
Re: manual boot code entry doesn't work with auto isolinux boot codes
« Reply #2 on: January 19, 2009, 02:10:51 PM »
Thanks, I feel like a real pin head now.
big pc man