I have a two-disk setup in my laptop.
First disk is my new SSD which has my everyday KDE installation with its own /home folder.
Second disk is my old mechanical one, which has Windows7, a test KDE MiniME install, a test05 KDE install and a NTFS partition for data.
I have a GRUB installed on the first disk (/dev/sda) which I have edited to be able to boot in all installations.
timeout 5
color black/cyan yellow/cyan
gfxmenu (hd0,0)/boot/gfxmenu
default 0
title PCLinuxOS Main
kernel (hd0,0)/boot/vmlinuz BOOT_IMAGE=linux root=UUID=9e539c71-a3ad-4cac-a9fc-f0cb06437805 quiet nokmsboot vmalloc=256M acpi=on resume=UUID=b5886c86-eb08-41f8-b671-be61dba22918 splash=silent vga=791
initrd (hd0,0)/boot/initrd.img
title PCLinuxOS Main Safemode
kernel (hd0,0)/boot/vmlinuz BOOT_IMAGE=failsafe root=UUID=9e539c71-a3ad-4cac-a9fc-f0cb06437805 quiet nokmsboot failsafe vmalloc=256M acpi=on
initrd (hd0,0)/boot/initrd.img
title PCLinuxOS Test32
kernel (hd1,5)/boot/vmlinuz BOOT_IMAGE=PCLinuxOS_Test32 root=UUID=7f13f01c-b46f-48b2-a6c2-8b12ea58518d quiet nokmsboot vmalloc=256M acpi=on resume=UUID=8ed9523a-5e20-423e-9147-47dd96861b16 splash=silent vga=791
initrd (hd1,5)/boot/initrd.img
title PCLinuxOS Test32 Safemode
kernel (hd1,5)/boot/vmlinuz BOOT_IMAGE=PCLinuxOS_Test32_Safemode root=UUID=7f13f01c-b46f-48b2-a6c2-8b12ea58518d quiet nokmsboot failsafe vmalloc=256M acpi=on
initrd (hd1,5)/boot/initrd.img
title PCLinuxOS Test64
kernel (hd1,7)/boot/vmlinuz BOOT_IMAGE=PCLinuxOS_Test64 root=UUID=93d02159-2a16-452f-a12f-81b2abc5ad61 quiet nokmsboot vmalloc=256M acpi=on resume=UUID=8ed9523a-5e20-423e-9147-47dd96861b16 splash=silent vga=791
initrd (hd1,7)/boot/initrd.img
title PCLinuxOS Test64 Safemode
kernel (hd1,7)/boot/vmlinuz BOOT_IMAGE=PCLinuxOS_Test64_Safemode root=UUID=93d02159-2a16-452f-a12f-81b2abc5ad61 quiet nokmsboot failsafe vmalloc=256M acpi=on
initrd (hd1,7)/boot/initrd.img
title memtest-4.20
kernel (hd0,0)/boot/memtest-4.20 BOOT_IMAGE=memtest-4.20
title Windows
rootnoverify (hd1,0)
map (hd1) (hd0)
map (hd0) (hd1)
makeactive
chainloader +1
The second disk contains only the Windows bootloader. If I select the second disk as first boot device from BIOS, I can only boot to Windows.
I know it's not ideal because in case the first disk fails, I won't be able to boot in my test installs. It's OK, I can fix it if this happens.
I want to ask a couple of things.
How can I avoid re-editing my main GRUB or the creation of a new GRUB on the second disk (/dev/sdb), every time I:
1. Install a new kernel for testing?
2. Wipe and reinstall one of my test installs?