Tiny Core Linux
Tiny Core Base => TCB Q&A Forum => Topic started by: trembb22 on September 04, 2009, 02:07:58 PM
-
I will like to understant why tinycore boot my USB key and restore hda1 backup. I did set at grub boot: tce=sda
and I also set backup panel to: sda/ and did a backup succefully
so is there another place I am missing.
my error was that I mounted hda1 to copy some files in it and forget to unmount it, so at shutdown it backuped into hda1 and since then tinycore always boot my USB key but restore from hda1
thanks for your help
-
I think that if you don't use the "restore=whatever" boot code, it will restore from the first backup found.
Try specifying
restore=sda
or removing (or renaming) the file mydata.tgz on hda1.
-
It is best to put backup in the tce directory. If you do, you don't need to specify it in Grub.
Not knowing exactly what you have done or what you want.
You should probably change to tce=sda1.
In the control panel select backup in sda1/tce.
-
thanks, restore=sda at boot fixed it!
I didn't want to change anythings under hda1 cause I need it to boot without my USB key sometime, my production system is on /hda1 and my compilation system is in my USB key on sda. So I teste and compile programs under my USB key environment than I mount /hda1 manually and copy over my new programs, than I unmount /hda1 and reboot withtout my USB key so that way I have a minimal system on /hda1 that boot under 20 secondes that use my programs done with my usb key.
thanks again