[Solved]Boot from USB HDD - Root device doesn't exist. Major/minor

My problem is that the kernel seems (or starts) to load, but then I get an error:
Root device 'UUID=1234 . . .' doesn't exist.
Attempting to create it.
ERROR: Unable to determine major/minor number of root device "UUID=1234 . . .'
You are being dropped into recovery shell
I found a few links on the web and in the forums, but nothing that really solved it for me. The solved ones usually downgraded the kernel.  I haven't done that yet.  I thought I'd try here first.
I have a 320GB USB HDD that I have been using to experiment with different linux distros.  I have a few working successfully (OpenSUSE,Mint,Ubuntu,Debian,Fedora,etc).  I'm very new at this but have been reading a lot and putting a lot of time into it.  I have legacy grub loaded on the MBR and use the menu.lst on my openSUSE partition to boot everything.  Because the partitions for some of the distros are so far into the disk I needed to create directories on openSUSE's /boot directory to contain the kernel and initrramfs files (like /boot/fedora).  This seems to work for the other distros.  I did the same thing for Arch.
So when I installed Arch I haven't used the bootloader section of the installation.
I'm using the 2011.08.09-netinstall-i686.iso Live CD.
I tried a few things including:
1.    changing the HOOKS in /etc/mkinitcpio.conf
    a.    adding usb to the "HOOKS"
    b.    removing and adding autodetect
    c.    adding and removing "sata_sil" (although I'm not even sure if my device uses it)
2.    changing the kernel line:
    a.    from using "UUID=" to (hd0,1) to sdb1.
    b.    added rootdelay=8
3.    repartition all of my arch partitions using cfdisk from my Live CD and reinstall. I used gparted on OpenSUSE to do it the first time.
This may be connected. When I fdisk -l from the Arch Live CD I get extra data and an error for each of my arch partitions (and only my arch partitions):
Disk does't contain a valid partition table
When I fdisk -l from OpenSUSE I don't get the data paragraphs or errors about the arch partitions?
Here is my /etc/fstab:
# /etc/fstab: static file system information
# <file system> <dir> <type> <options> <dump> <pass>
tmpfs /tmp tmpfs nodev,nosuid 0 0
UUID=0e7556ef-b832-43e9-a8ba-c68dd2cd6143 /var reiserfs defaults 0 1
UUID=510bb601-13c1-46ec-87c0-a800dd2efb8b / ext4 defaults 0 1
UUID=cd78ab04-742d-4ba5-9727-90727de2dd14 swap swap defaults 0 0
UUID=dc5685e3-35b0-46d4-b259-61f2530ff36a /home ext3 defaults 0 1
And my HOOKS:
HOOKS="base udev autodetect pata scsi sata usb filesystems usbinput"
And my menu.lst:
1
default 0
timeout 32
gfxmenu (hd0,1)/boot/message
###openSUSE on sda2 - legacy grub
title openSUSE 11.4 - Celadon - gnome
root (hd0,1)
kernel /boot/vmlinuz-2.6.37.6-0.7-default root=/dev/disk/by-id/usb-Seagate_FreeAgent_GoFlex_NA0E702X-0:0-part2 resume=/dev/disk/by-id/usb-Seagate_FreeAgent_GoFlex_NA0E702X-0:0-part1 splash=silent quiet showopts nomodeset vga=0x314
initrd /boot/initrd-2.6.37.6-0.7-default
###openSUSE failsafe on sda2 - legacy grub
title Failsafe -- openSUSE 11.4 - 2.6.37.6-0.7
root (hd0,1)
kernel /boot/vmlinuz-2.6.37.6-0.7-default root=/dev/disk/by-id/usb-Seagate_FreeAgent_GoFlex_NA0E702X-0:0-part2 showopts apm=off noresume nosmp maxcpus=0 edd=off powersaved=off nohz=off highres=off processor.max_cstate=1 nomodeset x11failsafe vga=0x314
initrd /boot/initrd-2.6.37.6-0.7-default
###floppy###
#title Floppy
# rootnoverify (fd0)
# chainloader +1
###Fedora on sda5 - legacy grub
title Fedora 15-Lovelock gnome
root (hd0,4)
configfile /boot/grub/grub.conf
###Mint on sda6 - grub2
title Mint 9 Lucid Lynx gnome
root (hd0,5)
kernel /boot/grub/core.img
savedefault
boot
###PCLinux on sda7 - legacy grub
title PCLinuxOS 2011.6 KDE
root (hd0,6)
chainloader +1
###Ubuntu on sda8 - grub2
title Ubuntu 10.04.2 gnome
root (hd0,7)
kernel /boot/grub/core.img
savedefault
boot
####arch on sda10 - legacy grub
title ARCH
root (hd0,1)
#root UUID=XXXXXXXXXX44c5a3cd-dcb5-4cf1-933e-7a8ebac2a992
kernel /boot/arch/vmlinuz-linux root=UUID=510bb601-13c1-46ec-87c0-a800dd2efb8b ro rootdelay=8
#kernel /boot/arch/vmlinuz-linux root=(hd0,9)
#kernel /boot/arch/vmlinuz-linux root=/dev/sda10
initrd /boot/arch/initramfs-linux.img
savedefault
boot
###Debian on sda11 - grub2
title Debian 6.0.2.1 squeeze gnome
root (hd0,1)
kernel /boot/debian/vmlinuz-2.6.32-5-686 root=UUID=2b6052e2-ecdf-4796-81c8-b9e9142ca159 ro
initrd /boot/debian/initrd.img-2.6.32-5-686
savedefault
boot
###Mandriva on sda12 - legacy grub
title Mandriva 2011 KDE
root (hd0,1)
kernel /boot/mandriva/vmlinuz-2.6.38.7-desktop-1mnb2 root=UUID=5033f7fb-cac7-4db5-920c-c8bd2b51365f ro
initrd /boot/mandriva/initramfs-2.6.38.7-desktop-1mnb2.img
savedefault
boot
Here is my fdisk -l from OpenSUSE.  I'm not quite swift enough to mount the hard drive and use the script utility from the Live CD yet, at least not tonight:
Disk /dev/sda: 320.1 GB, 320072932864 bytes
255 heads, 63 sectors/track, 38913 cylinders, total 625142447 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x000c3bbb
Device Boot Start End Blocks Id System
/dev/sda1 2048 4208639 2103296 82 Linux swap / Solaris
/dev/sda2 4208640 46153727 20972544 83 Linux
/dev/sda3 46153728 87113727 20480000 83 Linux
/dev/sda4 87115770 614031755 263457993 5 Extended
/dev/sda5 87115776 128075775 20480000 83 Linux
/dev/sda6 128077824 169037823 20480000 83 Linux
/dev/sda7 169039872 209999871 20480000 83 Linux
/dev/sda8 210001920 250961919 20480000 83 Linux
/dev/sda9 250963968 291923967 20480000 83 Linux
/dev/sda10 291924031 332886015 20480992+ 83 Linux
/dev/sda11 332888064 373848063 20480000 83 Linux
/dev/sda12 373848678 414992383 20571853 83 Linux
/dev/sda13 414994432 435474431 10240000 83 Linux
/dev/sda14 435474495 455956829 10241167+ 83 Linux
/dev/sda15 455958528 578881535 61461504 b W95 FAT32
/dev/sda16 578881599 614031755 17575078+ 83 Linux
Disk /dev/sdb: 160.0 GB, 160041885696 bytes
255 heads, 63 sectors/track, 19457 cylinders, total 312581808 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x95aa95aa
Device Boot Start End Blocks Id System
/dev/sdb1 * 63 294889139 147444538+ 7 HPFS/NTFS/exFAT
/dev/sdb2 294889140 312576704 8843782+ 7 HPFS/NTFS/exFAT
That's it for now.
Last edited by newbie55 (2011-09-23 22:19:58)

I'm IN!  Thanks everyone for your suggestions!
The arch system didn't like the identifier I was using for the root partition. By looking at the /dev/disk/by-id while the arch system was running, I could see what the system wanted me to call the partition.  So after the system error'd-out and I was in the recovery shell at the [ramfs /] prompt:
# ls -lF /dev/disk/by-id > by-id.txt
# vi by-id.txt
I could have used any of the identifiers listed in the by-id (there were 3), by-uuid(1), by-label(1) or by path(1). I tried them all. I had to write these down by hand because it is a ram filesystem.
The article that finally got me there is:
https://wiki.archlinux.org/index.php/Pe … ice_naming
Anyway my openSUSE grub menu.lst ended up like this:
####arch on sda10 - legacy grub
title ARCH
root (hd0,1)
kernel /boot/arch/vmlinuz-linux root=/dev/disk/by-uuid/510bb601-13c1-46ec-87c0-a800dd2efb8b ro rootdelay=8 rootfstype=ext4
initrd /boot/arch/initramfs-linux.img
savedefault
boot
It's easy once you: 1. beat your head against the wall
                    2. read further
            3. repeat 1 and 2
Back to the "Beginner's Guide",4 Post-Installation.  Yikes!

Similar Messages

  • [Solved] Root device doesn't exist

    Hi!
    EDIT SOLVED: Booted from a arch-core CD and did a;
    mv /etc/mkinitcpio.conf.pacnew /etc/mkinitcpio.conf
    pacman -U /var/cache/pacman/pkg/kernel26-2.6.25-4-1-i686.pkg.tar.gz
    Seems like a had a configuration error in my old mkinitcpio.conf file and kernel install failed.
    .. But should it install when the kernel install failes?
    For interested, here is my pacman.log
    [2008-05-24 20:04] >>> Generating initial ramdisk, using mkinitcpio. Please wait...
    [2008-05-24 20:04] ==> Building image "default"
    [2008-05-24 20:04] ==> Running command: /sbin/mkinitcpio -k 2.6.25-ARCH -c /etc/mkinitcpio.conf -g /boot/kernel26.img
    [2008-05-24 20:04] :: Begin build
    [2008-05-24 20:04] :: Parsing hook [base]
    [2008-05-24 20:04] :: Parsing hook [udev]
    [2008-05-24 20:04] :: Parsing hook [autodetect]
    [2008-05-24 20:04] :: Parsing hook [pata]
    [2008-05-24 20:04] :: Parsing hook [scsi]
    [2008-05-24 20:04] :: Parsing hook [sata]
    [2008-05-24 20:04] :: Parsing hook [usbinput]
    [2008-05-24 20:04] ==> FAIL
    [2008-05-24 20:04] ==> Building image "fallback"
    [2008-05-24 20:04] ==> Running command: /sbin/mkinitcpio -k 2.6.25-ARCH -c /etc/mkinitcpio.conf -g /boot/kernel26-fallback.img -S autodetect
    [2008-05-24 20:04] :: Begin build
    [2008-05-24 20:04] :: Parsing hook [base]
    [2008-05-24 20:04] :: Parsing hook [udev]
    [2008-05-24 20:04] :: Parsing hook [pata]
    [2008-05-24 20:04] :: Parsing hook [scsi]
    [2008-05-24 20:04] :: Parsing hook [sata]
    [2008-05-24 20:04] :: Parsing hook [usbinput]
    [2008-05-24 20:04] ==> FAIL
    [2008-05-24 20:04] upgraded kernel26 (2.6.25.4-1 -> 2.6.25.4-1)
    And old mkinitpcio.conf
    MODULES="ata_generic ahci"
    BINARIES=""
    FILES=""
    HOOKS="base udev autodetect pata scsi sata usbinput keymap filesystems"
    I think it was the keymap it complained about
    ---- Original message
    After the last upgrade with kernel 2.6.25, i get;
    Attempting to create root device '/dev/sda3'
    ERROR: Failed to parse block device name for '/dev/sda3' unknown
    ERROR: root fs cannot be detected
    Waiting for device to settle...done
    Root device '/dev/sda3' doesn't exist, attempting to create it
    ERROR: Failed to parse block device name for '/dev/sda3' unknown
    ERROR: Unable to create/detect root device, '/dev/sda3'
    Dropping to recovery shell.. type 'exit' to reboot
    at startup.
    The fallback entry at grub, gives the same message.
    When trying to modprobe a module, it gives me message:
    FATAL: Could not load /lib/modules/2.6.25-ARCH/modules.dep: No such file or directory
    Only /lib/modules/2.6.24-ARCH exists.
    Last edited by cybe-arch (2008-05-24 18:40:56)

    I have the same issue with kernel26-lts-2.6.32.41-1.
    Recent Arch updates made my favourite operating system of the worst kind: flashplugin freezez in 5 seconds, mozilla gets some freezes as well,
    copying files from one drive to another takes like 1.5h and many more weird things including some frequent performance abuses by the processes.
    I see Arch behaves like old Microshit products. Sad thing but I move to more stable distro very soon, because I have enough of fixing bugs 3 times a week, to make my Arch usable again. Before like 6 months ago updated were less frequent and surprises were once a month not twice a week. Outrageous.
    Perhaps Arch crew is overrun by the Apple guys, to compromise this distro, to encourage people to buy Apple products instead of using faulty Windowses or from day to day more troublesome Linuxes.
    Going to the point.
    So in response I wanted give LTS a try, but it drops me to recovery console (ramfs) saying that "Root device doesn't exist"

  • P67a-GD80 won't boot from USB HDD

    Trying to boot from a bootable thumb drive.
    I've got the bios checked to boot from USB HDD first.
    Still boots from HDD.
    When I disable second & third boot devices (hdd & cd-rom), I get the message "Reboot and Select proper Boot device or Insert Boot Media in selected Boot device and press a key".
    Ideas?

    Quote from: JLio01 on 28-October-14, 16:39:07
    Mine is like "USB Key: *My thumb drive name" 
    Do you have a GD80?

  • Mobo Support for booting from USB hdd

    Hi,
    I have a K8N Diamond.
    How can I check whether my mobo can support booting from USB hdd?
    I know it can boot from the USB-CDROM.
    If not, do I need a bios update?

    Quote from: Stu on 21-January-08, 00:38:45
    How to identify your BIOS and m/b version
    But please don't go flashing your BIOS just for the sake of doing so.
    Your USB HDD will be listed under Hard Disks in BIOS, there won't be a USB-HDD option
    Wow, thanks for the link and the pointer. I've found out where the USB hdd is now.
    I won't flash my bios for the sake of that thanks to you, but I'm upgrading to a Dual-Core soon and I realised my bios is w7100nms v1.0.
    So I have to flash my bios soon. Any tips regarding this?

  • No BIOS support for USB? Cannot boot from USB HDD

    Hi,
    I was attempting to install a couple of operating systems (Linux, Windows Vista CTPs) on my external hard disk (USB 2.0, Firewire). And I cannot seem to - because there does not seem to be any way to specify USB device support in your boot sequence. It seems the BIOS configuration is limited to these 5 basic icons (no text underneath to even let you know what they stand for) - which seem to stand for HDD, CD/DVD, network, etc, but no USB hard drives (I don't believe FDD counts)?
    Windows Vista's installation for example complains that the BIOS does not support booting off my external hard disk - as does linux.
    Or am I missing something . . . ?
    Regards,
    -krish

    Hi Krish
    As far as I know it is not possible to boot from external HDD. If you want to install more different operating systems you can do it directly on the notebook HDD or even install them as virtual machine. I use VMware Workstation and I have install two different operating systems there (W2K and Linux).

  • Booting From USB HDD Device !

    Hello
    It is possible to install an windows XP directly to a USB HDD device and boot from it ??
    Best Regards
    Paulo Gouveia

    Hello
    I already tried but Windows gives an error when going to copy the files  ;(
    Regards

  • M73 Booting from USB 3 128G device

    I just got an USB 3 128G flash device. I set it up to be a bootable device, but when placed in the USB 3 ports it doesn't show up as an option with the F12 key pressed. Going into setup it is listed as a device under the bootable options, but it will not move up at all? When placed in the front USB 2 ports, it does show up, and boots just fine, but is then only running at USB 2 speeds, which defeats the goal of have an USB 3 device???
    I have a disk imaging program that boots from the flash, but was looking at getting the USB 3 speed. With USB 2 it restores the image of the 160G partition in about 8 minutes. Is there a reason why it will not boot from a usb 3 port??

    As an update. I did a restore with booting the M73 from the USB 3 device plugged into the USB 2 port where it would boot from and ran a restore and it took just over 8 minutes to restore the 20+G image backup to the 160G partition. Then did the test again. Boot from the USB 2 port, but then removed the device and replugged it into the USB 3 ports and redid the same restore process. This time it only took 4 minutes 38 seconds, so it makes a big difference in speed.
    With the exact same device plugged into USB 3 port it does not show up with the F12 boot menu. Going to the setup, it does should up under the boot devices, but the + key will not move the USB 3 device up to select to boot before the hard disk.

  • C55-A5384, Cannot boot from USB-HDD

    I bought a C55-A5384 few weeks ago. I don't know how to choose the HDD priority. It seems that I cannot change the HDD priority in BIOS.
    e.g.: if I insert 2 USBs and I want to boot from one of them, then I don't know how to do that. The computer will boot from the internal HDD automatically. If I use f12 to change the first boot device to "USB", then it'll boot from one specific USB drive, and I cannot choose which one to boot.
    I want to change the HDD boot priority. What should I do? Thanks!

    Yes. For most (in fact, all except this new C55-A5384) PCs, if I insert USB drives, the computer can recognize them as HDD. then in HDD boot priority option I can choose which device I want to boot from. Generally the USB drive would be recognized as "USB-HDD xxx(brand name) xxx" and it has no difference with a normal HDD (essentially).
    Normally I can choose the HDD boot priority in BIOS, but it seems that, for this new C55-A5384, I cannot.

  • [solved] booting from usb

    Hello, I'm not sure if this post should go here but this board seemed the most "generic".
    I have an acer aspire one with 8GB of SDD and no swap partition. That's ok for webbrowsing and some of the tasks I would like a netbook for. When I want to compile large programs boot from an arch installation in an external 500GB HD wich I use to bloat and install programs I will probably use once. This worked for me untill I upgraded to HD to 2.6.27 which I needed in order to use it in the AAO (hardware support). Now the USB won't boot.
    I start the computer with the HD plugged and puch F12, choose to boot from the external drive and grub appear. Now no matter if I choose the first or second option it will start to boot but won't finish. It complains of the partition not existing. It suggest to add rootdelay=8 or greater to menu.lst, which I tried and doesn't work. When in ramfs$ I do
    cd dev
    echo *
    there is no sdb4 which is the root partition nor any sdb? . When I boot my local install it boots ok and I can se /dev/sdb4.
    Any idea?
    Last edited by ore (2009-03-23 17:00:51)

    when grub comes up hit "e"
    then edit initrd line to read like this
    initrd /boot/kernel26-fallback.img
    if that doesnt work try boot of install cd
    http://wiki.archlinux.org/index.php/Boo … recovering
    once in you id say you need to edit /etc/mkinitcpio.conf  make sure usb is in hooks. if you have sata or ide drive inside notebook make sure usb hook is after sata or ide hook otherwise usb gets sda & internal drive gets sdb
    http://wiki.archlinux.org/index.php/Con … mkinitcpio
    then run
    mkinitcpio -g /boot/kernel26.img
    reboot should do it

  • "NTLDR is missing" error message when trying to boot R&R Recovery from USB HDD? !

    Does anyone know what/why I am getting a "NTLDR is missing" error message when trying to boot from USB HDD?  I copied my backup to a USB HDD and made it bootable via R&R but I am still getting this error.  Help!
    I have a T61 if that helps any.
    Brad
    Brad R
    T61 4GB RAM Intel T8300

    the master boot record (MBR) needs to be repaired for that to work.
    what OS are you using?
    ThinkStation C20
    ThinkPad X1C · X220 · X60T · s30 · 600

  • Toshiba NB520 - cannot boot from USB

    I have NB520, i tried any possible ways to boot from usb and it still doesn't work.
    I need some suggestions.
    Thank you.

    Originally Posted by Liam
    Do you try to use recovery USB media or some other bootable USB content?
    When you start-up your device press F12 to enter boot menu. Choose USB option and press ENTER.
    This should work.
    I've tried to install windows 7 from my flash drive, when I press F12 in the boot menu only shows usb, but I don't see my device name for usb.
    It's like this:
    Boot Menu
    USB (empty no device name)
    HDD [device name]
    LAN [device name]
    It should be like this:
    Boot Menu
    USB [device name]
    HDD [device name]
    LAN [device name]

  • How Can I boot from USB - Portege A200

    Hi,
    I've got an Portege A200 which is only a couple of years old but the hard drive no longer works. Initially I thought this was due to corrupting the boot record on the drive but after attempting to replace the hard drive (with two different drives) it is showing an IDE #0 error upon boot. I have therefore come to the conclusion the IDE controller chip has died.
    In order to get the latop working I burned a cd with the ubunto ISO. This boots ok but due to only have 512Mb RAM the system is somewhat limited and anything installed is lost everytime I reboot.
    I have now bought a 2Gb flash drive and installed ubuntu onto this. My next problem is that there appears to be no boot from USB HDD or USB Memory Stick option in the bios.
    The possible options that I can think of are:
    1) Upgade the bios so it supports boot from memory stick (although no HDD so not sure how I could reflash the BIOS or if there is even a BIOS upgrade that would support this functionality)
    2) Create a cd which starts the boot process then tells the system to continue booting from the usb drive (Is this possible and does anyone know where I might be able to obtain such software)
    3) Boot from CD but use the USB to retain any information saved / any installs etc (I guess similar to option 2 except the cd would manage the whole OS and the USB would just hold 'additional' information)
    If there are any other options that anyone can think of I am happy to give them a go. Seems a shame to have to chuck a laptop that isn't particularly old because the IDE controller chip has failed on the mobo.
    I apppriciate any help anyone can offer.
    Many thanks,
    Mark

    Hi
    First of all I have to say that its not possible to boot from the external USB device like the USB stick, USB CD/DVD drive or USB HDD.
    Its possible only to boot from the external USB FDD (diskette) drive
    However, not the booting possibilities are clear but I think you have misunderstood the IDE#0 error message. In m opinion the IDE controller is not faulty but only the new HDD is not compatible and not recognized by BIOS.
    There are different reasons for this issue
    Mostly this error message appears if the HDD master/slave/c-sel settings are not correct.
    Usually such settings dont need to be changed or switched on 2.5 HDDs but some HDDs support an jumper which must be set in the right position. But I dont if your HDD supports this
    Furthermore the not compatible HDD size could be the reason for such error messages!
    So finally I would recommend contacting the ASP in your country to get a new, compatible HDD and to check if the same error persists.
    Good luck

  • K7T Turbo2 - how do I tell BIOS to boot from USB?

    I have an old K7T Turbo2 system, and I'm trying to install Windows 7 on it.  I guess that's my first question - am I going to run into any nasty problems running W7 on this board, other than RAM limitations?  I have a version of "Tiny7" (which installs from CD-ROM) installed already and it seems fine, but I'd rather run a fuller non-pirated OS, and that means installing from a DVD/iso.  I don't have a DVD drive installed and it would be a bit of a pain to acquire one, so I'm hoping to boot from USB to winstall W7.
    I have a PCI USB2.0 card installed in the system, which seems to work fine.  I've set the BIOS to boot from USB-FDD (but I've also tried USB-CDROM and USB-ZIP).  I have BIOS 3.6.  I've tried booting from the PCI USB2.0 hub (will that ever work or does the BIOS not recognize it?) and from the regular USB1 port on the mobo (but my USB flash drive is USB2).
    Is there something else I need to do in the BIOS to get this to work?  Will it never work no matter what I do? 
    I read somewhere about a BIOS setting to "enable legacy USB support" but can't see anything like that in my BIOS settings. 
    Any suggestions?  (thanks in advance)

    If there is no option to boot from USB-HDD then it may never work.
    Long shot I know, but what if you connect your USB drive, then power on your system, and press F11 when the logo/POST screen appears, does the drive show in the Boot Menu that appears?
    Quote
    I don't have a DVD drive installed and it would be a bit of a pain to acquire one
    Really? DVD drives are very common, and cheap as chips! You can pick up a brand new DVD writer, for the price of a (good) DVD movie.
    http://www.newegg.com/Store/SubCategory.aspx?SubCategory=5&name=CD-DVD-Burners&Order=PRICE
    (Obviously, you'll need an IDE/EIDE type )

  • Can all macbooks boot from usb(stick,hdd) and firewire(hdd) an os: linux, win, mac os x, opensolaris, etc

    Subject: BOOT FROM EXTERNAL STORAGE DEVICE - After this setup properly
    Can all macbooks boot from usb(stick,hdd) and firewire(hdd) an os: linux, win, mac os x, opensolaris, etc?
    what about:
    Apple MacBook Pro MB133LL/A 15.4-inch Laptop(OLD VERSION) (4GB RAM 120G HD 2.33 GHz Core 2 Duo processor, 15.4" Matte Screen, 4GB memory, 120 GB 7200 rpm hard drive) White

    Yes,
    Disconnect everything hooked up to the PC except the keyboard, mouse and monitor.
    Then use this method to flash the BIOS.  It is the safest way to go.
    USB Device BIOS Flashing in DOS
    DOS Flash  (DOSFlash.exe, FlshUefi.cpu) is the DOS-compatible System BIOS flash utility that can be used from a DOS bootable storage device (where "DOS" refers to any of a number of compatible operating systems such as FreeDOS, MS-DOS or DR-DOS). FlshUefi.cpu is the required driver for DOSFlash.exe. To flash the System BIOS from a bootable USB storage device, you will need to copy the contents of the DOS Flash folder to the USB device, boot the PC from the USB device, and execute the DOSFlash application. To see a more complete description of the DOS flash utilities, view DOSFlash.txt located in the DOS Flash folder. This folder also contains the required binary image of the BIOS.  The binary image file is named xxx_MMmm.bin where "xxx" is the BIOS family, "MM" is the major version number, and "mm" is the minor version number.  This file can be copied to the root directory of any USB removable medium for use with the F10 setup "Flash System ROM" option 
    View Contents of DOS Flash Folder
    The links on this post don't work. I copied the section from the BIOS flashing instructions for the specific section you need.
    Paul

  • W520: Unable to boot from USB - device does not show up in boot menu

    I have a W520, and I am trying to boot from a USB key. The USB key is bootable, my old T61p boots just fine from it, and so does another computer I tried.
    The W520, after pressing F12 on power on, immediately shows the Intel PXE agent and then some blue boot menu, which only shows hard drive and LAN as available boot options.
    I have tried all three USB ports but the results are always the same - the USB device does not show up. Is there any trick or BIOS setting to enable boot from USB?
    Thanks,
        CS 

    Hello Neil
    Thanks for getting back to me
    The issue was that the usb drives were disabled in the bios from the  Startup menu.
    To enable
    1. Enter bios
    2. Select boot
    3. If you do not see the boot device you require use the down cursor key until the "Excluded from boot priority order" becomes visible.
    4. Select the device you require (in my case USB HDD)
    5. Save and exit.
    You can now boot from a usb stick and install the Linux distro of your choice :-)
    Cheers

Maybe you are looking for

  • Can't log in as WebDB administrator after install

    Can't log in as WebDB administrator after install. At http://mymachine.mydomain.com:7777/pls/htmldb/htmldb_admin/ username = admin password = my password during the installation and then the page just hangs. I think I have a configuration problem wit

  • About Document type: RE vs G2

    Dear forummates: I am working in SD (again), as I have been working in other SD areas in the past, I have a doubt about billing: The standard Return process: In my country every return must be documented with a Credit Note. As far as I have been rese

  • How do you burn a cd in iphoto?

    Can you please tell me how to burn a cd of pictures from my iphoto library, the help contents is no help at all, thanks April

  • How  group by function/procedure used in function

    i want to capture information in different table which extract by select statement like(select trans_date from bankAccount group by cust_id).

  • External FW Enclosure Woes

    Hi all, haven't posted here for a long while, i suppose that's a good thing :P anyway i'm having trouble with FW, an enclosure, and a HD with two partitions that i want. The original FW enclosure i had did something strange - when on it caused some m