install-mbr
Master Boot Record for IBM-PC compatible computers.
Install
- All systems
-
curl cmd.cat/install-mbr.sh
- Debian
-
apt-get install mbr
- Ubuntu
-
apt-get install mbr
- Kali Linux
-
apt-get install mbr
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install mbr
- Raspbian
-
apt-get install mbr
- Dockerfile
- dockerfile.run/install-mbr
mbr
Master Boot Record for IBM-PC compatible computers.
The MBR is used in booting operating systems from the hard disk. It runs first, then transfers control to the operating system's loader which transfers control to the kernel.