On 07/03/2017 02:41 PM, Gordon Messmer wrote:> On 07/03/2017 05:07 AM, Chris Olson wrote: >> A progress >> bar at the bottom of the start-up screen never reaches completion. > > > Press "alt+d" on the keyboard to disable the graphical (or text) > progress bar and view the console output of the startup sequence.Is there a place (configuration file) where this can be made the default?
On 07/03/2017 02:52 PM, ken wrote:> On 07/03/2017 02:41 PM, Gordon Messmer wrote: >> On 07/03/2017 05:07 AM, Chris Olson wrote: >>> A progress >>> bar at the bottom of the start-up screen never reaches completion. >> >> >> Press "alt+d" on the keyboard to disable the graphical (or text) >> progress bar and view the console output of the startup sequence. > Is there a place (configuration file) where this can be made the default?Edit grub and remove 'rhgb' from the kernel line. Alternatively, you can boot to runlevel 3, which, I think, used to not have the graphical boot display. -- Mark Haney Network Engineer at NeoNova 919-460-3330 option 1 mark.haney at neonova.net www.neonova.net
ken wrote:> On 07/03/2017 02:41 PM, Gordon Messmer wrote: >> On 07/03/2017 05:07 AM, Chris Olson wrote: >>> A progress >>> bar at the bottom of the start-up screen never reaches completion. > >> Press "alt+d" on the keyboard to disable the graphical (or text) >> progress bar and view the console output of the startup sequence.Or just hit <esc> and after the low-level, it'll display.> Is there a place (configuration file) where this can be made the default?Edit the menu before booting. You'll want to put your parms on the linux16 line. Servers should be runlevel 3 anyway. And it's always annoyed me that a server install puts rhgb quiet in grub. mark
On Mon, 2017-07-03 at 15:16 -0400, m.roth at 5-cent.us wrote:> ken wrote: > > On 07/03/2017 02:41 PM, Gordon Messmer wrote: > >> On 07/03/2017 05:07 AM, Chris Olson wrote: > <snip>> Or just hit <esc> and after the low-level, it'll display.I hit {F4} as soon as the rghb stuff starts to display and it shows messages as they occur.> <snip>> mark > <snip>Bill