Page 1 of 2

HOW TO : Install Grub Customizer (Grub2 Editor Gui) in LMDE

Posted: Sun Oct 23, 2011 7:35 pm
by kelebek333
You can edit Grub2 or Burg with Grub Customizer (Updated version 2.5.6)

Method 1 . Compile from source.

First install requirements.

Code: Select all

sudo apt-get install libgtkmm-2.4-dev libssl-dev cmake
Then install v.2.5.6 from source

Code: Select all

wget -c https://launchpad.net/grub-customizer/2.5/2.5.6/+download/grub-customizer_2.5.6.tar.gz

Code: Select all

tar -xf grub-customizer_2.5.6.tar.gz

Code: Select all

cd grub-customizer-2.5.6

Code: Select all

cmake .

Code: Select all

make

Code: Select all

sudo make install
Method 2 . Download from Ubuntu ppa and install v.2.5.5

For 32 bit

Code: Select all

wget -c https://launchpad.net/~danielrichter2007/+archive/grub-customizer/+files/grub-customizer_2.5.5-0ubuntu1%7Eppa1l_i386.deb

Code: Select all

sudo dpkg -i grub-customizer*

For 64 bit

Code: Select all

wget -c https://launchpad.net/~danielrichter2007/+archive/grub-customizer/+files/grub-customizer_2.5.5-0ubuntu1%7Eppa1l_amd64.deb

Code: Select all

sudo dpkg -i grub-customizer*
Edit : update version 2.5.6

Re: HOW TO : Install Grub Customizer (Grub2 Editor Gui) in L

Posted: Mon Oct 24, 2011 7:19 am
by ukbrian
Thank you :D
I can live with my menu again

Re: HOW TO : Install Grub Customizer (Grub2 Editor Gui) in L

Posted: Mon Oct 24, 2011 9:10 am
by Brian49
Nice utility - many thanks.

Re: HOW TO : Install Grub Customizer (Grub2 Editor Gui) in L

Posted: Mon Oct 24, 2011 9:41 am
by GeneC
Thanks!
Missed this one with LMDE

Re: HOW TO : Install Grub Customizer (Grub2 Editor Gui) in L

Posted: Mon Oct 24, 2011 11:18 am
by ukbrian
It might be worth making a post on the Tutorials/howto section at http://forums.linuxmint.com/viewforum.php?f=42

Re: HOW TO : Install Grub Customizer (Grub2 Editor Gui) in L

Posted: Mon Oct 24, 2011 12:50 pm
by Dyfi
Ten out of ten! I tried unsuccessfully to do this some time ago - thanks very much.

Dyfi.

Re: HOW TO : Install Grub Customizer (Grub2 Editor Gui) in L

Posted: Tue Dec 20, 2011 1:59 am
by Darcy
Method 2 for 64 bit produces the following error:

Code: Select all

HTTP request sent, awaiting response... 404 Not Found
2011-12-19 22:44:52 ERROR 404: Not Found.
I checked the Launchpad website and found the latest version is 2.4.1 but there are 5 packages. Im not sure which one to use.

https://launchpad.net/~danielrichter200 ... customizer To see packages available.

Re: HOW TO : Install Grub Customizer (Grub2 Editor Gui) in L

Posted: Tue Dec 20, 2011 7:40 am
by Brian49
May I suggest that you download one of the Debian packages from this page, according to your system:

https://launchpad.net/~danielrichter200 ... hive-extra

Re: HOW TO : Install Grub Customizer (Grub2 Editor Gui) in L

Posted: Tue Dec 20, 2011 9:37 am
by Darcy
I guess it would help if I performed my search better. :oops:

Thanks Brian

Re: HOW TO : Install Grub Customizer (Grub2 Editor Gui) in L

Posted: Mon Feb 13, 2012 5:15 pm
by Gerd50
Method 2 didn't work for me as described. The first command downloaded the deb package. The second command
installed grub customizer, but the package had unmet dependencies. I had to install libgtkmm-2.4-dev first, then
i could install the deb with gdebi.

It would be good to have this useful little tool in the repos.

Re: HOW TO : Install Grub Customizer (Grub2 Editor Gui) in L

Posted: Tue Feb 14, 2012 4:48 pm
by Brian49
Debian packages for the latest release of this utility (2.5.3) can be downloaded here:

32-bit

https://launchpad.net/~danielrichter200 ... ld/3190714

64-bit

https://launchpad.net/~danielrichter200 ... ld/3190713

The developer reports that he has tried to get his packages included in the Debian repositories, but so far without success.

Re: HOW TO : Install Grub Customizer (Grub2 Editor Gui) in L

Posted: Tue Feb 14, 2012 5:17 pm
by GeneC
Nice find Brian. :)
Thanks for that.

Re: HOW TO : Install Grub Customizer (Grub2 Editor Gui) in L

Posted: Tue Feb 14, 2012 7:15 pm
by Gerd50
The developer reports that he has tried to get his packages included in the Debian repositories, but so far without success.
http://lists.debian.org/debian-mentors/ ... 00397.html

I like Debian, but this is stuff i don't understand and hate sometimes. No answer after Daniel Richter's question for almost one
year now.

Not user friendly stuff also with cdrtools - http://forums.linuxmint.com/viewtopic.php?f=190&t=81069 -
wodim is the favorite, although a known problem is, it does not work proper with old burning hardware. I don't want to
buy a new burner because of the Debian policy :roll:

My friend Youtranslate died after the mono updates - http://bugs.debian.org/cgi-bin/pkgrepor ... t=unstable -
The package never existed in the repos, that's true. No maintainer - i sometimes understand why maintainers probably might be
tired of Debian :cry:

Re: HOW TO : Install Grub Customizer (Grub2 Editor Gui) in L

Posted: Wed Feb 15, 2012 11:21 pm
by MikeF90000
I'm slightly mystified with the responses so far.
I've installed Grub Customizer on the latest LMDE directly from the Ubuntu PPA - just put the Oneiric URL in apt sources.list.

I'd give y'all a specific Launchpad link but at the current time it is Down Again - bad, bad Canonical! :x

Re: HOW TO : Install Grub Customizer (Grub2 Editor Gui) in L

Posted: Tue Mar 06, 2012 3:56 pm
by oldgi
I do not know what others problems are bu t method 1 worked just great for me.....

Thanks for the great newbie instructions.... I am 77 and still trying to hang in there with the latest OS's.

Your procedure is accurate, straight forward, and beautifully presented.

I wish more tips and install procedures were presented this way....

Thank you very very much....

oldgi
Goodyear, AZ

Re: HOW TO : Install Grub Customizer (Grub2 Editor Gui) in L

Posted: Wed Mar 07, 2012 8:17 pm
by kb7wg
i am running linuxmint12 64bit. have tried everything on this post and other sites...and always get errors. finally tried this from a different site.
$ sudo add-apt-repository ppa:danielrichter2007/grub-customizer
$ sudo apt-get update
$ sudo apt-get install grub-customizer

everything ran fine...got grub2 editor on the menu. click on it...i enter password....and then nothing.
any suggestions?
earl

Re: HOW TO : Install Grub Customizer (Grub2 Editor Gui) in L

Posted: Sun May 06, 2012 7:58 pm
by Al65
Hi everyone!

I've just installed easily and successfully grub-customizer on the latest lmde (201204).

Just downloaded from here
https://launchpad.net/~danielrichter200 ... _amd64.deb

on this website:
https://launchpad.net/~danielrichter200 ... ld/3190713

and installed using gdebi.


I hope this could be useful.

Bye! :)

Re: HOW TO : Install Grub Customizer (Grub2 Editor Gui) in L

Posted: Sat Sep 08, 2012 5:29 am
by Brian49
Grub Customizer 3.0 is out, with some nice enhancements over previous versions. Debian packages can be dowloaded from this page:

https://launchpad.net/~danielrichter200 ... /+packages

I have found that the pp1o packages (i.e. for Oneiric) work best on LMDE.

Re: HOW TO : Install Grub Customizer (Grub2 Editor Gui) in L

Posted: Sat Sep 08, 2012 10:11 am
by zerozero
although the debs apparently work with lmde (for now at least) compiling is not that hard.

1- first you need to enable deb-src (just if it's the first time you are compiling from source)
zerozero@deb-kde ~ $ inxi -r
Repos: Active apt sources in file: /etc/apt/sources.list
deb http://packages.linuxmint.com/ debian main upstream import backport romeo incoming
deb http://ftp.debian.org/debian/ testing main contrib non-free
deb http://security.debian.org/ testing/updates main contrib non-free
deb http://www.deb-multimedia.org/ testing main non-free
deb-src http://ftp.debian.org/debian/ testing main contrib non-free
deb-src http://security.debian.org/ testing/updates main contrib non-free
deb-src http://www.deb-multimedia.org/ testing main non-free

deb http://mozilla.debian.net/ experimental iceweasel-aurora
(this is an example for testing, you have to adapt according)

2- now installing some required pkgs

Code: Select all

zerozero@deb-kde ~ $ apt install cmake g++ libgtkmm-2.4-dev gettext libssl-dev
3- go to the launchpad project page https://launchpad.net/grub-customizer/+download download the tar.gz that you want and unpack it

4- in the folder now created (grub-customizer-3.0.1 in my test) open a terminal, so that your prompt looks like this

Code: Select all

zerozero@deb-kde ~/Downloads/grub-customizer-3.0.1 $
and run (mind the dot in the command)

Code: Select all

cmake . && make
5- install hwinfo

Code: Select all

apt install hwinfo
6- install grub customizer

Code: Select all

zerozero@deb-kde ~/Downloads/grub-customizer-3.0.1 $ sudo make install
7- it should be now in the menu

####---------------------------------------####
https://answers.launchpad.net/grub-customizer/+faq/1397
https://launchpad.net/grub-customizer/+download
Image
full logs:
http://pastebin.com/2q843jXx
http://pastebin.com/xZgA60zT

Re: HOW TO : Install Grub Customizer (Grub2 Editor Gui) in L

Posted: Mon Jan 21, 2013 2:32 am
by chard
Just Installed GRUB CUSTOMIZER on LMDE(6) by:

1. Installing These Requirements--
sudo apt-get install libgtkmm-2.4-dev libssl-dev cmake

2. Installing kcm-grub2_0.5.8-3_amd64.deb

Performs as expected. Thanks much!