| |
|
|
|
|
Boot up Windows by default in LinuxAlthough some people have Linux as the sole operating system on their computer, a lot of people find it difficult to completely switch from Windows and dual booting configurations are quite common. Linux can be installed on a Windows PC quite easily and it creates a new partition in the empty space at the end of the disk and adds a boot loader to the start of the disk. The boot loader displays a list of operating systems (and sometimes utilities too), and you can choose the one you want. The boot loader that Ubuntu and some other Linux operating systems install is Grub and you'll see a text menu displayed on the screen when you switch on the computer. If you do nothing then Linux is automatically started after a few seconds, but you can manually select Windows and boot that instead. If you are happy with this arrangement then you don't need to do anything, but if you want to change the default so that Windows starts automatically if no keys are pressed when the Grub menu appears or if you want less or more time to decide which OS you want, you need to edit the Grub configuration file. To do this, open a Terminal Window (on the Applications, Accessories menu in Ubuntu 9.10), and enter
A couple of lines down in the Grub file is Switch back to the terminal window and type
|