Plop Boot ManagerTable of ContentsIntroductionThe Plop Boot Manager is a small program to boot different operating systems. The boot manager has a built-in ide cdrom and usb driver to access that hardware without the help/need of a bios. You can boot the operating systems from hard disk, floppy, CD/DVD or from USB. You can start the boot manager from floppy, CD, network and there are many more ways to start the boot manager. You can install the boot manager on your hard disk. There is no extra partition required for the boot manager. Programming language: Assembler The current version is plpbt-5.0.15.zip. Overview of install/start modes
Features
Screenshots
LicenceThe Plop Boot Manager licence conditions: This licence conditions are also used for the boot manager tools that are written by Elmar Hanlhofer and not released under the GPL.
¹ You can add the tools to non-profit products for free. Download
Tools
The Boot Manager1. Hotkeys - Global keys
2. Main menu
2.1. Main menu hotkeys
3. Setup3.1. Partitions
Edit label
Select Device
Partition ID
1. Enter partition ID
2. Select ID from list
Edit MBR/Import data
Clear partition data
Reset changes
3.2. Profiles
Edit label
Show in main menu
Linked partitions
Configure partition entries
Linked partitions - hotkeys
Clear profile data
Reset changes
3.3. Boot managerStartmode
Boot countdown
Edit boot countdown
Select at start
Default profile
Show floppy boot
Show cdrom boot
Show usb boot
Force USB 1.1
Use Mass Stor Dev
Text mode after boot
Graphicmode
Zoom animation
Font
Starfield
Master password
Setup password
Install to the hard disk MBR (Master Boot Record)You can install the boot manager to the MBR of your hard disk. When you do that, then the boot manager is the first program that is started when you boot from the hard disk. That means the boot manager is started before any operating system has been started. This installation has many benefits. Some features are only available when the boot manager is installed to the MBR. As simple alternative to the MBR installation, it's easy to add the boot manager to an existing boot manager. See here. Warning Linux users: Install LILO or GRUB to the boot sector of your Linux instead of the Master Boot Record (MBR). The Plop Boot Manager is not a Linux loader and cannot start Linux without LILO, GRUB, Syslinux and similar! See Linux Boot Managers. 1. The install programThere are 2 versions of the install program. Basically both versions do the same. The only difference is that plpinst.com creates a backup file plpback.bin to restore hard disk sectors for a complete boot manager uninstall. The second version plpinstc.com skips the backup part. You have to use the second version for installation from write protected media like CD's or when you install from network or any other boot manager.
1.1 Program functions1. Full boot manager install
2. Rewrite loader
3. Boot Manager update
4. Complete uninstall
5. Short uninstall
6. Set Boot Manager screen to text mode
7. Change destination hard disk
8. Boot Manager hotkeys
9. Reboot
2. UninstallWhen you installed the boot manager to the MBR, then you can remove the boot manager in the same way that you used to install the boot manager, but you have to use the option 4 or 5 in the install program. The option 4 is only available when you install from floppy.
When you don't want to use the install program to remove the boot manager, then you can use any other program that writes a new program to the MBR. Example FIXMBR, or "fdisk /mbr" and so on. Or you install another boot manager to the MBR. 3. Methods to start the install program3.1. FloppyYou create the install floppy with a floppy disk image. A floppy disk image is a file that contains every sector of the floppy disk. You cannot copy the image file on a floppy disk like a common file. It's required to use a special program that writes sector per sector of the image file to the floppy disk sectors. There are many programs available to do this. Download the current boot manager plpbt-5.0.15.zip. Extract it to get the floppy disk image. You find the disk image in the install directory. The name of the file is plpbtin.img How to create the floppy: DOS: You can use diskimg.com with diskimg -d a -w plpbtin.img Windows: Write the disk image with the program rawwritewin to the floppy disk Linux: dd if=plpbtin.img of=/dev/fd0 3.2. CDDownload the current boot manager plpbt-5.0.15.zip. Extract it to get the iso file. You find the iso file in the install directory. The name of the file is plpbtin.iso Notice: The CD installer makes no backup for a complete uninstall. See The install program. Windows:
Linux:
3.3. DOSDownload the current boot manager plpbt-5.0.15.zip. Extract it to get the install program. In the install directory there are 2 install programs (plpinst.com and plpinstc.com) for using under DOS. plpinst.com creates a backup file plpback.bin for a complete boot manager uninstall. plpinstc.bin makes no backup. Use plpinstc.com for write protected media like CD's. 3.4. Windows boot menu (NT, 2K, XP, VISTA, Win7)Hint: When you don't want to install the boot manager to the MBR then see plpbt.bin - LiveCD and .... Download the current boot manager plpbt-5.0.15.zip. Extract the zip file. Open the folder Windows. You will find the batch program InstallToMBR. Run it as administrator in VISTA/WIN7 (right mouse click on the file and choose "Run as administrator"). The batch creates an entry in your windows boot menu called "Install the Plop Boot Manager to the MBR". When you reboot, then use the entry to install the Plop Boot Manager to the mbr. To remove the entry from the windows boot menu run the program c:\plop\plpbt4win. Use "l" (small "L") to list all entries. Remove the entry with "r ID". ID is the number you have seen with "l". See here for more info's to plpbt4win.Note: plpgenbtldr and contig are no longer required. 3.5 Syslinux, Isolinux, ExtlinuxDownload the current boot manager plpbt-5.0.15.zip. Extract it to get the boot manager install program. You find the install program plpinstc in the install directory. Add plpinstc.com to the config file
Add the following lines to the config file label plpinst linux plpinstc.com Copy plpinstc to the same directory where the config file is. You start the install program when you select it from the menu or you enter plpinst at the Syslinux command prompt. 3.6. LILODownload the current boot manager plpbt-5.0.15.zip. Extract it to get the boot manager install program. You find the install program plpinstc.com in the install directory. Copy plpinstc.com to /boot. Add to your /etc/lilo.conf the following image=/boot/plpinstc.com label=plop-install Run lilo to update lilo. 3.7. GRUB / grub4dosDownload the current boot manager plpbt-5.0.15.zip. Extract it to get the boot manager install program. You find the install program plpinstc.com in the install directory. Copy plpinstc.com to /boot. Add to your /boot/grub/menu.lst the following title Install Plop Boot Manager root (hd0,0) kernel /boot/plpinstc.com When you reboot, you should be able to choose the install program from your grub menu. Info: You have to choose the correct root settings in your configuration or you get a "Error: file not found". See also this Forum entry. 3.8. GRUB2Download the current boot manager plpbt-5.0.15.zip. Extract it to get the boot manager install program. You find the install program plpinstc.com in the install directory. Copy plpinstc.com to /boot. Example file /etc/grub.d/40_custom #!/bin/sh exec tail -n +3 $0 menuentry "Install Plop Boot Manager" { set root='(hd0,1)' linux16 /boot/plpinstc.com }Then run update-grub2 or update-grub. When you reboot, you should be able to choose the install program from your grub menu. Info: You have to choose the correct root settings in your configuration or you get a "Error: file not found". See also this Forum entry. 3.9. From networkA better documentation comes when I have more time. Meanwhile use the documentation of Plop Linux. You need for booting over network a DHCP, TFTP server and the program pxelinux. For Linux click here, for Windows click here 3.10. Native from a FAT file systemDownload the current boot manager plpbt-5.0.15.zip. Extract it to get the boot manager install program. You find the install program plpinstc.com in the install directory. Copy plpinstc.com to the FAT formatted drive and rename it to plpbt.bin. Then use the program plpmkboot to make the drive bootable to start plpbt.bin.
Hint: Do not use the other install program plpinst.com except on FAT12 formatted drives. plpbt.bin - LiveCD and other ways to start the Boot ManagerWhen you don't want to install the boot manager to the MBR, then you have to use plpbt.bin. You can start plpbt.bin in many different ways. You cannot save boot manager settings when you use plpbt.bin. But you can use plpcfgbt to configure plpbt.bin.
1. FloppyA floppy disk image is a file that contains every sector of the floppy disk. You cannot copy the image file on a floppy disk like a common file. It's required to use a special program that writes sector per sector of the image file to the floppy disk sectors. There are many programs available to do this. Download the current boot manager plpbt-5.0.15.zip. Extract it to get the floppy disk image plpbt.img. How to create the floppy: DOS: You can use diskimg.com with diskimg -d a -w plpbt.img Windows: Write the disk image with the program rawwritewin to the floppy disk Linux: dd if=plpbt.img of=/dev/fd0 You can configure the plpbt.bin on the floppy with plpcfgbt. 2. CD (LiveCD)Download the current boot manager plpbt-5.0.15.zip. Extract it to get the iso file plpbt.iso. Customize ISO: See Create your own ISO ... Windows:
Linux:
3. Windows boot menu (NT, 2K, XP, VISTA and Win7)Download the current boot manager plpbt-5.0.15.zip. Extract the zip file. Open the folder Windows. You will find the batch program InstallToBootMenu. Run it as administrator in VISTA/WIN7 (right mouse click on the file and choose "Run as administrator"). The batch creates an entry in your windows boot menu called "Plop Boot Manager". When you reboot, then use the entry to start the Plop Boot Manager. To remove the entry from the windows boot menu run the program c:\plop\plpbt4win. Use "l" (small "L") to list all entries. Remove the entry with "r ID". ID is the number you have seen with "l". See here for more info's to plpbt4win. Note: plpgenbtldr and contig are no longer required. 4. Syslinux, Isolinux, ExtlinuxDownload the current boot manager plpbt-5.0.15.zip. Extract it to get the boot manager binary program plpbt.bin. Add plpbt to the config file
Add the following lines to your config file label plp linux plpbt.bin Copy plpbt.bin to the same directory where the config file is. You start the boot manager when you enter plp at the Syslinux command prompt. You can configure the file plpbt.bin with plpcfgbt. 5. LILODownload the current boot manager plpbt-5.0.15.zip. Extract it to get the boot manager binary program plpbt.bin. Copy the plpbt.bin file to /boot. Add to your /etc/lilo.conf the following image=/boot/plpbt.bin label=Plop Run lilo to update lilo. You can configure the file plpbt.bin with plpcfgbt. 6. GRUB / grub4dosDownload the current boot manager plpbt-5.0.15.zip. Extract it to get the boot manager binary program plpbt.bin. Copy the plpbt.bin file to /boot. Add to your menu.lst title Plop Boot Manager root (hd0,0) kernel /boot/plpbt.bin Info: You have to choose the correct root settings in your configuration or you get a "Error: file not found". See also this Forum entry. You can configure the file plpbt.bin with plpcfgbt. 7. GRUB2Download the current boot manager plpbt-5.0.15.zip. Extract it to get the boot manager binary program plpbt.bin. Copy the plpbt.bin file to /boot. Example file /etc/grub.d/40_custom #!/bin/sh exec tail -n +3 $0 menuentry "Plop Boot Manager" { set root=(hd0,1) linux16 /boot/plpbt.bin } Then run update-grub2 or update-grub. When you reboot, you should be able to start the boot manager from your grub menu. Info: You have to choose the correct root settings in your configuration or you get a "Error: file not found". See also this Forum entry. You can configure the file plpbt.bin with plpcfgbt. 8. From networkA better documentation comes when I have more time. Meanwhile use the documentation of Plop Linux. You need for booting over network a DHCP, TFTP server and the program pxelinux. For Linux click here, for Windows click here 9. Native from a FAT file systemDownload the current boot manager plpbt-5.0.15.zip. Extract it to get the boot manager binary program plpbt.bin. Copy plpbt.bin to the FAT formatted drive. Then use the program plpmkboot to make the drive bootable to start plpbt.bin.
Uninstall the boot managerUninstalling the Plop Boot Manager depends on where it is installed. 1. MBRRestart the install program and choose the option 5 to write a fresh MBR program and remove the Plop Boot Manager start routine. When you don't want to use the install program to remove the boot manager, then you can use any other program that writes a new program to the MBR. Example FIXMBR, or "fdisk /mbr" and so on. Or you install another boot manager to the MBR. 2. Windows Boot MenuTo remove the entry from the windows boot menu run the program c:\plop\plpbt4win. Use "l" (small "L") to list all entries. Remove the entry with "r ID". ID is the number you have seen with "l". See here for more info's to plpbt4win. 3. LiLo, Grub and other boot managersJust remove the boot manager entry and update the configuration when its required for the program. Create your own ISO file with your modified plpbt.binplpbt-createiso.zip is a simple script to create a custom plop boot manager iso by Elmar Hanlhofer. There is one script for Windows and one script for Linux in the zip file. The scripts are using mkisofs from cdrtools. How to use with WindowsThe windows binaries of cdrtools are from http://smithii.com/cdrtools and included in the zip file. plpbt.bin and create-iso.bat must be in the same directory. You have to run create-iso.bat to create the iso file. You get a file called plpbtmycd.iso. That's your new boot manager iso file. How to use with LinuxYou must have installed mkisofs. plpbt.bin and create-iso.sh must be in the same directory. You have to run sh create-iso.sh to create the iso file. You get a file called plpbtmycd.iso. That's your new boot manager iso file. plpcfgbt - configure plpbt.binplpcfgbt-0.11.zip is a tool to configure plpbt.bin. This program is available as source code for Linux and Windows. You start the program from a command shell. If you run the program without parameters then you will see the help information. Usage: plpcfgbt [OPTIONS] file Options: ======== parameter meaning ----------------------------------------------------------------------------- vm setup video mode values: text, 640x480, 800x600, 1024x768, 1280x1024 stm start mode of the boot manager values: menu or hidden, hidden requires cnt=on and dbt not off cnt activate countdown, values: on or off cntval countdown in seconds between 1 and 99 dbt default boot, values: off, profile, floppy, cdrom, usb dprf use default profile value between 1 and 16 stf starfield, values: on or off zan windows zoom animation, values: on or off fnt set font, values: bt or bios usb1 force usb 1.1 values: off 1 = Mode 1 = skip ehci 2 = Mode 2 = force ehci to companion usbmdev use usb massdev 1-99 (obsolete) int19h do not boot the os and use int19h, values: on or off hotkey startup hotkey, values: yes or no prf set profile, value: 1-16 prfname set profilename 16 chars, 'prf' must be set btdrv boot drive, 80h-89h, 'prf' must be set btprt boot partition 1-4, 'prf' must be set btlog boot log partition, 1-4, 'prf' must be set skippcmcia skip pcmcia check, values: yes or no fastpcmcia skip pcmcia check after usb card was found, values: yes or no ignoreusbdev ignore number of usb devices 0-99 showextended show extended partitions in the main menu, values: yes or no hiddenusb automatic usb boot without showing the boot manager hiddencdrom automatic cdrom boot without showing the boot manager Infos about int19h see here. ExamplesPrint current settings: plpcfgbt plpbt.bin Configure hidden boot and boot the usb drive: plpcfgbt stm=hidden cnt=on cntval=1 dbt=usb plpbt.bin plpbt.bin parametersWhen you use a Linux boot manager, then you can pass some parameters with "append" to plpbt.bin. List of supported parameters
Example syslinux.cfg: # configure the boot manager to start in text mode label plp linux plpbt.bin append vm=text # configure the boot manager to start in hidden mode and # boot usb with forcing usb 1.1 mode 1 label plp2 linux plpbt.bin append "hiddenusb usb1=1" Create a PCI boot manager option ROM (save in bios)You can create a pci option rom file with plpbtrom-0.6.zip. You can store the option rom in your bios or to the rom of a network card and run it from there. Usage: plpbtrom [OPTIONS] input-file output-file Options: ======== -h this help -vendorid id hex value of the card vendor -deviceid id hex value of device -grabid grab vendor/device id from PCI ROM file -hidden disable option rom text output -nodisable do not allow option rom disable -forceINT force hook interrupt -INT18 hook int 18h -compress compress option rom -size Examples
Special parameters
Filesplpbtrom - Linux executable Difference plpbtrom.bin and plpbt.binplpbtrom.bin gives the control of the boot process back to the bios with a far return if you press esc. plpbt.bin makes a reboot with int 19h. Passing parameters to the boot manager with the linux kernel command line is not supported by plpbtrom.bin You can configure plpbtrom.bin like plpbt.bin with plpcfgbt. You can enable/disable a hotkey to start the boot manager. How to test a ROMYou can test your rom file with the free virtual machine qemu. qemu -hda harddisk.img -option-rom plpbt.rom If you have no hard disk image file then take one from the qemu download page or use a floppy image. qemu -fda floppy.img -option-rom plpbt.rom How to flash an AMI biosDo this at your own risk! This can damage your pc.
How to flash an AWARD biosDo this at your own risk! This can damage your pc.
plpbt4winplpbt4win makes it easy to add/remove the boot manager from the windows boot menu. The program can work with the boot.ini and with bcdedit. It automatically detects the required method. You can use it as batch file or run it with an built-in command line. You find plpbt4win in the Windows directory of plpbt-5.0.15.zip. Feature list
Help for batch modeplpbt4win [/?] [/B] [/C [FILE]] [/L] [/A [NAME]] [/R <ID>] [/BIN <FILE>] [/D] /? Help /B Batch mode /BIN <FILE> Set the program filename. Default is "c:\plop\plpbt.bin" /C [FILE] Create the plop boot manager loader program. Set the output filename. The default filename is "c:\plop\plpbt4win.ldr" /L List windows boot menu entries /A [NAME] Add to the windows boot menu a new entry. The default name is "Plop Boot Manager" /R <ID> Remove the menu entry from the windows boot menu. ID is the number of the menu entry /D Debug mode Batch mode examples
Help for built in command lineStart plpbt4win without parameter. Command (? for help): ? Help bin <FILE> Set the program filename. Default is "c:\plop\plpbt.bin" c [FILE] Create the plop boot manager loader program. Set the output filename. The default filename is "c:\plop\plpbt4win.ldr" l List windows boot menu entries a [NAME] Add to the windows boot menu a new entry. The default name is "Plop Boot Manager" r <ID> Remove the menu entry from the windows boot menu. ID is the number of the menu entry d Activate/disable debug mode v Show current values q Quit Note for Windows XP error
Windows could not start because the following file is missing or corrupt: Solution: Rename the file 'plpbt4win.ldr' to 'plpwin.ldr'. Set the new file name in the 'boot.ini'. plpgenbtldrplpgenbtldr is outdated and no longer supported. Use plpbt4win. To remove entries from the windows boot menu use either plpbt4win or
Open a command prompt as administrator. PCMCIA CardBus driver - USB PC-CardMany old laptops are having one or two CardBus slots. The boot manager can act as USB PC-Card enabler and the boot manager makes it possible to boot from the USB PC-Card. When your laptop has only USB 1.1, then you can speed up the boot process with an USB 2.0 PC-Card. When your laptop has only one USB port, then you are able to get more USB ports with an USB PC-Card. You find the boot manager with the CardBus driver in the pcmcia directory of plpbt-5.0.15.zip. The boot manager initializes the CardBus during the boot manager startup. This means, the PC-Card must be plugged in during the boot manager start! I do this during the program start, because then you have an initialized and ready to use PC-Card regardless if you boot from usb or not. When you have a DOS USB driver (for OHCI and EHCI) then you are able to use it with the PC-Card and you don't need a extra CardBus driver. During the boot manager startup you will see some infos about the CardBus init process. When you want to read it, then press the CTRL key during the boot manager start.
Notes:
USB info
DOS and the USB driver
1. The Boot Manager as USB hard disk driver for DOSI know this is very special. Maybe it's useful for some people. You have to configure the plpbt.bin with plpcfgbt to use int19h instead of booting the operating system. plpcfgbt int19h=on plpbt.bin Now you have to start plpbt.bin with a boot manager like grub, syslinux or whatever during boot time (supported boot managers see here). Choose USB and the boot manager will install the usb driver and go back to your boot manager. If you start DOS you will have access to your usb drive as last hard disk. But remember, the usb drive is only as "read only" device available. If it works for you then use plpcfgbt int19h=on stm=hidden cnt=on cntval=1 dbt=usb plpbt.bin 2. Disable the USB driverIf you run DOS and the Plop USB driver is loaded, then you can disable the USB driver with plpdisd-0.2.zip. When you disable the driver, then you are able to load other DOS usb drivers. You can run plpdisd from config.sys DEVICE=c:\tools\plpdisd.exe It's also possible to run it from the autoexec.bat or command line. 3. Detect the USB driver under DOSSee here Detect the USB driver
1. Detect the USB driver with SyslinuxIcecube wrote the module ifplop.c32 for syslinux to detect the plop usb driver Example syslinux.cfg: default plopcheck # Check for the presence of plop (run by default) # When plop INT13 hook is found, run the first label # When plop INT13 hook isn't found, run the second label label plopcheck com32 ifplop.c32 append plop_detected -- plop_not_detected # When plop INT13 hook was found, boot the menu system. # plop can have added USB2.0 speed, so the entries we want to boot # will be read from disk much faster (supposing that we have a BIOS # that only supports USB1.1 speed). label plop_detected com32 menu.c32 append syslinux.cfg # plop INT13 hook wasn't found, so we boot plop label plop_not_detected linux plpbt.bin ifplop.c32 is part of syslinux since version 4.01. You find some driver detection info's here. 2. Detect the USB driver under DOSWith the program plpchk-0.1.zip you are able to detect the plop usb driver. You can use it in the config.sys, in a batch program or from the command line. The program is able to create a file when the driver is installed, or delete a file when the driver was not detected. According to the existence of the file you can do some actions. For batch files you can use the return value of the error level. The program makes no screen output when you use the /h parameter. plpchk [/?] [/h] [file] /? help /h hide text output file create this file when the driver was detected or remove it when the driver was not detected config.sys example: DEVICE=c:\tools\plpchk.exe c:\tmp\plpusb For batch processing: ERRORLEVEL 0 = no driver detected 1 = driver detected You find some driver detection info's here. Hidden partition / Cleared partitionHidden partition / Cleared partitionThere is a important difference between "hidden" and "cleared" partitions.
Example: Hide a partitionThis is an example: A partition should be visible in one profile and hidden (and not cleared) in another profile Let's say you want to have the second partition on HDA (HDA2) on one profile visible and on another hidden (and not cleared).
Linux Boot Managers to the boot sectorLILO, GRUB / grub4dos, GRUB2: I had no time to write some short descriptions how to install them to the boot sector. Examples
1. Video dual boot install Windows XP and Windows XPDownload demoinstall.wmv (demoinstall.zip). The quality is not the best but you see all required steps. I hope it's useful. 2. Windows XP and Windows Vista dual boot with hidden (cleared) partitionsThe goal is to install Windows XP on the first partition and Windows Vista on the second partition. I want that no windows has access to the partition of the other Windows. There should be a third partition that will be used as shared partition. Both Windows have access to this partition. There are many ways to do this. I will describe one way. It works only with the MBR installation! What should be the result
Basic conditions
The description
Install Windows XP
Setup Partitions
Install the boot manager
Configure the Windows XP profile
Configure the Windows Vista profile
Install Window Vista
Now you should have two bootable Windows on your hard disk and they don't know from each other. You can share data between both with the shared partition. Windows Vista on the second hard diskIt's similar to the previous description, if you want to install Windows XP on the first hard disk and Windows Vista on the second hard disk. The second hard disk is HDB in the boot manager. So install Windows Vista to the first partition of the second hard disk. Set in the vista profile/linked partitions the first slot of HDB to HDB1 and press b. The boot manager will set the boot flag to 81h. This should be ok for your installation. 3. Dualboot Windows XP and Windows 7Here are short instructions for a complete new installation of your pc with dualbooting WinXP and Win7. It doesn't matter if you use 32 or 64 bit versions. Take care, all data on your pc will be deleted! Boot the Win7 install DVD. Remove all partitions from the hard disk. Create a partition for Win7. The install program will create 2 partitions. One with about 80MB for the Win7 boot files and a second partition with the Win7 files. Create an additional partition for WinXP. Now you see 3 partitions. Install Win7 to the second partition. After the Win7 installation is complete, install the Plop Boot Manager. After the Boot Manager installation go to the Boot Manager Setup, then Profiles, then "OS HARDDISK 1". Change the name to "Win7". Go to linked partitions and press enter on the first position of HDA and select HDA1, on the second select HDA2 and on the third press "c" for cleared. Now leave the profile settings for Win7. Use now an empty profile to create the WinXP profile. Give it the name WinXP, visible in main menu "yes". In linked partitions select for HDA on the first position HDA3, press "b" to set the boot flag on the first position. On the second press "c" to set it cleared. On the third press "c" to set it to cleared too. Go to the main menu and press enter on WinXP. You will be not able to boot this partition because XP is not installed currently. If you get the message about invalid boot signature, then press "n" to abort. Now boot the WinXP install CD. You should see now only one partition. Install WinXP there. After the installation completed then start the Plop Boot Manager install CD and use "Rewrite loader". Reboot, the boot manager will tell you about partition changes. Press "y" to import the new values. Now you should be able to boot both systems. NOD32 Virus reportNOD32 reports a MBR virus after the Boot Manager MBR installation. It's a false report. This problem was fixed but with the new NOD32 versions it's back. FAQ - Frequently asked questions
© 2024 by
Elmar Hanlhofer |