Dual booting Ubuntu 10.04 and OpenSolaris 2009.06 and use Ubuntu's grub as the boot-loader?

Asked by Theatre-X

I installed Ubuntu 10.04 first and OpenSolaris 2009.06 second. Ubuntu does not appear in OpenSolaris' boot-loader. How do I install Grub and have the boot list come up so that Ubuntu AND OpenSolaris appear and are operational and such?

Thank you :)

Question information

Language:
English Edit question
Status:
Answered
For:
Ubuntu grub2 Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
actionparsnip (andrew-woodhead666) said :
#1
Revision history for this message
delance (olivier-delance) said :
#2

I have found this link:

   http://forum.ubuntu-fr.org/viewtopic.php?pid=3400579 (sorry, french forum, but about Grub2, the one with Lucid).
### BEGIN /etc/grub.d/40_custom ###
menuentry "Solaris sur /dev/sda4" {
    set root=(hd0,4)
    chainloader +1
}

### END /etc/grub.d/40_custom ###

Be very careful about version of Grub used: legacy (0.97) or Grub 2 (1.98)
I hope it will help
For what I read in a blog, Ubuntu and Solaris use Grub, but Solaris Grub is customized, so you need to chain the both bootloader (Grub Ubuntu, then Grub Solaris).

If you need help, can you run
   sudo parted -l
where "-l" is lowercase "-L", and post result

Revision history for this message
delance (olivier-delance) said :
#3

Is your problem solved ? If not I can try to help, else, please, could you mark question "Solved".

Can you help with this problem?

Provide an answer of your own, or ask Theatre-X for more information if necessary.

To post a message you must log in.