Ecco...

Nella voce del timer in lilo, (timer d'avvio) c'è: 1200/10 (in secondi), che è l'equivalente a 2 minuti, posso immettere un'altro valore senza creare casino?, ad esempio 10/10, l'equivalente ad un secondo?, poi, continua a vedersi, nella prima schermata di lilo la voce
hda1, a parte la voce Linux (default), come la tolgo?, ti chiedo per che non vorrei fare casino con lilo, praticamente:
Da gestore d'avvio LILO (centro di controllo), nella scheda "Sistemi operativi":
(l'ipotetico hda1

):
Kernel: /boot/vmlinuz
Etichetta: (niente!, in bianco)
Filesystem radice: /dev/hda2
Disco ram iniziale: (niente!, in bianco)
Parametri aggiuntivi: (niente!, in bianco)
*nota: qui ho comunque la possibilità di "rimuovere voce". (come ho fatto con Windows

)
(la voce linux) quella che uso per accedere a slackware (default):
Kernel: /boot/vmlinuz
Etichetta: Linux
Filesystem radice: /dev/hda2
Disco ram iniziale: (niente!, in bianco)
Parametri aggiuntivi: (niente!, in bianco)
nella scheda "esperti" si vede il file che si trova in etc/lilo.conf:
# LILO configuration file
# generated by 'liloconfig'
#
# Start LILO global section
# Append any additional kernel parameters:
append=" vt.default_utf8=0"
boot="/dev/hda2"
# Boot BMP Image.
# Bitmap in BMP format: 640x480x8
bitmap = /boot/slack.bmp
# Menu colors (foreground, background, shadow, highlighted
# foreground, highlighted background, highlighted shadow):
bmp-colors = 255,0,255,0,255,0
# Location of the option table: location x, location y, number of
# columns, lines per column (max 15), "spill" (this is how many
# entries must be in the first column before the next begins to
# be used. We don't specify it here, as there's just one column.
bmp-table = 60,6,1,16
# Timer location x, timer location y, foreground color,
# background color, shadow color.
bmp-timer = 65,27,0,255
# Standard menu.
# Or, you can comment out the bitmap menu above and
# use a boot message with the standard menu:
#message = /boot/boot_message.txt
# Wait until the timeout to boot (if commented out, boot the
# first entry immediately):
prompt
# Timeout before the first entry boots.
# This is given in tenths of a second, so 600 for every minute:
timeout="1200"
# Override dangerous defaults that rewrite the partition table:
change-rules
reset
# VESA framebuffer console @ 1024x768x256
vga="773"
# Normal VGA console
# vga = normal
# VESA framebuffer console @ 1024x768x64k
# vga=791
# VESA framebuffer console @ 1024x768x32k
# vga=790
# VESA framebuffer console @ 1024x768x256
# vga=773
# VESA framebuffer console @ 800x600x64k
# vga=788
# VESA framebuffer console @ 800x600x32k
# vga=787
# VESA framebuffer console @ 800x600x256
# vga=771
# VESA framebuffer console @ 640x480x64k
# vga=785
# VESA framebuffer console @ 640x480x32k
# vga=784
# VESA framebuffer console @ 640x480x256
# vga=769
# End LILO global section
# Windows bootable partition config begins
default=Linux
image="/dev/hda1"
root="/dev/hda2"
image="/boot/vmlinuz"
root="/dev/hda2"
label="Linux"
read-only
# Linux bootable partition config ends
quella che vorrei eliminare (hda1) sarebbe:
image="/dev/hda1"
root="/dev/hda2"
non ha senso

, manca il label=, ma visto che ancora non lo conosco bene, ti faccio la domanda:
posso eliminarla?, sembra che sia il percorso per slackware ma chiamato "/dev/hda1" appunto la voce che vedo nella schermata iniziale di lilo: "hda1"
A dopo
