Page 1 of 2 12 LastLast
Results 1 to 10 of 12

Thread: Idiot's guide to HDD install

  1. #1
    Junior Member
    Join Date
    Jun 2003
    Posts
    2

    Idiot's guide to HDD install

    I gather that there is a way of putting knoppix onto the hard drive. As this is the third attempt at doing anything with Linux on my machine, and the only one that has worked in any measure, I am quite keen.

    I read in the FAQ that it was tricky if you were a newbie but not impossible, I then failed to understand the method. Is there an idiot's guide to doing this?

    I already have suitable partitions from trying to install Red Hat 9, which keeps burbling on about magic number problems. Knoppix worked first time!

    Thanks for any help!

    bogl

  2. #2
    Member registered user
    Join Date
    Apr 2003
    Location
    Warsaw, Poland.
    Posts
    55
    Copy entire knoppix catalogue from cd rom to any drive or free partition.

    Start knoppix from cd, and then prepare the boot floppy disk (boot.img on the cdrom).

    dd if=/mnt/cdrom/KNOPPIX/boot-en.img of=/dev/fd0

    Reboot computer and start the system from floppy disk.

    It will take you 1o minutes.

  3. #3
    Senior Member registered user
    Join Date
    Mar 2003
    Location
    colorado springs, colorado
    Posts
    1,933
    You can find a how-to here.

    Don't be afraid to try it- it certainly isn't complicated. BTW- are you aware that you can still surf the web while you install? If you have any questions you can easily get the answers. Keep in mind that you can always abort the install process as well. If it doesn't work out for you it doesn't take long to do it again either.

    In the above post pnti is referring to booting the compressed .iso directly from your hard drive which certainly does work but it isn't the same as installing it.

    Just curious....where did you read that the install was complicated?

  4. #4
    Member registered user
    Join Date
    Jun 2003
    Posts
    68
    I have just install knoppix and am very happy with it.

    Just a question. Does knoppix has an upgrade option durint installation (like RH)?

  5. #5
    Junior Member
    Join Date
    Dec 2002
    Location
    Denmark
    Posts
    7
    No, but right after you reboot (or chroot) - type

    > apt-get update
    > apt-get upgrade

    Unless you want to waste badwidht you might want to

    > apt-get remove kde-i18-useless_language

    first (remove the _very_ large kde language-packs you dont need - find the exact names by typing )

    > dpkg -l | grep kde

    or something.

    HTH
    Anders

  6. #6
    Senior Member registered user
    Join Date
    Mar 2003
    Location
    colorado springs, colorado
    Posts
    1,933
    Quote Originally Posted by biehl
    No, but right after you reboot (or chroot) - type

    > apt-get update
    > apt-get upgrade
    Definitely do the update but the upgrade is optional.

  7. #7
    Senior Member registered user
    Join Date
    Feb 2003
    Location
    Nova Scotia, Canada
    Posts
    2,479
    And I might add apt-get -s upgrade to simulate the action of apt to check for problems before doing the upgrade.

  8. #8
    Member registered user
    Join Date
    Jan 2003
    Location
    Northridge, California
    Posts
    48

    installation guide.

    I made a larger quide, everytime I ran into a problem, I would also try to write about it in the guide.

    www.phpcad.com/knoppix-install.html , it is based on the one above.

  9. #9
    Junior Member
    Join Date
    Jun 2003
    Posts
    2
    It works! Can't get printer or CD going, not sure how to mount disks...but this is beyond this forum anyway, that's a Debian issue, right?

    It was v easy - thanks. Now to configure...

  10. #10
    Senior Member registered user
    Join Date
    Mar 2003
    Location
    colorado springs, colorado
    Posts
    1,933
    Nice work on the how-to. It has needed cleaning up for some time now. I'd personally like to see more in the "how to make it a Debian installation" area. There has already been some documentation written for just this i.e. "How to move your /home directory to another partition". This method also works for other directories.
    -------------------------------------------------------------

    Also a "How to recompile your Knoppix kernel the Debian way" would be a plus- it seems to be a common stumbling block as it's not exactly the same as usual.
    -------------------------------------------------------------
    A few things that might be appended to your how-to:

    Partition resizing:Knoppix has qtparted which is a great partition program (except that it doesn't yet handle reiserfs -grrrrr).
    ------------------------------------------------------------
    Set passwords: Maybe a link to Stephens script hack to change install with your username instead of the Knoppix username.
    -------------------------------------------------------------
    Select Servers to Install and Run on Boot -How about a link to the Quick Samba how-to or even another one perhaps.
    -------------------------------------------------------------
    Set up bootloader: I think it should be clarified that if you choose "no" on installing LILO to the MBR it will instead install to the /root directory. This is very handy as it makes setting up a boot manager very easy. Really there could be a small how-to on boot loaders in general. Many people coming from windows are inexperienced in that area because wimpdoze only installs to one partition and it always decides which disc it's going to be installed on (the first one). This would require a fair amount of work to explain it all. Maybe someone knows of a good how-to already that we could link to or copy over.

    ------------------------------------------------------------

    How about adding a basic networking troubleshooting section. Example:

    ifgconfig -a
    (maybe w/ a little explaination about lo(cal) and eth0)
    ifdown -a
    ifup -a
    ping by i.p. first
    ping by domain name second
    adding domain name servers

    -------------------------------------------------------------
    To Change the Fonts Size at Once. How about a link to Xfree86.org's "Font deuglification"
    -------------------------------------------------------------
    Defrag or Repair Note that fsck is automatically ran if you shutdown uncleanly w/ ext2 file systems. ext3 is checked every 30 (or so ) mounts. In fact the rate at which it is checked is user definable (I forget where).
    -------------------------------------------------------------
    Perhaps a mention of the sudoers file and /etc/group would solve alot of problems as well.
    -------------------------------------------------------------
    I have started a list of Linux commands in the General forum. I could see it getting quite out of hand very quickly however- where do you stop? I think one of our major focuses should be at least an attempt at definig where Knoppix ends and Debian begins. Of course perhaps Klaus never imagined that Knoppix would take off in the installed OS category the way it has. I for one am ecstatic to finally see a way to install Debian that doesn't make you want to choke someone. :P

    Knoppix has turned the Linux world down a new avenue and not once has it failed to impress anyone and everyone I've showed it to. I'm very impressed by all of the documentation already here on the site (none of which was written by me :P ).

    It seems that Knoppix is the new "place for Linux noobs" and I certainly won't do anything to discourge that image.

    Great work on the how-to and thanks so much for your time. It's efforts just like this that make the open source community so great.

Page 1 of 2 12 LastLast

Similar Threads

  1. Please....quick guide to install Knoppix
    By Sk83r99 in forum General Support
    Replies: 3
    Last Post: 08-17-2004, 12:38 AM
  2. HD install guide other then David McNab's?
    By Abdi110 in forum Hdd Install / Debian / Apt
    Replies: 2
    Last Post: 02-20-2004, 12:38 AM
  3. Addition to the remastering guide
    By kiko in forum Customising & Remastering
    Replies: 0
    Last Post: 11-28-2003, 06:07 AM
  4. Desktop users guide
    By eadz in forum Ideas
    Replies: 0
    Last Post: 04-02-2003, 01:26 AM
  5. Please someone guide me to mastering Knoppix!!
    By Raj in forum Customising & Remastering
    Replies: 1
    Last Post: 02-19-2003, 01:19 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


Cisco UCS 5108 Blade Server Chassis Enclosure 8x B200 M4 16x E5-2640v3 128gb picture

Cisco UCS 5108 Blade Server Chassis Enclosure 8x B200 M4 16x E5-2640v3 128gb

$599.99



Dell PowerEdge M640 Barebone Server Blade No Hard Drive Trays picture

Dell PowerEdge M640 Barebone Server Blade No Hard Drive Trays

$499.00



DELL PEM640 POWEREDGE M640 BLADE SERVER picture

DELL PEM640 POWEREDGE M640 BLADE SERVER

$539.95



HP ProLiant BL460c Gen9 Blade 2x E5-2660v4 2.0GHz =28 Cores 128GB P246 650FLB picture

HP ProLiant BL460c Gen9 Blade 2x E5-2660v4 2.0GHz =28 Cores 128GB P246 650FLB

$284.00



Dell PowerEdge M520 Blade Server 1x Xeon E5-2440 V2 CPU 96GB RAM for VRTX picture

Dell PowerEdge M520 Blade Server 1x Xeon E5-2440 V2 CPU 96GB RAM for VRTX

$99.95



HPE PROLIANT BL460C GEN 9 - 2x XEON E5-2697v4  - 64GB MEMORY picture

HPE PROLIANT BL460C GEN 9 - 2x XEON E5-2697v4 - 64GB MEMORY

$120.00



HP Proliant BL460C Gen8 Blade Server 2x 8C E5-2690 192GB Ram picture

HP Proliant BL460C Gen8 Blade Server 2x 8C E5-2690 192GB Ram

$58.62



Google Search Appliance - Dell PowerEdge R710 x2 Xeon X5690 192GB Memory 6TB HDD picture

Google Search Appliance - Dell PowerEdge R710 x2 Xeon X5690 192GB Memory 6TB HDD

$529.99



DELL PowerEdge M630 Blade 2x E5-2683v3 2.0GHz =28 Cores 128GB H330 2x10Gb X520 picture

DELL PowerEdge M630 Blade 2x E5-2683v3 2.0GHz =28 Cores 128GB H330 2x10Gb X520

$288.00



HP ProLiant BL460c G9(Gen9) 2x 10 CORE E5-2660v3 2.6GHz 128GB RAM No SSD picture

HP ProLiant BL460c G9(Gen9) 2x 10 CORE E5-2660v3 2.6GHz 128GB RAM No SSD

$222.00