I usually prefer VirtualBox for my non-commercial virtualization needs, but since I already had VMware Player 6.0.2 installed on a Windows 8.1 64-bit host I decided go with it for my Slackware Linux 64-bit guest.
HOWTO Install Slackware on VMware. Don’t have the patience to do it or already know it as the back of your hand and just want to get on with your app install NOW. Head to the Download page and grab the result of the how to as VMware image. Berikut adalah cara menginstal vmware dan wifislax. Caranya cukup mudah ya sobat, tinggal ikuti tutorial gambar dibawah ini: 1. Menginstal Vmware. Siapkan Vmware yang sudah sobat download, linknya sudah saya sediakan dibawah arikel ini. Jika sudah, klik 2x aplikasi. VMware workstation 12 install on 14.2 x8664 Greetings r/Slackware I am back from distro hopping as I always seem to come back to Slackware! Anyway I am running into an issue and am wondering if anyone else has either attempted or successfully installed VMware Workstation 12 on Slackware. VMware Tar Tool for Linux virtual machine is feature-frozen at version 10.3.10, so the tar tools (linux.iso) included in Workstation Pro is 10.3.10 and will not be updated. Due to this change, the Install/Update/Reinstall VMware Tools menu is disabled for the following Linux virtual machines.
To get any kind of performance and functionality on the guest system, it’s necessary to install VMware Tools. This should in theory be as easy as navigating to “Manage” => “Install VMware Tools…” from the Player menu, but in my case this got me nowhere. The expected result was having the guest operating system mounting the VMware Tools installation CD, but that just didn’t work.
After reading through the vmware.log the problem became pretty obvious.
For some reason my VMware Player installation was missing the linux.iso which contains the actual VMware Tools. I have no idea if this is a bug or just a calculated oversight on VMware’s behalf, but either way it’s rather annoying.
After some digging around I found the packages I needed at vmware.com. Be aware that the packages are organized by Player version and build number, so make sure you pick whatever matches your installation.
As of June 22, 2014, 6.0.2/1744117 is the latest version of VMware Tools: http://softwareupdate.vmware.com/cds/vmw-desktop/player/6.0.2/1744117/windows/packages/
Download the file named tools-linux-9.6.2.exe.tar and extract the archive. Subsequently run the tools-linux-9.6.2.exe file. This will create the linux.iso containing the VMware tools in your VMware Player installation folder.
With the linux.iso image in place, the “Install VMware Tools” procedure will now work as expected by auto mounting the CD image.
The following commands are for installing VMware Tools on Slackware Linux 14.1 64-bit. The installation require a working build environment, which you’ll have with a full Slackware installation.
With a Slackware guest you’ll do fine with the default options as suggested by the installer. When the installation completes, log out and restart X and you’re done.
Make sure you have everything ready - your PC and the installation disk(s). If you are installing Slackware as a virtual machine, make sure your VMware Player or Server are properly configured and that you have the necessary .vmx and .vmdk files. If you are installing Slackware for real, make sure that you have dedicated the necessary space on your hard disk for the installation - it can be an existing partition or some free space. To begin the installation, assuming you are using a VMware product:
- Place the Slackware DVD in the DVD-ROM tray.
- Start the VMware Player / Server and open the Slackware .vmx file.
With the virtual PC booting, hit Esc button to enter the BIOS setup. Select option 3. CD-ROM Drive. Hit Enter to start booting from CD.
After a few seconds, you will be prompted to decide what kernel you want to boot. The Slackware DVD includes a number of kernels, adapted to work with different hardware profiles. You should not be worried about this prompt; in most cases, the most suitable kernel will be automatically selected. At this stage, you should simply hit Enter to proceed.
Next, you will be asked to choose your keyboard. If you're using the standard US keyboard, just hit Enter. If not, please select the most relevant one.
A few moments later, you will begin the installation. The installation has two separate steps:
- Preparation of partitions.
- Setup of the distribution itself.
You will first have to prepare your hard disk by creating the relevant partitions (normally swap, root and home). This will be done using cfdisk (about which you can read more in my Linux From Scratch article). After the partitions are made, you will begin the standard setup, which is very similar to what you have done with other distributions, like Ubuntu, for example. To begin the installation, login as root. Type root and hit Enter.
After logging in as root, you will be prompted to partition your hard drives.
Cara Install Slackware In Vmware Download
Start cfdisk - type cfdisk and hit Enter.
Although you might be alarmed by the alien look of cfdisk tool, it is no different than the fancy color GUIs used by modern, popular distros. The principles are the same.
As you can see, we have a single hard drive with the size of 8GB, labeled /dev/hda. It has no partition table and therefore all of the space is free. Below the highlighted line are the cfdisk commands, marked in brackets. Use the arrow cursors to navigate and Enter to select the highlighted choice.
Please note that a help sentence is displayed at the bottom of the screen, explaining the meaning of each command, in case it is not self-evident.
We need to create partitions, namely swap, root and home. As usual, I will begin by making a swap partition, equal in size to the RAM (512MB), after that a 5GB root partition and dedicate the remaining space to the home partition.
To create a new partition, move the highlight mark to the [ New ] command and hit Enter.
You will be prompted to select the type of the partition - we need [Primary].
Next, you need to set the size for the new partition.
You need to decide where to create the partition - at the beginning or the end of the free space. Theoretically, this should not make any difference today. However, very old computers with old BIOSes are incapable of reading beyond the 1024th sector of the hard disk (roughly 8GB). This means that if you were to place your root partition at the end of a large drive, it is possible that you would not be able to boot from it. Alternatively, you could place a small boot partition at the beginning of the drive in order to solve this potential problem. But why make things difficult?
Keep It Simple Stupid is the Slackware motto.
In our case, we are safe, regardless of where we place our partitions, since the hard drive is only 8GB. Nevertheless, for the sake of simplicity, it is best to start at the beginning of a drive. It also helps relate to the partitions when they need to be mounted.
The partition will be created. It is labeled hda1 - first partition on the first IDE drive.
Now, we need to set its type. By default, every new made partition is marked as Linux. We need to mark this partition as our swap, for latter use in the setup. Highlight [ Type ] and hit Enter.
Although this next screen might seem confusing, it is very simple. We are looking for a Linux swap designation. The desired filesystem can be found under entry 82 Linux swap. Write down the number and press any key to continue.
Now, write down the number (82) and press Enter.
We have our Linux swap successfully configured. Now we need to repeat the same process for root and home. Again, highlight the [ New ] command and create a new partition. Set the necessary parameters as [Primary], 5000MB and [Beginning]. It's the same process as above.
After the root partition is created, we need to make it bootable. This means that our system will know that the core files of the operating system are located on this partition. You do not need to setup the type, however. This will be done during the setup (second part of the installation).
Cara Install Slackware In Vmware Windows 10
Finally, we need to create the home partition. The process is no different than before. Once finished, your partition table should look like this:
Cara Install Slackware In Vmware Pro
So far, no changes have been committed to the hard disk. This means that all of the steps above can be reversed or changed. You need to write down the partition table.
Cara Install Slackware In Vmware Di
Before you write the partition table, make sure you are not overwriting existing, important data on a disk. Once satisfied with your choices, highlight the [Write] command and press Enter.
You will asked to confirm your choice. Type yes and press Enter.
Once the partition table is written, a message will be displayed at the bottom of the screen. Now quit the program.