On Thu, Aug 14, 2003 at 12:52:33AM +0200, Mauro wrote: > Salve. > Upgradando da woody a sid ho fatto l'upgrade anche di lilo. > Durante la fase di configurazione mi dice: > > LILO configuration > Old /boot/boot.b symlink discovered. Use the following command to know > what ought to be as parameter of the install= field on/etc/lilo.conf. > > readlink /boot/boot.b | cut -f2 -d- | cut -f1 -d. > > Eseguendo tale comando ottengo: menu. > Non ho capito pero' esattmente cosa dovrei fare. > Dare menu come valore al parametro install? > Cancellare il sym link boot.b?
esatto, poi devi impostare il paremetro install=menu in lilo.conf e lanciare `lilo` da root. io ho: ---8<---- # installs the specified file as the new boot sector # You have the choice between: bmp, compat, menu and text # Look in /boot/ and in lilo.conf(5) manpage for details # install=menu ---8<---- da 'man lilo.conf': ---8<---- install=<user-interface> Selects the user interface which will be seen at boot time. One of the following three options may be specified: text, menu, or bmp. The traditional LILO interface is `text'; but `menu' is now the default, unless the configurtion file contains the `bitmap=' specification. The text interface is strictly a command-line interface as though the console were a dumb terminal. The menu interface is a text-based screen of the boot choices, with the option to enter additional command line parameters. And the bmp interface is a menu presented against a graphic screen, specified as a 640x480 BitMaP file of 16 or 256 colors. (See the 'lilo -E' switch for editing options). (Prior to LILO version 22.3, `install=' specified the user interface as a file in the `/boot' directory.) ---8<---- > La directory boot contiene: [...] > lrwxrwxrwx 1 root root 11 Jul 21 00:15 boot.b -> boot-menu.b [...] io ho: ---8<---- -rw-r--r-- 1 root root 512 2003-05-09 12:13 boot.0300 -rw-r--r-- 1 root root 512 2003-08-03 20:19 boot.0800 -rw-r--r-- 1 root root 26370 2003-06-26 20:33 config-2.4.21-3 -rw------- 1 root root 77824 2003-08-13 14:45 map -rw-r--r-- 1 root root 526726 2003-06-26 20:47 System.map-2.4.21-3 -rw-r--r-- 1 root root 1023678 2003-06-26 20:47 vmlinuz-2.4.21-3 ---8<---- ciao -- mattia :wq!

