From c640652529ac49961de7ed6b672865badef9be2d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fredrik=20L=C3=B6nnegren?= Date: Mon, 6 May 2024 09:43:58 +0200 Subject: [PATCH] Add note on disk image partitioning in rpi docs (#331) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Fredrik Lönnegren --- docs/raspi-disk.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs/raspi-disk.md b/docs/raspi-disk.md index 0dfe766f8..36d0c250d 100644 --- a/docs/raspi-disk.md +++ b/docs/raspi-disk.md @@ -51,3 +51,12 @@ Now we can write the `.raw` image to the SD-card. This can be done with `dd` on [openSUSE](https://www.opensuse.org) has nice instructions on how to write an image to a storage medium for [Linux](https://en.opensuse.org/SDB:Live_USB_stick), [Windows](https://en.opensuse.org/SDB:Create_a_Live_USB_stick_using_Windows), and [OS X](https://en.opensuse.org/SDB:Create_a_Live_USB_stick_using_macOS). +### Starting the machine + +The raw disk image will only include the EFI partition, OEM partition and +recovery partition. On first boot the system will boot into the recovery system +to expand and add missing partitions. After expansion it will register with +rancher and reboot. + +If an error occurs during registration phase the journal can be found using +`journalctl -u elemental-register-reset`.