MSFN Forum: Windows PE Can't Find USB Flash Drive - MSFN Forum

Jump to content


Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

Windows PE Can't Find USB Flash Drive Rate Topic: -----

#1 User is offline   karlywarly 

  • Group: Members
  • Posts: 5
  • Joined: 07-August 10
  • OS:Windows 7 x64

Posted 09 August 2010 - 10:42 AM

Hi Guys,

Ive just created my windows PE disc from the microsoft tutorial and im trying to capture an image of windows 7 using imageX which will save the image to my flash drive but it can't seem to find either my USB flash drive or my USB external hard drive.

Anyone got any ideas?


#2 User is offline   IcemanND 

  • MSFN Junkie
  • Group: Super Moderator
  • Posts: 3,266
  • Joined: 24-September 03
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 09 August 2010 - 05:36 PM

what kind of machine? Are you booting form CD or USB? does it work if you plug into a different USB port?

#3 User is offline   karlywarly 

  • Group: Members
  • Posts: 5
  • Joined: 07-August 10
  • OS:Windows 7 x64

Posted 10 August 2010 - 04:21 AM

View PostIcemanND, on 09 August 2010 - 05:36 PM, said:

what kind of machine? Are you booting form CD or USB? does it work if you plug into a different USB port?


Thanks for the reply.

The PC was built by myself and is a little old now but it runs windows 7 fine (im just using it to test the whole unattended installs on it etc).

My motherboard is a Gigabyte GA-8I848P775-G and its located here: My link if this helps.

Im booting the windows PE from CD and its the x86 version. Ive also tried all the 4 USB ports on the back of the motherboard to no avail and i can't figure out for the life of me whats wrong with it, it just doesn't detect my USB flash drive or my external USB hard drive. :wacko:

This post has been edited by karlywarly: 10 August 2010 - 04:23 AM


#4 User is offline   jaclaz 

  • The Finder
  • Group: Developers
  • Posts: 11,574
  • Joined: 23-July 04
  • OS:none specified
  • Country: Country Flag

Posted 10 August 2010 - 05:24 AM

View Postkarlywarly, on 10 August 2010 - 04:21 AM, said:

Im booting the windows PE from CD and its the x86 version. Ive also tried all the 4 USB ports on the back of the motherboard to no avail and i can't figure out for the life of me whats wrong with it, it just doesn't detect my USB flash drive or my external USB hard drive. :wacko:


WHEN are you inserting the USB device?
Normally a PE will autodetect devices already connected at boot time AND NOT devices connected after boot. :unsure:

jaclaz

#5 User is offline   karlywarly 

  • Group: Members
  • Posts: 5
  • Joined: 07-August 10
  • OS:Windows 7 x64

Posted 10 August 2010 - 09:11 AM

View Postjaclaz, on 10 August 2010 - 05:24 AM, said:

View Postkarlywarly, on 10 August 2010 - 04:21 AM, said:

Im booting the windows PE from CD and its the x86 version. Ive also tried all the 4 USB ports on the back of the motherboard to no avail and i can't figure out for the life of me whats wrong with it, it just doesn't detect my USB flash drive or my external USB hard drive. :wacko:


WHEN are you inserting the USB device?
Normally a PE will autodetect devices already connected at boot time AND NOT devices connected after boot. :unsure:

jaclaz


Thanks for the reply.

I had been inserting it into the pc before i turned it on.

I created a new PE disc and formatted my flash drive and it seems to be working fine now thanks. :rolleyes:

#6 User is offline   Tripredacus 

  • K-Mart-ian Legend
  • Group: Super Moderator
  • Posts: 8,723
  • Joined: 28-April 06
  • OS:Server 2012
  • Country: Country Flag

Posted 10 August 2010 - 09:35 AM

All my PEs will automatically detect USB Keys without a problem, even if inserted after boot. The thing is that it won't pop up anything, but behind the scenes it will assign it a drive letter if a file system is found on it. After you insert, it is usually going to be the next available drive letter, but you can open diskpart and type LIST VOL to see a full list.

Other possibility is that USB for mass storage has and option in the BIOS (I've seen this on some boards) and it is disabled.

#7 User is offline   karlywarly 

  • Group: Members
  • Posts: 5
  • Joined: 07-August 10
  • OS:Windows 7 x64

Posted 11 August 2010 - 12:41 PM

View PostTripredacus, on 10 August 2010 - 09:35 AM, said:

All my PEs will automatically detect USB Keys without a problem, even if inserted after boot. The thing is that it won't pop up anything, but behind the scenes it will assign it a drive letter if a file system is found on it. After you insert, it is usually going to be the next available drive letter, but you can open diskpart and type LIST VOL to see a full list.

Other possibility is that USB for mass storage has and option in the BIOS (I've seen this on some boards) and it is disabled.


Well after further investigation into this problem as i had it again i realised that when you have done some work in windows PE (created partitions and then assigned drive letters etc) and shut the pc down then come to use windows PE again the drive letters get reset so if you created a system partition and gave it letter S, it would be the first available letter the next time you use windows PE and this was my problem.

I remember reading this somewhere in a tutorial that windows PE does this but it never clicked in my mind until now.

A bit daft really.

Thanks for the reply though :)

#8 User is offline   Tripredacus 

  • K-Mart-ian Legend
  • Group: Super Moderator
  • Posts: 8,723
  • Joined: 28-April 06
  • OS:Server 2012
  • Country: Country Flag

Posted 12 August 2010 - 08:57 AM

Yes this is an annoying problem. Consider this scenario:

Boot to PE and create partitions as C:\OS, D:\ODD, E:\HDD2
Install OS to C, format E
Boot system, C is primary Boot drive, system is AOK.
Boot to PE and parts are C:\OS, D:\HDD2, E:\ODD
so in this situation, WinPE changed the drive letters because C and D are both hard drive partitions but E is the CD Drive. I can fix this by using WMI to find the CD Drive letter, set it to F, sel vol D and set to E, sel vol F and change to E. But if I don't do this and reboot into the OS again, the drive letter arrangement that WinPE detected stays! This means if you have anything on the HDD2 volume, all your permissions, links and programs are broken! :angry:

Let's not think about making matters worse by having a USB key plugged in when you boot. If there was a way to set a drive letter in WinPE and have it always be that letter no matter what you do, that would be awesome. But yes, I know you could say "just make the ODD a letter after HDD parts" but sometimes I don't get this option. :no:

#9 User is offline   jaclaz 

  • The Finder
  • Group: Developers
  • Posts: 11,574
  • Joined: 23-July 04
  • OS:none specified
  • Country: Country Flag

Posted 12 August 2010 - 09:54 AM

View PostTripredacus, on 12 August 2010 - 08:57 AM, said:

If there was a way to set a drive letter in WinPE and have it always be that letter no matter what you do, that would be awesome. But yes, I know you could say "just make the ODD a letter after HDD parts" but sometimes I don't get this option. :no:

Actually there is for PE 1.x.

I don't think that on PE 2.x or 3.x it should be much different:
http://www.911cd.net...showtopic=19663

I guess it is possible to import the DosDevices key in the offline Registry inside the .wim.

jaclaz

#10 User is offline   Tripredacus 

  • K-Mart-ian Legend
  • Group: Super Moderator
  • Posts: 8,723
  • Joined: 28-April 06
  • OS:Server 2012
  • Country: Country Flag

Posted 13 August 2010 - 01:39 PM

I'll have to see if this method is supported or not. But even so, since you have to specify the drive info, wouldn't it be different for different hard drives?

#11 User is offline   jaclaz 

  • The Finder
  • Group: Developers
  • Posts: 11,574
  • Joined: 23-July 04
  • OS:none specified
  • Country: Country Flag

Posted 13 August 2010 - 01:49 PM

View PostTripredacus, on 13 August 2010 - 01:39 PM, said:

I'll have to see if this method is supported or not. But even so, since you have to specify the drive info, wouldn't it be different for different hard drives?

Sure.

BUt you can create the setting while "rightfully" booted and export it to the PE in your example, don't you?

jaclaz

This post has been edited by jaclaz: 13 August 2010 - 01:51 PM


#12 User is offline   jaclaz 

  • The Finder
  • Group: Developers
  • Posts: 11,574
  • Joined: 23-July 04
  • OS:none specified
  • Country: Country Flag

Posted 16 August 2010 - 06:56 AM

JFYI (only seemingly OT):
http://www.boot-land...showtopic=12287

jaclaz

#13 User is offline   Tripredacus 

  • K-Mart-ian Legend
  • Group: Super Moderator
  • Posts: 8,723
  • Joined: 28-April 06
  • OS:Server 2012
  • Country: Country Flag

Posted 16 August 2010 - 11:16 AM

Well technically, I could have it search for the OS drive which should always be 40GB. I just won't really be able to make it so an end-user can't change something to make recovery not work, but currently everything is just hard-coded.

#14 User is offline   Ponch 

  • MSFN Master
  • Group: Patrons
  • Posts: 2,965
  • Joined: 23-November 05
  • OS:none specified
  • Country: Country Flag

Posted 10 September 2010 - 04:56 AM

View PostTripredacus, on 10 August 2010 - 09:35 AM, said:

All my PEs will automatically detect USB Keys without a problem, even if inserted after boot.

I think WinPE1.0 was not plug and play. BartPE needed a PnP plugin.

Share this topic:


Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users



All trademarks mentioned on this page are the property of their respective owners
Copyright © 2001 - 2013 msfn.org
Privacy Policy