Re: vga=ask doesn't work anymore

2013-05-21 Thread state angel
> > >> 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

Re: The order of my SATA and PATA are switching all the time

2013-05-09 Thread State Angel
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