![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| SUN Solaris The Solaris Operating System, usually known simply as Solaris, is a free Unix-based operating system introduced by Sun Microsystems . |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Windows And Unix, Dual Boot | isidora10 | UNIX for Dummies Questions & Answers | 2 | 11-02-2006 10:33 AM |
| Dual Boot between UNIX and Windows | DataSheet | UNIX for Dummies Questions & Answers | 1 | 03-11-2006 10:48 PM |
| Windows & Sun Dual boot on x86 platform...possible?? | AboJasim | SUN Solaris | 1 | 05-06-2005 12:40 PM |
| Loading windows on a dual boot | Furtoes00 | UNIX for Dummies Questions & Answers | 5 | 04-27-2002 07:59 PM |
| dual boot windows 2000 and solaris 8 | mogfog | UNIX for Dummies Questions & Answers | 4 | 12-08-2001 10:04 PM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
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. |
|
||||
|
Try first "zpool import" and if a pool shows up, run "zpool import <pool-name>".
|
| Sponsored Links | ||
|
|