Forum     

Go Back   Digit Technology Discussion Forum > Software > Open Source
Register FAQ Calendar Mark Forums Read

Open Source A place where you can talk to like-minded people about the fastest growing software movement today! Discuss anything and everything about Open Source software and Operating Systems.

Closed Thread
 
LinkBack Thread Tools Display Modes
Old 19-08-2006, 11:03 AM   #1 (permalink)
Console Freak
 
aditya.shevade's Avatar
 
Join Date: Jun 2006
Location: Sangli-Maharashtra
Posts: 991
Red face Knoppix 3.2 installation.

Hi

I want to install knoppix 3.2 on HDD. The CD contains the procedure, but I am unable to understand it. They have said....

Q: Can one also install the distribution from the CD onto a hard drive?

A: In principal, yes (after all, the "master" system also runs on a hard
drive before it is burned to CD). However there is currently no
installation GUI for this, so installation to a hard drive should probably
only be attempted by more knowledgeable Linux users. Assuming the KNOPPIX
system has already booted, installation approximately follows this
procedure:
1.) initialize a free partition with the ext2 file system and mount it on
/mnt/knoppix, for example.
2.) cp -a /KNOPPIX/* /mnt/knoppix/
3.) set up /mnt/knoppix/etc/fstab and /mnt/knoppix/etc/lilo.conf for the
new system (Caution: symlinks in /boot initially point to the Ram
disk!), run lilo.
4.) mkdir /mnt/knoppix/home/knoppix && \
chown knoppix.knoppix /mnt/knoppix/home/knoppix
5.) Reboot, try the system out, fix any broken settings.
(No guarantees.)

Can some one please tell what exactly to do in detail?
__________________
I have launched my blog and I am looking forward to link exchange. If you can then please add my blog link your blogroll and let me know then I can do the same.

http://blog.adityashevade.com
aditya.shevade is offline  
Advertisements. Register and be a member of the community to get rid of them.
Advertisement

Old 19-08-2006, 12:16 PM   #2 (permalink)
18 Till I Die............
 
Join Date: Jul 2004
Location: India, Mumbai, Marine Lines
Posts: 5,792
Default Re: Knoppix 3.2 installation.

See this http://www.knoppix.net/wiki/Hd_Install_HowTo
And if this one helps http://www.bellevuelinux.org/knoppixinstall.html
__________________
http://www.bash.org/?258908
mehulved is offline  
Old 19-08-2006, 01:10 PM   #3 (permalink)
Alpha Geek
 
DeSmOnD dAvId's Avatar
 
Join Date: Apr 2005
Location: Sanitarium
Posts: 596
Default Re: Knoppix 3.2 installation.

Thanks mate, I really needed it too.
__________________
"If God had wanted you to live he would not have created ME!"

Steam : Rrtry™ DeathMetal
My Blog : The Pandemonium (Latest Post : Where does music come from?)

Need new Electric guitar...help needed!!!
DeSmOnD dAvId is offline  
Old 20-08-2006, 11:58 AM   #4 (permalink)
Human Spambot
 
tuxfan's Avatar
 
Join Date: Feb 2004
Location: Mumbai
Posts: 2,653
Default Re: Knoppix 3.2 installation.

aditya!! I think I sent you a Knoppix 5.0.1 DVD!! Why do you want to install an older version now?
tuxfan is offline  
Old 20-08-2006, 12:17 PM   #5 (permalink)
String Phreak
 
mediator's Avatar
 
Join Date: Mar 2005
Location: In ur Evil Mind!
Posts: 2,453
Talking Re: Knoppix 3.2 installation.

Thats cheating post the knoppix 5 DVD to all of us. Make it the digit content!
mediator is offline  
Old 20-08-2006, 02:14 PM   #6 (permalink)
Console Freak
 
aditya.shevade's Avatar
 
Join Date: Jun 2006
Location: Sangli-Maharashtra
Posts: 991
Default Re: Knoppix 3.2 installation.

@ Tuxfan. I have the DVD. I know that. My old PC dosen't have a DVD drive, even if it had one then also it has only 96MB ram and it's a Celeron 500MHz and the PC is 6 years old. I cannot run any other distro as smooth as I can run the Knoppix 3.2 on that.

@tech_your_future: - Thank you. I have installed the OS. Now only one thing remains unanswered, It comes with LILO, JGuru told me about the GRUB but not LILO. It boots Knoppix By default. I want windows to run Like that. How can I make Windows my Default OS?

I also tried Mandriva but it is too slow at my config. Knoppix runs very well. I have no problem now exept for that LILO config. Please tell me what to do.
__________________
I have launched my blog and I am looking forward to link exchange. If you can then please add my blog link your blogroll and let me know then I can do the same.

http://blog.adityashevade.com
aditya.shevade is offline  
Old 20-08-2006, 02:44 PM   #7 (permalink)
18 Till I Die............
 
Join Date: Jul 2004
Location: India, Mumbai, Marine Lines
Posts: 5,792
Default Re: Knoppix 3.2 installation.

See if this helps http://www.codecoffee.com/tipsforlinux/articles/6.html
And aditya you need to learn to google up such things before asking. It will save you a lot of time and teach you a lot of things.

Here's what you want http://www.knoppix.net/wiki/Lilo right from the first page of google search.
__________________
http://www.bash.org/?258908
mehulved is offline  
Old 20-08-2006, 05:58 PM   #8 (permalink)
Wise Old Owl
 
JGuru's Avatar
 
Join Date: Dec 2005
Location: Space-time continuum
Posts: 1,646
Default Re: Knoppix 3.2 installation.

@Aditya, backup the 'lilo.conf' file before you make any changes!!
So if you mess things up you can restore it from the backup file!!
Otherwise you won't be able to boot.
Open the Terminal Window & type:
$ sudo cp /etc/lilo.conf /etc/lilo_back.conf

Now edit the LILO file:

$ sudo gedit /etc/lilo.conf

Make the changes & save the file.
Reboot for changes to take effect.
JGuru is offline  
Old 20-08-2006, 07:34 PM   #9 (permalink)
Console Freak
 
aditya.shevade's Avatar
 
Join Date: Jun 2006
Location: Sangli-Maharashtra
Posts: 991
Default Re: Knoppix 3.2 installation.

@Tech_your_future:-

I respect your advice but there are a lot of sites to be searched from and I thought that this was the best method. Forgive me if I am wrong. I am searching on google but am not finding the correct results, forget this one as ir's the first page in google.

@JGuru Thank you.
__________________
I have launched my blog and I am looking forward to link exchange. If you can then please add my blog link your blogroll and let me know then I can do the same.

http://blog.adityashevade.com
aditya.shevade is offline  
Old 20-08-2006, 08:03 PM   #10 (permalink)
18 Till I Die............
 
Join Date: Jul 2004
Location: India, Mumbai, Marine Lines
Posts: 5,792
Default Re: Knoppix 3.2 installation.

See aditya we all don't get it right with google just from the beginning. For linux related queries go to www.google.com/linux, it will give you more specific queries. Learn more about google, it has so many powerful tools. Main thing to remember is which keywords to apply like in this case you could have searched for Knoppix + edit lilo. As you use more you will learn.
__________________
http://www.bash.org/?258908
mehulved is offline  
Old 21-08-2006, 12:22 AM   #11 (permalink)
Wise Old Owl
 
JGuru's Avatar
 
Join Date: Dec 2005
Location: Space-time continuum
Posts: 1,646
Default Re: Knoppix 3.2 installation.

@Aditya, Tech_your_future has a good point. You must search with the correct phrase
in Google to get what you want.In the first three links itself , you'll find what you are
looking for!! Ofcourse it comes with some experience , trial & error method.
JGuru is offline  
Closed Thread

Bookmarks

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 On
Pingbacks are On
Refbacks are On



All times are GMT +5.5. The time now is 12:50 AM.


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2012, vBulletin Solutions, Inc.

Search Engine Optimization by vBSEO 3.3.2