hi ohh, thanks for your suggestion.oldhoghead wrote:Wayne,
One way to minimize the hda, sda issue is to use uuid, but then you have to remember to tweak fstab any time a partition gets reformatted, then it gets a new uuid.
cheers,
ohh
Another issue is swap and resume..
Fortunately, someone on another forum helped me to use LABEL, change fstab and mkinitrd so as to avoid the /dev/<whatever> , Resume and 1 min delay issues.
As such, my grub stanza looked a lot neater, as below, only (hd0,x) will be in the stanza so any computer can boot up as long as Bios allow it.
title Gnome
kernel (hd0,0)/boot/vmlinuz BOOT_IMAGE=Gnome root=LABEL=usb-gnome splash=silent vga=788
initrd (hd0,0)/boot/initrd.img
By the way I am now running the Gnome on USB drive to type this post.
Very good learning..