Tiny Core Linux
Tiny Core Base => TCB Q&A Forum => Topic started by: bigpcman on January 19, 2009, 12:32:39 PM
-
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
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
-
You forgot to specify "tinycore" - press F3 for an example.
-
Thanks, I feel like a real pin head now.