Hi Robert, I just wanted to thank you for your suggestion. It seems to be working! I am having problems getting the boot procedure find the root filesystem but at least I got this far! Any suggestions about the kernel being unable to find the root filesystem?
Thanks, -Ossama > # dd if=resc1440.bin of=/dev/fd0 > # mount -t msdos /dev/fd0 /mnt > # cd /mnt > # rm linux > # cp /place/i/have/my/working/kernel linux > # ./rdev.sh > # cd / > # umount /mnt > > Yes, the rdev.sh script does require that you mount the disk on /mnt. > > Make sure your rescue disk contains ext2, msdos, ramdisk, initrd, and ELF > support. > > Happy booting.