LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   dual boot with ubuntu 11 and xp (https://www.linuxquestions.org/questions/linux-newbie-8/dual-boot-with-ubuntu-11-and-xp-915613/)

biketart 11-26-2011 05:27 AM

dual boot with ubuntu 11 and xp
 
hello all, ive installed ubuntu last night, i need a few pointers.

firstly, wheres the admin tools in ubuntu 11? i know where system settings are.

2nd, i need to change the boot sequence, but cant find menu.lst
is this because im running a new version?

I want to make xp the default OS on bootup. What is the easiest way to acheive this?

Skyer 11-26-2011 05:34 AM

Hello, and welcome to LQ.

1) I'm not sure what do you mean by admin tools. Most of settings for standard users can be found using GUI tools - which are available in "System settings". If that's not sufficient for you, you can always edit configuration files directly. (It might, however, require some "true linux skills", and I wouldn't recommend this to you unless you know what are you doing).

2) Newer Ubuntu versions use grub.cfg as replacement for menu.lst configuration file. You can edit it by hand, but it's no good in long run, as this file is dynamically generated by grub scripts (usually located at /etc/grub.d/). Take a look at some Grub2 tutorial - this one seems to be good for Ubuntu: http://ubuntuforums.org/showthread.php?t=1195275.

Good luck


Skyer

yancek 11-26-2011 12:03 PM

In addition to what Skyer said above:

Quote:

I want to make xp the default OS on bootup. What is the easiest way to acheive this?
As root, open the /etc/default/grub file in a text editor and change the default entry at the top. You will need to first go to the grub.cfg file and find your xp menuentry line, count the menu entries down to xp. Count starts at zero (0) so if xp is the third menuentry put:

GRUB_DEFAULT=2


All times are GMT -5. The time now is 05:55 AM.