>> Ahh, I understand. The mount point /boot doesn't exists at that >> time and root means the root directory (/), that resides on hda3. >> >> The kernel is loading now, but I get another Error: >> >> VFS: Cannot open root device "hda3" or unknown-block(0,0) >> Please append a correct "root=" boot option >> Kernel panic - not syncing: VFS: Unable to mount root fs on >> unknown-block(0,0)
This error can also be due to not having the correct filesystem driver builtin to your kernel. If hda3 is ext3 or ReiserFS or something make sure you have the right driver BUILTIN to your kernel. If it is a module or not built at all, your kernel will not able to load the partition. This is quite a common problem and crops up in these lists regularly. Cheers Al -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page