LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Restoring backup (https://www.linuxquestions.org/questions/linux-newbie-8/restoring-backup-9689/)

dominique 12-05-2001 05:46 PM

Restoring backup
 
*Running RH 7.1*

I ran some updates from the Red Hat Network and it added a new backup option during boot:

linux back1

Good thing it did that. But how do I revert back to that backup as my main version?

Thank you!

unSpawn 12-05-2001 05:58 PM

look in /etc/lilo.conf
find line "default = <name>", this sets the default kernel to start by label name.
change to "default = back1", save.
run "lilo -v -t" to test.
if all ok, install lilo: "lilo -v".

Btw, with the latest snafu (referring to the linux-2.4.15 fs corruption glitch) I opted out for automagical updates of core packages like kernel.

dominique 12-05-2001 07:06 PM

Thanx, but I want the option 'linux' to be replaced by the contents of 'linx back1'.

That is, I want to click on 'linux' and get the backup (which would become my current version). I would like to revert to the backup.

Aussie 12-06-2001 02:59 AM

Change
label = back1 to label = linux
and
label = linux to label = linux-new
where the second one is the entry created by the upgrade, then run lilo as described by unSpawn and you should be ready to go.


All times are GMT -5. The time now is 02:18 PM.