1 |
|
---|
2 | Sun xVM VirtualBox for OpenSolaris (TM) Operating System
|
---|
3 | --------------------------------------------------------
|
---|
4 |
|
---|
5 | Installing:
|
---|
6 | -----------
|
---|
7 |
|
---|
8 | * Important Note:
|
---|
9 | You must boot OpenSolaris in the same instruction set as the VirtualBox install package.
|
---|
10 | This means if you are installing the 64-bit version of VirtualBox you MUST boot in
|
---|
11 | 64-bit mode. This is because the installer will setup the VirtualBox driver. Use the command
|
---|
12 | "isainfo -k" to check what instruction set is currently being used. If the output is "amd64"
|
---|
13 | you have booted in 64-bit mode, otherwise it is 32-bit.
|
---|
14 |
|
---|
15 | After extracting the contents of the tar.gz file perform the following steps:
|
---|
16 |
|
---|
17 | 1. Login as root using the "su" command.
|
---|
18 |
|
---|
19 | 2. Install the packages (in this order):
|
---|
20 | Newer versions of OpenSolaris may contain a vbi module. If your version does NOT have the
|
---|
21 | vbi module already installed (check for existence of /platform/i86pc/kernel/misc/vbi)
|
---|
22 | then run:
|
---|
23 |
|
---|
24 | pkgadd -G -d VirtualBoxKern-@VBOX_VERSION_STRING@-SunOS-r@[email protected]
|
---|
25 |
|
---|
26 | Once the vbi module is installed run:
|
---|
27 |
|
---|
28 | pkgadd -d VirtualBox-@VBOX_VERSION_STRING@-SunOS-@BUILD_TARGET_ARCH@-r@[email protected]
|
---|
29 |
|
---|
30 | 3. For each package the installer would ask you to "Select package(s) you wish to process"
|
---|
31 | For this type "1" or "all".
|
---|
32 |
|
---|
33 | 4. Then type "y" when asked about continuing with the installation.
|
---|
34 |
|
---|
35 | Now all the necessary files would be installed on your system. Start VirtualBox by typing
|
---|
36 | VirtualBox from the terminal.
|
---|
37 |
|
---|
38 |
|
---|
39 | Un-Installating:
|
---|
40 | ----------------
|
---|
41 |
|
---|
42 | To remove VirtualBox from your system perform the following steps:
|
---|
43 |
|
---|
44 | 1. Login as root using the "su" command.
|
---|
45 |
|
---|
46 | 2. Run the command:
|
---|
47 | pkgrm SUNWvbox
|
---|
48 |
|
---|
49 | To remove the VirtualBox kernel interface module run the command:
|
---|
50 | pkgrm SUNWvboxkern
|
---|
51 |
|
---|