Date: Wed, 20 Jul 2016 09:21:07 -0400 From: Ernie Luzar <luzar722@gmail.com> To: Polytropon <freebsd@edvax.de> Cc: Nan Xiao <nan@chinadtrace.org>, freebsd-questions <freebsd-questions@freebsd.org> Subject: Re: A question about modifying autoboot delay time Message-ID: <578F7AC3.9070702@gmail.com> In-Reply-To: <20160720143127.d93ff2ff.freebsd@edvax.de> References: <2016072011093115531210@chinadtrace.org> <20160720143127.d93ff2ff.freebsd@edvax.de>
next in thread | previous in thread | raw e-mail | index | archive | help
Polytropon wrote: > On Wed, 20 Jul 2016 11:09:33 +0800, Nan Xiao wrote: >> Hi all, >> >> My FreeBSD is running on VMware virtual machine. I modify /boot/loader.conf file >> to prolong autoboot delay time: >> >> # cat /boot/loader.conf >> autoboot_delay="60" >> >> After rebooting, I find the prompt is still default value (10s), and the >> screen looks >> like hung (The image is here: https://raw.githubusercontent.com/NanXiao/FreeBSD-101-Hacks/master/images/boot_kernel.JPG). >> But the actual delay time seems taking effect, about passing one minute, >> the system boots up. >> >> Is it a bug of running FreeBSD on VMware virtual machine? Could anyone >> help to explain it? > > Did you try the "simplified" boot screen? In /boot/loader.conf, > define the following: > > autoboot_delay="60" > beastie_disable="YES" > > Maybe it's just a "display thing" error related to the menu screen... > > You did not state what version of Freebsd your running. If your running any of the available 11.0 systems then the problem may be with the default vt console driver. You can code boot loader to use sc driver instead to see if problem is still there.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?578F7AC3.9070702>