Jump to content

pipster

Member
  • Posts

    40
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Italy

About pipster

Profile Information

  • OS
    Windows 10 x64

pipster's Achievements

0

Reputation

  1. ilko_t, let me say I have to thank you, jaclaz and cdob for your precious and great help. It's nice to know all of us learned something.
  2. "The mutation is the key to our evolution, enabled us to evolve from single celled organisms to the dominant species on the planet. This process is slow and normally takes thousands and thousands of years, but every hundred thousand years the evolution makes a leap ahead. (X-Men the movie, Xavier, voice-over)" I've to find what is the problem, but I think it is time to "erase and rewind", and launch a format C:
  3. Ok. Now (on the notebook) I get migrate.inf files with 7&, to summarize: In bold are the strings coming from migrates produced by your MkMigrateInf_b.cmd script. (1) --- Imation Nano USB Device instanceID: 078B142D0BB2&0 ParentIdPrefix: 8&141a0a73&1 ---> 7&141a0a73&0 Driver:{4D36E967-E325-11CE-BFC1-08002BE10318}\0001 Disk Stamp: 04/27/2009 00:57 Volume Stamp: 04/27/2009 00:57 (2) --- Kingston DataTraveler 2.0 USB Device instanceID: 2008012500000000000002E4&0 ParentIdPrefix: 8&207c63a1&1 ---> 7&207c63a1&0 Last Mounted As: \DosDevices\G: Driver:{4D36E967-E325-11CE-BFC1-08002BE10318}\0003 Disk Stamp: 04/27/2009 01:39 Volume Stamp: 04/27/2009 01:39 (3) --- Verbatim STORE N GO USB Device instanceID: 077A12160129&0 ParentIdPrefix: 8&157ad62&1 ---> 7&157ad62&0 Driver:{4D36E967-E325-11CE-BFC1-08002BE10318}\0002 Disk Stamp: 04/27/2009 01:17 Volume Stamp: 04/27/2009 01:17 So to build a working USBstick for Win setup I have to replace MkMigrateInf2.cmd with MkMigrateInf_b.cmd. Is it correct?
  4. Or The new batch should convert this settings to 7&141a0a73&0 and 7&207c63a1&0. Use the previous command as jaclaz pointed. Or copy MkMigratgeInf_b.cmd to the USB stick and run MkMigratgeInf_b.cmd direct. I meant I ran it on D:\Documents and Settings\....\Desktop Anyway running this command: MkMigrateInf_b.cmd H: migrate_inf_b.txt produced this: [Version] Signature = "$Windows NT$" [Addreg] HKLM,"SYSTEM\MountedDevices",,0x00000010 HKLM,"SYSTEM\ControlSet001\Control\StorageDevicePolicies","WriteProtect",0x00010001,1 HKLM,"SYSTEM\MountedDevices","\DosDevices\U:",0x00030001,\ 5C,00,3F,00,3F,00,5C,00,53,00,54,00,4F,00,52,00,41,00,47,00,45,00,23,00,52,00,65,00,6D,00,6F,00,76,0 0,61,00,62,00,6C,00,65,00,4D,00,65,00,64,00,69,00,61,00,23,00,37,00,26,00,31,00,35,00,37,00,61,00,64, 00,36,00,32,00,26,00,30,00,26,00,52,00,4D,00,23,00,7B,00,35,00,33,00,66,00,35,00,36,00,33,00,30,00,64 ,00,2D,00,62,00,36,00,62,00,66,00,2D,00,31,00,31,00,64,00,30,00,2D,00,39,00,34,00,66,00,32,00,2D,00,3 0,00,30,00,61,00,30,00,63,00,39,00,31,00,65,00,66,00,62,00,38,00,62,00,7D,00 That's different from this, that actually works in the txtsetup: [Version] Signature = "$Windows NT$" [Addreg] HKLM,"SYSTEM\MountedDevices",,0x00000010 HKLM,"SYSTEM\ControlSet001\Control\StorageDevicePolicies","WriteProtect",0x00010001,1 HKLM,"SYSTEM\MountedDevices","\DosDevices\U:",0x00030001,\ 5c,00,3f,00,3f,00,5c,00,53,00,54,00,4f,00,52,00,41,00,47,00,45,00,23,00,52,00,65,00,6d,00,6f,00,76,0 0,61,00,62,00,6c,00,65,00,4d,00,65,00,64,00,69,00,61,00,23,00,37,00,26,00,31,00,34,00,31,00,61,00,30, 00,61,00,37,00,33,00,26,00,30,00,26,00,52,00,4d,00,23,00,7b,00,35,00,33,00,66,00,35,00,36,00,33,00,30 ,00,64,00,2d,00,62,00,36,00,62,00,66,00,2d,00,31,00,31,00,64,00,30,00,2d,00,39,00,34,00,66,00,32,00,2 d,00,30,00,30,00,61,00,30,00,63,00,39,00,31,00,65,00,66,00,62,00,38,00,62,00,7d,00 How do I know if it get or not 7& or 8& ?? Where is it written? Maybe is it coded in the 5c,00,3f,00,3f,0... string?
  5. Ok deleted. Thanks for the lessons mate! Ok. It's official. I'm a guinea pig... Are you saying to use it with WinSetupFromUSB to make a new USBstick? I ran it on the desktop. It produce this MIGRATE.INF: [Version] Signature = "$Windows NT$" [Addreg] HKLM,"SYSTEM\MountedDevices",,0x00000010 HKLM,"SYSTEM\ControlSet001\Control\StorageDevicePolicies","WriteProtect",0x00010001,1 HKLM,"SYSTEM\MountedDevices","\DosDevices\U:",0x00030001,\ 24,2C,38,DB,00,BE,3A,83,02,00,00,00 And I was the one accused to use pipster as a guinea pig! jaclaz You're an accomplice, I know!
  6. Here's it: Select.reg Hey Jaclaz you make me laugh at every post! I didn't know about growing ControlSet00X so I'm learning more post by post on this thread, Thank you. What's ControlSet for? I see there are strings concerning HW Device driver and IDs. Anyway yesterday I try to install Nod32 4.0 for 2-3 times but it is causing BSOD after reboot. So I had to start Win in Last Know Good Config to remove Nod 4.0 e reinstall 3.0. Maybe it messed up the drivers loaded with the OS... PS. I'm sorry about my english... often me too don't understand what I'm writing.. PS2. I begin to feel myself like a guinea-pig from laboratory
  7. And post results, or better yet, get Regfind.exe http://www.petri.co.il/download_free_reskit_tools.htm and run: regfind "8&141a0a73&">foundreg.txt Here's what I get: \Registry Machine SYSTEM ControlSet005 Control DeviceClasses {53f5630a-b6bf-11d0-94f2-00a0c91efb8b} ##?#STORAGE#RemovableMedia#8&141a0a73&0&RM#{53f5630a-b6bf-11d0-94f2-00a0c91efb8b} DeviceInstance = STORAGE\RemovableMedia\8&141a0a73&0&RM # SymbolicLink = \\?\STORAGE#RemovableMedia#8&141a0a73&0&RM#{53f5630a-b6bf-11d0-94f2-00a0c91efb8b} {53f5630d-b6bf-11d0-94f2-00a0c91efb8b} ##?#STORAGE#RemovableMedia#8&141a0a73&0&RM#{53f5630d-b6bf-11d0-94f2-00a0c91efb8b} DeviceInstance = STORAGE\RemovableMedia\8&141a0a73&0&RM # SymbolicLink = \\?\STORAGE#RemovableMedia#8&141a0a73&0&RM#{53f5630d-b6bf-11d0-94f2-00a0c91efb8b} Enum USBSTOR Disk&Ven_Imation&Prod_Nano&Rev_PMAP 078B142D0BB2&0 ParentIdPrefix = 8&141a0a73&0 ControlSet006 Control DeviceClasses {53f5630a-b6bf-11d0-94f2-00a0c91efb8b} ##?#STORAGE#RemovableMedia#8&141a0a73&1&RM#{53f5630a-b6bf-11d0-94f2-00a0c91efb8b} DeviceInstance = STORAGE\RemovableMedia\8&141a0a73&1&RM # SymbolicLink = \\?\STORAGE#RemovableMedia#8&141a0a73&1&RM#{53f5630a-b6bf-11d0-94f2-00a0c91efb8b} {53f5630d-b6bf-11d0-94f2-00a0c91efb8b} ##?#STORAGE#RemovableMedia#8&141a0a73&1&RM#{53f5630d-b6bf-11d0-94f2-00a0c91efb8b} DeviceInstance = STORAGE\RemovableMedia\8&141a0a73&1&RM # SymbolicLink = \\?\STORAGE#RemovableMedia#8&141a0a73&1&RM#{53f5630d-b6bf-11d0-94f2-00a0c91efb8b} Enum USBSTOR Disk&Ven_Imation&Prod_Nano&Rev_PMAP 078B142D0BB2&0 ParentIdPrefix = 8&141a0a73&1 ControlSet007 Control DeviceClasses {53f5630a-b6bf-11d0-94f2-00a0c91efb8b} ##?#STORAGE#RemovableMedia#8&141a0a73&0&RM#{53f5630a-b6bf-11d0-94f2-00a0c91efb8b} DeviceInstance = STORAGE\RemovableMedia\8&141a0a73&0&RM # SymbolicLink = \\?\STORAGE#RemovableMedia#8&141a0a73&0&RM#{53f5630a-b6bf-11d0-94f2-00a0c91efb8b} {53f5630d-b6bf-11d0-94f2-00a0c91efb8b} ##?#STORAGE#RemovableMedia#8&141a0a73&0&RM#{53f5630d-b6bf-11d0-94f2-00a0c91efb8b} DeviceInstance = STORAGE\RemovableMedia\8&141a0a73&0&RM # SymbolicLink = \\?\STORAGE#RemovableMedia#8&141a0a73&0&RM#{53f5630d-b6bf-11d0-94f2-00a0c91efb8b} Enum USBSTOR Disk&Ven_Imation&Prod_Nano&Rev_PMAP 078B142D0BB2&0 ParentIdPrefix = 8&141a0a73&0 Of course cdob but that key contains strings about IDE#DiskHTS541080G9AT00. Is it safe to remove it? Here is the reg export: DeviceClasses.reg
  8. jaclaz Thanks Did it. It removed a lot of things.. Then I plugged the Nano stick and... it gets parentID similar to the previous one (8&141a0a73&0): 8&141a0a73&1 With 1 at the end but always starting with 8& I have to format this notebook when I have some time...
  9. The new pc has no card reader. Just the USB on top of the case, connected on the mb. As you can see here: http://techgage.com/article/cooler_master_cm_690/ But on the old notebook I connected an external Hama multi card reader, maybe it is the culprit. On my father PC there's another external multi card reader but I didn't look at registry.. Di questo non posso che essere contento So how do you think I can fix that usb entries on the notebook? I have to use DriveCleanup? What command I have to use? -h only USB hubs -u only USB mass storage devices -d only Disk devices -c only CDROM devices -f only Floppy devices -v only Storage Volume devices Maybe -h -u -v ??
  10. And finally it works! WOW! I replaced the old migrate.inf: migrateOLD.inf with this one: migrate.inf The second one cames from the new PC, exported \DosDevice\H: from the key HKEY_LOCAL_MACHINE\SYSTEM\MountedDevices I just copied the value of that key \DosDevice\H: into the migrate.inf. I want really to thanks all of you for your continuos support. I learned so many new things just reading your posts. Thank you!
  11. Eheheh! I have tested 3-4 mouses, and everyone coming here is plugging their usb stick. I have 3 sticks, 1 external hd (dead some days ago with his 320gb of data ), webcam, card reader, ... so many devices But is such a strange thing 95% of that have born on 23rd October 2008!! No, please don't ask me to install windows again... I did it for about 10 times in a few days and I don't have my new pc fully working yet. I bought it 2 months ago... . Now I would just to use it. Anyway I have Windows installed from just 2-3 days on that new pc so it has just few usb devices already mounted. Here is the reports: NewPC_USBDeview_report.html NewPC_USB_rep.txt I'm sorry but I lost all of you in the technical details... Where do I can find the strings RemovableMedia#8, RemovableMedia#7, ....??? And... what devices I have to sweep with DriveCleanup? Usage: DriveCleanup [-t] [-n] [-u] [-h] [-d] [-c] [-f] [-v] -t test mode -n no wait when finished -h only USB hubs -u only USB mass storage devices -d only Disk devices -c only CDROM devices -f only Floppy devices -v only Storage Volume devices EDIT---------------------------------------------------------- Ok cdob, maybe you are in the right way. I think this can be useful: On the notebook, where I prepare the stick: USB History Dump by nabiy (c)2008 (13) --- Imation Nano USB Device instanceID: 078B142D0BB2&0 ParentIdPrefix: 8&141a0a73&0 Driver:{4D36E967-E325-11CE-BFC1-08002BE10318}\0039 Disk Stamp: 04/21/2009 13:08 Volume Stamp: 04/21/2009 13:08 (14) --- Kingston DataTraveler 2.0 USB Device instanceID: 2008012500000000000002E4&0 ParentIdPrefix: 8&207c63a1&0 Last Mounted As: \DosDevices\J: Driver:{4D36E967-E325-11CE-BFC1-08002BE10318}\0027 Disk Stamp: 04/22/2009 20:47 Volume Stamp: 04/22/2009 20:47 On the new PC, where I'm trying to use that stick: USB History Dump by nabiy (c)2008 (1) --- Imation Nano USB Device instanceID: 078B142D0BB2&0 ParentIdPrefix: 7&141a0a73&0 Last Mounted As: \DosDevices\H: Driver:{4D36E967-E325-11CE-BFC1-08002BE10318}\0002 Disk Stamp: 04/24/2009 00:08 Volume Stamp: 04/24/2009 00:08 (2) --- Kingston DataTraveler 2.0 USB Device instanceID: 2008012500000000000002E4&0 ParentIdPrefix: 7&207c63a1&0 Driver:{4D36E967-E325-11CE-BFC1-08002BE10318}\0001 Disk Stamp: 04/23/2009 03:12 Volume Stamp: 04/23/2009 03:12
  12. Yes, I see serial number in USBDeview. GlobalDisableSerNumGen doesn't exist in my registry. Here it is: USBDeview_report.html Here it is: USB_rep.txt Thank you all guys for your great support. Hope we can find the trick...
  13. Yes, for both the questions. I use unattended settings made with nLite and RunOnceEx. These are my nLite configs: ULTIMA_SESS.INI And Yes, I use a multi-card reader but only on the notebook on which I'm working to make the usb stick bootable. Anyway these are the settings for my 4gb usb key (Imation Nano). Ilko_t suggested me to try with a clean Windows with just BTS mass storage drivers slipstreamed. I tried that on another 2gb Verbatim drive but it didn't work too.. Same problem with your migrate.inf Jaclaz. I'm sorry, what can I try now?
  14. Did you run it with options? No, without options. Now I used your command to run it. Here it is: migrate_inf.txt Hi Jaclaz and grazie. I read the thread you linked but it's too much complicated for me to understand... I'm sorry Anyway now I posted the migrate.inf produced by running the ilko_t's command. Hope can be useful, but I think it's just the same as the previous I posted..
  15. Hi, sorry for late. Ciao Jaclaz, here's the files you requested. migrate_inf.txt is the output of MkMigrateInf2.cmd (the only that I found in the USB_MultiBoot_10 pack) Thanks for your support. Output.zip
×
×
  • Create New...