Ubuntu :: Changing Boot Order

Oct 23, 2010

Just installed Ubuntu 10.4 on a computer that normally runs XP Pro. I used a separate drive and unplugged the windows drive while installing Ubuntu (error number one right?). Ubuntu installed perfectly, plugged in windows drive, Windows boots perfectly. My only problem is that I don't have the boot list option unless I go into the BIOS and change default boot drive every time I want to switch OS.After a bit of research I configured GRUB to allow me to dual boot (Windows did not appear at first), but it boots directly into Ubuntu (fine for me, but my mother uses XP for work) instead of Windows. Unfortunately I have some sort of keyboard issue that makes the arrow keys inoperable until the machine has once booted into an OS.

View 8 Replies


ADVERTISEMENT

Ubuntu :: Changing The Order Of GRUB2 Boot Entries?

Apr 28, 2010

Now it's:

Ubuntu
Memtest
Windows 7

I want:

Windows 7
Ubuntu
Memtest

How do I go about doing it? Do I rename "30_os-prober" in /etc/grub.d/ to "10_os-prober" and "10_linux" to "30_linux"?

View 9 Replies View Related

Hardware :: Can't Install After Changing Boot Order

Jul 2, 2010

I may be in the wrong section here (hardware) but I do believe this is a hardware issue. If indeed it is not, I welcome any admins to move this post to the correct section. That said, here's the issue:After years of frustration and problems with Windows XP, my parents finally asked me to install a Linux distro onto their machine. Taking their needs and lack of experience outside Windows in mind, I suggested Ubuntu and Linux Mint to them (as I do to pretty much anyone who wants an easy and beginner-friendly distro). Running first Mint's live session and then Ubuntu's on my own machine to give them an idea of how their new desktop would look, they picked Ubuntu and I grabbed the disk, my external hard drive, and proceeded to back up all their pics, music, docs, etc onto the external.

Once finished, I popped Ubuntu (10.04 LTS) into their machine for a reboot. Realizing when the Windows XP logo came up that the boot order is set to boot from the hard drive first, I went into BIOS and changed the boot order to check the appropriate DVD drive first (they have two DVD drives, both can and have burned onto DVDs without issue), and then the hard drive. Saving my changes and exiting, I did another reboot.I got as far as the splash screen where the dots under the Ubuntu logo lit up as normal, and then after a bit of a wait on my part, suddenly exits to a screen with a prompt telling me a boot device could not be found. Trying again with Linux Mint proved similar.Next I tried simply letting it boot into Windows as normal where I could then use Wubi to install Ubuntu beside Windows but again, the screen got as far as the Windows logo with the blue "loading bar" underneath and then would simply reboot. Having to focus my attention elsewhere for a couple minutes I found out upon return that the system was stuck in an endless loop of rebooting, asking to select between a safe mode, normal boot and last known configuration for Windows, then to the logo and starting over again.I went back into the BIOS and returned the settings to booting from the hard drive first as before (nothing else had been changed), and attempted another reboot. Same loop.I had made a boot "stick" for Ubuntu some time ago, and I've used it once when installing Ubuntu on a friend's laptop which had a broken CD drive. After it wouldn't boot from the USB device I looked in BIOS and selected "look for other devices to boot from" as there was not option to boot from USB in the standard option list (just hard drive, DC/DVD, and disabled). Still no luck.

Calling up my self-proclaimed computer expert uncle, he assured me that returning the BIOS to its default settings would allow it to boot normally back into Windows, probably after performing a disk check.Taking his advice I returned the BIOS to its default settings and reboot. No change, same loop! Frustrated I called him up again, and he said he'd have a look at it when he next gets a chance. heh. That may not be for a while as he is known for taking on projects he can't (or won't) finish.Anyway, tired and now uncertain, I thought perhaps it's something to do with a live disk. I tried an openSUSE installation disk and ended up with "please insert disk 1 into drive" prompt after selecting "install" from the first menu on the disk.

View 13 Replies View Related

General :: Changing Boot Order With Grub

Feb 21, 2011

I'm working my way through my Linux self-education and I'm hitting a slight road block. After consulting forum posts here and elsewhere, I have tried to alter my grub boot order by editing my menu.lst file found in /boot/grub. I don't seem to be having any luck. Changing the default [value] doesn't seem to work, nor does the savedefault. Below is a copy of my file.

Code:
# menu.lst - See: grub(8), info grub, update-grub(8)
# grub-install(8), grub-floppy(8),
# grub-md5-crypt, /usr/share/doc/grub
# and /usr/share/doc/grub-doc/.

default 4
# Set the default entry to the entry number NUM. Numbering starts from 0, and
# the entry number 0 is the default if the command is not used.
# You can specify 'saved' instead of a number. In this case, the default entry
# is the entry saved with the command 'savedefault'.
# WARNING: If you are using dmraid do not use 'savedefault' or your
# array will desync and will not let you boot your system.
default0

## timeout sec
# Set a timeout, in SEC seconds, before automatically booting the default entry
# (normally the first entry defined).
timeout10
## hiddenmenu
# Hides the menu by default (press ESC to see the menu)
#hiddenmenu

# Pretty colours
#color cyan/blue white/blue
## password ['--md5'] passwd
# If used in the first section of a menu file, disable all interactive editing
# control (menu entry editor and command-line) and entries protected by the
# command 'lock'
# e.g. password topsecret
# password --md5 $1$gLhU0/$aW78kHK1QfV3P2b2znUoe/
# password topsecret
# examples

# titleWindows 95/98/NT/2000
# root(hd0,0)
# makeactive
# chainloader+1
# titleLinux
# root(hd0,1)
# kernel/vmlinuz root=/dev/hda2 ro
# Put static boot stanzas before and/or after AUTOMAGIC KERNEL LIST
### BEGIN AUTOMAGIC KERNELS LIST
## lines between the AUTOMAGIC KERNELS LIST markers will be modified
## by the debian update-grub script except for the default options below
## DO NOT UNCOMMENT THEM, Just edit them to your needs

## ## Start Default Options ##
## default kernel options
## default kernel options for automagic boot options
## If you want special options for specific kernels use kopt_x_y_z
## where x.y.z is kernel version. Minor versions can be omitted.
## e.g. kopt=root=/dev/hda1 ro
## kopt_2_6_8=root=/dev/hdc1 ro
## kopt_2_6_8_2_686=root=/dev/hdc2 ro
# kopt=root=UUID=18250e14-e47e-4bf9-a927-6456120575f8 ro
## default grub root device
## e.g. groot=(hd0,0)
# groot=18250e14-e47e-4bf9-a927-6456120575f8

## should update-grub create alternative automagic boot options
## e.g. alternative=true
## alternative=false
# alternative=true
## should update-grub lock alternative automagic boot options
## e.g. lockalternative=true
## lockalternative=false
# lockalternative=false

## additional options to use with the default boot option, but not with the
## alternatives
## e.g. defoptions=vga=0x317 resume=/dev/hda5
# defoptions=vga=0x317
## should update-grub lock old automagic boot options
## e.g. lockold=false
## lockold=true
# lockold=false
## Xen hypervisor options to use with the default Xen boot option
# xenhopt=

## Xen Linux kernel options to use with the default Xen boot option
# xenkopt=console=tty0
## altoption boot targets option
## multiple altoptions lines are allowed
## e.g. altoptions=(extra menu suffix) extra boot options
## altoptions=(recovery) single
# altoptions=(recovery mode) single

## controls how many kernels should be put into the menu.lst
## only counts the first occurence of a kernel, not the
## alternative kernel options
## e.g. howmany=all
## howmany=7
# howmany=all
## should update-grub create memtest86 boot option
## e.g. memtest86=true
## memtest86=false
# memtest86=true

## should update-grub adjust the value of the default booted system
## can be true or false
# updatedefaultentry=false
## should update-grub add savedefault to the default options
## can be true or false
# savedefault=false
## ## End Default Options ##
splashimage=18250e14-e47e-4bf9-a927-6456120575f8/boot/grub/splash.xpm.gz

titleBackTrack 4 R2, kernel 2.6.35.8
uuid18250e14-e47e-4bf9-a927-6456120575f8
kernel/boot/vmlinuz-2.6.35.8 root=UUID=18250e14-e47e-4bf9-a927-6456120575f8 ro quiet splash
initrd/boot/initrd.img-2.6.35.8
quiet

titleBackTrack 4 R2, kernel 2.6.35.8 (recovery mode)
uuid18250e14-e47e-4bf9-a927-6456120575f8
kernel/boot/vmlinuz-2.6.35.8 root=UUID=18250e14-e47e-4bf9-a927-6456120575f8 ro single
initrd/boot/initrd.img-2.6.35.8

titleBackTrack 4 R2, memtest86+
uuid18250e14-e47e-4bf9-a927-6456120575f8
kernel/boot/memtest86+.bin
quiet
### END DEBIAN AUTOMAGIC KERNELS LIST
# This is a divider, added to separate the menu items below from the Debian
# ones.
titleOther operating systems:
root

# This entry automatically added by the Debian installer for a non-linux OS
# on /dev/sda1
titleWindows Vista/Longhorn (loader)
root(hd0,0)
savedefault
makeactive
chainloader+1

View 2 Replies View Related

Installation :: Changing Boot Order - Grub Error 17

Jan 31, 2010

I am upgrading a system to have encrypted disks, it's a two disk system, so I want the BIOS to look at /dev/hdb first to unlock it, then it should reboot, see that isn't a system disk and try to boot /dev/hda. Then that gets unlocked, and the system boots. After unlocking hdb I get a Grub error 17. I can't edit Grub to look at hda as on normal boot it hasn't been unlocked yet, so it can't see the file system at that point. I reformatted an old XP disk as hdb, and it worked fine, but I'd rather not install windows every time, just to reformat it as ext3. Is there a simple way of clearing the boot sector of hdb?

View 4 Replies View Related

Red Hat / Fedora :: Changing Boot Order And Make XP As The Default OS?

Mar 19, 2009

My boot order has automatically changed, before I was booting Windows XP/ Vista as the default OS, now all of the sudden Fedora has become the default OS. So plz help me change the boot order. These are my grub settings at the moment.

# Note that you do not have to rerun grub after making changes to this file
# NOTICE: You have a /boot partition. This means that
# all kernel and initrd paths are relative to /boot/, eg.

[code].....

View 9 Replies View Related

Ubuntu :: Error 11: Unrecognized Device String When Changing The Boot Order To Default

Jun 24, 2010

i downloaded backtrack 4 (final) and booted the iso onto a flash drive using unetbootin. i then changed the boot order so the flash drive was first. after i did that i got into backtrack 4 did the install.sh and now i cant boot windows 7. even after changing the boot order to default, i turn my computer on and get a message that says:

Ubuntu 8.10, kernel 2.6.30.9
Ubuntu 8.10, kernel 2.6.30.9 (recovery mode)
Ubuntu 8.10, memtest86+
Other operating systems :
Memory Test (on /dev/sda1)
Ubuntu 8.10, kernel 2.6.30.9 (on dev/sda1)
Ubuntu 8.10, kernel 2.6.30.9 (recover mode) (on dev/sda1)
Ubuntu 8.10, memtest86+ (on dev/sda1)
[Code]....

i can only boot backtrack 4 OS, i really want to know what can i do to be able to boot my windows 7 home premium os.

View 2 Replies View Related

General :: Changing Grub Boot Order And Make Win7 Default

Aug 13, 2010

I recently upgraded to Ubuntu 10.04 from earlier versions. I have a dual boot system with Windows 7. Grub was set to boot Windows by default Things were working fine. I decided to upgrade to Grub2. It seemed like a good idea at the time. Now when booting up,the name at the top of the Grub menu is 1.98, which is Grub 2. When I run grub-install -v, it comes back grub-install (GNU GRUB 0.97) which is not Grub2. Now when I boot up, Ubuntu 10.04 is the default. I have to manually choose Windows if I want to use that system. I have been unable to change the boot order following instructions from this site. Any Way changing the boot order to make Windows 7 the default. I am using a Toshiba Satellite.

View 5 Replies View Related

Ubuntu :: Changing The Order Of Desktop Items?

Jan 28, 2010

I just started using the Ubuntu Netbook Remix (9.10 Karmic) a couple weeks ago. I've added my own and removed a few of the default icons in the simplified, menu-driven desktop interface. However, the icons are in the order in which they were added (particularly in the "Favourites" tab. How can I rearrange or sort these icons?

I've tried right-clicking the tab and desktop, but no sort option appears. I've tried dragging the icons to the desired spot in the window, but that doesn't work either. Is there a control panel in the "System" tab that will let me sort the icons, or is this not possible in the netbook remix?

View 1 Replies View Related

Ubuntu :: Changing Grub2 Menu Entries Order?

Jun 25, 2010

As it stands right now, Grub2 seems to generate menu entries in this order (for my pc)
Ubuntu 2.6.32-22
Ubuntu 2.6.32-22 (recovery)
Ubuntu 2.6.32-21
Ubuntu 2.6.32-21 (recovery)
Windows XP

How can I make it so that Grub generates entries in this order
Ubuntu 2.6.32-22
Windows XP
Ubuntu 2.6.32-22 (recovery
Ubuntu 2.6.32-21
Ubuntu 2.6.32-21 (recovery)

If you're wondering why I care about the order, its because I just installed Grub with an icon based theme. In that situation, it looks silly to have 4 Ubuntu Icons next to each other, and then the windows one at the end.

View 7 Replies View Related

Ubuntu :: Changing Order Of Indicators In Notification Area?

May 21, 2011

Does anyone know how to change the order of the icons in the notification area?

View 3 Replies View Related

Software :: Changing Order In Which Users Are Displayed In Lastlog

Jun 24, 2010

Can I change the order in which the users are displayed in "lastlog" command?

View 10 Replies View Related

OpenSUSE Install :: Booting SUSE After Changing Disk Order In BIOS

Feb 24, 2011

I had to change disk order in bios and now I am unable to boot SUSE. My sda is now sdc(disk ID is still the same in fstab). Should I reinstall GRUB to MBR of hd0 or I will need to do something more.

View 2 Replies View Related

Ubuntu :: Edit To Change Boot Order And Various Boot Selections?

Jan 6, 2010

I upgraded from XP to Windows 7 (I need this for legacy business) and decided to install Ubuntu permanently rather than using from CD. During an Ubuntu session I was prompted to upgrade, which I did, but when I boot up now, there seems to be 2 versions of Ubuntu which I can choose from the boot up menu, plus the usual mem test, safe mode etc, plus the option to boot Windows 7.

Firstly, is there in fact more than one Ubuntu image (and therefore precious disk space taken up), how do I find out, and if so what action should I take?If there is only one Ubuntu and one Windows 7 image, how do I edit (and where is the file) to change the boot order and the various boot selections?

View 9 Replies View Related

Fedora Installation :: Change The Boot Order To Boot Windows 7 First?

Jun 15, 2011

Dual booting Windows 7 and Fedora 15. What I would like to know is if I can change the boot order to boot Windows 7 first and Fedora 15 as other or second.

View 5 Replies View Related

General :: Messed UP Boot Order On Dual Boot

Jun 24, 2011

I am working on another's Dell Inspiron 530 with Vista 64-bit; see below:

[code]....

wanting a dual-boot, 500GB hdd was formatted as above, Win Vista x64 Recovery CD was created, and antiX-M11 (as Swift Linux 0_1_1) installed. Now, at startup, machine boots to antiX and not Vista. User wants it the other way around. I think I should have reordered the partitions and not installed GRUB in MBR. EasyBCD is the preferred boot loader for User. This is a learning experience but due to time constraints and not being at my home where references are available, EasyBCD is on a USB stick -- should I boot to the Vista Recovery CD and then try to install EasyBCD to sda3 from it, uninstall antiX (but this will not fix the MBR problem, will it?), or edit fstab or what

View 5 Replies View Related

Ubuntu :: How To Select Boot Order In HDD

Jan 8, 2010

I'm getting a new HDD today. I have SATA 500GB, and I'm getting SATA II 500gb. This is what I wanted to ask. On my first HDD, I have Windows XP and ubuntu and on the new HDD, I will install Windows 7. What I wanted to ask, are such things like jumpers on my HDD (master/slave etc.) used to select boot order? Or will I have to go into BOOT settings and choose Win7 Hdd first in the boot order etc.?

View 2 Replies View Related

Ubuntu :: Trade The Order Of The Boot?

Apr 24, 2010

I've installed the ubuntu 9.10 in my pc. But, I want to trade the order of the boot, because my brothers use windows. I know how to do it in the version 9.04 in the directory /boot/grub trading the configuration of the file menu.lst ,but i cannot find this same file in this new version. How should I do?

PS: my version is ubuntu 9.10 amd 64bits

View 9 Replies View Related

Ubuntu :: Change Boot Order ?

May 20, 2011

I have a dual boot linux system with Mint 10 and Ubuntu 11. Currently Mint is the first OS in the boot order. How difficult is it to change that config so that Ubuntu is first (or default) and Mint second ?

View 4 Replies View Related

Ubuntu :: Get CMOS To Setup Boot Order?

Jul 22, 2011

I want to find ou t when you boot it can you press any key 0r keys to get to CMOS. Also if I wanted to have both win95 and ubuntu how would I do That?

View 2 Replies View Related

Ubuntu Installation :: Can Change Boot Order ?

Apr 7, 2010

I use dual OS, n i have a problem when i want to set boot order. Can i change boot order? or can i make a priority for my OS?

View 8 Replies View Related

Ubuntu :: How To Re-order The Grub Boot Menu

May 8, 2010

I have installed ubuntu 10.04 and kubuntu 10.04 on different partition (same hard drive). and window 7 on a different hard drive.

The boot menu order now is 1. kubuntu 2. memtest 3. window 7 4. ubuntu 10.04 kernel 2.6.32.22

I want to change to Code:
1. ubuntu 10.04 kernel 2.6.32.22 2. window 7 3. kubuntu 4. memtest

These are the files in my ubuntu /etc/grub.d:

Code:
/etc/grub.d$ ls
00_header* 10_linux* 30_os-prober* README
05_debian_theme* 20_memtest86+* 40_custom*

View 2 Replies View Related

Ubuntu :: Change Order Of Boot Options?

Jul 5, 2010

I am using Ubuntu 10.04 x64 in a three-boot configuration; the first boot choice screen (the one I would like to change) gives the options of booting to Ubuntu, 3 options I don't understand, and booting to Windows 7. Unfortunately, at least for me, Ubuntu is at the top and is the default. [The third choice is Win XP x32 - but it appears on a separate screen]

My question: How can I make the boot to Windows 7 the default choice?

View 1 Replies View Related

Ubuntu :: Change Boot Order In Grub?

Jul 13, 2010

I want to change the default boot from Ubuntu to windows xp. What file do I need to edit to make that change? In other distros the file is grub.lst but I can not locate that file name in Ubuntu.

I can find the file /boot/grub/grub.cfg that looks like what I need but has a warning "DO NOT EDIT",

View 5 Replies View Related

Ubuntu :: Cannot Get To Bios In Order To Boot From TUSB

Sep 15, 2010

I've bought a low-spec mini-netbook (the ALLFINE PC703) and I want to install Debian W/O a GUI on it. The trouble is I cannot get to the bios in order to boot from the USB and it says on the box (in very small print) that users cannot install other OSes then the pre-installed Windows CE. Windows CE wont run the Wubi so I can't install ubuntu on it either. How can I bypass these incoviences and get Debian up and running.

View 3 Replies View Related

Ubuntu :: Change Order Of Boot Menu?

Oct 19, 2010

how to change the order of GRUB. I found someone who asked in '06 but I believe the method has changed. I want windows (The bottom on the list) to start without me having to select it.

View 9 Replies View Related

Ubuntu :: Get To CMOS To Setup Boot Order?

Jan 28, 2011

I want to find ou t when you boot it can you press any key 0r keys to get to CMOS. Also if I wanted to have both win95 and ubuntu how would I do That?

View 1 Replies View Related

Ubuntu :: Change Grub Boot Order?

Mar 18, 2011

I am trying to change the default gnu grub boot order to first go to windows 7. I entered gksudo gedit /boot/grub/menu.lst and it opened up the file but the file was blank.It didn't show me the 5 or 6 possible choices.

View 8 Replies View Related

Ubuntu :: Dual Boot With Xp Cannot Change Order?

Aug 18, 2011

I installed Ubuntu 11.04 as a dual boot system. I am given 5 choices with XP choice 5. Unless I highlight it I will boot into Ubuntu. I used the startup manager, and indicated that XP should be the default OS. Nothing changed. I tried the PySDM storage device manager which lists the partitions, but does not allow me to make changes.

View 2 Replies View Related

Ubuntu :: Change The 11.04 Boot Order List?

Sep 1, 2011

I've installed ubuntu 11.04 side by side with my xp. However after reboot I found my boot order list is like

Ubuntu, with Linux 2.6.38-8-generic
Ubuntu, with Linux 2.6.38-8-generic (recover mode)
Memory test (memtest86+)

[code]....

As you can see the windows option is way in the bottom, how to make it to be on the second line like below ?

Ubuntu, with Linux 2.6.38-8-generic
Microsoft Windows XP Professional (on /dev/sda1)
Ubuntu, with Linux 2.6.38-8-generic (recover mode)

[code]....

how can I remove the other 3 which I thought unnecessary

View 1 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved