Debian/Ubuntu: Clarify grub-install for UEFI
parent
fa97fbf59e
commit
8a78aada68
|
@ -476,6 +476,8 @@ If you are creating a mirror or raidz topology, repeat the `grub-install` comman
|
||||||
grub-install --target=x86_64-efi --efi-directory=/boot/efi \
|
grub-install --target=x86_64-efi --efi-directory=/boot/efi \
|
||||||
--bootloader-id=debian --recheck --no-floppy
|
--bootloader-id=debian --recheck --no-floppy
|
||||||
|
|
||||||
|
It is not necessary to specify the disk here. If you are creating a mirror or raidz topology, the additional disks will be handled later.
|
||||||
|
|
||||||
5.7 Verify that the ZFS module is installed:
|
5.7 Verify that the ZFS module is installed:
|
||||||
|
|
||||||
ls /boot/grub/*/zfs.mod
|
ls /boot/grub/*/zfs.mod
|
||||||
|
|
|
@ -456,6 +456,8 @@ If you are creating a mirror or raidz topology, repeat the `grub-install` comman
|
||||||
grub-install --target=x86_64-efi --efi-directory=/boot/efi \
|
grub-install --target=x86_64-efi --efi-directory=/boot/efi \
|
||||||
--bootloader-id=ubuntu --recheck --no-floppy
|
--bootloader-id=ubuntu --recheck --no-floppy
|
||||||
|
|
||||||
|
It is not necessary to specify the disk here. If you are creating a mirror or raidz topology, the additional disks will be handled later.
|
||||||
|
|
||||||
5.7 Verify that the ZFS module is installed:
|
5.7 Verify that the ZFS module is installed:
|
||||||
|
|
||||||
ls /boot/grub/*/zfs.mod
|
ls /boot/grub/*/zfs.mod
|
||||||
|
|
Loading…
Reference in New Issue