What should I do to make a backup of grub? I mean the scenario when something wrong happens, you have to reinstall windoz and grub is lost - how to bring it back?
Announcement
Collapse
No announcement yet.
grub backup
Collapse
This topic is closed.
X
X
-
Re: grub backup
If you want to make a backup copy of your grub conf file then do the following command:
Code:sudo cp -a /boot/grub/menu.lst /boot/grub/menu.lst.old
Code:sudo cp -a /boot/grub/menu.lst /home/hawkwind
- Top
- Bottom
-
Re: grub backup
But the problem is that if you reinstall windows, grub is overriden and you have no way of running linux. So you can`t get to the old conf file, and even if, then there is no way to put it back on linux partition/disk since windows doesn`t know how to open it. If I didn`t make myself clear previously I apologise.
- Top
- Bottom
Comment
-
Re: grub backup
Originally posted by beholderBut the problem is that if you reinstall windows, grub is overriden and you have no way of running linux. So you can`t get to the old conf file, and even if, then there is no way to put it back on linux partition/disk since windows doesn`t know how to open it. If I didn`t make myself clear previously I apologise.
You can also download GAG, the Smart Boot Manager, or the Ultimate Boot CD. I have (and have had occasion to use) all of them, and they are indispensable tools for rescuing an existing Linux system.
As if that isn't enough, you can download a SuSE or Fedora Core ISO, and burn the CDs. Even if you have no intention of installing either, each comes with an option to Rescue an Existing System.
HTH
- Top
- Bottom
Comment
Comment