>
> >> Another note, GRUB2 is more similar to Lilo than you think.
> >
> > They're both boot loaders. Of course they're similar. But they have
> > some serious differences. Serious enough that many folks, such as
> > myself, choose to stick with LILO.
>
> Good luck in patching LILO to work
fdisk also gives some disk id.
You can also use boot script like this to static numerize your drives:
rm /dev/myhdd-0 /dev/myhdd-1
m=`cat /sys/block/sda/device/model`
if test "$m" = "HDD0MODEL"; then
ln -s sda /dev/myhdd-0
ln -s sdb /dev/myhdd-1
else
ln -s sdb /dev/myhdd-0
ln -s
2 matches
Mail list logo