Re: [CentOS] Verbose readout

2014-09-03 Thread Keith Keller
[lots of output kept; see below for response] On 2014-09-03, Reynold wrote: > > I ran this on disk 4 (CentOS 7). It does not pickup the Win8.1Pro disk. > > # grub2-mkconfig -o /boot/grub2/grub.cfg > Generating grub configuration file ... > Found linux image: /boot/vmlinuz-3.10.0-123.el7.x86_64 >

Re: [CentOS] Verbose readout

2014-09-03 Thread Reynold
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=centos/swap vconsole.font=latar

Re: [CentOS] Verbose readout

2014-09-02 Thread Alan McRae
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 On 03/09/2014 11:15, Reynold wrote: Hello, This is my first post to this