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


ADVERTISEMENT

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

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 :: 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

Ubuntu Installation :: 11.04 - Change The Boot Order In The New Grub

Jun 18, 2011

Just installed 11.04 and do not know how to change the boot order in the new grub.

View 3 Replies View Related

Ubuntu Installation :: Change GRUB Boot Order ?

Aug 15, 2011

I have ubuntu 11.04 and windows vista installed on my pc. I have already set windows vista as my default os, but I'd like to put it at the top of the boot menu (currently it's in 4th).

View 2 Replies View Related

Ubuntu Installation :: Restore Correct GRUB Boot Order After Removed XP Drive

Mar 11, 2010

I have an old Dell Dimension 4500 that, until recently, had 2 hard drives. One drive is running Xubuntu Koala and the other was running XP. I had set up Xubuntu to run LVM.

After needing XP again for a small project I tried reinstalling XP, got disk errors, took the drive out to just have Xubuntu, and now when I boot I get "Error loading operating system".

I have tried restoring GRUB from a Live CD with no help. Everyplace I look on the net talks about restoring GRUB after installing Windows on another drive. I'm trying to get GRUB working again after removing the XP drive.

View 9 Replies View Related

Ubuntu :: Change GRUB Boot Order: No /boot/grub/menu.lst File

Nov 29, 2010

i am trying to change the boot order on the GRUB menu so that the countdown automatically starts on an older kernel. From what i can see all the solutions on the web want me to edit the /boot/grub/menu.lst file. The problem is that i don't have one. Someone also mentioned that if i don't have a menu.lst file then i should look for the grub.conf file. I don't have on of those either. The closest thing in /boot/grub is grub.cfg but that looks nothing like the descriptions i have heard of /boot/grub/menu.lst file

View 5 Replies View Related

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 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

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

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 Installation :: Changing Orders Of Boot Options In Grub

Dec 29, 2010

I just want to confirm something before I mess with the bootloader. It kind of scares me to rewrite my MBR. It appears that the grub version that comes with Ubuntu 10.10 drives its menu generation from /etc/grub.d/* when you execute update-grub. If I want to put windows first in the list, could I just rename "30_os-prober" to something like "09_os-prober" and run update-grub? My reason for this is every time Ubuntu updates the kernel, it adds 2 new entries to grub's boot menu. It's easy enough to remove these via the Synaptic Package Manager, but that means for at least 1 boot cycle, my default OS gets messed up (Windows). I have to leave it as the default for others that use the computer, even though I prefer Ubuntu.

View 6 Replies View Related

Ubuntu Installation :: Error On Boot "Read Error After Changing Motherboard Battery

Dec 2, 2010

I changed my motherboard battery last night, and now get "Read Error" on booting to Ubuntu, on dual boot system. This is the most frustrating thing in an otherwise great operating system. It is the second time I have encountered this issue (last time was a change of power supply). I fixed it last time after three days of re-loading Grub2 and playing around Grub 2 updates, etc. Fixed it eventually, but as usual, no idea of what eventuality fixed it. I think I found a web page buried deep in the 'net, which talked about device.map. Do you think I can find it again - not yet - day 2 searching for the answer... This is what the grub script tells us:

[Code]....

View 7 Replies View Related

Ubuntu Installation :: Grub Rescue Mode - Error: Cannot Find A Device For /boot/grub (is /dev Mounted?)

Dec 16, 2010

I updated yesterday and now when I start my laptop it goes in to grub rescue mode. I have booted from a 'live cd' and thought I could repair grub from there. In gparted however the partition with ubuntu (sda1) is seen as unknown file system, in terminal when I list the partition table it shows up as FAT16 type. When I try a grub-install it gives this error message:

[Code]....

View 9 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 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 :: 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

General :: Change The Boot Order In Grub?

Aug 4, 2010

I just installed Ubuntu 10.04 onto my toshiba C655 iCeleron 900 2.20ghz 1GB RAM. I have win7 and I have a 4GB swap partition. How Do I change the Boot order in Grub? I saw instructions somewhere else to type sudo, etc in the command line and was getting access denies...

View 5 Replies View Related

General :: How To Change Boot Order In Grub

May 12, 2011

I wanna change the boot order, right now Linux starts first, and I wanna configure GRUB to make Windows start first, how can I do this?

View 13 Replies View Related

Debian :: Change Order Of GRUB Boot List?

Apr 1, 2010

I tried looking this up. It seems that in Ubuntu, you need to edit /boot/grub/menu.lst. I tried that, and the file is not present in Debian "Squeeze". (Just trying it out on a different PC, In case you are confused by my other thread regarding Lenny) So what do I need to do to change the default OS to boot?

View 3 Replies View Related

OpenSUSE Install :: Change The Boot Order In Grub?

Jul 31, 2010

I'm trying to change the boot order in grub (menu.lst) but does not working.

My menu.lst:

# Modified by YaST2. Last modification on Qua Jul 28 22:45:21 BRT 2010
# THIS FILE WILL BE PARTIALLY OVERWRITTEN by perl-Bootloader
# Configure custom boot parameters for updated kernels in /etc/sysconfig/bootloader

[Code].....

View 9 Replies View Related

Ubuntu :: Grub Boot Order No Menu.lst File?

Jan 21, 2011

I am trying to change the default boot in grub to the last OS, and cannot find the menu.lst file under the /boot/grub directory.

I have tried to use the locate command to find the menu.lst file, but it doesn't exist. I have grub 1.98 installed and was wondering if the file I need to edit might be under a different name.

I recently updated Ubuntu to 10.04 (lucid) Kernel linux 2.6.32-27-generic gnome 2.30.2

View 2 Replies View Related

General :: Any Proper Way To Change Grub Boot Order

Feb 13, 2010

I am a linux noob and that is the reason I want to boot my windows xp by default. Now kubuntu boots first. I've googled how to do this but the topics of other people with the same 'problem' were old or maybe incorrect. Because the official GRUB Ubuntu wiki says you should not change the /boot/grub/grub.cfg file manually. The first line on the .cfg file is also a warning: Do not edit this file. So it continued looking for a proper way to change the boot order. Then I found something about etc/grub.d and also etc/default/grub. The problem is I don't understand how to change the boot order using this.

View 9 Replies View Related

General :: CentOs 5.3 - Grub Configuration For Boot Order

Feb 11, 2010

I clone an drive with CentOs 5.3 from a drive connected to ATA0 device 0 of an ATA controller to an identical drive connected to the same ATA contoller ATA1 device 0. No matter what I do it boots from ATA1 device 0 and I need to be able to control which one it is booted from. When I have puppy linux on one drive and CentOs on the other drive I can control the boot thru the system BIOS either way no matter if puppy is in ATA 0 or 1. So its not a BIOS issue. It appears (to me) to be a grub configuration issue. Since the 2 drives are clones they both have VolGroup00. I think grub loads from the last VolGroup00 found.

Here is my grub.conf file:
# grub.conf generated by anaconda
# 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.
# root (hd0,0)
# kernel /vmlinuz-version ro root=/dev/VolGroup00/LogVol00
# initrd /initrd-version.img
# boot=/dev/hde
default=0
timeout=5
splashimage=(hd0,0)/grub/splash.xpm.gz
hiddenmenu
title CentOS (2.6.18-128.el5)
root (hd0,0)
kernel /vmlinuz-2.6.18-128.el5 ro root=/dev/VolGroup00/LogVol00
initrd /initrd-2.6.18-128.el5.img

Here is the Device.map:
# this device map was generated by anaconda
(hd0) /dev/hde

View 3 Replies View Related

General :: How To Easily Change Grub OS Boot Order

Feb 3, 2010

I've seen many, many different solutions for how to change the GRUB boot order. Search no more. This is by far the easiest, safest way to do that.

Open your terminal and type in the following:
sudo apt-get install startupmanager

When that is done go to your control panel and you'll have a new icon that says Startup Manager. Every thing you'll need work with your GRUB menu.

View 1 Replies View Related

General :: Edit Default GRUB Boot Order In Ubuntu 9.10 64 Bit?

Mar 25, 2010

I have Ubuntu 9.10 64 Bit, and I also have Windows 7, and I want to make Win7 boot first and without having to manually choose it every time I restart, for my non-linux using family. I have tried the guides where it says you have to edit the "menu.lfg(or whatever it is)" and I don't have that file. I have looked, it's not there, the closest I found was "grub.cfg" and I can't make any sense out of it. I'm not unfamiliar with computers, I'm just relatively new to Ubuntu, and want to make the best out of it I can, I love it. I've tried going into GRUB, and and editing the Win7 Loader, but it doesn't work.

View 4 Replies View Related

General :: Grub Settings And Boot Order - BIOS Getting Reset

Dec 18, 2009

Is there some workaround by changing grub settings other than rewiring the hard disks or changing in bios..
1. my bios is getting reset (low battery)
2. my hard disks are sata and ide, so the ide one is loaded as hd1 by default, cudn't find any way to change that..

View 3 Replies View Related

Ubuntu Installation :: Boot Error - 'If I Hit 'Esc' Get To The Grub -meny And Can Boot As Normal?

Sep 4, 2010

I installed Ubuntu 10.04 LTS on a machine with 8.04 LTS, and have dualboot between those i system.The problem is when a start a get a message:'Boot error'If I hit 'Esc' I get to the Grub -meny and can boot as normal.

View 1 Replies View Related

Ubuntu :: Changing Boot Options \ Streamline Boot Screen/GRUB Menu?

Apr 18, 2010

I am trying to streamline my boot screen/GRUB Menu. I know what I want it to look like (grub_wanted.jpg), and I think I know how to get it by uninstalling a couple of things, (synaptic.jpg). Now I have too many items on the screen, and it looks cluttered to me (grub.jpg).

View 3 Replies View Related







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