Date: Wed, 13 Jun 2012 16:26:08 -0700 From: Darren Pilgrim <list_freebsd@bluerosetech.com> To: Eitan Adler <lists@eitanadler.com> Cc: freebsd-hackers@freebsd.org Subject: Re: FreeBSD Boot Times Message-ID: <4FD92190.1070900@bluerosetech.com> In-Reply-To: <CAF6rxg=6QaSFT9=_K%2B0-fkCnH%2Bg=WGajaTuChwapydPwkEoSdg@mail.gmail.com> References: <4FD66F7E.2060404@brandonfa.lk> <alpine.BSF.2.00.1206130909310.73934@wojtek.tensor.gdynia.pl> <1339593689.73426.8.camel@revolution.hippie.lan> <201206132155.22111.hselasky@c2i.net> <CAF6rxgng%2BY=egdiZ_kT4UTt5nVbEAA1-TsmmvZh7WpOLc40dwg@mail.gmail.com> <CAM-i3ig2QSDRqu-eTNEjdBFURVCQ7qFom=Utg-_XbkzNoMh5gA@mail.gmail.com> <CAF6rxg=6QaSFT9=_K%2B0-fkCnH%2Bg=WGajaTuChwapydPwkEoSdg@mail.gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On 2012-06-13 14:18, Eitan Adler wrote: > On 13 June 2012 14:16, claudiu vasadi<claudiu.vasadi@gmail.com> wrote: >> If you simplky do "sysctl -d hw.usb.no_boot_wait" you will see the >> explanation ;) > > No, you see a one liner that only explains things if you already > understand what is going on: I believe it pertains to mounting root from a USB device. When set to 0, usb_attach tells VFS to wait on the USB device being attached. This results in not mounting root until the USB busses are all fully explored. If you don't rely on any USB devices for multi-user start-up, set this to 1 and let the kernel launch multi-user without waiting for USB probing. This is nice for those systems where the BIOS takes a long time to release control of any hubs with keyboards attached. IMO I'd rather have my gear do the boot process in a well-ordered fashion and get everything right, than try to shave off a handful of seconds at the risk of unreliable booting. For servers, the baseboard, OOB management, and SCSI BIOSes can mean minutes between power-on and OS bootstrap, so an extra 20 seconds is nothing. :)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4FD92190.1070900>