I solved that problem by doing this: grub-install --root-directory=/boot/ /dev/sda
grub-mkconfig -o /boot/boot/grub/grub.cfg but now i got a new problem. " kernel panic , not syncing:VFS:unable to mount root fs on unknown-block(2,0)" I read that i might need to install SATA drivers for it to work. i recompiled the kernel with alla drivers named SATA i could find, but no luck. Anyone got any ideas? Thanks for all the help. -----Original Message----- From: Bruce Dubbs <[email protected]> To: LFS Support List <[email protected]> Sent: Fri, Nov 20, 2009 8:11 pm Subject: Re: 8.4. GRUB-0.97 linux fan wrote: > On 11/20/09, [email protected] <[email protected]> wrote: > > >> What should i do now? >> >> menuentry "GNU/Linux, Linux 2.6.30.2" { >> insmod ext2 >> set root=(hd0,1) >> search --no-floppy --fs-uuid --set e4adbac2-a338-4305-bafe-73f2adb307da >> linux /boot/vmlinux-2.6.30.2 root=/dev/sda1 ro >> } > > What is output of this command: > > find /boot -maxdepth 1 -type f > > It should show /boot/vmlinux-2.6.30.2 and if it doesn't, something is > not in the right place. What is the output of 'mount' ? What is the output of 'ls /dev/sd*' ? What is the output of 'ls -l /boot' ? You can remove the search line above. It is not valid for LFS. -- Bruce -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page
