[SOLVED]Dual boot win 7 & mint 14

Quick to answer questions about finding your way around Linux Mint as a new user.
Forum rules
There are no such things as "stupid" questions. However if you think your question is a bit stupid, then this is the right place for you to post it. Stick to easy to-the-point questions that you feel people can answer fast. For long and complicated questions use the other forums in the support section.
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
Locked
split

[SOLVED]Dual boot win 7 & mint 14

Post by split »

Currently when the boot screen comes, win 7 is selected by default and i have to scroll down & select mint. i want it to be reversed such that mint is selected by default rather than win 7.
Any suggestions?
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 2 times in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
User avatar
jungle_boy
Level 7
Level 7
Posts: 1812
Joined: Thu Aug 19, 2010 2:51 pm
Location: Amazon Rainforest

Re: Dual boot win 7 & mint 14

Post by jungle_boy »

To change it you need edit grub files (in /boot/grub/grub.cfg; /etc/default/grub), it is little hard, but Daniel Ritcher make the hard work and release Grub-Customizer , the easy way to customize grub.

To install it:

Code: Select all

        sudo add-apt-repository ppa:danielrichter2007/grub-customizer
        sudo apt-get update
        sudo apt-get install grub-customizer

Open grub customizer, look at the first tab (entries) you will be all the OS installed, Linuxmint, recovery, memtest, windows,

If you want you can delete recovery, memtest entries keeping only LM and windows entries.

Open second tab, there you will can change default option.

Explore the othwers tabs; you can put a backgropund on window boot, etc

Save.

Close.

Reboot.

Done.
Samsung Odyssey, Octa-core, i5 9300H, Geforce GTX 1650, 16GB RAM, SSD SAMSUNG NVMe 500GB
LM 21 Cinnamon
split

Re: Dual boot win 7 & mint 14

Post by split »

Thanks but i'm not able to find grub-customizer.
i copy pasted the code u gave in terminal and after installation its final output was this:

Code: Select all

gpg: keyring `/tmp/tmp9vxpub/secring.gpg' created
gpg: keyring `/tmp/tmp9vxpub/pubring.gpg' created
gpg: requesting key 3F055C03 from hkp server keyserver.ubuntu.com
gpg: /tmp/tmp9vxpub/trustdb.gpg: trustdb created
gpg: key 3F055C03: public key "Launchpad PPA for Daniel Richter" imported
gpg: no ultimately trusted keys found
gpg: Total number processed: 1
gpg:               imported: 1  (RSA: 1)
OK
Now where do i find grub-customizer?
User avatar
jungle_boy
Level 7
Level 7
Posts: 1812
Joined: Thu Aug 19, 2010 2:51 pm
Location: Amazon Rainforest

Re: Dual boot win 7 & mint 14

Post by jungle_boy »

Code: Select all

 sudo add-apt-repository ppa:danielrichter2007/grub-customizer
 sudo apt-get update
 sudo apt-get install grub-customizer
You can copy/paste one by one the code lines, after Enter key and wait.

After of all you find Grub-Customizer in system options
Samsung Odyssey, Octa-core, i5 9300H, Geforce GTX 1650, 16GB RAM, SSD SAMSUNG NVMe 500GB
LM 21 Cinnamon
split

Re: Dual boot win 7 & mint 14

Post by split »

in the last step its giving me an error:

Code: Select all

Err http://ppa.launchpad.net/danielrichter2007/grub-customizer/ubuntu/ quantal/main grub-customizer i386 3.0.2-0ubuntu1~ppa1q
  404  Not Found
Failed to fetch http://ppa.launchpad.net/danielrichter2007/grub-customizer/ubuntu/pool/main/g/grub-customizer/grub-customizer_3.0.2-0ubuntu1~ppa1q_i386.deb  404  Not Found
E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?
User avatar
jungle_boy
Level 7
Level 7
Posts: 1812
Joined: Thu Aug 19, 2010 2:51 pm
Location: Amazon Rainforest

Re: Dual boot win 7 & mint 14

Post by jungle_boy »

1- Boot PC, count how many entries have. the first up is 0(zero); the second is 1; the third is 2, etc, see what number entries is windows, for example for me:

- Linuxmint nadia------>0 entries
-Memtest----------------->1entries
-Recovery--------------->3
-Windows--------------->4


2- With mouse go to: File system>etc>default

You will see grub file

3- Right click on grub file, open as Administrator

4- In GRUB_DEFAULT=0; change to GRUB_DEFAULT=windows_number_entries, for me, 4

5- Save

6- In terminal: sudo update-grub

7- Reboot.
Samsung Odyssey, Octa-core, i5 9300H, Geforce GTX 1650, 16GB RAM, SSD SAMSUNG NVMe 500GB
LM 21 Cinnamon
split

Re: Dual boot win 7 & mint 14

Post by split »

thanks a lot. i realised the grub customizer is only for the grub screen. actually what happens is, first the windows boot screen comes where i have to select between win & mint. this was where win was default. changed it thru windows system advanced settings, & now mint is the default selection in win boot sequence. still thanks alot for u'r time.
User avatar
jungle_boy
Level 7
Level 7
Posts: 1812
Joined: Thu Aug 19, 2010 2:51 pm
Location: Amazon Rainforest

Re: [SOLVED]Dual boot win 7 & mint 14

Post by jungle_boy »

OK ! :D
Samsung Odyssey, Octa-core, i5 9300H, Geforce GTX 1650, 16GB RAM, SSD SAMSUNG NVMe 500GB
LM 21 Cinnamon
Locked

Return to “Beginner Questions”