On Tue, Jun 05, 2007 at 06:04:03PM +0200, Andreas B. Mundt wrote:
boot: hde5:/vmlinuz hde5:/initrd.img root=/dev/sda2 ro console=ttyS0,115200
There is at least initrd= missing before hde5:/initrd.img
But should the initrd path actually be in FILO notation?
Does FILO load the initrd for the kernel, or does the kernel load it on it's own? If so, use root=/dev/sda5 initrd=/initrd.img
VFS: Cannot open root device "sda2" or unknown-block(0,0)
This kernel doesn't see any storage controllers, neither IDE nor SATA.. :(
//Peter