I have installed succesfully Knoppix 3.6 in /dev/hda2 using reiserfs but I receive the following errors in booting using both kernel 2.6.7 and 2.4.27:

Code:
RAMDISK: Compressed image found at block 0
VFS: mounted root (ext2 filesystem).
Freeing unused kermel memory: 264k freed
initrd-tools: 0.1.73
mount: fs type devfs not supported by kernel
umount: devfs: not mounted
VFS: Can't find ext3 filesystem on dev hda2
VFS: Can't find ext2 filesystem on dev hda2
FAT: bogus number-of-heads value
VFS: Can't find a valid FAT filesystem on dev hda2
Unable to identify CD-ROM format
ReiserFS: hda2: warning: sh-2021: reiserfs_fill_super: can not find reiserfs on hda2
FAT: bogus logical sector size 65535
VFS: Can't find a valid FAT filesystem on dev hda2
mount: fs type devfs not supported by kernel
VFS: Can't find ext3 filesystem on dev hda2
VFS: Can't find ext2 filesystem on dev hda2
FAT: bogus number-of-heads value
VFS: Can't find a valid FAT filesystem on dev hda2
umount: devfs: not mounted
pivot_root: No such file or directory
/sbin/init: 426: cannot open /dev/console: No such file
Kernel panic: Attempted to kill init!
I use the following line in grub:

Code:
root (hd0,1)
kernel /boot/vmlinuz root=/dev/hda2 ro ramdisk_size=100000 init=/etc/init lang=us apm=power-off nomce hda=1027,255,63 vga=791
initrd /boot/initrd.img
savedefault
boot
I have seen the config parameters of the kernel used in Knoppix and I see that it has not the DEVFS configuration flag activated. Is it not bad?

I use the parameter hda=1027,255,63 because Linux detects incorrectly the geometry of the hard disk. I have also booted the Knoppix CD in the installation using this parameter to avoid errors in creating the partition table. Additionally, my fstab looks as follows:

Code:
/dev/hda2 / reiserfs defaults 0 1
proc /proc proc defaults 0 0
/dev/fd0 /floppy (...)
usbdevfs /proc/bus/usb usbdevfs defaults 0 0
sysfs /sys sysfs defaults 0 0
/dev/cdrom /cdrom (...)
(...) (dvd and cdaudio)
/dev/hda1 /mnt/hda1 vfat (...)
/dev/hda3 none swap defaults 0 0
And my mtab:
Code:
proc /proc proc rw 0 0
none /proc proc rw 0 0
I use a removable IDE hard disk drive.

Any help would be very appreciated.

Thanks in advance.[/code]