PDA

View Full Version : error installing knoppix on hd



karplus
10-09-2004, 06:26 PM
Hi, i'm trying to install knoppix on hard disk but i'm having trouble; after launching knoppix-installer i configure the installation, but when i have to start it i get this error:

http://karplus.altervista.org/error.jpg

The target partition is already formatted in ext3

What can i do?

Tthx in advance :)

firebyrd10
10-09-2004, 09:59 PM
Hi, i'm trying to install knoppix on hard disk but i'm having trouble; after launching knoppix-installer i configure the installation, but when i have to start it i get this error:

http://karplus.altervista.org/error.jpg

The target partition is already formatted in ext3

What can i do?

Tthx in advance :)
I can't read that but I figure that there was an error in the command to format the drive. Configuer again, save it, then post it.

karplus
10-09-2004, 11:37 PM
There is no need to repost english-translated image, i can translate it by myself :D

The message says: "error: format failed. Here there are some messages from mkfs.ext3". I guess that u are right, there is an error in the command of format :evil:

What can i do? No other had this problem installing knoppix 3.6 on hd? :?:

firebyrd10
10-10-2004, 12:24 AM
There is no need to repost english-translated image, i can translate it by myself :D

The message says: "error: format failed. Here there are some messages from mkfs.ext3". I guess that u are right, there is an error in the command of format :evil:

What can i do? No other had this problem installing knoppix 3.6 on hd? :?:

I haven't had that problem. :?

Configure the hdinstall again, but this time save it as a file, then post the contants of the file here.

(BTW unless you don't plan on installing anything, knoppix isn't the best to install, its unstable and you may not be able to install new programs.)

shah
10-10-2004, 06:45 AM
try IGNORE_CHECK=1 sudo knoppix-installer
:D

karplus
10-10-2004, 11:29 AM
Here is my config-installation file>

REGISTERED=" SYSTEM_MODULE SYSTEM_TYPE HD_MODULE HD_FORMAT HD_FSTYPE HD_CHOICE HD_MAP HD_IGNORECHECK SWAP_MODULE SWAP_AUTODETECT SWAP_CHOICES NAME_MODULE NAME_NAME USER_MODULE USER_NAME USERPASS_MODULE USERPASS_CRYPT ROOTPASS_MODULE ROOTPASS_CRYPT HOST_MODULE HOST_NAME SERVICES_MODULE SERVICES_START BOOT_MODULE BOOT_LOADER BOOT_DISK BOOT_WHERE INSTALL_READY"

SYSTEM_MODULE="configured"
# Determines if the system is a debian-derivate, a copy from CD or a nice mix of both
# Possible are: knoppix|beginner|debian
# Default value is: beginner
SYSTEM_TYPE="beginner"

HD_MODULE="configured"
# Determines if the HD should be formatted. (mkfs.*)
# Possible are: yes|no
# Default value is: yes
HD_FORMAT="yes"
# Sets the Filesystem type.
# Possible are: ext3|ext2|reiserfs
# Default value is: ext3
HD_FSTYPE="ext3"
# Here the Knoppix-System will be installed
# This value will be checked by function module_hd_check
HD_CHOICE=""
# Here you can give additional mappings. (Experimental) You need to have the partitions formatted yourself and give the correct mappings like: "/dev/hda4:/boot /dev/hda5:/var /dev/hda6:/tmp"
HD_MAP=""
# If set to yes, the program will NOT check if there is enough space to install knoppix on the selected partition(s). Use at your own risk! Useful for example with HD_MAP if you only have a small root partition.
# Possible are: yes|no
# Default value is: no
HD_IGNORECHECK="no"

SWAP_MODULE="configured"
# If set to yes, the swap partitions will be autodetected.
# Possible are: yes|no
# Default value is: yes
SWAP_AUTODETECT="yes"
# The swap partitions to be used by the installed knoppix.
# This value will be checked by function module_swap_check
SWAP_CHOICES="/dev/hda5"

NAME_MODULE="configured"
NAME_NAME="dfsa"

USER_MODULE="configured"
USER_NAME="ddfsa"

USERPASS_MODULE="configured"
USERPASS_CRYPT="JtEKsz7xJ7f.M"

ROOTPASS_MODULE="configured"
ROOTPASS_CRYPT="AaFwdFqDIjmRc"

HOST_MODULE="configured"
HOST_NAME="box"

SERVICES_MODULE="configured"
# Possible services are for now: kdm cupsys smail ssh samba
# Default value is: kdm cupsys
SERVICES_START="kdm cupsys"

BOOT_MODULE="configured"
# Chooses the Boot-Loader
# Possible are: lilo|grub
# Default value is: lilo
BOOT_LOADER="lilo"
# If set to 'yes' a boot disk will be created!
# Possible are: yes|no
# Default value is: yes
BOOT_DISK="yes"
# Where the Boot-Loader will be installed
# Possible are: mbr|partition
# Default value is: mbr
BOOT_WHERE="mbr"
INSTALL_READY="yes"

I can't edit it because the root "/" is in read mode only. I tried to wrote hd_ignorecheck=yes knoppix-installer but i get an error "check failed for hd_choice".

I know that knoppix comes from debian ma i guess that it's too difficult for a beginner... what other distribution u suggest? i prefer that it's as most as similar to knoppix...

Thx

karplus
10-10-2004, 11:30 AM
double post excuse me :?