Hi,
This question is for the same overall project I already posted about 2 threads down, except that I found coreboot supports direct booting of Linux kernels. So instead of the floppy image, I'm trying this method.
My initial attempt at building coreboot with the TC kernel embedded in it sort of worked; it starts booting and I see kernel output, devices are found etc, but it crashes after complaining that it can't find the root drive:
"VFS: Cannot open root device "(null)" or unknown-block(8,3)
Please append a correct "root=" option; here are the available partitions:
1600 4194302 hdc driver: ide-cdrom
Note that at this point I did not provide core.gz but as far as I know it should be possible to boot SOMETHING without that, right?
I'm not sure what I should be providing here a a root device, since it's technically booting from a ROM flash image. Since the boot does not complete, I also don't know how to query from what it THINKS it loaded, unless the quote above is sufficient for this information or adding the core.gz image would solve the problem.
This may be a generic kernel question, but I figure since I"m trying to boot this distro asking here wouldn't hurt.
Thanks in advance for any other pointers,
Rafael