Thursday, May 2, 2024
 Popular · Latest · Hot · Upcoming
8
rated 0 times [  8] [ 0]  / answers: 1 / hits: 77371  / 1 Year ago, thu, january 26, 2023, 7:06:19

i'm using dual boot and i want to use windows 7 as the default operating system.So how can i change default OS of GRUB Boot loader?


More From » dual-boot

 Answers
0

use grub-set-default



$ sudo grub-set-default ENTRY


ENTRY is a number or a menu item title



or edit /boot/grub/grub.cfg



sudo chmod +w /boot/grub/grub.cfg
sudo vi /boot/grub/grub.cfg
change "0" in line: set default="0" to your choice
sudo chmod -w /boot/grub/grub.cfg

[#27637] Friday, January 27, 2023, 1 Year  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
ersoggles

Total Points: 69
Total Questions: 111
Total Answers: 111

Location: Vanuatu
Member since Sun, Oct 2, 2022
2 Years ago
;