How To Install VMware Server 1.0.x On An Ubuntu 9.10 Desktop - Page 2
|
Next do this: cd /home/falko/Downloads Before we finish the VMware Server installation, we must build a new kernel with the init_mm feature enabled. Become root... sudo su ... and install the kernel source: aptitude install linux-source-2.6.31 Next we install a few packages that we need to build the kernel: aptitude install fakeroot build-essential crash kexec-tools makedumpfile kernel-wedge linux libncurses5-dev kernel-package If you notice that a new kernel gets installed during this command, please reboot the system: reboot Now become root again: sudo su Next do this: cd /usr/src Open arch/x86/kernel/init_task.c... gedit arch/x86/kernel/init_task.c ... and add the line EXPORT_UNUSED_SYMBOL(init_mm); right at the end of the file, behind DEFINE_PER_CPU_SHARED_ALIGNED(struct tss_struct, init_tss) = INIT_TSS;:
Then copy the kernel configuration of the current kernel into the kernel source directory... cp /boot/config-`uname -r` .config ... and run: make menuconfig In the kernel configuration menu, go to Load an Alternate Configuration File... ... fill in .config and select Ok: Next select Exit in the main kernel configuration menu... ... and then Yes when you're asked: Do you wish to save your new kernel configuration? Then run make-kpkg clean to build the new kernel. This can take a lot of time so be patient. Afterwards you can find a linux-image and a linux-headers .deb package in the /usr/src/ directory: cd /usr/src/ root@falko-desktop:/usr/src# ls -l Install both packages as follows... dpkg -i linux-image-2.6.31.4-custom_2.6.31.4-custom-10.00.Custom_amd64.deb linux-headers-2.6.31.4-custom_2.6.31.4-custom-10.00.Custom_amd64.deb ... and then reboot the system: reboot Afterwards, run uname -a ... as a normal user, and you should see your new kernel: falko@falko-desktop:~$ uname -a Now we can continue with the VMware Server installation: cd /home/falko/Downloads/vmware-update*/ Answer the following question with yes: Before running VMware for the first time after update, you need to configure it Afterwards you can accept the default values simply by hitting <ENTER>. When the installer asks you In which directory do you want to keep your virtual machine files? you can either accept the default value or specify a location that has enough free space to store your virtual machines. At the end of the installation, you will be asked to enter a serial number: Please enter your 20-character serial number. Type XXXXX-XXXXX-XXXXX-XXXXX or 'Enter' to cancel: Fill in your serial number for VMware Server. After the successful installation, you can delete the VMware Server download file and the installation directory: cd /home/falko/Downloads You will now find VMware Server under Applications > Other > VMware Server Console: When you start it, select Local host: Afterwards, you can create virtual machines (or import your virtual Windows machine that you created with VMware Converter):
Links
|










Recent comments
12 hours 3 min ago
13 hours 38 min ago
17 hours 58 min ago
21 hours 49 min ago
1 day 9 hours ago
1 day 15 hours ago
1 day 18 hours ago
1 day 19 hours ago
1 day 20 hours ago
1 day 20 hours ago