Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion docs/Getting Started/Debian/Debian Bookworm Root on ZFS.rst
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,12 @@ Step 2: Disk Formatting
sgdisk --zap-all $DISK

If you get a message about the kernel still using the old partition table,
reboot and start over (except that you can skip this step).
you can request the kernel reload the partition information using::

partprobe $DISK

If the new partitions still don't show up, you can reboot and start over
(except that you can skip this step).

#. Partition your disk(s):

Expand Down
7 changes: 6 additions & 1 deletion docs/Getting Started/Debian/Debian Bullseye Root on ZFS.rst
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,12 @@ Step 2: Disk Formatting
sgdisk --zap-all $DISK

If you get a message about the kernel still using the old partition table,
reboot and start over (except that you can skip this step).
you can request the kernel reload the partition information using::

partprobe $DISK

If the new partitions still don't show up, you can reboot and start over
(except that you can skip this step).

#. Partition your disk(s):

Expand Down
7 changes: 6 additions & 1 deletion docs/Getting Started/Debian/Debian Buster Root on ZFS.rst
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,12 @@ Step 2: Disk Formatting
sgdisk --zap-all $DISK

If you get a message about the kernel still using the old partition table,
reboot and start over (except that you can skip this step).
you can request the kernel reload the partition information using::

partprobe $DISK

If the new partitions still don't show up, you can reboot and start over
(except that you can skip this step).

#. Partition your disk(s):

Expand Down
7 changes: 6 additions & 1 deletion docs/Getting Started/Ubuntu/Ubuntu 20.04 Root on ZFS.rst
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,12 @@ Step 2: Disk Formatting
sgdisk --zap-all $DISK

If you get a message about the kernel still using the old partition table,
reboot and start over (except that you can skip this step).
you can request the kernel reload the partition information using::

partprobe $DISK

If the new partitions still don't show up, you can reboot and start over
(except that you can skip this step).

#. Create bootloader partition(s)::

Expand Down
7 changes: 6 additions & 1 deletion docs/Getting Started/Ubuntu/Ubuntu 22.04 Root on ZFS.rst
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,12 @@ Step 2: Disk Formatting
sgdisk --zap-all $DISK

If you get a message about the kernel still using the old partition table,
reboot and start over (except that you can skip this step).
you can request the kernel reload the partition information using::

partprobe $DISK

If the new partitions still don't show up, you can reboot and start over
(except that you can skip this step).

#. Create bootloader partition(s)::

Expand Down
7 changes: 6 additions & 1 deletion docs/Getting Started/openSUSE/openSUSE Leap Root on ZFS.rst
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,12 @@ Step 2: Disk Formatting
sgdisk --zap-all $DISK

If you get a message about the kernel still using the old partition table,
reboot and start over (except that you can skip this step).
you can request the kernel reload the partition information using::

partprobe $DISK

If the new partitions still don't show up, you can reboot and start over
(except that you can skip this step).

#. Partition your disk(s):

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -180,8 +180,12 @@ Step 2: Disk Formatting
sgdisk --zap-all $DISK

If you get a message about the kernel still using the old partition table,
reboot and start over (except that you can skip this step).
you can request the kernel reload the partition information using::

partprobe $DISK

If the new partitions still don't show up, you can reboot and start over
(except that you can skip this step).

#. Partition your disk(s):

Expand Down