LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 07-16-2007, 02:17 PM   #1
sharky2x2x
LQ Newbie
 
Registered: Jul 2007
Posts: 5

Rep: Reputation: 0
Install Slackware-12.0 into VMware Workstation6


hi there,

This is my first post, i have been playing with slackware for the last 3 months. What i have found more amusing is the installation process, so i decided to create this 'manual' about 'how to install Slackware-12.0 into VMware workstation 6' . I hope i haven't made any mistake, but if i have feel free to point it out for me.
So here we go;

1.- First of all we start vmwareworkstation and click in New Virtual Machine' in order to create a new virtual machine in which we will install Slack-12.

http://img471.imageshack.us/img471/9471/73362603io5.png


2.- Now select the option 'custom' to create a custom VM, i haven't try to install Slack-12 using the 'Typical' option.

http://img408.imageshack.us/img408/111/50505019xv7.png

3.- Select 'Workstation 6' for hardware compatibility, then click next.


http://img412.imageshack.us/img412/9439/75548004mw7.png

4.- In the OS select 'Linux' and in the drop down menu select the kernel called 'Other Linux 2.6.c Kernel' , as you all know the new Slack-12 uses a

kernel.2.6.21.5.

http://img384.imageshack.us/img384/5640/86155821dd7.png


5.- Name the VM as you want, i selected 'Slackware-12.0', and select the location for the VM files into your machine, select anywhere you want, just don't

mix it with other VM you might already installed.

http://img338.imageshack.us/img338/9990/60168391af1.png

6.- Select the number of processors you want to have in the VM, i selected one,i haven't tried with two.

http://img338.imageshack.us/img338/6048/99858067kc6.png

7.- Select the amount of memory you want to assing to the VM.

http://img127.imageshack.us/img127/3007/89866336cs7.png

8.- Select the type of network you want to add, i always select 'NAT' but i supouse that depends of the configuration you have in your local network.

http://img165.imageshack.us/img165/5051/58446607uw9.png

9.- In the SCSI adapter select 'BusLogic' (i'm at a very early stage talking about I/O adapters so i really don't know why not to select the 'LSI Logic' option)

http://img530.imageshack.us/img530/5787/39121818sx0.png

10.- Now we create a new virtual disk, select it and click next.

http://img413.imageshack.us/img413/9814/10ea5.png

11.- Select vitual disk type 'IDE' and click next.

http://img101.imageshack.us/img101/7866/11ez7.png

12.- Select the amount of space you want to give to the VM in your physical hdd, remember to select at least 4.5 GB, due to the fact that later on we'll make a full installation of Slack-12 and we'll need that minimum space. I have selected 6GB and also make sure to select the option to split that space into 2GB files.

http://img442.imageshack.us/img442/8167/12ix6.png

13.- Just click next to finish the creation of the VM

http://img291.imageshack.us/img291/3330/13nj0.png

14.- Before we start the VM for the first time we are going to make some changes in the VM settings;

* Click the CD-ROM and select the location for the Slackware-12.0.iso image, i prefer to use the iso instead of the 'physical drive' .
* If you are not going to use a flopy drive to boot Slack-12, click 'Floppy' and make sure that you UN-select the option to 'Connect at power on', we are not going to use a floppy to install Slack-12 so i un-select it. After that click 'OK' and then in 'Start this virtual machine' to start the VM we have just created.

http://img528.imageshack.us/img528/4766/14cu3.png

15.- Your VM should start and boot into the Slack-12 iso, when the OS starts click 'enter' if you don't need to pass extra parameters to the kernel (previous problems i had with Slack-11 i had to use 'sata.i root=/dev/hda1 nointrd.ro' option for me to be able to boot the OS), then select your type of keybord, leave the default option is 'US', or type 1 and then enter to select the keybord configuration that matches yours, i just leave it like that.

Login as root and then you are ready to start to make the partitions:

#fdisk /dev/hda
#p (to print the initial partition table which at the moment is empty)

http://img131.imageshack.us/img131/9008/15zn6.png

16.- Create the first partition and give it +512MB in size for '/boot' , process:
#n
#p
#1
#1
#+512M
#p

http://img461.imageshack.us/img461/4442/16bv4.png

17.- Create a second partition for '/' and give it the rest of the space in the virtual disk. Process:
#n
#p
#2
#click enter to use the default start cylinder and then enter again to select the default available size.

http://img413.imageshack.us/img413/3285/17vj9.png

18.- Now we need to make one of the partitions a swap partition. Process:
#t
#82
#p ( to make sure we have the partition table we want)
I usually don't make more partitions but as you know you can create up to 16 partition.

http://img78.imageshack.us/img78/288/camionwf6.png

19.- Now just type 'w' to write the new partition table to the hdd.
If you receive an error saying that the partition table will be use the next time you reboot the system just go ahead and reboot.Then just type 'setup' to initialize the Slackware installation setup utility

http://img441.imageshack.us/img441/1484/19rk0.png

20.- First of all we need to set up our swap partition, so select that option and click enter.

http://img509.imageshack.us/img509/9844/20du1.png

21.- We have only one swap partition so click enter to select that partition.

http://img518.imageshack.us/img518/4374/21gj3.png

22.- You shouldn't need to check the swap partition for bad blocks so just select 'no' and click enter.

http://img103.imageshack.us/img103/6432/22vo3.png

http://img292.imageshack.us/img292/1985/23iv8.png

23.- Click enter again to confirm the changes to be added to /etc/fstab.

http://img490.imageshack.us/img490/4012/24na7.png


24.-Because before we only created one more partition for '/', just click enter

http://img258.imageshack.us/img258/3008/25sg8.png

25.- Same as before with the swap partition, we don't need to format the '/' partition ( /dev/hda2), so just click enter again.

http://img261.imageshack.us/img261/5609/26se8.png

26.- Click enter again to write the changes to /etc/fstab.

http://img236.imageshack.us/img236/4517/27ut0.png

27.- We have now our hdd ready to begin the installation of Slackware-12.0. Select the first option to use the iso image we selected before in the VM settings.

http://img442.imageshack.us/img442/7280/28qt6.png

28.- Select 'auto' for the system to scan for the iso image.

http://img505.imageshack.us/img505/3742/29xn5.png


http://img49.imageshack.us/img49/9194/30zs3.png

http://img183.imageshack.us/img183/9887/31be8.png

29.- I leave all the packages selected, remember i want to do a full installation. Also everytime i have un-selected some of the packages i end up having problems during the installation. So just click 'enter'

http://img183.imageshack.us/img183/1146/32tq9.png

30.- Select a full install (as you can see it says 4.5GB recommended).

http://img166.imageshack.us/img166/6506/33dq1.png

http://img513.imageshack.us/img513/6093/34ad2.png

Now you need to wait for the system to install all the packages, this process might take around 20-30 minutes depending on your computer.

31.- I don't need to create a usb boot so i select skip and click enter.

http://img457.imageshack.us/img457/8148/35cm0.png

32.- I would suggest to configure your modem at a later stage, so select 'no modem' and click enter.

http://img183.imageshack.us/img183/7034/36to8.png

33.- After this we need to install lilo.

Note: I have had loads of problems to get lilo to work during previous installations of Slack-11, i have noticed that for me the 'simple' way to install it, just doesn't work so i always go for the expert mode.

Select 'expert' and click enter.

http://img340.imageshack.us/img340/8369/37sr8.png

34.- We start the lilo installation with a new header, so select 'begin' and click enter.

http://img174.imageshack.us/img174/9099/38mr7.png

35.- Now we are going to add the linux partition to the LILO config, so select linux and click enter.

http://img509.imageshack.us/img509/204/39qj6.png


36.- Now select the configuration for the buffer console, i select 1024x768x256 ( i like the penguin ), you can select the apropiate for your video card and monitor, if you are not sure select the 'standard' console, after you select just press enter.

http://img263.imageshack.us/img263/2127/40hh8.png

37.- Now select where do you want LILO to be installed, I always select in the MBR (Master Boot Record). If you are not sure where to put it just select the

option 'root' to put LILO in the '/' partition, but then remember not to use the XFS file system..

http://img257.imageshack.us/img257/9111/41we3.png

38.- Confirm the location to install LILO, because we selected to install it in the MBR the right option would be the one that appears as default ( '/dev/hda/'), so just click enter.

http://img183.imageshack.us/img183/3629/42qz6.png

39.- Choose how long would you like LILO to wait for you to select the OS, because we only have Slack-12, select 'None' to boot directly into it and press enter.

http://img215.imageshack.us/img215/2264/43pz4.png

40.- If you needed to pass extra parametres to kernel in the step 15, now you need to enter them again, if you didn't need it just press enter.

http://img527.imageshack.us/img527/6889/44oh1.png

41.- Now we need to select the linux partition where your kernel resides for LILO to boot, in our case is '/dev/hda2', so type it and press enter.

http://img263.imageshack.us/img263/9638/45uq0.png

42.- Type the name you want for that partition, in my case Slackware-12.0, and press enter.

http://img150.imageshack.us/img150/9746/46yj4.png

43.- Now we are ready to install LILO, select 'Install' and press enter.

http://img154.imageshack.us/img154/451/47td2.png

44.- Next step is the mouse configuration, i choosed the default one 'ps2'. I have a 'Logitec' wireless mouse + PS/2 touch pad in my 'Philips' laptop. The only funcionatlity i loose is the scroll bottom in the mouse but the rest of the funtions in the mouse are OK. So just select the one more appropiate for your type of mouse and click enter.

http://img338.imageshack.us/img338/782/48cp5.png

45.- Select 'Yes' and click enter to make sure that your mouse is activated at boot time.

http://img166.imageshack.us/img166/2196/49oz5.png

46.- We are going to configure our network now,so select 'Yes' and press enter.

http://img68.imageshack.us/img68/8492/50kl5.png

47.- Name your hostname as you want and then press enter, i decided to name it 'slackVMware'.

http://img66.imageshack.us/img66/5210/51ed1.png

48.- Type domainname that you want, i selected 'Slackware-12.0', and press enter.

http://img105.imageshack.us/img105/7020/52nq7.png

49.- I always use the 'DHCP' configuration for my ethernet card, i am not very esperienced with networks but this works fine for me, you may select a different configuration for your ethernet card. Select and press enter.

http://img177.imageshack.us/img177/3740/53xj0.png

50.- If you have a DHCP name assigned to you by your ISP you need to introduce it here, if you don't just press enter.

http://img215.imageshack.us/img215/9444/54wa0.png

51.- Confirm your network configuration and press enter.

http://img263.imageshack.us/img263/6866/55nm3.png

52.- Select the services you want to run at boot time. If you have any doubts about one of the services there is a brief explanation for each of them. For me is fine the already selected so just press enter.

http://img242.imageshack.us/img242/2699/56rk1.png

53.- Select 'No' and press enter.

http://img526.imageshack.us/img526/6020/57ri1.png

54.- I like to select the clock manually so i select 'NO' and press enter.

http://img98.imageshack.us/img98/9762/58mc7.png

55.- Select your time zone, in my case 'Europe/Dublin', and press enter.

http://img98.imageshack.us/img98/2075/59kz1.png

56.- I like the KDE window manager but you may select the one you like and press enter.

http://img175.imageshack.us/img175/9625/60li6.png

57.- Select 'Yes' to choose a root password and press enter.

http://img168.imageshack.us/img168/4162/61pt4.png

58.- Then introduce the password you want and press enter.

http://img520.imageshack.us/img520/9692/62bk8.png

59.- The setup process is finished so just press enter to exit setup.

http://img179.imageshack.us/img179/8815/63iv3.png

60.- Select 'EXIT' and press enter, now reboot the system. You may just type reboot or exit the console in VMware (Ctrl+Alt) and in the VMware panel

VM --> 'Send Ctrl+Alt+Del'.

http://img507.imageshack.us/img507/6473/64qz7.png

61.- Once reboot is finished log as root and then type 'startx' to run KDE.

http://img256.imageshack.us/img256/5286/65ho5.png

62.- When running KDE for the first time you get into the wizard which allows you to personalize your KDE. In the first step select your location and language and then press 'next'.

http://img222.imageshack.us/img222/7985/66ex3.png

63.- Select the GUI configuration you want and click 'next'.

http://img183.imageshack.us/img183/8373/67ub8.png

64.- Select the speed for your processor and click 'next'.

http://img338.imageshack.us/img338/3296/68qw0.png

65.- Here just leave it as the default style and press next.

http://img338.imageshack.us/img338/4163/69oc2.png

66.- The KDE wizard is finished so just click 'finish'.

http://img137.imageshack.us/img137/60/70vh8.png


We have now Slackware-12.0 installed and running in our VM.


http://img167.imageshack.us/img167/8166/71rx7.png


I hope you found it use full.

Enjoy it and pass it on.

Regards
Sharky2x2x

Last edited by sharky2x2x; 07-17-2007 at 02:30 PM.
 
Old 07-17-2007, 07:00 AM   #2
b3rx
Member
 
Registered: Mar 2006
Distribution: Slackware 13.0
Posts: 75

Rep: Reputation: 15
your images are too small..
 
Old 07-17-2007, 01:31 PM   #3
sharky2x2x
LQ Newbie
 
Registered: Jul 2007
Posts: 5

Original Poster
Rep: Reputation: 0
hi,

Yep i know, sorry about that, it's just i choose the wrong place to upload them, let me know other better place to upload them and i will do so.

thanks
sharky2x2x
 
Old 07-17-2007, 01:39 PM   #4
pwc101
Senior Member
 
Registered: Oct 2005
Location: UK
Distribution: Slackware
Posts: 1,847

Rep: Reputation: 128Reputation: 128
You don't need anywhere else to upload them, just remove .th from the links, so:

http://img167.imageshack.us/img167/8166/71rx7.th.png

becomes

http://img167.imageshack.us/img167/8166/71rx7.png

Also, I'd be interested to see if you got X running in this VM - I have also installed Slack 12.0 in VMServer, but I've yet to get X started and working properly.
 
Old 07-17-2007, 02:16 PM   #5
Warren Oates
LQ Newbie
 
Registered: Jul 2007
Posts: 1

Rep: Reputation: 0
Quote:
Originally Posted by pwc101
Also, I'd be interested to see if you got X running in this VM - I have also installed Slack 12.0 in VMServer, but I've yet to get X started and working properly.
I've got it working on Parallels Desktop on OS X. Well, I'm still trying to fill my Benq FP202W with it @ 1680 x 1050; I either get 600x800 or something bigger that Parallels (or the Mac Pro) won't accept to fill the screen.

It's been a few years since I wrote an X config file. I'll sort it out. You've run xorgsetup, right?

Anyway, instructions for OS X:

download the full Slackware 12 distribution iso
point Parallels at the image file (not the mounted image, just the iso file)
tell Parallels "other Linux 2.6"
tell Slackware to do a full install
 
Old 07-17-2007, 02:38 PM   #6
sharky2x2x
LQ Newbie
 
Registered: Jul 2007
Posts: 5

Original Poster
Rep: Reputation: 0
EDITED

Hi there,

Quote:
Originally Posted by pwc101
Also, I'd be interested to see if you got X running in this VM - I have also installed Slack 12.0 in VMServer, but I've yet to get X started and working properly
X is working after my installation without any problems, see

http://img167.imageshack.us/img167/8166/71rx7.png

I got the same problems with Slack-11 into VMware, and still working on that....

thanks
sharky2x2x

Last edited by sharky2x2x; 11-30-2007 at 09:29 AM.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
vmware server install error, The VMware VmPerl Scripting API was not installed. fakie_flip Linux - Software 4 12-28-2008 04:49 AM
slackware "current" problems after install on vmware jimp180 Slackware - Installation 2 07-17-2007 01:35 PM
Install FC4 w/ Vmware, right of the Harddrive (vmware aceses ISO of HD, no CDs) colinstu Linux - General 1 02-24-2006 08:15 PM
VMware install slackware? neilcpp Slackware 4 10-24-2005 05:40 PM
Slackware 9 Kernel Panic while trying to install in VMWare 4 Jesterace Slackware 4 10-28-2003 08:24 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 09:48 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration