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

Thread: Don't see what I am doing wrong

  1. #1
    Junior Member
    Join Date
    Jul 2004
    Posts
    6

    Don't see what I am doing wrong

    I am trying to install knoppix 3.4 to my harddrive. I have been reading information pertaining to this for about 5 hours. I then tried to do it 3 times now and when I am finished I take out the CD and reboot my machine. It looks like it is booting and puts the word GRUB on the screen. Then it just sits there. I left it like that all three times for no less than 30 minutes. I guess it is hanging or I have done something wrong. Hopefully someone can give me some info. The following is what I did.
    Booted into Knoppix 3.4 and checked it out. I liked it and thought since this thing can boot and run ontop of a OS from the CD this is the linux distro for me. I am linux noob by the way. Just came back from hope and found out that I need to learn linux. So I read the faq about harddrive install, the tutorial for harddrive install and about 9 other things relating to Knoppix harddrive install. I beleive I am ready so I go about my task. I press ctrl+alt+f2 to get a root terminal. I use this command "sudo knoppix-installer" to start the install. Next I choose to partition my 3 gig harddrive. 2.5g and .5g partitions. I select the 2.5g and change the type to ext3 and then make it bootable. Next I select the .5g and change the type to linux swap. Finally I choose write the table. I save the configuration and reboot. I get to terminal as root and use the install command again and this time I choose load config. I type my file name and it shows me the info. Now I choose to install and it askes me about 3 different types 1. a hardware detection type 2. a knoppix like cd type and 3 a debian type. I choose the 2nd option. It askes me to choose the partition to set up linux on and I choose the 2.5g partition. It looks as if it is installing. When it is finished it gives me back to terminal as root and I reboot the machine and remove my cd. When machine reboots tho I end up with GRUB on my screen and it appears that nothing else is happening. Any thoughts, suggestions, and help are welcome.

    Thanks,

    Jera

  2. #2
    Junior Member registered user
    Join Date
    Jun 2004
    Location
    Finland
    Posts
    29
    Well im not sure, but maybe you should only install beginner or debian from the install menu.

    Check here:
    http://www.knoppix.net/forum/viewtop...ppix+different

    or here

    http://www.knoppix.net/docs/index.php/KnoppixInstaller

  3. #3
    Junior Member
    Join Date
    Jul 2004
    Posts
    6
    Thanks for the reply ghetto_blaster. I am still baffled at making an install. Is there really a detailed (read every step) to doing a harddrive install. I feel that I am missing something. I dont care about the harddrive or the data on it. I look at the tutorial for harddrive install for knoppix and it leaves out a lot of the options you must choose to get knoppix installed. If someone can point me to a clearer posting of how to do the harddrive install or just post it I would appreciate it. I have a 3 gig harddrive using 2.5 for ext3 and .5 for linux swap. After I boot do I have to do something to make the harddrive writeable? What about after I try writing the new partition table and it says I must reboot. If I reboot how will it save or change the harddrive when it is booting from the cd again? I am completely lost, please help.

    Thanks,

    Jera

  4. #4
    Senior Member registered user
    Join Date
    Mar 2003
    Location
    Portland, OR USA
    Posts
    568
    This is interesting because you're the 2nd person who said they'd installed Knoppix and ended up with a GRUB prompt. I thought Knoppix installed LILO by default.

    In any case, when you see GRUB on your screen, it's waiting for you to enter commands. GRUB is like a little shell. Assuming you've installed Knoppix on the first partition of your first (master) hard disk, aka hda1, then try this. At the GRUB prompt, type (press enter at the end of each line):

    > root (hd0,0)
    > kernel /boot/vmlinuz root=/dev/hda1 vga=773 ro
    > boot

    Does that get you into Knoppix?

  5. #5
    Junior Member
    Join Date
    Jul 2004
    Posts
    6
    No. Nothing at all happens when I try to type. It is quite bothersome that the GRUB prompt is there. Like I said it seems to me that my system locks up. The only key commands I can get to work is ctrl+alt+del which will reboot my system. I tried typing at the GRUB when I first got it and nothing shows up on screen, I even tried typing and pressing enter for the heck of it and nothing happend. I dont even hear my harddrive spinning.

    Now I tried something different. I booted from the cd and clicked on terminal at the bottom of the desktop. In the terminal I typed su then pressed enter, at the next prompt I typed sudo knoppix-installer which in turn gave me qtparted for the first time ever. I have never typed the su part before the sudo knoppix-installer part before because I always opened a terminal before by pressing ctrl+alt+f2. This time I opend a terminal from the desktop icon at the bottom as I mentioned and used the su to get to root. However, once I was in qtparted, I could not change my partitions because the hard drive was listed as read only. I tried to use one of the tabs at the top(don't recall which one, although I looked through all of them) to change it but the only option I could find was to view the partitions. So how do I get this program to let me change the drive to read/write so that I can set up the partitions.

    Now before you tell me "hey noob, you just click on the icon of the drive and change it" I tried that. I also tried to mount the drive by opening the terminal and doing the following
    Code:
     su hit enter then /mnt/hda1 then hit enter then /mnt/hda2 followed by enter.
    Please inform me what I am doing wrong. I have been searching and reading and reading and reading and searching and have yet to come across the answer. Oh and in case you don't think I have been searching for the answer I want you to know that I have been attempting to do this (install knoppix on hard drive) for a total of 7hours and 19 minutes, but who is counting

    One last question before I get back to searching and reading, is there a way I can verify that the install worked before I reboot? because it sends me to the prompt when it is done and I normally just type shutdown -r now and remove the cd and hope that it actually boots.

    One last bit of info that may help you point me in the right direction. I have now installed, in this order, the following versions of linux on the hard drive: redhat 7, fedora core, suse 8.2, debian 3, and now attempted to do knoppix 9 times now. Maybe that is why I am getting grub?


    Thanks,

    Jera



    P.S. I am having so much fun learning linux. I love to learn and I cant wait to be microsoft independent so please help me, it is for a great cause

  6. #6
    Senior Member registered user
    Join Date
    Mar 2003
    Location
    Portland, OR USA
    Posts
    568
    Quote Originally Posted by Jera
    One last bit of info that may help you point me in the right direction. I have now installed, in this order, the following versions of linux on the hard drive: redhat 7, fedora core, suse 8.2, debian 3, and now attempted to do knoppix 9 times now. Maybe that is why I am getting grub?
    That would explain it. GRUB's probably written itself to your MBR. You'll need to let Knoppix install LILO to the MBR.

    Your hard drive has to be unmounted in order to use QTParted -- all of it. If you've got a swap partition on it, and Knoppix is using it, QTParted won't work. Try using the "noswap" cheatcode when booting from the Knoppix CD.

    <edit>
    And, if you've already partitioned your hard drive (as you said above -- hda1 = 2.5G ext3; hda2 = 0.5G swap), why are you trying to repartition it again?
    </edit>

  7. #7
    Junior Member
    Join Date
    Jul 2004
    Posts
    6
    Okay how do I unmount my hard drive? How do I remove GRUB because LILO apperantly is not writing over it because I tell it to write to MBR but when I boot I still get GRUB. I am trying to repartition because I partitioned using cfdisk and it does not do as good as a job. If you could give me the codes to do these things or point me in the correct direction I could get my install to work.


    Thanks,

    Jera

    edit: how do I boot using more than one cheatcode? I would like to boot to 800x600, noswap, and lang=en.

  8. #8
    Senior Member registered user
    Join Date
    Mar 2003
    Location
    Portland, OR USA
    Posts
    568
    Take a look at the file "knoppix-cheatcodes.txt" on your Knoppix CD. If you type "knoppix noswap lang=en screen=800x600" at the boot: prompt you'll boot using kernel 2.4; if you use "knoppix26" instead of "knoppix" you'll start with kernel 2.6.

    I suppose the next question would be, when you installed, did you make a boot floppy, and can you boot from it?

  9. #9
    Junior Member
    Join Date
    Jul 2004
    Posts
    6
    yes during the installation it asked me if I wanted to make a boot floppy. However, it does not boot the computer. Can you tell me exactly how I would go about unmounting the hard drive so that I can attempt to install knoppix again?


    Thanks,

    Jera

  10. #10
    Senior Member registered user
    Join Date
    Mar 2003
    Location
    Portland, OR USA
    Posts
    568
    First things first -- do you understand how to use cheatcodes when booting Knoppix from the CD? Please read the Cheat Codes FAQ and also the text document knoppix-cheatcodes.txt (which is also on your Knoppix CD).

    If you have a swap partition that Knoppix is using, the "noswap" cheatcode will cause Knoppix not to use it.

    If you start up QTParted and click on your hard drive, and it says "Status: busy" at the bottom left, you won't be able to do anything with QTParted.

Page 1 of 2 12 LastLast

Similar Threads

  1. Need to know what i have done wrong
    By slp44 in forum MS Windows & New to Linux
    Replies: 3
    Last Post: 06-10-2005, 01:23 AM
  2. All going very wrong!
    By fingers99 in forum Hdd Install / Debian / Apt
    Replies: 1
    Last Post: 02-16-2005, 09:56 AM
  3. OK~ what am i doing wrong..
    By mikejn1 in forum Hdd Install / Debian / Apt
    Replies: 0
    Last Post: 11-29-2004, 02:42 PM
  4. Where did I go wrong ...
    By Mic Q in forum General Support
    Replies: 3
    Last Post: 10-16-2004, 10:21 AM
  5. Graphics all wrong
    By Borthas in forum General Support
    Replies: 5
    Last Post: 07-13-2004, 06:27 AM

Posting Permissions

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


HP EliteBook 850 G5 15.6

HP EliteBook 850 G5 15.6" 64GB RAM 2TB SSD Intel Quad Core i7 4.80GHz AMD Radeon

$443.00



Team T-FORCE VULCAN Z 16GB (2 x 8GB) 288-Pin PC RAM DDR4 3200 (PC4 25600) XMP picture

Team T-FORCE VULCAN Z 16GB (2 x 8GB) 288-Pin PC RAM DDR4 3200 (PC4 25600) XMP

$38.99



A-Tech 8GB DDR3 1600 PC3-12800 Laptop SODIMM 204-Pin Memory RAM PC3L DDR3L 1x 8G picture

A-Tech 8GB DDR3 1600 PC3-12800 Laptop SODIMM 204-Pin Memory RAM PC3L DDR3L 1x 8G

$13.99



Corsair Vengeance LPX 32GB PC4-25600 (DDR4-3200) Memory NEVER USED LOOSE STICKS picture

Corsair Vengeance LPX 32GB PC4-25600 (DDR4-3200) Memory NEVER USED LOOSE STICKS

$40.00



CORSAIR Vengeance RGB Pro 32GB (2 x 16GB) 288-Pin PC RAM DDR4 3600 (PC4 28800) picture

CORSAIR Vengeance RGB Pro 32GB (2 x 16GB) 288-Pin PC RAM DDR4 3600 (PC4 28800)

$79.95



Samsung 16GB (2x8GB) DDR4 2400MHz PC4-19200 Desktop RAM Memory M378A1K43CB2-CRC picture

Samsung 16GB (2x8GB) DDR4 2400MHz PC4-19200 Desktop RAM Memory M378A1K43CB2-CRC

$19.95



Crucial 16GB (2x 8GB) Kit DDR3L 1600MHz PC3-12800 UDIMM Desktop 240-Pin CL11 RAM picture

Crucial 16GB (2x 8GB) Kit DDR3L 1600MHz PC3-12800 UDIMM Desktop 240-Pin CL11 RAM

$21.33



HyperX FURY DDR3 8GB 16GB 32GB 1600 MHz PC3-12800 Desktop RAM Memory DIMM 240pin picture

HyperX FURY DDR3 8GB 16GB 32GB 1600 MHz PC3-12800 Desktop RAM Memory DIMM 240pin

$12.90



16GB 8GB 4GB DDR2 800MHz PC2-6400U 240Pin intel DIMM Desktop PC Memory SDRAM LOT picture

16GB 8GB 4GB DDR2 800MHz PC2-6400U 240Pin intel DIMM Desktop PC Memory SDRAM LOT

$79.99



HyperX FURY DDR4 64GB (4x16GB) 3200MHz PC4-25600 Desktop RAM Memory DIMM 288PIN picture

HyperX FURY DDR4 64GB (4x16GB) 3200MHz PC4-25600 Desktop RAM Memory DIMM 288PIN

$129.95