Want to make a dual boot install of 11.2 on the second hard drive.
I want a simple way to revert back to 11.1.
My confusion is how the new install of 11.2 on the second hard drive handles grub. I assume the new install uses /boot/grub/menu.lst on sda, my primary hard drive?
My plan is to make a backup of /boot/grub/menu.lst on sda
Install 11.2 on sdb formatting sdb ext4
If I want to revert to 11.1 then boot to 11.1 and cp my-backup-of-menu.lst back to /boot/grub/menu.lst on sda
When the install completes it will reboot - sort of - I think it will boot up but if it doesn’t don’t worry. When you do reboot proper you’ll be back at 11.1
From 11.1 you add something like this:
#Don't change this comment - YaST2 identifier: Original name: SUSE 11.2#
title openSUSE 11.2
root (hd0,8)
configfile /boot/grub/menu.lst