![]() |
I have Linux Mint 14.1 Nadia x64 and Windows 7 Ult---How do I Change Boot order?
How do I Change Boot order? I want to boot Win7 first because my wife wants to be happy!!!
My Knowledge of Linux is very basic Thank You :o |
Code:
gksu gedit /etc/default/grub & Code:
GRUB_DEFAULT=saved The information in this section applies to GRUB 1.98 and later. The "saved" entry enables the "grub-reboot" and "grub-set-default" commands to set the default OS for future boots. https://help.ubuntu.com/community/Gr...iguring_GRUB_2 |
I tried your suggestions and never could get to work. I took LinuxMint off and added PCLinuxOS kde 10-13 which allowed me to install kGrubEditor which I have used in the past.This allowed me to Boot Win7 as first option, Then PCLinuxOS AS 2nd Boot option.
Thank you for your help Problem Solved, Thank You |
You could have accomplished what you wanted with any system using Grub2 by opening a text editor and typing:
sudo gedit /etc/default/grub That would have opened the grub file in a text editor and you would have seen at the top of the file this line: Quote:
As a PCLinux user myself for years, good choice. |
Thank You for your reply. I will check out what you requested I do.
Quote:
I think most made a serious mistake by not offering "KGrubEditor" in the popular Distro's anymore. Those kinds of programs help users such as myself get acclimated to Linux. When you take away those tools, you are making it harder for the "Average person" to stay with Linux long enough to learn it and like it. You Drive many back to Windows. Give us those tools,then the Terminal interaction will come later. Been back and forth to windows and Linux so many times I can't count. It makes many scared of Linux such as my wife. Linux should not be Scary, it should be FUN!!!!!!! My Opinion |
trick your mind to thinking it's fun, make a game out of it and try more, one of my favorite things looking back was all the distros I tried to find my likes :)
|
sudo gedit /etc/default/grub
This is what I got after typing in terminal what you said:
sudo gedit /etc/default/grub ** (gedit:8418): WARNING **: GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name ca.desrt.dconf was not provided by any .service files ** (gedit:8418): WARNING **: GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name ca.desrt.dconf was not provided by any .service files ** (gedit:8418): WARNING **: GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name ca.desrt.dconf was not provided by any .service files (gedit:8418): Gtk-WARNING **: Theme parsing error: <data>:5:10: Not using units is deprecated. Assuming 'px'. (gedit:8418): Gtk-WARNING **: Theme parsing error: <data>:7:20: Not using units is deprecated. Assuming 'px'. (gedit:8418): Gtk-WARNING **: Theme parsing error: <data>:7:22: Not using units is deprecated. Assuming 'px'. (gedit:8418): Gtk-WARNING **: Theme parsing error: <data>:8:15: Not using units is deprecated. Assuming 'px'. ** (gedit:8418): WARNING **: GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name ca.desrt.dconf was not provided by any .service files ** (gedit:8418): WARNING **: GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name ca.desrt.dconf was not provided by any .service files ** (gedit:8418): WARNING **: GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name ca.desrt.dconf was not provided by any .service files |
You can use the code tags button[#] when posting \ no smileys and we'll know whats what ;) e.g:
Code:
;) Code:
cat /etc/default/grub |
tried it
cat: /etc/default/grub: No such file or directory
|
What I said was the command would work with Mint. Since you indicated you have installed PCLinuxOS over Mint, there is no Grub2 nor is there and /etc/default/grub file. If you boot a Mint CD, you would see it there. You could not edit it on a CD as it is a read-only system. My earlier post was for informational purposes, what you could have done when Mint was installed.
|
|
Edited the above :o
|
After editing /etc/default/grub need to run sudo update-grub, for changes to take place. It isn't recommended to edit /boot/grub/grub.cfg, any changes to it will change back the next time update-grub is ran either by updates or manually.
|
Quote:
|
Quote:
Code:
sudo gedit /etc/default/grub |
All times are GMT -5. The time now is 05:34 PM. |