PDA

View Full Version : I can't install knoppix on my hd.



Stas
10-11-2004, 06:09 PM
Hi,

I'm using the knoppix 3.6 cd live, & i tried to install it on my hd but i could'nt because
when I'm typing in the terminal "sudo knoppix-installer" it says " this script will install knoppix... " then i press enter ( ok ) & then it says " the installer detected that the installation requierments are not fullfilled yet please make sure that... " then the pratition menu shows up: 1= pratition pratition the hard disk, I select 1 & ok , then i see my hard disk with its pratitions & im trying to format to ext3 & it shows like it formats but its not, the pratition still empty with fat32, here im stuck, i cant do anything the program cant format any pratition or create any, I tried at boot: knoppix 2 , but its the same , the only difference is that after it says " the installer detected that the installation requierments are not fullfilled... " im pressing enter & then it says "opend disk read-only - you have no premission to write" & then any key i press it says " FATAL ERROR: cannot get disk size press any key to exit cfdisk "

help me with this problem please.
sorry for the bad english.

Cuddles
10-11-2004, 07:47 PM
Stas,

Not sure on the newer version of Knoppix, but I had problems with the v3.4 - the installer refused to continue after the partition was created...

You might try my trick, its kind of "going around" the installer, but, it worked for me...

Boot Knoppix from the CD,
Start up a Konsole - and then make yourself root, by typing su
Now that you are root, and not a sudo root, you can make as many commands as you want, as root...

Fire-up cfdisk - make sure your partition is made in ext3... Write the changes, if any, to the disk...
Here is the kicker, cfdisk only partitions your disk, it doesnt format it, so, you want to run mkfs.ext3 and include the device after the command...

So, if you wanted to format, say /dev/hdc2 as ext3 file system, you would type, in that same root Konsole, the following:
mkfs.ext3 /dev/hdc2

it should default to the size of your partition, and format that puppy to ext3 file system...

Once that is done, you should be able to fire off the installer, and even if it throws you into cfdisk, just quit out of it, and point the installer over to the ext3 partition...

As a side note: The installer, the one I ran, also had an issue with the swap partition, and if you wanted to have a seperate /home partition, I had to "manually" create them, and format them like in the above, just the swap was not formatted, but a makeswap command, or something like that.

You can view the man pages on the mkfs commands, each of the formats are added to the end with a period between them, like mkfs.ext2, mkfs.ext3, etc...

Hope this helps,
Ms. Cuddles

Stas
10-11-2004, 10:21 PM
YEEEEES !!!!

THANK YOU !!

YOU Helped me so much !!


Thank U Ms. Cuddles :D