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 without a BIOS.
>

There is ELILO in Debian. It is not in the installer, but I suppose they 
can switch to elilo or port it's UEFI code to lilo.


--
Unfortunately, looks like Orwell was not to pessimistic after all.


--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Archive: http://lists.debian.org/519b5ef2.9050...@mail.ru



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 sda /dev/myhdd-1
fi

Then enter /dev/myhdd-0 /dev/myhdd-1 in your fstab.
-- 
Get literate, get enlighted - read Orwell's very exciting, interesting, 
beautiful novel "1984" and Fromm's anti-fascist book "Escape from Freedom".