WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: problem with grub  (Read 3094 times)

Offline Looper

  • Newbie
  • *
  • Posts: 47
problem with grub
« on: June 20, 2017, 09:26:17 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 ?

Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14516
Re: problem with grub
« Reply #1 on: June 20, 2017, 09:35:28 AM »
Please post your grub.cfg

Offline Looper

  • Newbie
  • *
  • Posts: 47
problem with grub
« Reply #2 on: June 20, 2017, 09:40:08 AM »

Code: [Select]
default 0
timeout 0
Title core
kernel /boot/vmlinuz
initrd /boot/core.gz

Offline curaga

  • Administrator
  • Hero Member
  • *****
  • Posts: 10957
Re: problem with grub
« Reply #3 on: June 21, 2017, 02:16:31 AM »
The backup is restored too late. To edit tc-config you need to remaster.
The only barriers that can stop you are the ones you create yourself.

Offline gerald_clark

  • TinyCore Moderator
  • Hero Member
  • *****
  • Posts: 4254
Re: problem with grub
« Reply #4 on: June 21, 2017, 04: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.

Offline Adam

  • Full Member
  • ***
  • Posts: 121
Re: problem with grub
« Reply #5 on: June 25, 2017, 08: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:~$

Offline Kingdomcome

  • Sr. Member
  • ****
  • Posts: 286
Re: problem with grub
« Reply #6 on: June 25, 2017, 08: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