On 06/07/10 14:49, William Immendorf wrote: > On Tue, Jul 6, 2010 at 4:32 AM, Face<[email protected]> wrote: >> hello all, >> >> after solving my last problem i went Through the rest of the book >> without any problems. However, when i try to boot to the new system >> nothing happen i only get this >> >> Booting from Hard Disk ... >> >> and it freeze > From looking at the fstab, it looks like you are using the decerpated > ATA setup. You should not be doing this. Disable the decperated ATA > support and enable SATA and PATA support option, and select whatever > hard drive controller you're using (lspci is your friend here), and > select "Generic ATA Support". Also, modify your fstab from > /dev/hda{1,5} to /dev/sda{1,5}. >
You're right, he should change /dev/hda1 to /dev/sda1, but the fstab is irrelevant. A broken fstab will cause the bootscripts to have problems, but the system will still boot as long as the kernel has been told to mount the correct partition (/dev/sda1) in grub.cfg. Andy -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page
