Install Windows 7 TO external drive?

Page 3 of 4 FirstFirst 1234 LastLast

  1. Posts : 19
    Windows 7 Ultimate X64
    Thread Starter
       #21

    SIW2 said:
    I installed PLOP without any trouble.

    Instructions for XP on the site.

    I had to figure it out for Vista/7. Only took a few minutes.

    Instructions are right on the site:

    Harddisk install using the Windows boot menu (2K, XP and VISTA)

    Download the file plpgenbtldr-0.7.zip and extract it.

    http://download.plop.at/files/bootmn...nbtldr-0.7.zip

    Create a directory like c:\plop. You can use any directory you want.

    Copy plpinstc.com and plpgenbtldr.exe to your c:\plop directory

    Rename plpinstc.com to plpbt.bin.

    As administrator/with administrator rights open a command shell and change to c:\plop

    Then start plpgenbtldr

    This program searches for the file plpbt.bin In the current directory.
    plpgenbtldr generates the file plpbtldr.bin.

    Adding to the boot menu. Windows 2K and XP :

    add the line below to your c:\boot.ini

    c:\plop\plpbtldr.bin="Install PLoP Boot Manager"


    For Vista/7 add it to bcd the same as you would add ntldr.

    Thanks. I was going to make a comment about how you simply stating that it installed fine for you wasn't really helpful. lol Anyway, I don't like how that site is put together. It seems broad, generalized, and all over the place.
      My Computer


  2. Posts : 16,161
    7 X64
       #22

    Try it - see if the boot from usb feature works for you.

    I see you watching Greg - are you going to give it a go?
      My Computers

  3.    #23

    I just ignore the URL bar's history unless it gives me an autocomplete to grab.

    What I like a lot is the history in the Favorites bar where I can quickly revisit sites in order I visited today, or past days, or by site, using tabs other then my Favorites.
      My Computer


  4. Posts : 19
    Windows 7 Ultimate X64
    Thread Starter
       #24

    SIW2 said:
    Try it - see if the boot from usb feature works for you.

    I see you watching Greg - are you going to give it a go?

    The last bit has me confused. In the 1README file is this:

    Code:
    4.2) Windows VISTA
        run notepad as administrator
        create a file c:\boot.ini and add the following lines
    
    [boot loader]
    [operating systems]
    c:\plop\plpbtldr.bin="PLoP Boot Manager"
    But you say to add the line to bcd? Should I edit bcd in Notepad and place the line e:\plop\plpbtldr.bin="Install PLoP Boot Manager" in there somewhere?

    Placing that line somewhere is the last thing to do...
      My Computer


  5. Posts : 16,161
    7 X64
       #25

    That didn't work for me.

    That's what I meant by I had to figure it out.

    Just add plpbtldr.bin to bcd like you would ntldr.

    Ignore the boot.ini bit for Vista/7 - unless you want 2 entries popping up on the boot menu.

    If you called the folder PLOP, it goes something like this: (you will probably be on C )

    D:\Windows\system32>bcdedit /create /d "PLOP" /application bootsector

    The entry {ced785a4-a6da-11de-a68e-001966657855} was successfully created.

    D:\Windows\system32>bcdedit /set {ced785a4-a6da-11de-1966657855} device boot

    The operation completed successfully.

    D:\Windows\system32>bcdedit /set {ced785a4-a6da-11de-a68e-001966657855} path \plop\pbtldr.bin

    The operation completed successfully.

    D:\Windows\system32>bcdedit /displayorder {ced785a4-a6da-11de-a68e-001966657855} /addlast

    The operation completed successfully.

    D:\Windows\system32>
      My Computers


  6. Posts : 19
    Windows 7 Ultimate X64
    Thread Starter
       #26

    SIW2 said:
    That didn't work for me.

    That's what I meant by I had to figure it out.

    Just add plpbtldr.bin to bcd like you would ntldr.

    Ignore the boot.ini bit for Vista/7 - unless you want 2 entries popping up on the boot menu.

    If you called the folder PLOP, it goes something like this: (you will probably be on C )

    D:\Windows\system32>bcdedit /create /d "PLOP" /application bootsector

    The entry {ced785a4-a6da-11de-a68e-001966657855} was successfully created.

    D:\Windows\system32>bcdedit /set {ced785a4-a6da-11de-1966657855} device boot

    The operation completed successfully.

    D:\Windows\system32>bcdedit /set {ced785a4-a6da-11de-a68e-001966657855} path \plop\pbtldr.bin

    The operation completed successfully.

    D:\Windows\system32>bcdedit /displayorder {ced785a4-a6da-11de-a68e-001966657855} /addlast

    The operation completed successfully.

    D:\Windows\system32>
    Is that a typo? Meh, I treated it as one. SO that's all done now. Should I now see Plop at boot? If so does this mean that I will have to choose my OS at each boot (or just wait the 20 some seconds to pass) to load it up?
      My Computer


  7. Posts : 16,161
    7 X64
       #27

    You should see PLOP on your windows boot menu.

    I assume you already have 7 and XP on there and have set the default and time out of your choosing.

    Select PLOP

    If you pointed bcd the right way, you will get a fun sci - fi screen .

    Select which device you want to boot from on the PLOP menu.

    You don't have to select PLOP -select another entry from Windows boot menu if you want that, or select nothing and you will boot whichever item on the menu you set as default.


    reduce the timeout of windows boot menu like this:

    bcdedit /set timeout 5
      My Computers


  8. Posts : 19
    Windows 7 Ultimate X64
    Thread Starter
       #28

    SIW2 said:
    You should see PLOP on your windows boot menu.

    I assume you already have 7 and XP on there and have set the default and time out of your choosing.

    Select PLOP

    If you pointed bcd the right way, you will get a fun sci - fi screen .

    Select which device you want to boot from on the PLOP menu.

    You don't have to select PLOP -select another entry from Windows boot menu if you want that, or select nothing and you will boot whichever item on the menu you set as default.
    I am blond. I am prone to those special moments as well. I forgot the boot menu is accessed by pressing F8 prior to Windows boot. I'm thinking dual boot.
      My Computer


  9. Posts : 16,161
    7 X64
       #29

    HUH.

    Just restart and see what pops up on the screen.

    PLOP should be there .
      My Computers

  10.    #30

    SIW2 said:
    Try it - see if the boot from usb feature works for you.

    I see you watching Greg - are you going to give it a go?
    Can you explain in plain English what PLOP is?

    I thought OP got their XP installed from desktop.

    Is this a science experiment?
      My Computer


 
Page 3 of 4 FirstFirst 1234 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 06:22.
Find Us