Knoppix 3.4 runs correctly by launching knoppix26 testcd.
When I have finished the setup on the hard drive with the downloaded "knoppix-inst.sh", I can't boot with lilo (option mbr) neither with the floppy
(option partition). Only the windows boot menu is displayed.
I succeded to force the launch of linux with another Boot Manager, but I get a kernel panic.
I have the same kind of problem with Fedora.
The partitions table looks inconsistent (PartitionMagic).
How to fix it ?

Here are the error messages I get at the setup after the launch of QTParted :


Error: The partition table on /dev/hda is inconsistent
mount: /dev/hdb8 n'est pas un périphérique valide de type bloc
mount: /dev/hdb9 n'est pas un périphérique valide de type bloc
mount: /dev/hdb11 n'est pas un périphérique valide de type bloc
Device 0x0300: Inconsistent partition table, 2nd entry
CHS address in PT: 1020:1:1 --> LBA (1028223)
LBA address in PT: 16386363 --> CHS (16256:5:1)
Fatal: Either FIX-TABLE or IGNORE-TABLE must be specified
If not sure, first try IGNORE-TABLE (-P ignore)

Here is the Install_conf I use :

REGISTERED=" 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 SYSTEM_MODULE SYSTEM_TYPE INSTALL_READY"

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="/dev/hda6"
# 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="/dev/hda5:/boot /dev/hda7:/usr /dev/hdb8:/var /dev/hdb9:/etc /dev/hdb11:/home"
# /dev/hdb10:/tmp
# 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/hde2"

NAME_MODULE="configured"
NAME_NAME="Sam SPADE"

USER_MODULE="configured"
USER_NAME="spade"

USERPASS_MODULE="configured"
USERPASS_CRYPT=".6pqqDZKmaGsU"

ROOTPASS_MODULE="configured"
ROOTPASS_CRYPT="QHVnWGLhSYMnw"

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 (grub is non-functional at the moment)
# 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="partition"

SYSTEM_MODULE="configured"
# Determines if the system is a debian-derivate or just a copy from CD (copy from CD is experimental for now)
# Possible are: debian|knoppix
# Default value is: debian
SYSTEM_TYPE="knoppix"
INSTALL_READY="yes"