Author Topic: [tips] adding PLoP to Vista boot menu with easy way  (Read 10085 times)

tri_zet

  • Newbie
  • *
  • Posts: 3
[tips] adding PLoP to Vista boot menu with easy way
« on: August 04, 2009, 21:55:50 PM »
there is an alternative way to add PLoP boot manager entry to vista boot menu instead of using bcdedit.exe
for example here running without harddisk installation
1. generate file plpbtldr.bin , for example : c:\plop\plpbtldr.bin
2. create new file using text editor and save file as boot.ini in drive c (vista partition) , add following entry in boot.ini file.
Code: [Select]
[boot loader]
[operating systems]
c:\plop\plpbtldr.bin="PLoP Boot Manager"

now you should see PLoP boot manager from windows vista boot menu.
using this methode just simple as windows xp and leave vista bcd file untouched.
to remove entry from vista boot menu, just delete boot.ini file

Elmar

  • Administrator
  • Hero Member
  • *****
  • Posts: 2491
  • a command shell is enough to do amazing things
Re: [tips] adding PLoP to Vista boot menu with easy way
« Reply #1 on: August 04, 2009, 22:09:42 PM »
cool :)
thats a better solution than bcdedit. thank you. i add this to the boot manager docu.

best regards
elmar

tri_zet

  • Newbie
  • *
  • Posts: 3
Re: [tips] adding PLoP to Vista boot menu with easy way
« Reply #2 on: August 04, 2009, 22:36:01 PM »
you're wellcome.
happy i can contribute to your docu.  ;D