To install knoppix in VMware, you should have virtual disk already created.
I would think that you create it when you install VMware. I may be wrong about that part, as I do not know much about VMware. So, for now, let's assume that you already have the virtual disk (about 4 GB).
When you boot knoppix, start
terminal.
At the command prompt, type:
It shows drive information. In your case, it's your virtual hard drive (probably
/dev/sda)
First you will have to partition it. To do that, type:
Follow the menue to create new partitions.
Create one partition of about 3.4 GB (that is where you will install knoppix) and choose 83 for its type, and make it bootable.
Create second partition of about 600 MB (will be used for swapping data on it if your computer does not have enough memory).
When done partitioning, choose to
wrtite changes to the disk, and
quit cfdisk program.
Now, type:
and you should see something similar to this:
Code:
/dev/sda1 * 1 304 2441848+ 83 Linux
/dev/sda2 305 377 586372+ 83 Linux
Now, type:
Code:
mkswap /dev/sda2
swapon /dev/sda2
mount /dev/sda1 /mnt/sda1
To check if you are ready to install knoppix, type:
and you should see something like this:
Code:
Filename Type Size Used Priority
/UNIONFS/dev/sda2 partition 586364 0 -2
then, type:
along with other lines, you should see one like this:
Code:
/dev/sda1 /mnt/sda1 ext3 rw 0 0
If you got to this point, you sould be ready to install knoppix.
Type:
and follow the GUI options to complete the install.
Good luck!