Help with HD-Install of KNOPPIX !!!
Hi all,
I just burned a knoppix live CD and was booting with the CD.
I got the below message and wasnt able to boot complete with KDE .. The CD works fine in another computer.
Welcome to the KNOPPIX live Linux-on-CD!
Scanning for USB/Firewire devices... Done.
Enabling DMA acceleration for: hda [xxxxxxxxx]
Enabling DMA acceleration for: hdc [yyyyyyyyy]
Looking for CDROM in: /dev/scd0
Can't find KNOPPIX filesystem, sorry.
Dropping you to a (very limited) shell.
Press reset button to quit.
additional builtin commands avaliable:
cat mount umount
insmod rmmod lsmod
knoppix#
Then , i tried booting using the FAILSAFE mode ..with which i booted sucessfully . I then ran "sudo knoppix installer" ..the partition manager ran and i created partitions of a swap size of 300 MB and an EXT3 parition of 4.7GB . After this, the installation program is terminated and im back in the LInux kDE again.
I dont understand why this is happening and what are the suggested techniques i can use to install knoppix.
I had installed knoppix 3.3 in the past and it worked perfectly. the command knx-hdinstall doesnt work at root !!
My system configuration:
P II 400 Mhz, 128 MB ram , 48 X cd drive , 13gb + 9 gb Hdd's , INTEL 440 BX motherboard.
currently running windows 2000.
Any help would be appreciated.
Thanks in advance.
Re: Help with HD-Install of KNOPPIX !!!
Quote:
Originally Posted by squireofgothos
Can't find KNOPPIX filesystem, sorry.
Dropping you to a (very limited) shell.
Press reset button to quit.
Sounds like you used the right technique to burn the CD.
Did you confirm the md5 checksum of the iso before you burnt it?
Did you burn at a nice reasonable speed like 4x rather than telling the CD writer to go like a bat out of hell? This error sounds very much like the CD drive is having a lot of trouble reading the CD. Is the CD drive in good shape, or have you had other problems with it? (And I do agree with shah's cheat codes, particularly nodma).
Changing bootloader and bootloader partition?
I usually have the following on my system
hda1 (windows C)
hda2 (/boot)
hda4 (extended)
hda5 (windows D)
hda6 (windows E)
hda7 (windows F)
hda8 (/)
hda9 (swap)
I do this, because in the past, lilo required to be below the 1024 cylinder boundery. Nowadays I'm using grub, which doesn't have the problem, but it is installed on the /boot partition anyways.
The ultimate advantage of ths setup is, that I set /dev/hda2 active and can use gub to boot linux or windows. If I damange my linux (like now) I can still use grub to boot windows.
If I decide (like now) to reformat /dev/hda2 and start over again, I simply set /dev/hda1 active and Windows can boot by itself again, since nothing was modified.
Now I want to install Knoppix 3.7 to the HDD and want to use:
1) GRUB insteat lilo
2) Place grub in /dev/hda2 and not in /dev/hda8 like the installer does it.
I manually changed the config file before I did the install. But for option (2) I don't have any glue that doing it per hand myself, when the install is finished.
Sincerly, Art