Welcome to Linux Forums! With a comprehensive Linux Forum, information on various types of Linux software and many Linux Reviews articles, we have all the knowledge you need a click away, or accessible via our knowledgeable members.
Find the answer to your Linux question:
New to Linux Forums? Register here for free!
    Linux Forums > Your Distro > Knoppix Help Forum > :?: I want to install Knoppix with VMWARE Can Somebody Help Me Pliz ?

Forgot Password?
 Knoppix Help Forum   For all discussions about Knoppix, the Linux "Live CD" that lets you run Linux without needing to install on your hard drive.

Site Navigation
Linux Articles
Linux Forums
Linux Downloads
Linux Hosting
Free Magazines
Job Board
IRC Chat
RSS Feeds


Linux Forum Topics
Linux Forums
Your Distro
Linux Resources
GNU Linux Zone
The Community
Reply
 
Thread Tools Display Modes
Old 11-14-2005   #1 (permalink)
Just Joined!
 
Join Date: Nov 2005
Posts: 9
:?: I want to install Knoppix with VMWARE Can Somebody Help Me Pliz ?



Sorry I'm a newb in Linux.. This time I have a work to make live CD for knoppix. I work with my notebook.. and the hell is my hardisk not in partition.. so I choose to try VMWare than Magic Partition.. I want to install Knoppix in VMWare.. Can someone help me.. cause when I try to mount the harddisk, they can't see the harddisk.. Really it make me crazy.. and I can't finish my work.. Please someone help me.. i've already check all of this forum and I see about mount point.. can i use it the mount point.. thank you very much..
slash_canadian is offline  


Reply With Quote
Old 11-14-2005   #2 (permalink)
Linux Enthusiast
 
Join Date: Jul 2005
Location: Maryland
Posts: 517
You do not install knoppix, you boot from it.
If I remember correctly, in VMWare you should also have a way to boot from CD.
In your case, knoppix image should be used in place of CD.
pavlo_7 is offline   Reply With Quote
Old 11-14-2005   #3 (permalink)
Just Joined!
 
Join Date: Nov 2005
Posts: 9
Yes.. I can boot from live Cd Knoppix. But this time, to remove some files from the live cd, I must install Knoppix into harddisk first than remove it.. But I can't install the knoppix CD using VMWare.. can u help me pliz ^^
slash_canadian is offline   Reply With Quote
Old 11-14-2005   #4 (permalink)
Just Joined!
 
Join Date: Nov 2005
Posts: 9
Means that.. With VMWare we can make a double operating system in one Hardisk, so I want to insert Knoppix in Windows. Cause my main Hardisk is Windows.. So.. please help mee ^^
slash_canadian is offline   Reply With Quote
Old 11-14-2005   #5 (permalink)
Linux Enthusiast
 
Join Date: Jul 2005
Location: Maryland
Posts: 517
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:
Code:
su
fdisk -l
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:
Code:
cfdisk /dev/sda
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:
Code:
 fdisk -l
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:
Code:
cat /proc/swaps
and you should see something like this:
Code:
Filename                                Type            Size    Used    Priority
/UNIONFS/dev/sda2                       partition       586364  0       -2
then, type:
Code:
cat /proc/mounts
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:
Code:
knoppix-installer
and follow the GUI options to complete the install.

Good luck!
pavlo_7 is offline   Reply With Quote
Old 11-17-2005   #6 (permalink)
Just Joined!
 
Join Date: Nov 2005
Posts: 9
wahhhhhhhhh... thank you very much with your helpp.. now, really I can go to install knoppix in vmware... yes2.. I have run it.. thank you very much pav... ^^
slash_canadian is offline   Reply With Quote
Old 11-17-2005   #7 (permalink)
Linux Enthusiast
 
Join Date: Jul 2005
Location: Maryland
Posts: 517
Quote:
Originally Posted by slash_canadian
wahhhhhhhhh... thank you very much with your helpp.. now, really I can go to install knoppix in vmware... yes2.. I have run it.. thank you very much pav... ^^
pavlo_7 is offline   Reply With Quote
Old 08-26-2006   #8 (permalink)
Just Joined!
 
Join Date: Jan 2006
Posts: 35
Angry

I want to do the same.

The partitioning with cfdisk goes well.
also the creation of the swap and activating it.

But if I type knoppix-installer it always say that I have the requirements.
Although Im having a ext3 partition thats 2GB big and a Swap thats something around 250MB. The primary partition is set to boot.
I do have to mention I used IDE hdd in vmware but that shouldnt give any problems, or am I wrong? I also selected with vmware that it is "Other Linux 2.6.x kernel". (and why they have to know your kernel/linux?)
This goes over and over again. Then I readed something like "... you can use: DISABLE_CHECK=1 sudo KNOPPIX-INSTALLER". tried that because I thought maybe the script was detecting something wrongly.

someone has an idea what causes this problem?
help is very appreciated!

PS: sorry if I had to create a new thread but I thought that it fits here because its an addition to this topic.
root@localdomain is offline   Reply With Quote
Old 08-26-2006   #9 (permalink)
Linux Guru
 
Juan Pablo's Avatar
 
Join Date: Mar 2006
Location: /home/south_america/ecuador/quito
Posts: 2,060
Send a message via MSN to Juan Pablo
I think you should create a new thread and not hijack this one
__________________
Put your hand in an oven for a minute and it will be like an hour, sit beside a beautiful woman for an hour and it will be like a minute, that is relativity. --Albert Einstein
Linux User #425940

Don't PM me with questions, instead post in the forums
Juan Pablo is offline   Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

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 On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off

Free Magazines
Run Your Own Web Server Using Linux & Apache - Free 191 Page Preview
Learn about everything you'll need to build and maintain your Linux servers, and to deploy Web applications to them.
subscribe
Open Source Security Myths Dispelled
Dispel the five major myths surrounding Open Source Security and gain the tools necessary to make a truly informed decision for your IT organization
subscribe
InformationWeek
InformationWeek is the only newsweekly you'll need to stay on top of the latest developments in information technology.
subscribe



All times are GMT. The time now is 06:04 AM.






© 2000 - 2009 - All Rights Reserved - Property of  MAS Media

Content Relevant URLs by vBSEO 3.3.0 RC2