Simplify the GRUB install on Debian
Reported-by: Hajo Noerenberg <hajo@noerenberg.de>
parent
f4f3a8fd1f
commit
e62875d452
|
@ -228,10 +228,9 @@ Choose one of the following options:
|
||||||
|
|
||||||
4.6a Install GRUB for legacy (MBR) booting
|
4.6a Install GRUB for legacy (MBR) booting
|
||||||
|
|
||||||
# apt install --yes grub-pc
|
# apt install --yes grub-pc/testing
|
||||||
# apt install --yes -t testing grub-pc
|
|
||||||
|
|
||||||
This intentionally installs GRUB twice: once from `stable` and then from `testing`. This ensures that dependencies are satisfied from `stable`, if possible, which avoids some conflicts with other packages.
|
This installs GRUB from `testing`, but satisfies dependencies from `stable`, if possible, which avoids some conflicts with other packages.
|
||||||
|
|
||||||
4.6b Install GRUB for UEFI booting
|
4.6b Install GRUB for UEFI booting
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue