grub problem


 
Thread Tools Search this Thread
Operating Systems Solaris grub problem
# 1  
Old 03-11-2010
grub problem

hi , was using solaris in dual boot with xp , then I ' ve installed ubuntu too . The solaris grub has been in some way damaged , maybe because during the linux installation i've delete an old partition that I was not using by some months. It's normal that the solaris grub has been overriden by the linux one , the problem is that when I start the solaris partition throught the linux grub , I obtain the Minimal bash-like line of the grub , just like this:

grub >

to start the solaris partition from here I've to execute these commands:

root (hd0,1,a)
kernel /platform/i86pc/multiboot
module /platform/i86pc/boot_archive
boot

anyone knows what file or configuration should I modify to make solaris start without doing all this work?
# 2  
Old 03-11-2010
you need the solaris grub to run solaris. the linux grub version can not start solaris... boot from solaris media (DVD) and use the "installgrub" command to reinstall the solaris grub on your system.
you'll find all the usefull stuff here:
BigAdmin Feature Article: GRUB and the Solaris 10 1/06 OS: The New Bootloader for x86 Platforms
# 3  
Old 03-11-2010
Alternatively, you can chainload from the Linux grub to the Solaris one, as it is already there on the Solaris primary partition.
# 4  
Old 03-11-2010
Something like this:

title Solaris
rootnoverify (hd0,0)
makeactive
chainloader +1
# 5  
Old 03-12-2010
I'm not practical with grub, but i wonder if there a way to install a second grub, on the solaris partition. I mean, can I install another grub in the solaris partition so that I can load it from the grub that I see now at the startup? Does this can influence the first grub, if I made some error, I asked this because I'd like to mantain the grub I actually have , instead of reinstalling a new one with solaris, since i've so few practice with it. Obviously if this is not possible I follow the first way, you told me.
# 6  
Old 03-12-2010
As I already wrote, Solaris grub is already installed on the Solaris partition. There is no way to install another one outside overwriting the one already there which would be pointless.
# 7  
Old 03-13-2010
ok , thanks for the advice I found out how to make all the OS start Smilie, now I've a problem with the Solaris connection, I think it's not configured at all , when I opened firefox no package was sent. Can I configure it in someway?
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

"/boot/grub/grub.conf" VS "/etc/grub.conf"

can someone please explain me the difference between these two files: "/boot/grub/grub.conf" and "/etc/grub.conf" .. (7 Replies)
Discussion started by: stunn3r
7 Replies

2. Red Hat

Can we specify which grub.conf to use in grub-install.

Hi, Can we specify which grub.conf to use while installing grub on RHEL. We are working on application which requires different grub configurations needed, depending on certain criteria we need to update grub with correct grub.conf. Can we use grub-install for this purpose? (4 Replies)
Discussion started by: successlin
4 Replies

3. Ubuntu

grub problem - unable to boot

I am not able to boot into my ubuntu. Grub gives me this message How do I boot linux? (6 Replies)
Discussion started by: locoroco
6 Replies

4. Ubuntu

Grub rescue problem after installing ubuntu 10.04 amd64 after i386

Hi all, I have Windows XP dual boot with Ubuntu 8.10 on my system. I brought in a portable HDD on which I installed Ubuntu 10.04 32-bit. The grub boot loader was installed along with this and to boot windows, I've had to plug in the HDD (with lucid install) everytime. It had been working fine.... (0 Replies)
Discussion started by: morningSunshine
0 Replies

5. Solaris

Problem at GRUB prompt

Hi, I have a SUNFIRE V40Z server with Solaris 10 i86pc platform. I am experiencing probkem at GRUB prompt. I have restarted my server thrice but it is getting stuck at GRUB. Moreover it is not accepting any key stroke from my keyboard. I am able to enter BIOS and navigate around. Please... (7 Replies)
Discussion started by: EmbedUX
7 Replies

6. UNIX for Dummies Questions & Answers

Bootloader problem Grub.

Bootloader problem Grub. Hello, I have some questions about my Mandriva Linux. My father died last year and so I got automatically forced to use Linux (master computer). I have become a little bit known with it, had to reset the root password via command lines etc. But I... (11 Replies)
Discussion started by: blabla9002
11 Replies

7. Linux

Bootloader problem Grub.

Hello, I have some questions about my Mandriva Linux. My father died last year and so I got automatically forced to use Linux (master computer). I have become a little bit known with it, had to reset the root password via command lines etc. But I have some problems I can't solve on my own. In... (0 Replies)
Discussion started by: blabla9002
0 Replies

8. Solaris

Grub problem

Hi friends, i am using inter pc i am using windows as well as unix in 2 different HDD when i restart from windows to unix my grup got some problem, Grub loading, please wait Error 22 (and hang here is there any way to recover my grup please.) (2 Replies)
Discussion started by: kurva
2 Replies

9. Solaris

grub problem

hi to all ,pls help me i am using p4 intel machine while trying new things my image of solaris boot have been deleted from grub now i want to boot solaris 10 from the grub command line but i don't know the command for this .please help me as i want to know solution for... (8 Replies)
Discussion started by: tiwsaj
8 Replies

10. UNIX for Dummies Questions & Answers

grub problem- keeps rebooting as soon as it tries to do grub

Hi, I installed solaris 10 a few weeks ago. It was working fine during the past two weeks. However, now when I start to load to the drive, I get this problem: The BIOS screen comes up like normal, then screen goes blank and a message "Grub loading stage 2" flashes real quick then the computer... (1 Reply)
Discussion started by: moesays
1 Replies
Login or Register to Ask a Question