create boot load for mandriva 2010

General support questions including new installations
Post Reply
emel_punk
Posts: 1
Joined: 2011/02/22 22:18:18

create boot load for mandriva 2010

Post by emel_punk » 2011/02/22 22:23:14

Hi there


Ive installed centos freebsd and mandriva but i want to manage grub from my centos and y create successfully a boot load for freebds. But for mandriva it just doesnt work... so

how can a create a boot load entry for mandriva from grub centos?


thanks ! 8-)

pschaff
Retired Moderator
Posts: 18276
Joined: 2006/12/13 20:15:34
Location: Tidewater, Virginia, North America
Contact:

create boot load for mandriva 2010

Post by pschaff » 2011/02/23 16:04:34

Welcome to the CentOS fora. Reading [url=https://www.centos.org/modules/newbb/viewforum.php?forum=47]FAQ & Readme First[/url] is recommended for new users.
[quote]
emel_punk wrote:
...
how can a create a boot load entry for mandriva from grub centos?
[/quote]
I would do it by writing the Mandriva bootloader to the boot partition for that OS and creating a stanza in the CentOS GRUB config similar to the following:[code]
title chainload Mandriva GRUB
root (hd0,0)
chainloader +1
[/code]
Obviously adjust (hd0,0) to match your hardware.

Post Reply