Dual Boot Solaris 2.5.1 and 2.8

Is it possible to dual boot a Sparc Ultra 10 workstation with Solaris 2.5.1 and a more recent version (such as 2.8). If so please point me to some documentation.
This is required as we are running several pieces of software licensed against the hostid, that will soon require different versions of Solaris.
Thanks in anticipation.

You should make an alias for your second OS location, for example disksol28.The easiest way to do this is run the format command. Write down the physical path for each disk you see. Your boot disk is probably c0t0d0 and the second disk, if you have one would be c0t1d0. If you are going to install 2.8 on another slice/partition of the first disk, write down that pathname, you'll need it for the nvalias command. If you are going to install it on the second disk then the alias "disk1" will probably work already, if you did not change the eeprom during install. You'll just have to:
ok
boot disk1
If you install 2.8 on another slice of your single disk then do not forget to include the slice in your alias.
If I asume your 2.5.1 is a flat file system (/ only, no /usr, /var, /opt, /export etc.) on slice 0 and swap is on Slice 1, then I can put another flat file system on Slice 3 - don't touch Slice 2. This OS can use the same swap Slice 1. To create an alias to boot from Slice 3:
ok
nvalias disksol28 <pathname from format goes here> :d
reset <- (locks it in to NVRAM)
example:
nvalias disksol28 /pci@1f,400/pci@1/disk@0,0:d
reset
Note:Slice 0 is asumed in most aliases. For example if your alias ends wih disk@0,0 Slice 0 is assumed. You can also say disk@0,0:a to indicate Slice 0 but ":a" is not really needed.
If you are booting off of any other slice then it must be indicated in your alias.
Slice
0 :a
1 :b
2 :c
3 :d
4 :e
5 :f
6 :g
7 :h
If you want to create an alias for your second disk (c0t1d0) with root on slice 0:
ok
nvalias disksol28 <pathname from format goes here>
reset <- (locks it in to NVRAM)
example:
nvalias disksol28 /pci@1f,400/pci@1/disk@1,0
reset
Please write down any custom aliases because a Stop+n or set-defaults will wipe them out.
If you make a mistake with nvalias then:
ok
nvunalias disksol28
reset
If you want disksol28 to be your primary boot device then:
ok
setenv boot-device disksol28
setenv diag-device disksol28
reset
Good Luck,
John

Similar Messages

  • Dual boot Solaris 9 and Solaris 10 on a SCSI hard disk

    Hi,
    I would like to dual boot Solaris 9 and Solaris 10 on a SCSI hard disk. Currenlty that 16gb hard disk has Solaris 9 installed on it.
    What are the steps needed to install Solaris 10 and dual boot them?
    Thanks a million.
    ldd

    Unfortunately we can't help you as this forum is only for questions or problems relating to Sun Update Connection, Patch Manager 2.0, & PatchPro 2.2.
    We recommend you post your question on one of the Solaris OS forums:
    http://forum.sun.com/jive/category.jspa?categoryID=139

  • Can I dual boot with MAC OS/X and Windows

    What is the best way to configure a dual boot on my MAC Bookpro laptop? Also, can I dual boot Windows 8 and MAC OS?

    The first alternative is a dual-boot arrangement between OS X and Windows provided with OS X.
    Windows on Intel Macs
    There are presently several alternatives for running Windows on Intel Macs.
         1. Install the Apple Boot Camp software.  Purchase Windows
             XP w/Service Pak2, Vista, or Windows 7.  For Boot Camp
             4.0 and above you can only use Windows 7 or later. Follow
             instructions in the Boot Camp documentation on
             installation of Boot Camp, creating Driver CD, and
             installing Windows.  Boot Camp enables you to boot the
             computer into OS X or Windows.
         2. Parallels Desktop for Mac and Windows XP, Vista Business,
             Vista Ultimate, or Windows 7.  Parallels is software
             virtualization that enables running Windows concurrently
             with OS X.
         3. VM Fusion and Windows XP, Vista Business, Vista Ultimate,
             or Windows 7.  VM Fusion is software virtualization that
             enables running Windows concurrently with OS X.
         4. CrossOver which enables running many Windows
             applications without having to install Windows.  The
             Windows applications can run concurrently with OS X.
         5. VirtualBox is an Open Source freeware virtual machine such
             as VM Fusion and Parallels that was developed by Solaris.
             It is not as fully developed for the Mac as Parallels and VM
             Fusion.
    Note that VirtualBox, Parallels, and VM Fusion can also run other operating systems such as Linux, Unix, OS/2, Solaris, etc.  There are performance differences between dual-boot systems and virtualization.  The latter tend to be a little slower (not much) and do not provide the video performance of the dual-boot system. See MacTech Labs- Virtualization Benchmarks, January 2013 | MacTech for comparisons of Boot Camp, Parallels, and VM Fusion. Boot Camp is only available with Leopard or Snow Leopard. Except for Crossover and a couple of similar alternatives like DarWine you must have a valid installer disc for Windows.
    You must also have an internal optical drive for installing Windows. Windows cannot be installed from an external optical drive.

  • How to dual boot with Windows 8.1 and Arch?

    Hello everyone,
    I've been looking into using Linux as my daily driver since having some experience with it on a server. After some digging around, I think Arch Linux is the best distro for me, now onto where I am.
    I'm currently running Windows 8.1 (updated from Windows 8, which updated from Windows 7) on a Dell Inspiron 15R SE laptop, I want to dual boot Arch Linux with it. I've looked at the wiki and I'm still not entirely sure what to do.
    Can anyone give me a quick list of steps of what to do to dual boot this? I've dual booted Ubuntu in the past and it was really simple because an installer did it all.
    Thanks, Expi.

    stqn wrote:
    Expi1 wrote:Thanks, I'm mostly struggling with how to partition for Arch and then how to do the bootloader. I'm using Win8 64-bit and from what I understand a Legacy BIOS bootloader. I'm not entirely sure what I should be partitioning the C: into, I've done partitions before, just not for Arch and then I'm not sure whether to use GRUB or syslinux, or if I even need those. Or if I need to use GPT or MBR?
    Your disk is already partitionned so you don’t have to choose between GPT or MBR, the choice is already made.
    You don’t partition “C:”, that is the name of a Windows partition. You partition a drive.
    Grub or syslinux, use whatever the beginners guide tells you to. Personally I think syslinux is simpler which is why I’m using it (but I’m not dual-booting, if that matters).
    You’re not saying what your problem is with partitionning, so it’s hard to help.
    Thanks for getting back to me, I'm not sure if I just create one large partition for Archlinux or if I have to create multiple? Where I'm also confused is with the Creating Filesystems part of the guide. I don't understand how I'd do this in Windows, or what /dev/sda1 is referring to.
    As for the bootloader part, the Beginner's Guide gives you a choice between syslinux and grub, what I'm not sure about is which to use considering I'm dualbooting. How it will affect my windows bootloader, do I disregard that and use GRUB now? I'm unclear on how that works.
    I'm also aware I need to disable Secure Boot, I just searched my BIOS options and couldn't find anything remotely relating to that, so I'm assuming it's not an issue since this computer was originally on Windows 7 anyway?
    Thanks again, Expi.
    Last edited by Expi1 (2014-03-06 19:54:30)

  • How do I install dual-boot Solaris 8 and Solaris 9 on one hard disk ?

    I tried to install Solaris 8 and Solaris 9 on same disk using CDs, but
    the second installation overwrote the first Solaris which was installed
    previoudly on the half-disk size partition of same disk.
    How do I install two Solarises on one hard disk ?
    Thanks
    Yakov

    There are no tricks to get Solaris to dual boot on the same drive. Just allocate and pick the free slices not used by the first Solaris install when you put in the second install. Technically speaking there is nothing preventing you from running seven separately bootable Solaris instances on the same drive (one of 8 available slices is overlap -- slice 2) provided you use a swap file on a root partition instead of reserving a whole slice for swap.

  • Dual boot Solaris 8 and Windows XP

    Hello. I currently have windows xp as my OS. I would like to install Solaris 8 as a secondary OS. I have a separate hard drive I would like to put Solaris on. My question is, will the solaris installation allow me to choose which drive to install solaris to? Also, how can I set up my system to boot windows if I do nothing, but boot solaris if I choose to? Thanks for any help, I'm new to solaris and to dual-booting.

    Try this URL:
    http://sun.pmbc.com/faq/9.html
    Hope it helps.
    Senthilkumar
    Developer Technical Support
    Sun Microsystems, Inc.
    http://www.sun.com/developers/support

  • Ultra 40-M2: How to dual boot Solaris 10 and Windows XP?

    I have an Ultra 40-M2 with 3 300-GB SAS drives.
    First two drives I will use for Solaris 10 and mirror them using Solaris Volume Manager.
    The 3rd hard drive contains Windows XP. I want to be given the option of booting into Windows. By default, I want to boot into Solaris 10.
    How do I enable all this? Is there a configuration file I need to edit in Solaris to create this dual boot?

    You don't need to configure GRUB. If the third drive is XP only, you can setup the boot order in your BIOS and when you boot the system you can hit the F8 key and select to boot from your XP drive.
    It works very well for me.

  • Dual boot Solaris 9 and Solaris 10

    HI All,
    We have a solaris box which already has Solaris 9.0 version installed.
    I'd like to upgrade the same to Solaris 10. However I should be able to use both Solaris 9 and 10 versions in a dual boot mode.
    Can any one let me know any links for the same ?
    Also I'd like to know any risks associated tot he upgrade.
    Thanks and Regards
    Sekhar Ch

    Unfortunately we can't help you as this forum is only for questions or problems relating to Sun Update Connection, Patch Manager 2.0, & PatchPro 2.2.
    We recommend you post your question on one of the Solaris OS forums:
    http://forum.sun.com/jive/category.jspa?categoryID=139

  • WinXP dual boot Solaris on 2nd hard drive problem...

    Hi there ppl,
    run into a bit of a prob with dual booting winxp and solaris. I have WinXP on 1st hard drive and Solaris on 2nd hard drive 2 (Solaris - partition 1 with slice 0 x86 active, DOS - partition 2 for installing linux later, DOS - partition 3 for fat32 file storage later).
    I want to boot to Solaris on drive 2 from the WinXP boot loader on drive 1. Could somebody please tell me exactly how to do this as I've copied the bootsect.sun file from Solaris via floppy to the WinXP C:\ drive, and edited the WinXP boot loader to:
    [boot loader]
    timeout=30
    default=multi(0)disk(0)rdisk(0)partition(1)\WINDOWS
    [operating systems]
    multi(0)disk(0)rdisk(0)partition(1)\WINDOWS="Microsoft Windows XP Professional" /noexecute=optin /fastdetect
    multi(0)disk(0)rdisk(1)partition(1)C:\bootsect.sun="Solaris/x86"
    and when I select to boot to Solaris I get:
    Windows could not start because the following is missing or corrupt:
    <Windows root>\system32\hal.dll
    Please reinstall a copy of the above file
    WinXP still boots ok.
    Any help would be much appreciated, thanks already.

    I am having a same issue....
    1.....1st 80 GB hard disk, I had window XP installed. (NTFS format)
    2....add 200 GB, 2nd hard drive, make 3 partitions, on first 50GB partition I have install Solaris 10.....Having some issue with network config, but its resolve, thank this forum.....
    Now, everytime when ever I need to go to Solarid, I have to go in BIOS screen and switch HD, I mean if I want to boot to solaris, I have to make a 2nd (200GB) hd primary..Soaris work fine, but from the GRUB menu, if I select window, its get hung up...
    now if I want to boot to window, again I have to go to BIOS and need to switch around hdd.... make 1st (80GB) hdd primary, windows work fine....
    Questions are, I do not want to go bacK & forth in BIOS.....
    1....Can some one help me, provide me the step-by-step information that how can i set up dual boot, so I can use my 2nd drive (200GB) as a primary and from the GRUB, I select windows and its boot to windows... if its otherway around,,,its still ok....I don't want my kids mess up BIOS....
    2...What is a chainloader+1...can some one explain?...what is +1 mean.
    3....How to install GRUB in MBR?
    Lion-O any ideas, how to boot windows bootloader from 2nd HD? Please step-by-step Instuctions....

  • Dual boot Solaris 10 / Windows 2003

    Hi,
    I have a computer with Windows 2003 installed and free disk space for more partitions.
    My question is that if Solaris after being installed will recognise Windows and create entry for it in the boot system.
    Any help would be apreciated.
    Warm Regards,
    M�rio Gamito

    It will create default menu entry to boot call "grub". Best practis is install with unpatition space but be sure you are not applying dynamic disk on the disk otherwise it can't support dual boot.
    Zulhaidi

  • Unable to install windows 7 and fedora in a dual boot even with windows 8 and fedora also

    Unable to install fedora in dual boot please help me to install, is my system supports windows 7 or not with  fedora or windows 8.1 with fedora please help me i need very urgent installation of fedora

    Hi @siddu007 , 
    Thank you for visiting the HP Support Forums and Welcome. I have looked into your issue about your HP 15-r262tu Notebook and issues with Dual booting Fedora. Here is the support site for Linux for troubleshooting.
    Here is a link to Microsoft on your Downgrade Rights. Some features will not be available in a different OS.
    Thanks.
    Please click “Accept as Solution ” if you feel my post solved your issue, it will help others find the solution.
    Click the “Kudos, Thumbs Up" on the bottom to say “Thanks” for helping!

  • Dual booting pre-installed Windows 8 and Linux?

    I just bought a G780 with Windows 8 pre-installed. Ideally, I would also like to install some flavor of Linux. I've been searching but not finding much info on how difficult or time-consuming this would be, or if there are any special considerations or anything. I've found some guides on dual-booting Windows 8 and Linux but they were all for installing Windows straight from a disk, not anything where it's already pre-installed, and some indicated they thought it might be problematic to use a pre-installed version of Windows. Anyway I was hoping that if anybody has done this on the G780 or even a similar laptop that you could share how it went and any difficulties you encountered. I'm open to using any Linux distro if it'll be easy to install. I would appreciate any info you could share. Thanks.

    I had issues with Windows 8 as pre-installed on my G580, my employer at the time was using Windows 7 only and would not allow upgrades for security purposes.  I deleted the entire drive (including hidden) knowing at some point I would re-install Windows 8 or later from retail disk when needed.
    Linux can resize partitions during the install process, but be careful not to disturb the hidden partition or the windows boot loader in the process.  Linux Mint is the best yet for this purpose, OpenSUSE and Fedora failed, CentOS failed and Ubuntu was not able to boot, but did not "hurt" the windows partitions.
    Good luck.

  • Dual boot Windows Server 2008 R2 and RHEL 7 Server?

    Do someone know how can I setup dual boot of Windows Server 2008 R2 and RHEL 7 Server?
    I've tried to install Windows first, then shrink, then install RHEL there.
    But GRUB2 loader doesn't offer to start Windows, only Linux in the menu. (probably Windows partition need to be added to grub2 somehow)

    Hi Oleg Vazhnev,
    Please refer to following article and check if can help you.
    How
    to add Vista/Windows 7 partition to Grub 2 (Ubuntu 9.10, Karmic Koala)
    Please Note: Since the web site is not hosted by Microsoft, the link may change without notice. Microsoft
    does not guarantee the accuracy of this information.
    Meanwhile, please also refer to following video and check if can provide you more details of installation.
    Install RHEL 7 in Legacy Mode (Dual Boot Windows Server
    2008 R2)
    Please Note: Since the web site is not hosted by Microsoft, the link may change without notice. Microsoft
    does not guarantee the accuracy of this information.
    If any update, please feel free to let me know.
    Hope this helps.
    Best regards,
    Justin Gu

  • Setting up a dual boot system with OS 9 and OS 10

    I am currently running OS 9.2 on the G4 and want to run OS 10.4 as a dual boot system. Can I go as far as 10.4 with dual boot? Is there any more to it than partitioning the system drive in two and installing the two OS's on the two partitions?

    Hi, Matt -
    Is there any more to it than partitioning the system drive in two and installing the two OS's on the two partitions?
    No.
    As Dave Hamilton said, if using OSX's Disk Utility to do the partitioning, be sure you select the option to install OS 9 drivers. If that option is not selected, then OS 9 will not be able to mount the volume(s), nor use one for booting.
    Reminder - partitioning a drive requires that it be re-initialized. This will erase everything on the drive, so be sure you have backed up anything you do not want to lose.
    And, be sure to select Mac OS Extended as the format for all partitions. That is the only format which can be used by both OS 9 and OSX for booting.
    <hr>
    Although many folk do partition a drive (or use two separate drives - your DA model is pre-equipped to accept a second internal drive), you do not need to do that in order to install OSX.
    OSX should install smoothly onto the same drive where OS 9 is located. There is no conflict between the two - machines which originally came with both OS 9 and OSX pre-installed had both installed on an unpartitioned drive.
    However, there are distinct advantages to having OS 9 and OSX on separate volumes or drives -
    • Maintenance and/or repair of each OS and its files is easier
    • Re-installation of either OS, should that ever be necessary, is easier
    • Startup Manager can be used

  • I have a dual boot system. Windows xp and Windows 7. Photoshop elements 7 would not run on Windows 7, so I purchased Elements 13. Slow as christmas. Not worth using at the speed it takes to do work on photos

    I have a dual boot system, xp pro and 7 pro. Photoshop elements 7 runs fine on xp, but would not run on windows 7. Bought elements 13, Very, Very slow. To slow to work on photographs. I have bought new ram and done every other optimize ideas I have found online.
    Any ideas.  Asus anthlon 64 x 2, 4g ram, m2n e motherboard, NVidia video card, 2+ g processor

    Please post Photoshop Elements related queries over at
    http://forums.adobe.com/community/photoshop_elements

Maybe you are looking for

  • Limiting rotation of Transform to one axis at a time.

    I have a situation where I want to force a transform returned from a picking tool to only rotate around or translate along a single axis. To do this, I'm using the transformChanged() function shown below. It works fine for the translation changes, bu

  • How to line break in an SQL Report

    I have a simple SQL report with many columns that make the window very wide and the use has to scroll horizontally quite a lot. How can I make the line break after some column? Can someone give me a live example for that?

  • Downpayment--no invoice

    Dear Frnds, The customer creates a booking order with a fixed billing plan ( complete payment to be received in 5 installments). He treats all payments received as advances(liabilities)...not creating an invoice How do i go abt this scenario.....shou

  • Optimizing images for Help and Print/PDF

    i'm struggling with how to optimize graphics so they look good in both Help and print/pdf output. I use Snag-it to Capture and save as PNG 300 dpi. I often put the images in Vision and add callouts and save as PNG. From RH I generate a printed output

  • HT2506 Whats the best way to open an ICO file?

    Anyone know how to successfully open an ICO image file on a Macbook Pro? Thanks