this is my grub.cfg for core10:
menuentry "CorePlus 10" {
search --no-floppy --fs-uuid --set=root 60557b80-7de2-401d-aa5e-a8f88b6a4a62
linux /boot10.0/vmlinuz loglevel=3 waitusb=3 showapps desktop=flwm_topside laptop tce=LABEL=data/tce10.0 acpi_osi= syslog
initrd /boot10.0/core.gz
i am not sure if the search --no-floppy...... line is needed. I dont have anything similar on other linux OS i boot with same grub.cfg file. I added it based on a post i saw online. Is it necessary?
Hello h2sammo
I’d be more concerned with waitusb=3, showapps & desktop=flwm_topside, than with the search line of your boot config
I’d replace “waitusb=3” which iirc will wait 3 seconds every time you boot before continuing.
Whereas with
waitusb=5:LABEL=data
the process waits typically only 1 second until the drive with the specified label “data” is found then stops counting and continues with the boot process.
“showapps” IMO is only for diagnosis and troubleshooting. It’s definitely not required besides I prefer to boot with the minimum fuss when the system is operating normally.
“desktop=flwm_topside” this is another way to load a window manager from various boot selections instead of having several onboot lists, but honestly after installing TC to a HDD or USB I find it’s better to have all my extensions load from one source ie: “onboot.lst”. Also if you like to change window managers less frequently it’s usually easier to add flwm_topside.tcz via APPS > maintenance > onboot
I’d add flwm_topside.tcz to your onboot.lst and remove the bootcode
Also note while the tce directories for various Tinycore versions must be separate, you can store all your tinycore files (and modules if you use separate module archives) for different versions in one location if you rename the files.
Eg:
/boot/core-90.gz
/boot/core-100.gz
/boot/vmlinuz-41410
/boot/vmlinuz-41910
And adjust your grub config file accordingly.
I use this method, makes sense right?
Good luck
Sent from my iPhone using Tapatalk