Request: startup-manager

Archived topics about LMDE 1 and LMDE 2
Locked
qbicdesign

Request: startup-manager

Post by qbicdesign »

I've been a Mint user for a while, and recently switched to LMDE (I like the rolling updates).
I'm dual booting Windows 7, and wanted to set this as preferred boot OS.
Was hunting in applcations for the program which manages this, and where I can change boot screen resolutions, but couldn't find it.

After about 15mins of googling I discovered the app name and the fact that its not installed.
Since LMDE is already on DVD (so space isn't an issue) can't this app be installed by default?

IMO the app selection where possible should be common across all flavours of Mint.... shouldn't it?
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 1 time in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
twa

Re: Request: startup-manager

Post by twa »

Hi,
https://launchpad.net/startup-manager/+ ... ement/8300
while this is from this forum:
http://forums.linuxmint.com/viewtopic.php?f=141&t=76010
and go here:
Install Grub Customizer:

Code:
sudo apt-get install bzr cmake libgtkmm-2.4-dev gettext
bzr branch lp:grub-customizer
cd grub-customizer/
cmake . && make
sudo apt-get install menu hwinfo
sudo make install
Code:
sudo mkdir /etc/grub.d/.disabled
sudo mv /etc/grub.d/06_* /etc/grub.d/.disabled/
sed -r -e 's/\$\{2\}/\$\{GRUB_COLOR_NORMAL\}/g' -e 's/\$\{3\}/\$\{GRUB_COLOR_HIGHLIGHT\}/g' /etc/grub.d/05_debian_theme | sudo tee /etc/grub.d/05_debian_theme > /dev/null

...to enable it work as expected. Without it you would not see the changes. Remember to reapply this hack every time Grub Customizer would refuse to work. This will happen after /etc/grub.d/ files will be updated (grub or some of its components update)

regards
Locked

Return to “LMDE Archive”