Error starting org.jnode.fs.initrd

Error when booting from cdrom. This is a mesage during bootup.

Now after we create a bootable cdrom, we try booting from a pc with it.
Jnode appears from grub menu (grand universal boot loader).
boot menu:
;; jnode.gz
...
...
starting ps2 mouse
INFO [FileSystemMounter]: Try to mount jnode
INFO [FileSystemMounter]: Mounted FAT on jnode
INFO [FileSystemMounter]: Try to mount jnode
INFO [FileSystemMounter]: Mounted FAT on jnode
.. waiting..
...waiting...
Error starting org.jnode.fs.initrd
Cannot start org.jnode.fs.initrd
org.jnode.plugin.PluginException: Device jnode did not start in time
....
JNode> device ;; note that sometimes the keyboard is frozen right here (allowing no keyboard input)

hda0 started driver
hda1 started driver
hdb stopped driver:org.jnode.driver.ide.IDEDiskDriver

...

JNode> fdisk
hda and hdb appear in the list

JNode> dir
[jnode]

======= now at other times, after rebooting
JNode> dir
[hda1]
[jnode]
[hda0]
;; cd to these hxxx directories, and other directories appear, change to
these directories (mine) but no files appear. (not surprisingly since
driver did not load properly).

JNode> gc
... messages
then keyboard is frozen

Note that my drives are both ide and scsi.
wdc ac21200h
wdc wd200bb-32cfcd

seagate st39102lw scsi
seagate st39175lw scsi

error on starting org.jnode.fs.intrd

Note that my ide drives are NTFS not FAT.
Someone is writing an ntfs driver (announcemnets).
This may be the problem to my most recent post.

Luke P. Immes
www.multisegment.com

NTFS is still in beta phase

Hi, I wrote the NTFS driver..it still has problems but it should work. I tested it with some windpows XP partitions without any problems. The problem is that NTFS is not documented so I wrote it after some papers writen for the linux driver.

Options for obtaining a no-error boot?

Ok, what options do I have, since I am using IDE with all NFTS?
Basically, I want a clean boot, no errors. I suppose I could try someone else's pc, that uses only ide with FAT.

Luke P. Immes
www.multisegment.com