Sullivan096 wrote:The mageia 6 installer default to install grub2.
I want to boot into mageia by using fedora GRUB, What should i do?
How to stop mageia install GRUB??
After installation of Mageia, go to Fedora terminal
- Code: Select all
# grub2-install /dev/sda
then to make sure Mageia's entry is there
- Code: Select all
# update-grub2
And then to prevent Mageia's grub2 becoming 'default' after another grub version update (only grub version update will do this, not 'update-grub')
Go to Mageia's terminal
- Code: Select all
# grub2-install --force /dev/sdax
where /dev/sdax ('x' is a number) is Mageia's partition.
ps: there will be lots of warning (embedding, unreliable, ...) but installation will complete without errors. Don't worry.
[edit] - changed "sudo grub2-install......" and other commands to " # grub2-install...."
'sudo' is not default in Mageia unless sudoer and wheel is specifically implemented by user.