PDA

View Full Version : Need help Please! Installer



M$lave
01-24-2005, 02:15 AM
Ok....First I am at the fruestration braking point and need help. I am trying to install whoppix which has knoppix 3.7. I have windows xp dell laptop 3.06 512 mem.....and have all ready use QTPARTED to create a EXT 10 gig and A swap of 800mb. I open terminal type su...root.....type cd /tmp knoppix-installer-latest -web....host not found.....bad command...That is what there site says to do but nobody will answer my ?. So I came here tryed ./knoppix-installer...tryed knoppix2hdinstaller....tryed knoppix-installer....tryedknx-2hd......All bad commands. I really want to learn but can not figure it out. This is day 3 with no results from 1 million google searches and forum posts. I'm starting to think this why people pay for M$hit!

UnderScore
01-24-2005, 05:56 AM
I downloaded & burnt the WHoppix 2.6 SP1 CD. According to the documentation at the WHoppix forums, the older version required the user to manualy download the installation scripts and then execute them. It seems the updated version suggest that the user open a terminal and:
cd /tmp
./knoppix-installer-latest-web
That script automatically downloads the installation script archive, extracts them, and executes them. If you do not have internet connectivity then you will not be able to install WHoppix. This is why you keep getting the bad host error. You probably do not have internet connectivity.

The lack of a "onboard" installer seems to be a limitation of WHoppix and not of Knoppix as all recent versions come with the installer on the CD . I would suggest that you download and save the installation script archive http://debian.tu-bs.de/knoppix/installer/knx-installer_0.3-14.tar.gz and save it to either floppy, CDR, USB flash key. Then you can install WHoppix anywhere without the network connectivity dependency. To install from the archive:
cd $HOME
tar zxvf /the/path/to/where/ever/you/put/the/knx-installer_0.3-14.tar.gz
cd knx-installer-0.3
sudo ./knoppix-installer
I got these commands from the /tmp/knoppix-installer-latest-web file. You can find out how it works by:
xedit /tmp/knoppix-installer-latest-web
I do not agree with the decision to not include the installer on the CD and you should take that up with the WHoppix people. WHoppix excuse is that their distro is not for new users. Unless you need to pentration testing or network testing, I see no point in running WHoppix over Knoppix or Kanotix.
I hope this helps.
James

M$lave
01-24-2005, 07:04 AM
Hey Thanks alot for the quick post. That is exactly what I thought the problem was ...and posted(on whoppix) that question after 4 days and 50 some people viewing the post nobody would answer it.I started to think there was a reason they weren't answering it. I am a long time M$ user and very comfortable with windows but this was my first attempt at Linux to use it for pen testing\security on my network. The fact that you have to go online to install software seems very insecure to me....I guess I'm not a programmer but nevertheless seems pointless.