Adam Bogacki <[email protected]> writes: > Hi, I have just done a debian 501 netinst but keep getting grub error msg > "Error 15: File not found".I understand the solution to be rescue mode, > chroot /mnt/sysimage, grub-install --recheck /dev/hda, exit", but have not > been able to mount a rescue mode terminal. Latest reinstall ended with msg > "No boot loader has been installed .. You will need to boot manually with > the vmlinuz kernel on parition /dev/hda1 and root=/dev/hda1 passed as a > kernel argument" .. but grub was autoinstalled and I keep getting the "Error > 15" msg again. What is a guy to do ?
Boot to the grub prompt, then use the grub commands to figure out where your kernel is and load it manually. That should also give you enough information to resolve whatever the underlying problem is. http://www.gnu.org/software/grub/manual/html_node/find.html#find The 'find' command, linked in the documentation above, will help with that. You can use that to locate your grub installation, along the lines of: find /boot/grub/menu.lst If you used a separate /boot partition, also: find /grub/menu.lst See the documentation for details. Regards, Daniel -- SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/ Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html
