From b4d16265eda8a57cfdd80a127c489026ee79fa77 Mon Sep 17 00:00:00 2001 From: Richard Laager Date: Mon, 18 Mar 2019 21:41:21 -0500 Subject: [PATCH] Debian/Ubuntu: Standardize on "BIOS" booting --- Debian-Stretch-Root-on-ZFS.md | 4 ++-- Ubuntu-18.04-Root-on-ZFS.md | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Debian-Stretch-Root-on-ZFS.md b/Debian-Stretch-Root-on-ZFS.md index 80f36b7..b5197c2 100644 --- a/Debian-Stretch-Root-on-ZFS.md +++ b/Debian-Stretch-Root-on-ZFS.md @@ -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: -4.7a Install GRUB for legacy (MBR) booting +4.7a Install GRUB for legacy (BIOS) booting # 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.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 Installing for i386-pc platform. diff --git a/Ubuntu-18.04-Root-on-ZFS.md b/Ubuntu-18.04-Root-on-ZFS.md index e77bd84..424cdb4 100644 --- a/Ubuntu-18.04-Root-on-ZFS.md +++ b/Ubuntu-18.04-Root-on-ZFS.md @@ -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: -4.8a Install GRUB for legacy (MBR) booting +4.8a Install GRUB for legacy (BIOS) booting # 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.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 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: -6.8a For legacy (MBR) booting: +6.8a For legacy (BIOS) booting: # dpkg-reconfigure grub-pc Hit enter until you get to the device selection screen.