PDA

View Full Version : Ma la velocita' dei puntini???


Psycotic
29-11-2004, 18:05
Salve mi stavo chiedendo.. La velocita' dei puntini quando carica il kernel da cosa dipende??

sul mio portatile vanno alla meta' della velocita' rispetto agli altri pc...

mykol
29-11-2004, 18:53
se usi lilo prova a mettere

compact

come nell'esempio che ti posto.

A me va come una scheggia ... e pił niente puntini ...

Ovviamente devi modificare

/etc/lilo.conf

Salvarlo e poi dare

# lilo -v

per riscriverlo

--------------------------------------------------------

# /etc/lilo.conf - See: 'lilo(8)' and 'lilo.conf(5)',
# --------------- 'install-mbr(8)', '/usr/share/doc/lilo/',
# and '/usr/share/doc/mbr/'.

# +---------------------------------------------------------------+
# | !! Reminder !! |
# | |
# | Don't forget to run 'lilo' after you make changes to this |
# | conffile, '/boot/bootmess.txt', or install a new kernel. The |
# | computer will most likely fail to boot if a kernel-image |
# | post-install script or you don't remember to run 'lilo'. |
# | |
# +---------------------------------------------------------------+

# Support LBA for large hard disks.
#
lba32

# Overrides the default mapping between harddisk names and the BIOS'
# harddisk order. Use with caution.
#disk=/dev/hde
# bios=0x81

#disk=/dev/sda
# bios=0x80

# Specifies the boot device. This is where Lilo installs its boot
# block. It can be either a partition, or the raw device, in which
# case it installs in the MBR, and will overwrite the current MBR.
#
boot=/dev/hda1

# Specifies the device that should be mounted as root. ('/')
#
root=/dev/hda1


# Enable map compaction:
# Tries to merge read requests for adjacent sectors into a single
# read request. This drastically reduces load time and keeps the
# map smaller. Using 'compact' is especially recommended when
# booting from a floppy disk. It is disabled here by default
# because it doesn't always work.
#
compact