VirtualBox

root/trunk/doc/ReadMe-Solaris.txt

Revision 12041, 2.5 kB (checked in by vboxsync, 1 month ago)

doc/ReadMe-solaris.txt: typo.

  • Property svn:eol-style set to native
Line 
1
2 Sun xVM VirtualBox for OpenSolaris (TM) Operating System
3 --------------------------------------------------------
4
5 Upgrading:
6 ----------
7
8 If you have an existing VirtualBox installation and you are upgrading to a newer version of
9 VirtualBox, please uninstall the previous version completely before installing a newer one.
10
11 You should uninstall BOTH the VirtualBox base package as well as the VirtualBox kernel
12 interface package before installing the new ones.
13
14 Please refer to the "Uninstallation" section at the end of this document for the details.
15
16
17 Installing:
18 -----------
19
20 * Important Note:
21 You must boot OpenSolaris in the same instruction set as the VirtualBox install package.
22 This means if you are installing the 64-bit version of VirtualBox you MUST boot in
23 64-bit mode. This is because the installer will setup the VirtualBox driver. Use the command
24 "isainfo -k" to check what instruction set is currently being used. If the output is "amd64"
25 you have booted in 64-bit mode, otherwise it is 32-bit.
26
27 After extracting the contents of the tar.gz file perform the following steps:
28
29 1. Login as root using the "su" command.
30
31 2. Install the packages (in this order):
32     Newer versions of OpenSolaris may contain a vbi module. If your version does NOT have the
33     vbi module already installed (check for existence of /platform/i86pc/kernel/misc/vbi)
34     then run:
35
36         pkgadd -G -d VirtualBoxKern-@VBOX_VERSION_STRING@-SunOS-r@VBOX_SVN_REV@.pkg
37
38         To perform an unattended (non-interactive) installation of this package add
39         "-n -a autoresponse SUNWvboxkern" (without quotes) to the end of the above pkgadd command.
40
41      Once the vbi module is installed run:
42
43         pkgadd -d VirtualBox-@VBOX_VERSION_STRING@-SunOS-@BUILD_TARGET_ARCH@-r@VBOX_SVN_REV@.pkg
44
45         To perform an unattended (non-interactive) installation of this package add
46         "-n -a autoresponse SUNWvbox" (without quotes) to the end of the above pkgadd command.
47
48 3. For each package the installer would ask you to "Select package(s) you wish to process"
49         For this type "1" or "all".
50
51 4. Then type "y" when asked about continuing with the installation.
52
53 Now all the necessary files would be installed on your system. Start VirtualBox by typing
54 VirtualBox from the terminal.
55
56
57 Uninstalling:
58 -------------
59
60 To remove VirtualBox from your system perform the following steps:
61
62 1. Login as root using the "su" command.
63
64 2. Run the command:
65         pkgrm SUNWvbox
66
67 To remove the VirtualBox kernel interface module run the command:
68         pkgrm SUNWvboxkern
69
Note: See TracBrowser for help on using the browser.

© 2008 Sun Microsystems, Inc.
ContactPrivacy policy