MEPIS This forum is for the discussion of MEPIS Linux. |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
|
08-07-2006, 12:36 AM
|
#1
|
Senior Member
Registered: Apr 2006
Location: Iowa
Distribution: Debian distro family
Posts: 2,408
Rep:
|
I need Windows to start first
How do I tell MEPIS to let Windows boot by default? I can't find such a command in the control panel.
|
|
|
08-07-2006, 12:43 AM
|
#2
|
Senior Member
Registered: May 2004
Location: Albuquerque, NM USA
Distribution: Debian-Lenny/Sid 32/64 Desktop: Generic AMD64-EVGA 680i Laptop: Generic Intel SIS-AC97
Posts: 4,250
Rep:
|
A very bad idea, indeed. You're just trying to make it easy not to use Linux.
Nevertheless, if you're determined to use Windows instead, look at /boot/grub/menu.lst for a line like:
default 0
and change it to ... default 1
|
|
|
08-07-2006, 07:37 AM
|
#3
|
Senior Member
Registered: Mar 2003
Location: Following the white rabbit
Distribution: Slackware64 -current
Posts: 2,300
Rep:
|
Open up /boot/grub/menu.lst as root.
Change the default 0 to whichever one the windows entry happens to be. As Mepis usually has a couple of entries of it's own before the windows entry, you'll have to count them. If windows is the 3rd entry in the list you change default to 2 (grub starts counting from 0)
|
|
|
08-09-2006, 02:30 PM
|
#4
|
Senior Member
Registered: Apr 2006
Location: Iowa
Distribution: Debian distro family
Posts: 2,408
Original Poster
Rep:
|
[QUOTE=rickh]A very bad idea, indeed. You're just trying to make it easy not to use Linux.
Now just a minute...you have made an undue assumption, and you know what they say about "assume." I'm still at a point where although I can do many basic things in Linux, I can't tell you much about why anything works the way it does.
Last edited by newbiesforever; 08-09-2006 at 02:35 PM.
|
|
|
08-09-2006, 02:46 PM
|
#5
|
Senior Member
Registered: Apr 2004
Location: Baton Rouge, Louisiana, USA
Distribution: Debian Stable
Posts: 2,546
|
Another option you might find useful is to change the default to "default=saved". This makes it so that GRUB will default to whatever option was chosen last time. I like this because it makes installing stuff on Windows less annoying (the reboot party, you know), while also making it so that the 90% of the time I'm using Linux I simply reboot into Linux.
Last edited by IsaacKuo; 08-09-2006 at 02:47 PM.
|
|
|
08-10-2006, 05:37 AM
|
#6
|
LQ Newbie
Registered: Jun 2006
Location: Invercargill, New Zealand
Distribution: Ubuntu 19.1 All windows OS's
Posts: 19
Rep:
|
My /boot/grub/menu.lst does not have a default entry at all. It reads as follows
timeout 15
color cyan/blue white/blue
foreground ffffff
background 0639a1
gfxmenu /boot/grub/message
title MEPIS at hda6, kernel 2.6.15-26-386
root (hd0,5)
kernel /boot/vmlinuz-2.6.15-26-386 root=/dev/hda6 nomce quiet vga=791
boot
title Windows at hda1
rootnoverify (hd0,0)
chainloader +1
title MEMTEST
kernel /boot/memtest86+.bin
To make Windows the default I changed the order of the paragraphs so the file reads
timeout 15
color cyan/blue white/blue
foreground ffffff
background 0639a1
gfxmenu /boot/grub/message
title Windows at hda1
rootnoverify (hd0,0)
chainloader +1
title MEPIS at hda6, kernel 2.6.15-26-386
root (hd0,5)
kernel /boot/vmlinuz-2.6.15-26-386 root=/dev/hda6 nomce quiet vga=791
boot
title MEMTEST
kernel /boot/memtest86+.bin
This worked for me.
|
|
|
08-10-2006, 05:39 AM
|
#7
|
LQ Addict
Registered: Jul 2003
Location: London, UK
Distribution: Slackware
Posts: 7,464
Rep:
|
Yes, that works because in the absence of a "default x" line, the entry corresponding to 0 is used as the default.
|
|
|
All times are GMT -5. The time now is 07:34 PM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|