Greetings,
First post on Linux questions so be gentle!
I've got a basic setup for booting from a USB stick working. I'm using kernel 2.6.31.3. I'm trying to use a FAT16 file system on the stick as the boot file system. Kernel boots and then dies with the message: "Warning: unable to open an initial console"
I suspected this was because there is no /dev/console entry on the root file system. When I try to execute the command:
mknod -m 600 $LFS/dev/console c 5 1
during the build of the USB file system, I get an error message: "mknod: '/mnt/dev/console': Operation not permitted".
My suspicion is that you can't make special files on the FAT16 file system. Is this what's causing the problem. If so or even if not, anyone have any ideas how to get around this problem?
Thanks,
FM