LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   MEPIS (https://www.linuxquestions.org/questions/mepis-64/)
-   -   Did not load grub to MBR (https://www.linuxquestions.org/questions/mepis-64/did-not-load-grub-to-mbr-756490/)

texas.chef94 09-19-2009 11:34 PM

Did not load grub to MBR
 
One has nothing to do with the other but I just recovered from a grub on existing MBR with fedora so with Mepis I choose not to install grub to MBR (which is Lenny) not thinking it would effect dual boot. If I can get to Mepis without the dual boot then please tell me how. If not what are my other options.
Thanks

syg00 09-19-2009 11:46 PM

That doesn't make a lot of sense to me - makes it hard to answer.
Try expanding/clarifying your remarks - more (relevant) info is always good. Being cryptic doesn't help anyone.

texas.chef94 09-20-2009 12:00 AM

Quote:

Originally Posted by syg00 (Post 3690249)
That doesn't make a lot of sense to me - makes it hard to answer.
Try expanding/clarifying your remarks - more (relevant) info is always good. Being cryptic doesn't help anyone.

Lets try again. Loaded Mepis to partition on HD shared with Lenny. Expecting to achieve a dual boot. For the first and only time I choose not to load grub to MBR and I did not get a dual boot. It booted to Lenny and partition editor shows me it is in fact residing on my HD. So if that is plain enough non withstanding my ineptitude at 77 years of age do you have a solution

syg00 09-20-2009 12:07 AM

If you installed (Mepis) grub to the root partition, you can simply chainload from the Lenny loader. For grub, add the following to menu.lst on Lenny - adjust for partition as necessary
Code:

# Mepis on /dev/sda2.
title                Mepis
root                (hd0,1)
chainloader        +1

If you didn't install grub at all, you'll need to specify the kernel and initrd specifically - including partition as part of the path.

texas.chef94 09-20-2009 12:19 AM

Quote:

Originally Posted by syg00 (Post 3690263)
If you installed (Mepis) grub to the root partition, you can simply chainload from the Lenny loader. For grub, add the following to menu.lst on Lenny - adjust for partition as necessary
Code:

# Mepis on /dev/sda2.
title                Mepis
root                (hd0,1)
chainloader        +1

If you didn't install grub at all, you'll need to specify the kernel and initrd specifically - including partition as part of the path.

Thank you worked like a charm


All times are GMT -5. The time now is 03:22 PM.