Add note on disk image partitioning in rpi docs (#331)

Signed-off-by: Fredrik Lönnegren <fredrik.lonnegren@suse.com>
This commit is contained in:
Fredrik Lönnegren 2024-05-06 09:43:58 +02:00 committed by GitHub
parent 5f40ce198c
commit c640652529
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 9 additions and 0 deletions

View File

@ -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`.