3 thoughts on - Verbose Readout

  • add “rhgb quiet” to the end of the grub kernel command line (the one containing /vmlinuz-…).

    rhgb = “Redhat Graphical Boot”

    I assume you handcrafted the boot. You will see CentOS 7 has this in /etc/default/grub.

    Alan

  • Alan, Thank you for your reply. I did check /etc/default/grub and found this:

    GRUB_TIMEOUT=5
    GRUB_DISTRIBUTOR=”$(sed ‘s, release .*$,,g’ /etc/system-release)”
    GRUB_DEFAULT=saved GRUB_DISABLE_SUBMENU=true GRUB_TERMINAL_OUTPUT=”console”
    GRUB_CMDLINE_LINUX=”rd.lvm.lv

  • [lots of output kept; see below for response]

    Based on this output, you have two different grub.cfg files, which can be confusing. When you first ran it from OpenSUSE, you told grub to look for its config file there. When you modified grub.cfg in your CentOS install, grub ignored it, because it’s still pointing to its config file on OpenSUSE.

    Long story short, you should pick one place to make grub.cfg modifications and make all of them there. So add “rhgb quiet” to the appropriate line in your OpenSUSE grub.cfg file.

    –keith