HOME

TheInfoList



OR:

BootManager, formerly known as BootMan, is the Haiku and
BeOS BeOS is an operating system for personal computers first developed by Be Inc. in 1990. It was first written to run on BeBox hardware. BeOS was positioned as a multimedia platform that could be used by a substantial population of desktop users a ...
boot loaderInstalling Bootman
/ref> on x86 systems. It resides solely in the
master boot record A master boot record (MBR) is a special type of boot sector at the very beginning of partitioned computer mass storage devices like fixed disks or removable drives intended for use with IBM PC-compatible systems and beyond. The concept of MBR ...
and does not require installing Haiku or BeOS, although it must be installed from Haiku or BeOS. Its BeOS predecessor was BootMan, and was later renamed as BootManager by the Haiku project. It is filesystem agnostic, and boots an operating system as if it were being booted directly from the hardware. As such, it can boot virtually any operating system. It can also
chainload Chain loading is a method used by computer programs to replace the currently executing program with a new program, using a common data area to pass information from the current program to the new program. It occurs in several areas of computing. ...
GRUB, LILO and NTLDR. However, being independent of an OS prevents it from being able to boot any disks which are not accessible via
BIOS In computing, BIOS (, ; Basic Input/Output System, also known as the System BIOS, ROM BIOS, BIOS ROM or PC BIOS) is firmware used to provide runtime services for operating systems and programs and to perform hardware initialization during the ...
I/O routines (e.g. INT 13H), with the exception of BeOS disk-in-a-file images on FAT32, NTFS or ext2 file systems.

Configuration

In Haiku, BootManager exists in "/boot/system/apps/BootManager".
Steps:Boot Manager
/ref>
1. Launch the Installer application and select ''Set up boot menu'' from the Tools menu.
2. Select the drive on which you want to install ''BootManager ''to
3. Click on the ''Install ''button
4. Leave the ''default MBR save location'' alone (this lets you use the defaults if you need to ''Uninstall''), and click the ''Next'' button.
5. Click ''Next''
6. Choose the ''partition'' in which you have installed operating systems and name them. Hit ''Next''
7. ''Draw'' to adjust the timeout and select the default OS that loads when the timeout finishes.
8. Click ''Next''
Congratulations, you have successfully configured ''BootManager'' on your system.


History

Bootman appeared in BeOS R4.0, replacing LILO, which was used in R3.x. ''Installing'', ''configuring'', and ''uninstalling'' can be done solely by a graphical application, also called Bootman. This can also create an
MBR MBR may refer to: Computing * Master boot record, the first sector of a partitioned data storage device, used for booting * Memory buffer register * Minimum bounding rectangle * Minimum bit rate Publications * ''The Malaysia Book of Records'' * ...
restoration
floppy disk A floppy disk or floppy diskette (casually referred to as a floppy, or a diskette) is an obsolescent type of disk storage composed of a thin and flexible disk of a magnetic storage medium in a square or nearly square plastic enclosure lined w ...
without modifying the current MBR. In Haiku Alpha 3, Bootman was rewritten and renamed to ''BootManager.''


See also

* Haiku * LILO * Comparison of boot loaders


External links


Bootman Source Code





How To Get Haiku Booted


References

{{Haiku Software BeOS software Free boot loaders Assembly language software