
Pues tienes mucha razon

Han echo un bat. para la instalacion y le han cambiado de nombre el MBR, Ahora lo llaman "pbt4win.exe" cuando siempre se ha llamado "bootloader.exe".
Este es el instalador: "InstallToMBR.bat" aqui lo pego....
================================================== ===========
@echo off
rem Written by Elmar Hanlhofer
http://www.plop.at 20110731
echo Plop Boot Manager plpbt4win - Written by Elmar Hanlhofer
www.plop.at
echo Tool to add/install the plop boot manager to the windows boot menu
echo.
set DRIVE=C
set PLOPDIR=%DRIVE%:\plop
set BIN=plpinstc.bin
set BIN1=%BIN%
set LDR=%PLOPDIR%\plpbt4winmbr.ldr
set PGM=plpbt4win.exe
(ESTE TE CREA EL SECTOR DE ARRANQUE EN EL PEN)
set ENTRYNAME=Install the Plop Boot Manager to the MBR
rem ================================================== ======
if exist "%BIN%" goto binfound
set BIN=..\%BIN%
if exist "%BIN%" goto binfound
echo Error: %BIN1% not found!
goto exit
:binfound
rem ================================================== ======
if exist "%PGM%" goto pgmfound
echo Error: %PGM% not found!
goto exit
gmfound
rem ================================================== ======
if not exist "%PLOPDIR%" goto createplopdir
echo %PLOPDIR% already exist, update the files?
set /p Choice={y,n}
if '%Choice%'=='y' goto createcheckdir
goto exit
:createplopdir
mkdir "%PLOPDIR%" 2>nul
if not "%errorlevel%" == "0" goto noadmin
:createcheckdir
mkdir "%PLOPDIR%\test556832w1" 2>nul
if not "%errorlevel%" == "0" goto noadmin
rmdir "%PLOPDIR%\test556832w1"
rem ================================================== ======
echo Copy %BIN% to %PLOPDIR%
copy %BIN% %PLOPDIR%\%BIN%
echo Copy %PGM% to %PLOPDIR%
copy %PGM% %PLOPDIR%\%PGM%
echo.
echo Creating boot menu entry
%DRIVE%:
cd %PLOPDIR%
%PGM% /B /C "%LDR%" /A "%ENTRYNAME%" /BIN "%PLOPDIR%\%BIN%"
if "%errorlevel%" == "0" goto noerror
echo.
echo There was an error
goto exit
:noerror
echo.
echo Install completed
goto exit
rem ================================================== ======
:noadmin
echo.
echo Error: you have no admin rights! Use right mouse click on the program and
echo start it with admin privileges.
echo.
:exit
echo.
pause
================================================== ======



Bueno leyendo el bat. tambien te lo instalo a mano



y como el barco no puedes mantenerlo, te entrego a la Suegra.
Reedito, tienes mas razon que un santo, este tipo de instalacion no la he visto en mi vida , en la carpeta casper esta el puto linux. esto no se instala ni con un bootloader externo. MEA CULPA