VirtualBox

source: vbox/trunk/doc/ReadMe-Solaris.txt@ 13538

Last change on this file since 13538 was 12041, checked in by vboxsync, 16 years ago

doc/ReadMe-solaris.txt: typo.

  • Property svn:eol-style set to native
File size: 2.5 KB
Line 
1
2Sun xVM VirtualBox for OpenSolaris (TM) Operating System
3--------------------------------------------------------
4
5Upgrading:
6----------
7
8If you have an existing VirtualBox installation and you are upgrading to a newer version of
9VirtualBox, please uninstall the previous version completely before installing a newer one.
10
11You should uninstall BOTH the VirtualBox base package as well as the VirtualBox kernel
12interface package before installing the new ones.
13
14Please refer to the "Uninstallation" section at the end of this document for the details.
15
16
17Installing:
18-----------
19
20* Important Note:
21You must boot OpenSolaris in the same instruction set as the VirtualBox install package.
22This means if you are installing the 64-bit version of VirtualBox you MUST boot in
2364-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"
25you have booted in 64-bit mode, otherwise it is 32-bit.
26
27After extracting the contents of the tar.gz file perform the following steps:
28
291. Login as root using the "su" command.
30
312. 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
483. For each package the installer would ask you to "Select package(s) you wish to process"
49 For this type "1" or "all".
50
514. Then type "y" when asked about continuing with the installation.
52
53Now all the necessary files would be installed on your system. Start VirtualBox by typing
54VirtualBox from the terminal.
55
56
57Uninstalling:
58-------------
59
60To remove VirtualBox from your system perform the following steps:
61
621. Login as root using the "su" command.
63
642. Run the command:
65 pkgrm SUNWvbox
66
67To remove the VirtualBox kernel interface module run the command:
68 pkgrm SUNWvboxkern
69
Note: See TracBrowser for help on using the repository browser.

© 2023 Oracle
ContactPrivacy policyTerms of Use