[CentOS] RHEL/CentOS 7 Dual boot with CentOS 5.x/6.x - default boot quick solution/howto

2014-03-22 Thread Ljubomir Ljubojevic
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 g

Re: [CentOS] RHEL/CentOS 7 Dual boot with CentOS 5.x/6.x - default boot quick solution/howto

2014-03-22 Thread Nux!
On 22.03.2014 17:46, Ljubomir Ljubojevic wrote: > 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-mkconfi

Re: [CentOS] RHEL/CentOS 7 Dual boot with CentOS 5.x/6.x - default boot quick solution/howto

2014-03-22 Thread Cliff Pratt
On Sun, Mar 23, 2014 at 1:39 PM, Nux! wrote: > On 22.03.2014 17:46, Ljubomir Ljubojevic wrote: > > 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