Quick Review: Boxee Box
December 27, 2011 – 12:22 am | 3 Comments

Some of the technical issues with Boxee Box could have been fixed if the dev team was paying more attention to addressing the bugs rather than adding “features” of dubious value. In the final analysis, for the price and ease of use, Boxee Box is the best in its class and price range. You just need to be mindful of its limitations and buy it in hope of future improvements to its usability.

Read the full story »
Networking

Unix and Linux network configuration. Multiple network interfaces. Bridged NICs. High-availability network configurations.

Applications

Reviews of latest Unix and Linux software. Helpful tips for application support admins. Automating application support.

Data

Disk partitioning, filesystems, directories, and files. Volume management, logical volumes, HA filesystems. Backups and disaster recovery.

Monitoring

Distributed server monitoring. Server performance and capacity planning. Monitoring applications, network status and user activity.

Commands & Shells

Cool Unix shell commands and options. Command-line tools and application. Things every Unix sysadmin needs to know.

Home » Disks and Volumes

Multi-booting Windows XP and Solaris 10

Submitted by on November 25, 2005 – 5:09 pm2 Comments
Multi-booting Windows XP and Solaris 10

When creating a multiboot system with Windows XP and Solaris 10 you need to install Windows XP first. If Windows is already installed, repartition the hard drive to allocate sufficient space for your Solaris installation. This should incude enough space for the OS (5Gb is recommended) and whatever extra space you anticipate you will need for applications and user files.

Once Windows is installed and the hard drive is repartitioned, start Solaris 10 installation. Solaris 10 will install a boot loader, which will start up befor the Windows boot loader and will allow you to select the OS to boot (either Windows or Solaris). If, after installing Solaris 10 you need to reinstall Windows, it will likely overwrite the Solaris boot loader with its own MBR (Master Boot Record) and you will no longer be able to boot into Solaris.

There are two ways of dealing with this problem:

1) The best way is to reinstall Solaris boot sector that was overwritten by the Windows installation. Here is an excellent tutorial by Mariusz Zynel that covers various issues of creating and running a multi-boot system with Solaris, Windows, and Linux (PDF, 204Kb):

Multi-booting Solaris and other operating systems

2) Configure Windows MBR to allow you to select Solaris. Place your Solaris main installation CD/DVD in drive D:\ (or whatever your drive letter is) and at the Windows command prompt type:

copy d:\Solaris_10\Tools\Boot\usr\lib\fs\ufs\mboot c:\bootsect.sol

Then open the C:\boot.ini file and add the following line at the end of the file:

C:\bootsect.sol="Solaris"

This method is preferable if you have to reinstall Windows on a regular basis or if you want Windows to manage your boot options.

Popularity: 2% [?]

Related posts:

  1. Resetting Root Password under Solaris
  2. Create boot block on Solaris disk
  3. Resetting Admin Passwords on Windows
  4. Solaris boot disk copy
  5. Working with ISO images on Solaris
  6. Solaris boot disk copy using dd
  7. Create and mount ISO image under Solaris
  8. Apache MySQL PHP Solaris 8 Installation

2 Comments »

Leave a comment!

Add your comment below, or trackback from your own site. You can also subscribe to these comments via RSS.

Be nice. Keep it clean. Stay on topic. No spam.

You can use these tags:
<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong> <pre lang="" line="" escaped="" highlight="">

This is a Gravatar-enabled weblog. To get your own globally-recognized-avatar, please register at Gravatar.