Getting Started


When reading this article, please refer to the tutorial guide at http://www.damnsmalllinux.org/f/topic-3-26-8732-0.html. Below illustrates my setup:

Host Machine, Guess VM, DSL To Be

The following step(s) are not mentioned in the tutorial URL book. I learnt them from this experience.

Creating VM for DSL

Because, I built DSL on Virtual Machine (VM) and I used VMware Player, so the first thing to do is to create the VM. Along the way, I found that building it on VM also has some challenges, therefore I show the process here. The following is the VM settings I used for my setup

Network Connectivity Between Host & Guess VM

When using VMware Player, choosing 'Host-Only' for the Network Adapter will setup the host & guess VM on IP subnet 192.168.79.x. In other word, they are always in a deterministic setup.

I need the network connectivity between Host & Guess VM for copying and pasting purpose.

Copy & Paste

I experienced that mistyping was the most common mistakes when dealing with Linux for newbie, hence the best way to avoid it is by enabling the copy & paste ability. By establishing network connection between Host & Guess VM, and installing SSHD/Telnetd on DSL, I could use PuTTY to access DSL and the copy & paste function.

Creating VM With VMware Player

  1. Downloaded DSL iso here ( I chose dsl-4.11.rc2.iso from /release_candidate directory)
  2. Launched VMware Player
  3. Clicked Create a New Virtual Machine
  4. Clicked I will install the operating system later for Install from
  5. Clicked
  6. Clicked Linux for Guest operating system
  7. Leave the default for Version
  8. Clicked
  9. Typed DSL_frugal (or any other name you like) for Virtual machine name:
  10. Clicked
  11. Leave the default for Maximum disk size
  12. note: this default HDD is SCSI, which is not recommended by DSL and will be removed on coming step. (Choosing this option failed me on my first attempt)

  13. Clicked
  14. Clicked
  15. Clicked Edit virtual machine settings
  16. Changed the Memory to 128MB
  17. Clicked Hard Disk (SCSI)
  18. Clicked
  19. Clicked
  20. On Add a hard disk, clicked
  21. Clicked Create a new virtual disk for Disk
  22. Clicked
  23. Clicked IDE for virtual disk type
  24. Clicked
  25. Typed 0.5 for Maximum disk size
  26. note: I only need 500MB HD for DSL.

  27. Clicked
  28. Leave the default for Disk file
  29. Clicked
  30. Clicked CD/DVD (IDE)
  31. Clicked Use ISO image file for Connection
  32. Clicked
  33. Browsed to my DSL iso location and clicked
  34. Clicked Network Adapter
  35. Change the Network connection to Host-Only
  36. note: I remove Floppy, Sound Card, and Printer on the following steps, as I don't need them for my DSL. You can keep them if you need.

  37. Clicked Floppy
  38. Clicked
  39. Clicked Sound Card
  40. Clicked
  41. Clicked Printer
  42. Clicked
  43. Clicked
  44. Ensured DSL_frugal VM was selected, clicked Play virtual machine
  45. Once the VM was boot up with DSL liveCD, I got the boot: prompt

    DSL LiveCD Boot Prompt

    At this point, I continued with the step mentioned on the tutorial

<< Previous :: Index :: Next >>