creating a 2 OS thumb drive

Page 3 of 11 FirstFirst 12345 ... LastLast

  1. Posts : 37
    WIN 7 x64
       #21

    Guys, do you mean something like this:
    Attached Thumbnails Attached Thumbnails creating a 2 OS thumb drive-boot.jpg  
      My Computer


  2. Posts : 16,160
    7 X64
       #22

    I think Johnathan wants a multiboot flash drive - similar to a multiboot cd.

    That's pretty neat - tho.

    What have you done there?

    I have added .iso's and winpe to my boot menu - but that's from the HD - I think J wants something portable and external.

    Good idea, as it may be impossible to access the options from windows boot menu if something goes wrong with the windows boot process.

    In fact it is often precisely because the windows boot process is damaged that people need to repair/restore an image.
      My Computers


  3. Posts : 13,354
    Windows 7 Professional x64
    Thread Starter
       #23

    How does the Repair Disc handle the BCD?

    How would this work: Open BCDEDIT and delete all the entries. Then add entries for the Windows installation files and repair files. Export the bcd, and then replace the BCD on the thumb drive with the newly generated file.

    See any flaws in this?
      My Computer


  4. Posts : 37
    WIN 7 x64
       #24

    The above menu is from my USB flashdrive!

    I copied the Win 7 dvd content to a HD folder
    Copied the Dart, Acronis and Paragon iso's (renamed as *.wim) to the source folder.
    Than just edit the BCD to add the entries to the menu.

    In my case, the files are in k:\7test
    start cmd in dir k:\7test\boot

    bcdedit /store bcd /enum
    bcdedit /store bcd /copy {default} /d "MsDart x64"
    bcdedit /store bcd /set {a4e7aa72-cfce-11de-a773-00248c40c635} OSDEVICE ramdisk=[boot]\sources\erd6564.wim,{7619dcc8-fafe-11d9-b411-000476eba25f}

    etc..... like you would edit the normal bcd

    The point is you can run the bcdedit in a folder with bcdedit /store bcd /.........

    Finally copy the complete folder to a Bootable USB flash drive OR create an ISO with Osdimage

    My BCD looks like this:
    Windows Boot Manager
    --------------------
    identifier {bootmgr}
    description Windows Boot Manager
    locale en-US
    inherit {globalsettings}
    default {default}
    displayorder {default}
    {a4e7aa72-cfce-11de-a773-00248c40c635}
    {ae19286c-cfcf-11de-a773-00248c40c635}
    {f3deae7a-d043-11de-8193-00248c40c635}
    {768a2a8e-e313-11de-8536-00248c40c635}
    {c7365542-052f-11df-884e-00248c40c635}
    toolsdisplayorder {memdiag}
    timeout 10

    Windows Boot Loader
    -------------------
    identifier {default}
    device ramdisk=[boot]\sources\boot.wim,{7619dcc8-fafe-11d9-b411-000476eba25f}
    path \windows\system32\boot\winload.exe
    description Windows Setup
    locale en-US
    inherit {bootloadersettings}
    osdevice ramdisk=[boot]\sources\boot.wim,{7619dcc8-fafe-11d9-b411-000476eba25f}
    systemroot \windows
    detecthal Yes
    winpe Yes
    ems Yes

    Windows Boot Loader
    -------------------
    identifier {a4e7aa72-cfce-11de-a773-00248c40c635}
    device ramdisk=[boot]\sources\erd6564.wim,{7619dcc8-fafe-11d9-b411-000476eba25f}
    path \windows\system32\boot\winload.exe
    description MsDart x64
    locale en-US
    inherit {bootloadersettings}
    osdevice ramdisk=[boot]\sources\erd6564.wim,{7619dcc8-fafe-11d9-b411-000476eba25f}
    systemroot \windows
    detecthal Yes
    winpe Yes
    ems Yes

    Windows Boot Loader
    -------------------
    identifier {ae19286c-cfcf-11de-a773-00248c40c635}
    device ramdisk=[boot]\sources\erd6532.wim,{7619dcc8-fafe-11d9-b411-000476eba25f}
    path \windows\system32\boot\winload.exe
    description MsDart x86
    locale en-US
    inherit {bootloadersettings}
    osdevice ramdisk=[boot]\sources\erd6532.wim,{7619dcc8-fafe-11d9-b411-000476eba25f}
    systemroot \windows
    detecthal Yes
    winpe Yes
    ems Yes

    Windows Boot Loader
    -------------------
    identifier {f3deae7a-d043-11de-8193-00248c40c635}
    device ramdisk=[boot]\sources\acronis.wim,{7619dcc8-fafe-11d9-b411-000476eba25f}
    path \windows\system32\boot\winload.exe
    description Acronis 2010
    locale en-US
    inherit {bootloadersettings}
    osdevice ramdisk=[boot]\sources\acronis.wim,{7619dcc8-fafe-11d9-b411-000476eba25f}
    systemroot \windows
    detecthal Yes
    winpe Yes
    ems Yes

    Windows Boot Loader
    -------------------
    identifier {768a2a8e-e313-11de-8536-00248c40c635}
    device ramdisk=[boot]\sources\paragon.wim,{7619dcc8-fafe-11d9-b411-000476eba25f}
    path \windows\system32\boot\winload.exe
    description Paragon DriveBackup Server
    locale en-US
    inherit {bootloadersettings}
    osdevice ramdisk=[boot]\sources\paragon.wim,{7619dcc8-fafe-11d9-b411-000476eba25f}
    systemroot \windows
    detecthal Yes
    winpe Yes
    ems Yes

    Windows Boot Loader
    -------------------
    identifier {c7365542-052f-11df-884e-00248c40c635}
    device ramdisk=[boot]\sources\paragonpm.wim,{7619dcc8-fafe-11d9-b411-000476eba25f}
    path \windows\system32\boot\winload.exe
    description Paragon Partition Manager
    locale en-US
    inherit {bootloadersettings}
    osdevice ramdisk=[boot]\sources\paragonpm.wim,{7619dcc8-fafe-11d9-b411-000476eba25f}
    systemroot \windows
    detecthal Yes
    winpe Yes
    ems Yes

    K:\7test\boot>
      My Computer


  5. Posts : 16,160
    7 X64
       #25

    Can you do similar on cd /dvd?
      My Computers


  6. Posts : 37
    WIN 7 x64
       #26

    SIW2 said:
    Can you do similar on cd /dvd?
    Yes, just create a dvd from the folder, like this

    oscdimg -bk:\7test\boot\etfsboot.com -n -m -lMultiboot k:\7test k:\multiboot.iso
      My Computer


  7. Posts : 16,160
    7 X64
       #27

    Hi,

    Sorry my post was not clear. The issue is not booting .wims, or creating .iso's - both of which are very well known.

    I would be interested in creating a dvd - from which you could select to boot winpe/re and/or Linux recovery environments.

    I tried it using grub - which worked fine off the HD - but not after burning the multiboot .iso to cd/dvd.

    I think what you suggested would probably be fine for what Johnathan was asking ( now I have looked back thru the thread).

    Any ideas?
      My Computers


  8. Posts : 13,354
    Windows 7 Professional x64
    Thread Starter
       #28

    Would anyone be willing to walk me through the steps of adding the entries to the BCD as outlined by woebetide? I am lost already when it comes to BCDEDIT, and when I get the error messages, it totally messes me up.
      My Computer


  9. Posts : 37
    WIN 7 x64
       #29

    I can only help with PE, no GRUB or Linux.
    @Jonathan_King
    If you can tell me which iso's you want to add to the bcd, I can maybe explain here step by step howto.
    It would also help if you can send me the bcd file from the boot dir, so we can build on that.
      My Computer


  10. Posts : 2,736
    ...
       #30

    woebetide said:
    I can only help with PE, no GRUB or Linux.
    @Jonathan_King
    If you can tell me which iso's you want to add to the bcd, I can maybe explain here step by step howto.
    It would also help if you can send me the bcd file from the boot dir, so we can build on that.
    woebetide;

    I would like to have the two, 32 & 64 bit, "System Repair" iso's on one CD. I have the iso's and can use bcdedit, can you get me started?

    Thanks!
    Robert
      My Computer


 
Page 3 of 11 FirstFirst 12345 ... LastLast

  Related Discussions
Our Sites
Site Links
About Us
Windows 7 Forums is an independent web site and has not been authorized, sponsored, or otherwise approved by Microsoft Corporation. "Windows 7" and related materials are trademarks of Microsoft Corp.

© Designer Media Ltd
All times are GMT -5. The time now is 10:44.
Find Us