Ubuntu boot idő csökkentése

Több magos v. több processzor esetén érdemes rávenni az Ubuntut, hogy a boot szkripteket párhuzamosan indítsa, ezzel némileg csökkentve a töltési időt.
Ehhez szerkeszd az /etc/init.d/rc fájlt az alábbi módon:

CONCURRENCY=shell /eredetileg CONCURRENCY=none/

Majd reboot, és szerencsés esetben nyertél 15-25 mpt.
Elméletileg működik Debian alatt is.

Hozzászólások

És ehhez nem kell változtatni a script-ek indítási sorrendjén?

Nem kell változtatni. És tényleg működik. Nekem nem okozott semmi galibát.

Így mindent annyiszor ír ki, ahány mag van a gépben? Csak a saját dual Opteronommal néztem, és (majdnem) mindent duplán írt. (mire jó, hogy nem sikerült splash-screent hegeszteni :-P)

Kiprobaltam, lemertem. Onnan hogy entert nyomok a GRUB-ban odaig hogy megjelenik a bejelntkezo GDM ablak.
Alapbol 45mp, CONCURRENCY=shell -el pedig 35.
Nem tul sok, de azert nem rossz.

Van egy ilyen hint az /etc/init.d/rc fileban:

# To enable the
# concurrent boot option, the init.d script order must allow for
# concurrency. This is not the case with the default boot sequence in
# Debian as of 2008-01-20. Before enabling concurrency, one need to
# check the sequence values of all boot scripts, and make sure only
# scripts that can be started in parallel have the same sequence
# number, and that a scripts dependencies have a earlier sequence
# number. See the insserv package for a away to reorder the boot
# automatically to allow this.