Tiny Core Linux

Tiny Core Extensions => TCE Q&A Forum => Topic started by: Looper on June 20, 2017, 12:26:17 PM

Title: problem with grub
Post by: Looper on June 20, 2017, 12:26:17 PM
i install grub on my core and l modifying tc-config ( is change and i use filetools.sh -b and i add etc directory to .filetools )
but when i reboot my linux i dont see side effect my change
what can i do ?
Title: Re: problem with grub
Post by: Juanito on June 20, 2017, 12:35:28 PM
Please post your grub.cfg
Title: problem with grub
Post by: Looper on June 20, 2017, 12:40:08 PM

Code: [Select]
default 0
timeout 0
Title core
kernel /boot/vmlinuz
initrd /boot/core.gz
Title: Re: problem with grub
Post by: curaga on June 21, 2017, 05:16:31 AM
The backup is restored too late. To edit tc-config you need to remaster.
Title: Re: problem with grub
Post by: gerald_clark on June 21, 2017, 07:47:55 AM
Also, you should not backup /etc as it contains dynamic files showing the current state of the system that will be incorrect after the restore.
Title: Re: problem with grub
Post by: Adam on June 25, 2017, 11:04:52 AM
i install grub on my core and l modifying tc-config ( is change and i use filetools.sh -b and i add etc directory to .filetools )
but when i reboot my linux i dont see side effect my change
what can i do ?

tc-config? is this built-in TCL command? I can't find it on my system.
Code: [Select]
tc@box:~$ tc-config
-bash: tc-config: command not found
tc@box:~$

Normally I just change my Boot Codes here
Code: [Select]
tc@box:~$ cat /mnt/sda1/boot/grub/menu.lst
default 0
timeout 0
kernel /boot/vmlinuz quiet text
initrd /boot/core.gz
tc@box:~$
Title: Re: problem with grub
Post by: Kingdomcome on June 25, 2017, 11:35:37 AM
tc-config is the tc init script and would require remastering to change since runs before restore. It actually runs the restore function

Sent from my LG-K450 using Tapatalk