Hello aus9,
sorry that I didn't reply. the last post by me was merely an effort to archive my final 'routine' for installing by command-line with the newest-latest tinycore versions. this is pretty much a template or cheat sheet for when I choose to install a dual-boot with xp and tinycore in the future. let me try to address your points specifically.
1. grub-I think you may be right about that requiring sudo priviledges. my 'routine' is a collection of text files and pieces copied from threads. though I tried to make my 'routine' perfect, I am sure it is still not. for the most part, the commands are very close to working 'as is' when installing a dual-boot xp and tinycore with xp being installed first. in this scenario, xp is usually sda1, tinycore is usually sda2 and the opticall drive is usually sr0.
2. grub legacy-I used grub-splash 0.97 as per the wiki. I think that is grub legacy with the menu.lst file, also per the wiki. with grub2 you need to enter /etc/default/grub to edit, then update-grub to make a change. frankly, I hope grub-splash 0.97 will always work. I have never seen any benefit by using grub2 over legacy grub.
3. timeout-notice my last reply. timeout -1 means that the screen waits indefinitely until I make a choice (remember, this is a dual-boot). that is the way I prefer to have it. if you see anything different in the thread, disregard.
4. maybe change that vi stuff to an echo stuff?
it works the way it is. is there some kind of benefit to be had by changing it? if so, what? and how would I do so? I'm interested.
5. slight backtrack to question at reply 3 and your current kernel line .....tce=sda2
There are other posts talking about low spec machines. I don't have one, but me thinks you might like to re-visit adding in a full pesistence home and opt.
I'm glad you mentioned that. I meant to edit that line to say that, and forgot. I definitely want persistent home and opt.
so that line would say this:
kernel /boot/vmlinuz quiet tce=sda2 home=sda2 opt=sda2
6. by doing so, and removing opt and home from your backup config........./opt/.filetool.lst........your mydata file will be smaller to load each boot and smaller to save on shutdown.
512 Megs of RAM suggests to me you may prefer this option. but I can't see where you decided not to follow that method.
I have never considered speed shutting down or starting up to be important, persistence, on the other hand, is very important. I don't want to keep installing, turning things on, or editing. I am a boring person who likes to address an issue one time only. I think tinycore delivers enough speed while using it that I can sacrifice a little in the way of waiting time while the computer starts up and shuts down.
I do have to state, though, that I remember firefox causing an issue with bloat. I think it was cache files building up to a point to where it took forever to shut down. are you aware of this issue, and what is your viewpoint on it?
thanks for the reply aus9.