Windows / Open Solaris dual boot problem.


 
Thread Tools Search this Thread
Operating Systems Solaris Windows / Open Solaris dual boot problem.
# 1  
Old 05-13-2008
PHP Windows / Open Solaris dual boot problem.

Okay, let me sketch the problem.

I did have a ubuntu / Windows XP dual boot scenario that ran grub as my boot loader. I decided I wanted to try out solaris, so I popped in the opensolaris CD and hit install and told it to format and install over my linux partition.

Of course it did that, and installed correctly. However, it overwrote my bootloader, and it caused me to not be able to boot into anything. So I popped in my Windows XP cd and ran FIXMBR so I could get into Windows.

Now I can get into Windows no problem, but it won't see the solaris partition. I can get into the Solaris live CD, and I can see the partition, but I have no idea how to mount the partition to be able to work on it.

I went into format utility, then ran fdisk so it gave me the disk ID. It's c5d1. So I tried mount -F zfs /dev/dsk/c5d1 /mnt - but that did not work.

So I have a couple of questions:

1. How do I mount the existing opensolaris partition from the opensolaris live CD
2. How do I configure grub within that once I get it mounted
3. Within the grub console, how can I tell which harddrive my solaris partition is? (etc hd0,0 hd0,1)


Thanks guys.
# 2  
Old 05-13-2008
I have an XP/Redhat/Solaris triple boot in front of me. Sun modified grub to be able read their disk slices. You need to boot from sun's grub or chainloader to it. I am set up to boot from Solaris, but I have a floppy with grub on it. I can boot from the floppy and edit a menu item to read:
rootnoverify (hd0,2)
chainloader +1

Then I boot that entry and I see the grub menu from the solaris install. If I didn't know it was 2, I don't know any way to figure that out via grub commands. But Solaris only installs on a primary so it must be 0 or 1 or 2 or 3. Windows used up 0. I installed redhat on a secondary so 1 became an extended. 2 came next and that is what Solaris got.

Once you boot Solaris and the OS, not grub, is running, use installgrub to fix your mbr. Read the man page first. You will use -fm when you run it.
# 3  
Old 05-13-2008
Quote:
Originally Posted by syndex
1. How do I mount the existing opensolaris partition from the opensolaris live CD
Try first "zpool import" and if a pool shows up, run "zpool import <pool-name>".
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

How to run linux in windows 7 without dual boot?

tell me in steps if its virtual box (2 Replies)
Discussion started by: mahor1989
2 Replies

2. Ubuntu

Fedora Windows XP Prof dual boot

Faced with a "learn the new platform at your own expense or lose your job" ultimatum, I bought a Maxtor internal HD and added it to my older HP desktop which had been upgraded from Windows to Windows Professional. I installed Fedora on the new 500 GB HD and tried putting the Fedora boot partition... (5 Replies)
Discussion started by: dba18
5 Replies

3. Solaris

Dual Boot WIndows 2003 and Solaris 10

Hi, I have a dual boot server with Windows on C0t0d0 and Solaris 10 on C1t0d0. When I do a reboot it automatically boots with Windows as default without an option to boot onto Solaris. I want to set Solaris as my default boot. any ideas? Thanks, Suresh (6 Replies)
Discussion started by: gunnervarma
6 Replies

4. Solaris

Dual boot SOlaris 10 and Windows server 2003

Hi, I am doing a build for dual boot server with Solaris 10 and Win2K3 server. I have the solaris 10 installed already and have to the windows 2003 installation now. Just wanted to know its just running a new 2003 build or anything different. (12 Replies)
Discussion started by: gunnervarma
12 Replies

5. UNIX for Dummies Questions & Answers

Windows And Unix, Dual Boot

Hello! I must find a way to use unix in my PC. I have a Dell Intel Pentium 4 CPU 3.2GHz, 1Gb RAM.It came with windows xp but in order to get some software running I have to be able to work on unix! Is it posible to set up a unix and Windows dual boot configuration? I was sure it was posible but... (2 Replies)
Discussion started by: isidora10
2 Replies

6. UNIX for Dummies Questions & Answers

Dual Boot between UNIX and Windows

I am planning to install UNIX (SunOS) on my computer which has two hard disks C: and D: C drive already have operating system which has windows installed on it and I use it on daily basis. D drive is empty and has like 40GB space, I want to partition D: by half half and want install UNIX on... (1 Reply)
Discussion started by: DataSheet
1 Replies

7. UNIX for Advanced & Expert Users

windows -linux dual boot............

I am trying to implement a dual boot on my laptop ... using a small xp partition and fedora core 269.1-fc2 i686 linux kernel.. so far I have had to log off and reboot to enter the other partition... but this is getting frustrating.. windows is on /dev/hda1 and 1-5 is on the linux partition. I have... (8 Replies)
Discussion started by: moxxx68
8 Replies

8. UNIX for Dummies Questions & Answers

Dual boot Redhat with Windows 2k or XP

I know this is a common question, but.... I am working on 2 seperate computers. Each machine has one hdd. I want to Install Redhat with Win2k on one machine, and Redhat with Xp on the other. I know there are some issues with the install sequence to get Grub to work with both, but I am a little... (4 Replies)
Discussion started by: jeremiebarber
4 Replies

9. UNIX for Dummies Questions & Answers

Loading windows on a dual boot

I want to dual-boot Windows 98 and Redhat 7. My scheme for doing this is to partition into: A FAT32 partition for windows A Linux partition for root A swap partition A boot partition My question is: At what point do I setup windows on the FAT partition? Would I do it from the command line... (5 Replies)
Discussion started by: Furtoes00
5 Replies

10. UNIX for Dummies Questions & Answers

dual boot windows 2000 and solaris 8

Hello I recently purchased solaris 8 and I want to dual boot with windows 2000. What is the easiest way to install the solaris OS with the existing windows 2000? mogfog (4 Replies)
Discussion started by: mogfog
4 Replies
Login or Register to Ask a Question