2.5.68 using root floppy: blk: request botched

ragnar sjoberg (ragnarsjoberg@postmaster.co.uk)
Sat, 03 May 2003 17:44:09 +0100


If loading kernel 2.5.68 from boot floopy,
and changing disk when prompted, to root floppy, it starts to load the root fs from floppy but stop with:
blk: request botched

the root floppy is built (on 2.4.20 machine) using these commands:

dd if=/dev/zero of=./root.fs bs=1k count=1400
mkfs -t ext2 -N 200 -m 0 ./root.fs
mount -o loop ./root.fs ./root
cp -a $root_contents/* ./root
umount ./root
dd if=./root.fs of=/dev/fd0 bs=1k

thanks for any info on this.

Ragnar

___________________________________________________
What is the chemical symbol for Tin?
Find out at postmaster.co.uk

http://www.postmaster.co.uk/cgi-bin/meme/quiz.pl?id=208
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/