Solaris GRUB troubled with dual hard disks


 
Thread Tools Search this Thread
Top Forums UNIX for Advanced & Expert Users Solaris GRUB troubled with dual hard disks
# 1  
Old 05-19-2006
Solaris GRUB troubled with dual hard disks

I have the following system:

- DELL Dimension 8300
- Pentium IV @ 2.66GHz
- BIOS Revision A07
- 1.5GB RAM
- 2 Hard Disks (Master 120GB, Slave 80GB), I guess it's IDE

I had WinXP on the master disk (hd0) and recently installed Solaris 10 1/06 on the slave disk (hd1). The NTLDR is in MBR of hd0 and GRUB is in MBR of hd1.

GRUB seems to misconfigure the hard drive, it configured Solaris for hd0 instead of hd1 as the following:
title Solaris 10 1/06
root (hd0,0,a)
...
title Windows
root (hd0,0)
...
The problem is that I cannot have a boot option to select WinXP or Solaris. I have to press F12 when turn on computer power to access to BIOS menu that allow to boot from Master, Slave, CDROM or Floppy. If I select to boot from Master drive then it boots WinXP normally using NTLDR. And if I select to boot from Slave drive then it boots Solaris normally using GRUB but I cannot boot WinXP from there using GRUB, meaning that if I select "Windows" then it just return back to the GRUB menu. And if I edit the GRUB menu to boot Solaris from hd1 something like "root (hd1,0,a)" then I got "unrecognized hard drive" message.

One thing I don't try yet is to install GRUB in the MBR of hd0 which is currently occupied by NTLDR because I'm afraid that I will encounter problem to boot WinXP since GRUB misconfigured the drive from the start and therefore I don't want GRUB to touch MBR of hd0, left it for NTLDR.

What I want is to use NTLDR (hd0's MBR) to boot WinXP as usually and from there to call GRUB (hd1's MBR) to boot Solaris. I used the same manner for WinXP and Linux FC5 and it worked fine but not with Solaris. By the way, I didn't keep Linux, no longer interested. I want something like this from the NTLDR menu:
Windows XP Pro, Microsoft.
UNIX Solaris 10, Sun Microsystems.
Could someone please clarify this issue. Thanks a lot in advance.

Last edited by Hawk; 05-19-2006 at 01:20 PM..
Login or Register to Ask a Question

Previous Thread | Next Thread

8 More Discussions You Might Find Interesting

1. AIX

How to reclaim hard disks and IP's in AIX?

Hello I recently received a request to reclaim hard disks and IP addresses within an AIX system(s). THe file systems are no longer in use and the client has indicated that it is OK to remove them and reclaim the disks and release the IP's. Now, since the file systems belong to a Volume group I... (8 Replies)
Discussion started by: Joseph Sabo
8 Replies

2. Shell Programming and Scripting

How to get number of attached hard disks in HP-UX

how do i get the number of attached hard disks in HP-UX (1 Reply)
Discussion started by: achak01
1 Replies

3. Solaris

Hard/Transfer errors in disks

Could you please explain us what are these transport/hard errors... when i ran the following command, iostat -E | grep Errors i got the following: sd240 Soft Errors: 37 Hard Errors: 1144 Transport Errors: 0 sd578 Soft Errors: 0 Hard Errors: 890 Transport Errors: 0 Please... (5 Replies)
Discussion started by: sundar3350
5 Replies

4. AIX

Mount points to hard disks

Hi I am oracle DBA and sometimes need to see on which disks oracle data files are residing . How can we check that . The file system is jfs on aix 5.2.0.0 The method is use is to use mount |grep oracle_dir_name or lsfs mount_point_name command to see what /dev/logical_volume_name is mounted... (1 Reply)
Discussion started by: clifford
1 Replies

5. UNIX for Dummies Questions & Answers

using grub to boot from different disks

Hello, I'm working on a x86 machine with 3 disks installed. I need to boot from disk to disk, but I cannot figure out how to do this using Grub. The O/S is Solaris 10 and grub version is 0.95 Can anyone give me any help with this? Thanks, James. (0 Replies)
Discussion started by: eeijmae
0 Replies

6. Solaris

"NO HARD Disks found" while installing Solaris 10 (latest-6/06) on Poweredge 2950.

We get the error "NO HARD Disks found" while installing Solaris 10 (latest-6/06) on Poweredge 2950. We found that the LSISAS1068 driver is needed for this. But the provision is given only to install the driver using the floppy (in downloads site). But we dont have a floppy drive in our system... (12 Replies)
Discussion started by: S.Vishwanath
12 Replies

7. Solaris

Get onyl local hard disks

How can I get only the local hard disks in Solaris? I've tried iostat -x, iostat -E, etc, but it shows the cdroms, dvds, external storage... I want only the local physical hard disks. Thanks. (2 Replies)
Discussion started by: psimoes79
2 Replies

8. Solaris

Hard disks in solaris

I need to insert a new hard disk into a Sun Fire v210 machine. The (only) internal disk which is already in the machine is part number XRA-SC1CB-73G10K (DISK DRIVE ASSY. 73GB, 10K RPM, with SPUD BRACKET). I also have nearly endless access to IBM hard disks at extremely low prices and would there... (2 Replies)
Discussion started by: sprellari
2 Replies
Login or Register to Ask a Question