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:
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
- Guest OS: Linux
- Version: Other Linux 2.6.x kernel
- Virtual machine name: DSL_frugal
- Maximum disc size (GB): 0.1 (note: DSL only requires 50MB, I assigned 100MB)
- Memory: 128MB
- Network Adapter: Host-Only
Note: By choosing Host-Only on the Network Adapter, the guess VM is connected to VMnet1 adapter of host machine
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
- Downloaded DSL iso here ( I chose dsl-4.11.rc2.iso from /release_candidate directory)
- Launched VMware Player
- Clicked Create a New Virtual Machine
- Clicked I will install the operating system later for Install from
- Clicked
- Clicked Linux for Guest operating system
- Leave the default for Version
- Clicked
- Typed DSL_frugal (or any other name you like) for Virtual machine name:
- Clicked
- Leave the default for Maximum disk size
- Clicked
- Clicked
- Clicked Edit virtual machine settings
- Changed the Memory to 128MB
- Clicked Hard Disk (SCSI)
- Clicked
- Clicked
- On Add a hard disk, clicked
- Clicked Create a new virtual disk for Disk
- Clicked
- Clicked IDE for virtual disk type
- Clicked
- Typed 0.5 for Maximum disk size
- Clicked
- Leave the default for Disk file
- Clicked
- Clicked CD/DVD (IDE)
- Clicked Use ISO image file for Connection
- Clicked
- Browsed to my DSL iso location and clicked
- Clicked Network Adapter
- Change the Network connection to Host-Only
- Clicked Floppy
- Clicked
- Clicked Sound Card
- Clicked
- Clicked Printer
- Clicked
- Clicked
- Ensured DSL_frugal VM was selected, clicked Play virtual machine
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)
note: I only need 500MB HD for DSL.
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.
Once the VM was boot up with DSL liveCD, I got the boot: prompt
At this point, I continued with the step mentioned on the tutorial
<< Previous :: Index :: Next >>