Results 1 to 8 of 8

Thread: Install knoppix to primary slave

  1. #1
    Member registered user
    Join Date
    Oct 2004
    Location
    My computer
    Posts
    35

    Install knoppix to primary slave

    Ok, i ran the knippix-installer after partitioning the primary SLAVE to a 1GB linux swap and a 15GB ext3 partition(there is still about 24GB non-partitioned space).

    In the configure install section, where it asks for the drive to install it on, it lists only hda, not hdb1 where i want to install it! Two things:
    1: CAN knoppix install onto the primary slave HD? If so, how?
    2: Once it is installed, how do i boot from the primary slave OR the primary master?

    I have windows 2k on the primary master and intend to keep it, i just want to be able to have knoppix on the slave(as a secondary OS).

    If i MUST install windows 2000 AFTER knoppix, or format the primary master, i CAN, however, i would MUCH perfer NOT to, cause it's a LOT of work to set windows 2000 up again. But knoppix on the CD has enough functionality that i can take my time, Anyway...

    Any (and ALL) help is GREATLY appreciated!

  2. #2
    Senior Member registered user
    Join Date
    Feb 2004
    Posts
    949

    Re: Install knoppix to primary slave

    Quote Originally Posted by Jakykong
    Ok, i ran the knippix-installer after partitioning the primary SLAVE to a 1GB linux swap and a 15GB ext3 partition(there is still about 24GB non-partitioned space).

    In the configure install section, where it asks for the drive to install it on, it lists only hda, not hdb1 where i want to install it! Two things:
    1: CAN knoppix install onto the primary slave HD? If so, how?
    2: Once it is installed, how do i boot from the primary slave OR the primary master?

    I have windows 2k on the primary master and intend to keep it, i just want to be able to have knoppix on the slave(as a secondary OS).

    If i MUST install windows 2000 AFTER knoppix, or format the primary master, i CAN, however, i would MUCH perfer NOT to, cause it's a LOT of work to set windows 2000 up again. But knoppix on the CD has enough functionality that i can take my time, Anyway...

    Any (and ALL) help is GREATLY appreciated!
    Hmm, my knoppix cd finds the slave just fine and allows me to install it. Can you see the icon on the desk top for the partition? If you can, try setting up the install as normal picking a partition on your master. Then save the config and edit the drive section to your slave drive.
    Then restart knoppix-installer and load the saved config that you edited.

  3. #3
    Member registered user
    Join Date
    Oct 2004
    Location
    My computer
    Posts
    35
    Yes, i can see it on the desktop, and i can browse it and write to it. Is the script set up to find ALL the partitions? If not, will it necessarily be able to install onto a slave partition?

    Also, that MAY get it onto the hard drive, but the BIGGEST problem is how to select a drive to boot from. If i want windows, i want to boot from the master, if i want knoppix, i would boot from slave. I need to know how to do this.

    I have a program to read and change boot sectors on disks. If i copy all the data on the CD to the HD and change to boot sector to that of the CD, it should "work." But the key is booting to the slave disk! once i know that, i can handle the rest of it with or without the installer script!

  4. #4
    Member registered user
    Join Date
    Oct 2004
    Location
    My computer
    Posts
    35
    Ok, never mind... i figured out the problem. the script showed me all the mounted disks. I hadnt mounted the hdb2 disk yet. Once i mounted it, it showed me only it and that is FINE with me since thats where i want it!

  5. #5
    Senior Member registered user
    Join Date
    Feb 2004
    Posts
    949
    Grub will find the partition and add it.

    *edited* I beleive lilo will also.

  6. #6
    Member registered user
    Join Date
    Oct 2004
    Location
    My computer
    Posts
    35
    Well, no matter... i didnt get a choice! Obvious problem... i wasnt the first person to run into it i guess . Anyway, it edited the mbr to be lilo and that works just fine. Although i wish it would boot to windows by default instead of linux by default, cause windows does games . But no matter, i should be doing school instead.


    Now i have another problem that probably doesent belong here but i'll ask it anyway since i have people attention on this topic

    I downloaded several programs recently. the SDL libraries, and a couple games. So SuperTUX and the SDL libraries compiled and ran VERY smoothly. The other game i downloaded is a game called Anagramarama(a lot like a 16-bit windows 3.1 game that was on my 486 before i made it into a UNIX computer). Ok, so the method i use on my UNIX computer when there is no install script is to compile, make, then copy into the /usr/local/bin directory the executable, and the other files into the /usr/local/include directory. Works great on my UNIX computer, but that method did not work with anagramarama.

    I also can't get it to start in the directory i compiled it to unless i issue it as a command from within the terminal. Which is annoying, i just want to click the program and get it going.

    Opening it with the terminal after applying my UNIX methods didnt work.

    So, my two questions are:
    1: How do i install it without the install script like came with the other downloaded items?
    2: Once installed, if it doesent work clicking on the file, how do i use the command line of konsole to rid myself of typing

    Linux is probing to be a different beast from unix, so i'm probably going to have LOADS of questions until i get a little more used to it. As far as i can tell, my 3" thick book on UNIX is useless for learning Linux!

  7. #7
    Senior Member registered user
    Join Date
    Feb 2004
    Posts
    949
    Quote Originally Posted by Jakykong
    Well, no matter... i didnt get a choice! Obvious problem... i wasnt the first person to run into it i guess . Anyway, it edited the mbr to be lilo and that works just fine. Although i wish it would boot to windows by default instead of linux by default, cause windows does games . But no matter, i should be doing school instead.


    Now i have another problem that probably doesent belong here but i'll ask it anyway since i have people attention on this topic

    I downloaded several programs recently. the SDL libraries, and a couple games. So SuperTUX and the SDL libraries compiled and ran VERY smoothly. The other game i downloaded is a game called Anagramarama(a lot like a 16-bit windows 3.1 game that was on my 486 before i made it into a UNIX computer). Ok, so the method i use on my UNIX computer when there is no install script is to compile, make, then copy into the /usr/local/bin directory the executable, and the other files into the /usr/local/include directory. Works great on my UNIX computer, but that method did not work with anagramarama.

    I also can't get it to start in the directory i compiled it to unless i issue it as a command from within the terminal. Which is annoying, i just want to click the program and get it going.

    Opening it with the terminal after applying my UNIX methods didnt work.

    So, my two questions are:
    1: How do i install it without the install script like came with the other downloaded items?
    2: Once installed, if it doesent work clicking on the file, how do i use the command line of konsole to rid myself of typing

    Linux is probing to be a different beast from unix, so i'm probably going to have LOADS of questions until i get a little more used to it. As far as i can tell, my 3" thick book on UNIX is useless for learning Linux!
    0. You should have a file called liloconfig. Find and edit it to make windows your defualt boot. Then run lilo update.

    1.Sounds like what you did was correct.
    2.I've had nothing but problems trying to get a file to execute by clicking on it.Setting up a short cut in a menu however seems to work.

  8. #8
    Member registered user
    Join Date
    Oct 2004
    Location
    My computer
    Posts
    35
    yeah, tried putting a shortcut in the k menu... no difference from when i clicked on it in it's folder. I'm thinking that the solution lies in automating the terminal. I need to know 2 things to do that:

    -using a shell script to change directories and execute a file
    -activating a shell script with a shortcut

    The second one is because i can't seem to get shell scripts to run by clicking on them. I just want the thing to start from the k menu no matter what i have to do to do that!

Similar Threads

  1. Primary slave hdd not being recognized...
    By yoyall in forum Hdd Install / Debian / Apt
    Replies: 9
    Last Post: 11-04-2005, 06:35 PM
  2. No Primary Hard Drive
    By tgjb007 in forum Hardware & Booting
    Replies: 2
    Last Post: 09-15-2005, 02:18 AM
  3. errors while mounting slave drive
    By ogami1972 in forum Hdd Install / Debian / Apt
    Replies: 2
    Last Post: 08-24-2004, 10:40 AM
  4. Boot from slave HHD
    By kul in forum General Support
    Replies: 2
    Last Post: 08-22-2003, 11:46 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
  •  


Dell PowerEdge R720 Server - 2x8c CPU,256Gb RAM, 128Gb SSD/3x900Gb SAS, Proxmox picture

Dell PowerEdge R720 Server - 2x8c CPU,256Gb RAM, 128Gb SSD/3x900Gb SAS, Proxmox

$340.00



Dell Precision T3600 | Xeon E5 | 16GB | GPU | 128GB SSD | Win 10 Pro picture

Dell Precision T3600 | Xeon E5 | 16GB | GPU | 128GB SSD | Win 10 Pro

$115.00



CISCO MCS 7800 (2x) Intel Xeon @ 2.33 GHz 4GB Ram, NO HDD picture

CISCO MCS 7800 (2x) Intel Xeon @ 2.33 GHz 4GB Ram, NO HDD

$44.99



Intel XEON SILVER SILVER 4114 SR3GK PROCESSOR picture

Intel XEON SILVER SILVER 4114 SR3GK PROCESSOR

$19.99



Intel Xeon Gold 6126 2.6 GHz LGA 3647 Server CPU Processor SR3B3 picture

Intel Xeon Gold 6126 2.6 GHz LGA 3647 Server CPU Processor SR3B3

$17.99



Intel Xeon E5-2680 v4 2.4GHz 35MB 14-Core 120W LGA2011-3 SR2N7 picture

Intel Xeon E5-2680 v4 2.4GHz 35MB 14-Core 120W LGA2011-3 SR2N7

$17.99



Intel Xeon Gold 6140 SR3AX 2.3GHz 18-Core Processor CPU picture

Intel Xeon Gold 6140 SR3AX 2.3GHz 18-Core Processor CPU

$44.99



Intel Xeon Gold 6138 2.0GHz 27.5MB 20-Core 125W LGA3647 SR3B5 picture

Intel Xeon Gold 6138 2.0GHz 27.5MB 20-Core 125W LGA3647 SR3B5

$46.00



INTEL XEON GOLD 6148 PROCESSOR | 2.40GHZ | SR3B6 picture

INTEL XEON GOLD 6148 PROCESSOR | 2.40GHZ | SR3B6

$99.99



HP Workstation Z640 2x Xeon E5-2623V4 32GB Ram Dual 256GB SSD K420 Linux GA picture

HP Workstation Z640 2x Xeon E5-2623V4 32GB Ram Dual 256GB SSD K420 Linux GA

$234.98