HTFC Forums

H.T.F.C.

How To Fix Computers





Go Back   HTFC Forums > Hardware Newsgroups > Storage

Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

Reply
 
Thread Tools Display Modes
  #1  
Old 01-31-2008, 08:24 PM
Timothy Daniels
 
Posts: n/a
Default boot from "USB Device"

Virtually all of Dell's current PCs include "USB Device"
as a bootable device type in their BIOSs' Boot Sequence
of device types. Here is the setup specs for Dell's XPS 420
desktop:
http://support.dell.com/support/edoc....htm#wp1054035

Check out the Option Settings under the "Boot Sequence"
section. It refers to "USB Device" as a "memory device",
not a "storage device". And when I explicitly asked Dell's
Tech Support whether that would include USB hard drives,
the answer was "No". Would someone here tell why the
Dell PCs can boot from USB flash drives and not from
USB hard drives?

*TimDaniels*


Reply With Quote
Sponsored Links
  #2  
Old 01-31-2008, 09:29 PM
Franc Zabkar
 
Posts: n/a
Default Re: boot from "USB Device"

On Thu, 31 Jan 2008 12:24:07 -0800, "Timothy Daniels"
<SpamBucket@NoSpamPlease.biz> put finger to keyboard and composed:

>Virtually all of Dell's current PCs include "USB Device"
>as a bootable device type in their BIOSs' Boot Sequence
>of device types. Here is the setup specs for Dell's XPS 420
>desktop:
>http://support.dell.com/support/edoc....htm#wp1054035
>
>Check out the Option Settings under the "Boot Sequence"
>section. It refers to "USB Device" as a "memory device",
>not a "storage device". And when I explicitly asked Dell's
>Tech Support whether that would include USB hard drives,
>the answer was "No". Would someone here tell why the
>Dell PCs can boot from USB flash drives and not from
>USB hard drives?
>
>*TimDaniels*


Could it be that the drive has to be formatted as a "super floppy", ie
no partition table, just a boot sector?

Try Fdisk-ing and reformating your flash drive. I suspect it will fail
to boot after you do this.

- Franc Zabkar
--
Please remove one 'i' from my address when replying by email.
Reply With Quote
  #3  
Old 01-31-2008, 11:34 PM
Arno Wagner
 
Posts: n/a
Default Re: boot from "USB Device"

In comp.sys.ibm.pc.hardware.storage Franc Zabkar <fzabkar@iinternode.on.net> wrote:
> On Thu, 31 Jan 2008 12:24:07 -0800, "Timothy Daniels"
> <SpamBucket@NoSpamPlease.biz> put finger to keyboard and composed:


>>Virtually all of Dell's current PCs include "USB Device"
>>as a bootable device type in their BIOSs' Boot Sequence
>>of device types. Here is the setup specs for Dell's XPS 420
>>desktop:
>>http://support.dell.com/support/edoc....htm#wp1054035
>>
>>Check out the Option Settings under the "Boot Sequence"
>>section. It refers to "USB Device" as a "memory device",
>>not a "storage device". And when I explicitly asked Dell's
>>Tech Support whether that would include USB hard drives,
>>the answer was "No". Would someone here tell why the
>>Dell PCs can boot from USB flash drives and not from
>>USB hard drives?
>>
>>*TimDaniels*


> Could it be that the drive has to be formatted as a "super floppy", ie
> no partition table, just a boot sector?


> Try Fdisk-ing and reformating your flash drive. I suspect it will fail
> to boot after you do this.


Probably. Apart from that, USB disk and USB flash uses the
same command set, i.e. if one is bootable, then so is the other.

Arno
Reply With Quote
  #4  
Old 02-01-2008, 12:19 AM
Ben Myers
 
Posts: n/a
Default Re: boot from "USB Device"

As I stated earlier, it all depends on the drivers one finds on the USB boot
medium. A USB floppy boots OK because the BIOS knows how to handle it. A USB
stick or hard drive will only boot OK if it has the right drivers for the right
operating system on the boot medium in addition to the boot sector and and
whatever OS files are needed... Ben Myers


On Thu, 31 Jan 2008 12:24:07 -0800, "Timothy Daniels"
<SpamBucket@NoSpamPlease.biz> wrote:

>Virtually all of Dell's current PCs include "USB Device"
>as a bootable device type in their BIOSs' Boot Sequence
>of device types. Here is the setup specs for Dell's XPS 420
>desktop:
>http://support.dell.com/support/edoc....htm#wp1054035
>
>Check out the Option Settings under the "Boot Sequence"
>section. It refers to "USB Device" as a "memory device",
>not a "storage device". And when I explicitly asked Dell's
>Tech Support whether that would include USB hard drives,
>the answer was "No". Would someone here tell why the
>Dell PCs can boot from USB flash drives and not from
>USB hard drives?
>
>*TimDaniels*
>

Reply With Quote
  #5  
Old 02-01-2008, 01:02 AM
S.Lewis
 
Posts: n/a
Default Re: boot from "USB Device"


"Ben Myers" <ben_myers_spam_me_not@charter.net> wrote in message
news:h8p4q3hlaj29u2v7b17faf9sap38qub3tm@4ax.com...
> As I stated earlier, it all depends on the drivers one finds on the USB
> boot
> medium. A USB floppy boots OK because the BIOS knows how to handle it.
> A USB
> stick or hard drive will only boot OK if it has the right drivers for the
> right
> operating system on the boot medium in addition to the boot sector and and
> whatever OS files are needed... Ben Myers
>
>



The only way I manually was able to get a USB flash drive to become bootable
w/o using a utility was to partition/format it as a FAT16 partition and then
sys the flash drive being sure to include msdos.sys.

Worked like a charm.

I have not make extreme attempts to make an external HDD bootable, but would
like to do so if I had the time.....


Stew


Reply With Quote
  #6  
Old 02-01-2008, 01:15 AM
Eric Gisin
 
Posts: n/a
Default Re: boot from "USB Device"

A boot floppy is assigned BIOS unit 00h, and hard disk (partitionable) is unit 80h.
These numbers are coded into the MBR (80) and OS boot sector (00 or 80).
To find out which, boot DOS from non-USB and check the drive is assigned A/B or C+.
If Dell has USB floppy support, it will not work if the disk has an MBR.

Also, there are at least three classes of USB storage device,
and the BIOS probably only implements some of them (floppy most common).

"Timothy Daniels" <SpamBucket@NoSpamPlease.biz> wrote in message
news:47a22e39$0$8634$4c368faf@roadrunner.com...
> Virtually all of Dell's current PCs include "USB Device"
> as a bootable device type in their BIOSs' Boot Sequence
> of device types. Here is the setup specs for Dell's XPS 420
> desktop:
> http://support.dell.com/support/edoc....htm#wp1054035
>
> Check out the Option Settings under the "Boot Sequence"
> section. It refers to "USB Device" as a "memory device",
> not a "storage device". And when I explicitly asked Dell's
> Tech Support whether that would include USB hard drives,
> the answer was "No". Would someone here tell why the
> Dell PCs can boot from USB flash drives and not from
> USB hard drives?
>


Reply With Quote
  #7  
Old 02-01-2008, 05:53 AM
Timothy Daniels
 
Posts: n/a
Default Re: boot from "USB Device"

"S.Lewis" wrote:
> The only way I manually was able to get a USB flash drive
> to become bootable w/o using a utility was to partition/format
> it as a FAT16 partition and then sys the flash drive being sure
> to include msdos.sys.
>
> Worked like a charm.



What does it mean to "sys the flash drive"?

*TimDaniels*


Reply With Quote
  #8  
Old 02-01-2008, 08:54 AM
Rod Speed
 
Posts: n/a
Default Re: boot from "USB Device"

Timothy Daniels <SpamBucket@NoSpamPlease.biz> wrote:
> "S.Lewis" wrote:
>> The only way I manually was able to get a USB flash drive
>> to become bootable w/o using a utility was to partition/format
>> it as a FAT16 partition and then sys the flash drive being sure
>> to include msdos.sys.
>>
>> Worked like a charm.

>
>
> What does it mean to "sys the flash drive"?


The sys dos command puts the basic dos boot files on the drive.


Reply With Quote
  #9  
Old 02-01-2008, 03:21 PM
S.Lewis
 
Posts: n/a
Default Re: boot from "USB Device"


"Rod Speed" <rod.speed.aaa@gmail.com> wrote in message
news:60g51qF1p9np1U1@mid.individual.net...
> Timothy Daniels <SpamBucket@NoSpamPlease.biz> wrote:
>> "S.Lewis" wrote:
>>> The only way I manually was able to get a USB flash drive
>>> to become bootable w/o using a utility was to partition/format
>>> it as a FAT16 partition and then sys the flash drive being sure
>>> to include msdos.sys.
>>>
>>> Worked like a charm.

>>
>>
>> What does it mean to "sys the flash drive"?

>
> The sys dos command puts the basic dos boot files on the drive.
>



Yep. And the way I did it was kind of clumsy. I actually had to disable all
other bootable drives/network in BIOS, then boot to a modified Win95 floppy.

Under those conditions, the system recognized the flash drive volume (256mb)
just as it would a fixed drive. FDISK, format, sys.

Not positive, but I believe I then re-enabled all the other drives in BIOS,
but could still choose to F12 and boot from the flash drive. (Dimension
8300)


Reply With Quote
  #10  
Old 02-01-2008, 05:11 PM
Eric Gisin
 
Posts: n/a
Default Re: boot from "USB Device"

It is easier to get bootpart and run it under 2K/XP to build a DOS boot sector.

Beside the other reasons I gave for USB boot being difficult,
the CHS geometry in the MBR and boot sector have to match those of the BIOS,
which is not likely on most USB flash devices I've looked at.

"Timothy Daniels" <SpamBucket@NoSpamPlease.biz> wrote in message
news:47a2b39b$0$17340$4c368faf@roadrunner.com...
>
> What does it mean to "sys the flash drive"?
>
> *TimDaniels*
>


Reply With Quote
Sponsored Links
Reply


Thread Tools
Display Modes


Similar Threads
Thread Thread Starter Forum Replies Last Post
Disabling device type from "auto detect" to "none" has no effect onslave drives kimiraikkonen Windows XP 1 01-14-2008 12:29 PM
Is it normal to have code 47 in device manager after clicking "safe remove" kimiraikkonen Windows XP 6 12-26-2007 05:11 PM
False "This USB device can perform faster if you connect it to a Hi-Speed USB 2.0 port." bmarone@gmail.com Windows XP 1 09-10-2007 01:55 PM
"Unknown device" in Device Manager for Intel DG965RY Robert S Windows XP 14 07-12-2007 07:17 AM
"A device attached to the system is not functioning" error when trying to backup credentials Jim Windows Vista 0 06-17-2007 01:30 PM


All times are GMT. The time now is 09:00 PM.


Powered by vBulletin® Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO 3.1.0
© 2004 - 2007 Web-S-Sense Pty. Ltd. Usenet and forums posts © their respective authors.
Ad Management by RedTyger