LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux Mint (https://www.linuxquestions.org/questions/linux-mint-84/)
-   -   A copy of the Mint Mate 17 grub menu list is needed!! (https://www.linuxquestions.org/questions/linux-mint-84/a-copy-of-the-mint-mate-17-grub-menu-list-is-needed-4175520669/)

cousinlucky 09-30-2014 09:08 PM

A copy of the Mint Mate 17 grub menu list is needed!!
 
Could someone please copy and paste a copy of the Linux Mint Mate 17 grub menu list here for me, please? Thanks!!

273 10-01-2014 12:59 AM

I would suggest you explain the problem you are trying to resolve. The GRUB file from some other system may not work at all on yours.

syg00 10-01-2014 01:12 AM

+1
Code:

sudo update-grub

cousinlucky 10-01-2014 04:48 AM

Thank you for your input, gentlemen!!

Could someone please post the grub menu list of Mint Mate17 within this thread?

Thank You!!

Habitual 10-02-2014 09:48 AM

Code:

/boot/grub/grub.cfg
#
# DO NOT EDIT THIS FILE
#
# It is automatically generated by grub-mkconfig using templates
# from /etc/grub.d and settings from /etc/default/grub

Using one from another system will not work.

See also https://www.google.com/?gws_rd=ssl#q...+grub+or+grub2

EDDY1 10-03-2014 02:01 AM

Mint 17 doesn't use the grub menu.list anymore.
It's grub.cfg which is generated by update-grub.
If yiu have the linuxmint cd, it's most likely a live-cd, so just reinstall grub from there.

cousinlucky 10-05-2014 07:23 PM

Gentleman I was not attempting to do any substitutions. My external hard drive has 40 Gib's of bad repositories in it that mess up any installation I put into it. I installed PCLinuxOS mate into it and used its grub menu list for (hd1,0) but the bootloader still failed. Along with the repositories is a swap partition sdb5 that I can also not get rid of.

EDDY1 10-05-2014 08:00 PM

Quote:

PCLinuxOS mate into it and used its grub menu list for (hd1,0) but the bootloader still failed.
If you are using an OS that is still using menu.list it is using grub1 then it's outdated. So what version of pclinux are you using?

yancek 10-05-2014 11:00 PM

Quote:

If you are using an OS that is still using menu.list it is using grub1 then it's outdated.
Not really. See the link below which indicates Grub Legacy is still the default bootloader as of September, 2014. Grub2 is available in the repositories for PCLinux.

http://pclosmag.com/html/Issues/201409/page08.html

As to the problem the OP is having, I have no idea what it is or why he thinks someone posting a copy of a Mint grub.cfg file would resolve it?

EDDY1 10-05-2014 11:55 PM

Although grub is used by pclinux it is unmaintained as stated in the link that you provided. There have however been patches provided, but, when was the last patch?

EDDY1 10-06-2014 01:22 AM

Let's start from the beginning.
You have an installation on sdb.
sdb has an OS(mint17 LTS) which has bad repo's.
What happened, failed update to rescue prompt?
Or did it drop you ti a console?
Can you post your /etc/apt/sources.list?
Have you tried to rescue with mint dvd?

---------- Post added 10-05-14 at 11:22 PM ----------

Let's start from the beginning.
You have an installation on sdb.
sdb has an OS(mint17 LTS) which has bad repo's.
What happened, failed update to rescue prompt?
Or did it drop you ti a console?
Can you post your /etc/apt/sources.list?
Have you tried to rescue with mint dvd?

yancek 10-06-2014 11:05 AM

Quote:

Although grub is used by pclinux it is unmaintained as stated in the link that you provided. There have however been patches provided, but, when was the last patch?
I don't know when the last patch was but I do know that using PCLinuxOS as my primary system using Grub Legacy I can directly boot Ubuntu 12.04 as well as Mint 17. I still am not sure what the problem is with the OP, if he is trying to boot his Mint from PCLinuxOS with Grub Legacy or if he is using Grub2 from Mint or something else. A little clarification on his part might help resolve his issue.

cousinlucky 10-15-2014 09:22 PM

The grub menu list for my PClinuxOS mate on my computer hard drive is:

title linux
kernel (hd0,0)/boot/vmlinux BOOT_IMAGE=linux root=UUID=cca245c7-d910-4797-a5e9-8ca3d180878b quiet
nokmsboot splash=silent vga=788
initrd (hd0,0)/boot/initrd.img

I believe if I add the menu list for Mint onto this list that I will be able to access the Mint 17
os that is now on my external hard drive. That is all that I am trying to do!!

TxLonghorn 10-16-2014 08:00 AM

So where does Mint 17 come into the picture?
Do you have both Mint 17 and PCLinuxOS installed?
Does either of them boot successfully?

273 10-16-2014 09:00 AM

It's a long time since I did anything with "legacy GRUB" but as I recall you just need to copy the structure of the entry you already have but change the title to Mint and the location to something like (hd1,0) for the first partition of the second hard drive.


All times are GMT -5. The time now is 10:45 AM.