Linux - NewbieThis Linux forum is for members that are new to Linux.
Just starting out and have a question?
If it is not in the man pages or the how-to's this is the place!
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
Distribution: thinking about suse . Am trying to rescue some older boxes that I have
Posts: 13
Rep:
installing Mandriva 2008
Installed Mandriva 2008 and everything went ok until reboot and I got grub error15. Would like to know 1. what is exactly grub error 15? and 2. When installing the os I put the boot loader in the root directory. Did I mess this one up? and what should I do to correct the faux pas?
Normally, I prefer putting the boot loader in the MBR, it have more chances of working. You could go back on a live-cd and fix it, but instead, please consider installing Mandriva 2010, 2008 is 2.5 years old, it is too old for a Linux version. Get the 2010 KDE edition and enjoy.
Distribution: thinking about suse . Am trying to rescue some older boxes that I have
Posts: 13
Original Poster
Rep:
Quote:
Originally Posted by Elv13
Normally, I prefer putting the boot loader in the MBR, it have more chances of working. You could go back on a live-cd and fix it, but instead, please consider installing Mandriva 2010, 2008 is 2.5 years old, it is too old for a Linux version. Get the 2010 KDE edition and enjoy.
tried to do what you suggested without success. Next question is how to remove defective bootloader from previous distro install attempts that has been installed on the mbr without smoking my hard drive? Any ideas? Thanks
If you have any LiveCD. (Does not have to be Mandriva) Just boot from it & run these commands:
Code:
# grub
grub> find /boot/grub/stage1
(hd0,1) <- This will vary depending on your system
grub> root (hd0,1) <- Use what was displayed from the previous command
grub> setup (hd0)
grub> quit
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.