MSFN Forum: [Release] Siginet's PLoP USB Boot Manager Installer - MSFN Forum

Jump to content


  • 2 Pages +
  • 1
  • 2
  • You cannot start a new topic
  • You cannot reply to this topic

[Release] Siginet's PLoP USB Boot Manager Installer Boot from usb even if BIOS does not support it!

#21 User is offline   ilko_t 

  • MSFN Addict
  • Group: Super Moderator
  • Posts: 1,605
  • Joined: 06-December 06
  • OS:none specified
  • Country: Country Flag

Posted 07 January 2010 - 12:05 PM

I think boot.ini will be read by bootmgr if there is already an entry for ntldr in BCD.
In other words- simply creating boot.ini does not guarantee that you will be able to start PLoP this way.


#22 User is online   jaclaz 

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

Posted 07 January 2010 - 12:23 PM

View Postilko_t, on Jan 7 2010, 07:05 PM, said:

I think boot.ini will be read by bootmgr if there is already an entry for ntldr in BCD.
In other words- simply creating boot.ini does not guarantee that you will be able to start PLoP this way.


Yep. :)

As graphically explained in the linked page:
http://www.multiboot.../multiboot.html

Normal NT 4.x/5.x booting:
MBR->bootsector->NTLDR->BOOT.INI->NTDETECT.COM->Windows 5.x

Normal NT 6.x/7 booting:
MBR->bootsector->BOOTMGR->BCD->WINLOAD.EXE->Windows 6.x/7

Normal NT6.x/7 with NT 4.x/5.x dual booting:
MBR->bootsector->BOOTMGR->BCD->WINLOAD.EXE->Windows 6.x/7
or:
MBR->bootsector->BOOTMGR->BCD->NTLDR->BOOT.INI->NTDETECT.COM->Windows 5.x

The bolded part should be the link you are missing, you need an entry in BCD for booting a previous NT system.

Or if you prefer BOOT.INI is read by NTLDR and not by BOOTMGR.

There might be an exception, possibly a LONGHORN version, if I remember correctly. :unsure:

jaclaz

#23 User is offline   ilko_t 

  • MSFN Addict
  • Group: Super Moderator
  • Posts: 1,605
  • Joined: 06-December 06
  • OS:none specified
  • Country: Country Flag

Posted 07 January 2010 - 03:09 PM

View Postjaclaz, on Jan 7 2010, 10:23 AM, said:

...Or if you prefer BOOT.INI is read by NTLDR and not by BOOTMGR.
On a working Win7 system, which already has an entry for NTLDR in BCD, I added c:\dummy="test" to boot.ini, alongside the existing c:\grldr="Grub4dos".
"Test" was displayed upon reboot in bootmgr's menu.

Next try- rename ntldr to ntldr.bak. Upon reboot the new entry in boot.ini "test" is still displayed. Ntldr is not used in order to display contents of BOOT.INI, which is apparently read by BOOTMGR.

Haven't tested whether contents of BOOT.INI will be displayed if there is no entry for NTLDR in BCD.

What's interesting- selecting "Grub4dos" in BOOTMGR menu leads to error from BOOTMGR's

Quote

Windows failed to start...
...File: \grldr...
....status 0xc000007b..
...the application is missing or corrupt
, although it's present, next to NTLDR, BOOTMGR and BOOT.INI. It does work when selected from NTLDR's menu.

Rename NTLDR.BAK to NTLDR. Add to BOOT.INI:
d:\grldr="Grub4dos D"
e:\grldr="Grub4dos E"
and remove c:\dummy="test".

BOOTMGR displays

Quote

Earlier versions of Windows
Windows 7
Grub4dos
What happened to Grub4dos D and E? :blink:

Go figure. First partition is hidden primary. It might be ignored by NTLDR, but counted by BOOTMGR. Won't go any deeper, this is improper way of adding new boot menu entries.

Proper and documented ways are:
Add the desired entry in BCD.

Or add an entry for NTLDR in BCD if not present, next add whatever you need to BOOT.INI and use BOOTMGR's "Earlier versions of Windows" menu to launch NTLDR, next launch whatever is needed from NTLDR's menu. This is only in case 2000/XP/2003 are already present, otherwise no point of going through all this.

#24 User is online   jaclaz 

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

Posted 08 January 2010 - 02:49 AM

I seem to remember that in BOOTMGR you need to chainload grldr.mbr and not grldr with latest grub4dos versions. :unsure:

jaclaz

#25 User is offline   Siginet 

  • Windows XP PowerPacker Creator
  • PipPipPipPipPip
  • Group: Members
  • Posts: 736
  • Joined: 22-January 05

Posted 08 January 2010 - 11:31 AM

Yeah I had the same issue with grub when I tried to create a boot.ini. But when I just create a boot.ini with plop it works. I did not have any ntldr files on my Windows 7. I have no idea why it doesn't work with grub but it works perfectly with plop.

Delete your test files and use my tool and you will see it should work on your system too.

#26 User is offline   ilko_t 

  • MSFN Addict
  • Group: Super Moderator
  • Posts: 1,605
  • Joined: 06-December 06
  • OS:none specified
  • Country: Country Flag

Posted 13 January 2010 - 05:49 PM

View PostSiginet, on Jan 8 2010, 09:31 AM, said:

...Delete your test files and use my tool and you will see it should work on your system too.

Deleted test entries in boot.ini and left this:

;
;Warning: Boot.ini is used on Windows XP and earlier operating systems.
;Warning: Use BCDEDIT.exe to modify Windows Vista boot options.
;
[boot loader]
timeout=30
default=multi(0)disk(0)rdisk(0)partition(2)\WINDOWS
[operating systems]
multi(0)disk(0)rdisk(0)partition(2)\WINDOWS="Microsoft Windows XP Professional" /NOEXECUTE=OPTIN /FASTDETECT
c:\grldr="Grub4dos"


Run the program, gave admin privileges when asked and rebooted- no new entry in boot menu.
Checked boot.ini- it was not modified. Win7 x64.

Partition layoutand drive letters from 7:
Posted Image

Boot.ini is on E:\ as seen in Win7. PLoP folder is present in C\Windows with 2 files inside.

#27 User is offline   ireneuszp 

  • Group: Members
  • Posts: 2
  • Joined: 21-January 10

Posted 22 January 2010 - 09:02 AM

Current version PLoP Boot Manager this 5.0.7 (stable)

2009-12-22
http://download.plop...plpbt-5.0.7.zip

@Siginet in your installator is v5.0.5 20091205

Can you update your installator?? :sneaky:

#28 User is online   jaclaz 

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

Posted 22 January 2010 - 09:45 AM

View Postireneuszp, on Jan 22 2010, 04:02 PM, said:

@Siginet in your installator is v5.0.5 20091205



I guess the bolded part is exactly to avoid a continuous "running after" the new releases:

View PostSiginet, on Dec 15 2009, 04:10 AM, said:

Release Notes:
v0.9.9.0 12/17/09
GRUB4DOS 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.exe


;)

jaclaz

#29 User is offline   nickblame 

  • Group: Members
  • Posts: 6
  • Joined: 11-April 09

Posted 11 February 2010 - 01:40 PM

I am currently using a floppy disk to use plop on systems without the usb boot bios option. So this is great since if the system still boots to windows I can now use this to get plop running and boot my savior usb right?

excellent idea and work! thanks man

#30 User is offline   xul 

  • Group: Members
  • Posts: 1
  • Joined: 24-February 10
  • OS:none specified
  • Country: Country Flag

Posted 24 February 2010 - 08:39 PM

@Siginet or someone other who has set up plop under win7.

if the win7 install was not an upgrade then there is no ntldr and ntdetect.com which are needed for the {ntldr} option in the BCD settings.

can someone please write the output of a working setup from bcdedit.ecxe /enum ?

#31 User is offline   ionbiryu 

  • Group: Members
  • Posts: 6
  • Joined: 29-April 10
  • OS:none specified
  • Country: Country Flag

Posted 29 April 2010 - 07:18 PM

ey as I have understood "USB Boot Siginet's PLOP" only works when windows is installed.idont have installed windows .my hhd is clear ,no os installed as I can do?
i want to install windows on a pentium 3 that has no cd drive and you have not installed any system os

please helpme

and another thing no one speaks Spanish?

#32 User is offline   dencorso 

  • Adiuvat plus qui nihil obstat
  • Group: Super Moderator
  • Posts: 4,867
  • Joined: 07-April 07
  • OS:98SE
  • Country: Country Flag

Posted 30 April 2010 - 05:34 AM

Some of us do. But forget it, this is an English-only forum.

#33 User is offline   bphlpt 

  • MSFN Expert
  • PipPipPipPipPipPip
  • Group: Members
  • Posts: 1,082
  • Joined: 12-May 07

Posted 30 April 2010 - 10:34 AM

View Postnickblame, on 11 February 2010 - 01:40 PM, said:

I am currently using a floppy disk to use plop on systems without the usb boot bios option.


Sorry to be a noob, but could someone explain how to do this, or provide a link to an explanation? That would fix the problem of trying to use this on a "blank" or "clean" system where Windows is not installed.

Cheers and Regards

#34 User is offline   cdob 

  • Friend of MSFN
  • PipPipPipPipPip
  • Group: Members
  • Posts: 876
  • Joined: 29-September 05

Posted 30 April 2010 - 11:27 AM

View Postbphlpt, on 30 April 2010 - 10:34 AM, said:

provide a link to an explanation?

PLoP: Run from Floppy with a disk image
http://www.plop.at/e...ger.html#runflp

#35 User is offline   bphlpt 

  • MSFN Expert
  • PipPipPipPipPipPip
  • Group: Members
  • Posts: 1,082
  • Joined: 12-May 07

Posted 30 April 2010 - 01:17 PM

Thanks! Hopefully this will help ionbiryu, too.

Cheers and Regards

#36 User is offline   Mr001 

  • Newbie
  • Group: Members
  • Posts: 19
  • Joined: 19-January 11
  • OS:none specified
  • Country: Country Flag

Posted 31 January 2011 - 02:55 AM

i have installed plop into computer and when i try to boot from usb after restart it only displays one msg, XO i dont know what the hell is this and why it doesn't boot from usb.

#37 User is offline   Ponch 

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

Posted 31 January 2011 - 06:44 AM

View PostMr001, on 31 January 2011 - 02:55 AM, said:

i have installed plop into computer and when i try to boot from usb after restart it only displays one msg, XO

Do you get the (PLOP) boot menu then choose "USB" ?

#38 User is offline   bhishmar 

  • Group: Members
  • Posts: 4
  • Joined: 26-September 09

Posted 07 February 2011 - 08:19 AM

View PostSiginet, on 14 December 2009 - 09:10 PM, said:

Siginet's PLoP USB Boot Manager Installer
..........................
Release Notes:

Quote

v0.9.9.0 12/17/09
GRUB4DOS 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.exe

Which all PLoP files need to be put inside PLoP folder for using the latest version? Only plpbt.bin?
There is a confusing array of files within PLoP downloads!


#39 User is offline   legenderycity 

  • Group: Members
  • Posts: 1
  • Joined: 07-February 12
  • OS:none specified
  • Country: Country Flag

Posted 07 February 2012 - 06:06 AM

I installed this software and made a win xp bootable USB. When i insert the usb and select Boot from USB, nothing runs. Only two alphaberts, xe comes out. Whats wrong?

#40 User is offline   ilko_t 

  • MSFN Addict
  • Group: Super Moderator
  • Posts: 1,605
  • Joined: 06-December 06
  • OS:none specified
  • Country: Country Flag

Posted 08 February 2012 - 01:45 PM

You may try a newer PLoP version from here:
http://download.plop...lpbt-5.0.14.zip

Replace plpbt.bin with the one from the archive.

Share this topic:


  • 2 Pages +
  • 1
  • 2
  • 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