Debian/Ubuntu: Standardize on "BIOS" booting

Richard Laager 2019-03-18 21:41:21 -05:00
parent 40c649258d
commit b4d16265ed
2 changed files with 5 additions and 5 deletions

@ -247,7 +247,7 @@ Even if you prefer a non-English system language, always ensure that `en_US.UTF-
Choose one of the following options: Choose one of the following options:
4.7a Install GRUB for legacy (MBR) booting 4.7a Install GRUB for legacy (BIOS) booting
# apt install --yes grub-pc # apt install --yes grub-pc
@ -308,7 +308,7 @@ Later, once the system has rebooted twice and you are sure everything is working
5.5 Install the boot loader 5.5 Install the boot loader
5.5a For legacy (MBR) booting, install GRUB to the MBR: 5.5a For legacy (BIOS) booting, install GRUB to the MBR:
# grub-install /dev/disk/by-id/scsi-SATA_disk1 # grub-install /dev/disk/by-id/scsi-SATA_disk1
Installing for i386-pc platform. Installing for i386-pc platform.

@ -317,7 +317,7 @@ Even if you prefer a non-English system language, always ensure that `en_US.UTF-
Choose one of the following options: Choose one of the following options:
4.8a Install GRUB for legacy (MBR) booting 4.8a Install GRUB for legacy (BIOS) booting
# apt install --yes grub-pc # apt install --yes grub-pc
@ -412,7 +412,7 @@ Later, once the system has rebooted twice and you are sure everything is working
5.6 Install the boot loader 5.6 Install the boot loader
5.6a For legacy (MBR) booting, install GRUB to the MBR: 5.6a For legacy (BIOS) booting, install GRUB to the MBR:
# grub-install /dev/disk/by-id/scsi-SATA_disk1 # grub-install /dev/disk/by-id/scsi-SATA_disk1
Installing for i386-pc platform. Installing for i386-pc platform.
@ -502,7 +502,7 @@ In the future, you will likely want to take snapshots before each upgrade, and r
If you installed to multiple disks, install GRUB on the additional disks: If you installed to multiple disks, install GRUB on the additional disks:
6.8a For legacy (MBR) booting: 6.8a For legacy (BIOS) booting:
# dpkg-reconfigure grub-pc # dpkg-reconfigure grub-pc
Hit enter until you get to the device selection screen. Hit enter until you get to the device selection screen.