Siginet Posted December 15, 2009 Posted December 15, 2009 (edited) Siginet's PLoP USB Boot Manager InstallerCurrently Supports: Windows 2000, Windows XP, Windows 2003, Windows Vista, Windows 2008 and Windows 7.Much thanks to jaclaz for the idea on how to get this to work!This is very helpful if you have created a USB Stick to install Windows from. But you are trying to install on a computer that does not have support in the BIOS to boot from USB HDD.I took jaclaz information and created a simple exe that will install PLoP to your system and add it into the BOOT menu as an option.It is very easy to use.Just launch it... it will ask if you want to install. Click Yes.If you want to Uninstall it just launch it again... It will ask if you want to Uninstall it. Click Yes.I set the Timeout (Countdown) to only 3 Seconds... so be quick to press up/down when the boot screen shows up. I'd rather have the screen only show for a few seconds so it doesn't slow down my normal boot process by much.When you boot up the computer you will see options to boot into windows or "Boot From USB" if you select to "Boot From USB" it will automatically attempt to boot from any bootable usb devices you have connected to the system.This also speeds up the BIOS USB speed on some computers. Some computers only run at USB 1.1 speed during the boot process even though they have USB 2.0 capability. But PLoP loads a USB 2.0 driver that is used instead of the USB 1.1. I plan to add full support for PE environments in the next release.Release Notes:v0.9.9.0 12/17/09GRUB4DOS removed. Now it uses only PLoP!Added support for Vista, 2008 and Windows 7!Fixed a potential bug with the uninstall process.If you want to use your own PLoP files put them in a folder called PLoP inside the directory with SiginetUSB.exev0.9.0.0 12/15/09It will now directly boot from the USB device when you select to "Boot From USB".You can now force the program to use your own grldr, plpbt.bin, or menu.lst by placing you versions in the same directory as SiginetUSB.exeV0.0.0.1 12/14/09Initial Release.So far it only sets up the Boot Menu on OSes that use BOOT.INI (Windows 2000, XP and 2003)A later release will have support for Vista, Windows 2008 and Windows 7.If you use this and find it helpful please send me a donation at:http://Support.SiginetSoftware.comSiginetUSB.zip Edited December 17, 2009 by Siginet
Siginet Posted December 16, 2009 Author Posted December 16, 2009 (edited) Well... I just finished the next version of "Siginet's PLoP USB Boot Manager".Unfortunatlly I think I have to include GRUB4DOS and PLoP. Because whenever I include only PLoP the method to boot from USB is a pain. Way too much involved.I did try jaclaz idea to make it default boot to USB but when I do that PLoP does not work at all unless I boot to Grub4Dos first.Unless we can make a plpbt.bin which can be loaded directly from boot.ini to automatically boot from a USB device... I think we will need to use Grub4Dos.But this is actually fine because now it just boots directly to the USB when you select the option in the boot menu.I also made the possability to include your own grldr, plpbt.bin, or menu.lst. All you do is put your custom files in the same directory as SiginetUSB.exe. Edited December 16, 2009 by Siginet
jaclaz Posted December 16, 2009 Posted December 16, 2009 Well... I just finished the next version of "Siginet's PLoP USB Boot Manager".Unfortunatlly I think I have to include GRUB4DOS and PLoP. Because whenever I include only PLoP the method to boot from USB is a pain. Way too much involved.I did try jaclaz idea to make it default boot to USB but when I do that PLoP does not work at all unless I boot to Grub4Dos first.Unless we can make a plpbt.bin which can be loaded directly from boot.ini to automatically boot from a USB device... I think we will need to use Grub4Dos.But this is actually fine because now it just boots directly to the USB when you select the option in the boot menu.I also made the possability to include your own grldr, plpbt.bin, or menu.lst. All you do is put your custom files in the same directory as SiginetUSB.exe.plpbt.bin CANNOT be loaded by NTLDR/BOOT.INI.That's why the plpgenbtldr.exe (please read as PLoP generator of NTLDR compatible loader) was made.The program creates a plpbtldr.bin on the specific machine able to "connect" NTLDR to plpbt.bin.In other words:NTLDR->BOOT.INI->plpbt.bin is NOT possibleNTLDR->BOOT.INI->plpbtldr.bin>plpbt.bin isAre you sure you followed exactly the instructions I quoted from the PLoP site on the other thread?http://www.msfn.org/board/launch-usb-setup...ws-t140388.htmlWhay don't you post on the PLoP forum reporting the issue, once you have double checked everything?jaclaz
Siginet Posted December 16, 2009 Author Posted December 16, 2009 I'll keep messing around with it then. But that plpcfgbt utility you posted would not work on plpbtldr (unless I did something wrong). I was only able to get plpbtldr to work in the default manner... which had way to much stuff to do to get to the usb stick.
Siginet Posted December 16, 2009 Author Posted December 16, 2009 @jaclaz You were right about the USB 1.1 speeds being faster when PLoP is used during the USB boot process.I have a computer that is really slow at booting to the usb through the built in USB Boot option in the bios. But when I use the PLoP method it is very fast!
jaclaz Posted December 16, 2009 Posted December 16, 2009 (edited) @jaclaz You were right about the USB 1.1 speeds being faster when PLoP is used during the USB boot process.I have a computer that is really slow at booting to the usb through the built in USB Boot option in the bios. But when I use the PLoP method it is very fast!Well, no. (I mean yes )If the chipset is supprted, PLoP gives USB 2.0 speed (MUCH faster) instead of BIOS USB 1.1 speed (MUCH slower) - of course this only applies to motherboards that have USB 2.0 capable chips and "dumb" USB 1.1. BIOS support.I am wondering if there is a misunderstanding. plpcfgbt works on plpbt.binONCE plpbt.bin is configured, you run plpgenbtldr.exe in order to create the loader plpbtldr.bin for plpbt.binjaclaz Edited December 16, 2009 by jaclaz
Siginet Posted December 17, 2009 Author Posted December 17, 2009 OK cool I got it now. What I was confused on was I didn't know I needed both plpbt.bin and plpbtldr.bin. I was getting rid of plpbt.bin and trying to only use plpbtldr.bin... then I tried only using plpbt.bin without plpbtldr.bin.PLoP seems so easy to use... but it is kinda confusing because all of the PLoP files are named very simular. So my next version should be PLoP only. Plus I will probably add support for Vista/Win2008/Win7 as well. I'll also add suport for PE as well. Thanks jaclaz... I don't know if I would have ever figured this all out without you.
Siginet Posted December 17, 2009 Author Posted December 17, 2009 Support Added For WinVista, Win2008 and Win7GRUB4DOS Removed.
jaclaz Posted December 17, 2009 Posted December 17, 2009 (edited) Thanks jaclaz... I don't know if I would have ever figured this all out without you.No prob, we 8+3 max experts (dinosaurs) can read "between the letters" of a filename better than young people used to filenames (LUXURY! ) like:SiginetUSB.exewhich of course means that you will create a lot of confusion once you will release other tools USB related.Since you are going anyway beyond the 8+3 go all the way :Siginet_PLoP_USB_Installer_for_NT_based_systems.exeCompletely unrelated, but sometimes colours are useful:http://en.wikipedia.org/wiki/Four_color_theoremIf I may, I would re-add the feature of 0.9 (updating it of course) as an option.i.e.:Siginet's PLoP USB Boot Manager Installer+a radio button to EITHER:add PLoP only <-selected by defaultadd PLoP AND grub4dosThough I do like "vertical" apps, a single choice is not overcomplicating it. Someone that wants to also have grub4dos would find your tool handy. jaclaz Edited December 17, 2009 by jaclaz
ivanhelguera Posted December 28, 2009 Posted December 28, 2009 Support Added For WinVista, Win2008 and Win7Tried to install it on a Win7 system on a Toshiba r100 laptop w/o USb boot. Nothing happens. I have Ubuntu installed via wubi, and i would like to wipe the hd clean to make a full linux install. bcdedit /vdoes not list anything new after the PLOP install. Any suggestions? Thank you for your work!
Siginet Posted December 29, 2009 Author Posted December 29, 2009 You should have a folder in your Windows Directory "PLoP"In there should be 2 files.You should have a boot.ini file on the root of your c drive now.It does not add anything to bcdedit except change the timeout.When you restart the computer you should get a choice for: "Boot From USB"All I can think is to make sure you run it as Administrator.
ivanhelguera Posted January 2, 2010 Posted January 2, 2010 Well, I didn't get any new options in the startup menu. Thank you for your help and an interesting product. I ran Plop from usb floppy, and had linux mint installed - there were some weird problems with partitioning, so maybe that's the reason your bootloader had trouble.
Siginet Posted January 2, 2010 Author Posted January 2, 2010 Hmmm odd. I suppose that could be the issue. It hasn't been tested in a system with many partitions.But I know in Vista/Windows 7 it will install the boot.ini on the root of the system drive. Maybe since you are dual booting another OS it does not add the boot information correctly. Could you check to see if all of those files I mentioned are placed in the places I said they should be? That would help me figure out what may have went wrong.Thanks
ilko_t Posted January 2, 2010 Posted January 2, 2010 Why are we mentioning boot.ini and Vista/7 ? They use BCD instead, boot.ini is the configuration file for NTLDR in NT-2003.http://msdn.microsoft.com/en-us/library/aa468626.aspx
ivanhelguera Posted January 3, 2010 Posted January 3, 2010 But I know in Vista/Windows 7 it will install the boot.ini on the root of the system drive. Maybe since you are dual booting another OS it does not add the boot information correctly. Could you check to see if all of those files I mentioned are placed in the places I said they should be? That would help me figure out what may have went wrong.Unfortunately I can not help you anymore - I wiped out Win 7 and on pure Linux Mint. I was messing around, installing first ubuntu though wubi (which means installing the whole linux fs it in a loopfile on and adding an entry to win boot menu), then trying to use Plop. Maybe I messed things up. It's a shame I don'tt have it anymore, because otherwise the problem could have been identified easily. Thanks for your help!
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now