search for: 31_linux

Displaying 2 results from an estimated 2 matches for "31_linux".

2014 Mar 22
1
RHEL/CentOS 7 Dual boot with CentOS 5.x/6.x - default boot quick solution/howto
I have RHEL 7 Beta installed in dual boot with CentOS 6.x. Since RHEL 7 installed GRUB2, I had problem that RHEL 7 is default boot. My personal solution was to go to /etc/grub.d and run command: mv 10_linux 31_linux grub2-mkconfig -o /boot/grub2/grub.cfg Explanation: - /etc/grub.d is where grub2 writes down config files used to create boot menu. - OS-prober creates 30_os-prober file in /etc/grub.d - 10_linux is created for RHEL/CentOS 7.x system installed. If you change order of files in /etc/grub.d (num...
2014 Jul 09
3
CentOS 7, not systemd questions
Question 1: has anyone used preupgrade (I used it with fc 17 -> 19, and it pretty much appeared to work, but that was on a couple of worksttions)? Opinions? Question 2: is grub still supported, or is there something that *FORCES* you to use grub2? mark "grub2 must DIE!"