... | ... | @@ -8,6 +8,8 @@ The intention of this section is to collect and conserve knowledge with respect |
|
|
|
|
|
Check out this post and watch the [Librem 5 Video Walkthrough](https://puri.sm/posts/librem-5-visual-walkthrough/).
|
|
|
|
|
|
**WARNING:** **Always** shut down the Librem 5 before inserting or removing either a SIM card or a uSD card.
|
|
|
|
|
|
## Known issues
|
|
|
|
|
|
For a full list of PureOS-related issues see the [issue tracker](https://source.puri.sm/Librem5/OS-issues/-/issues) entries.
|
... | ... | @@ -161,6 +163,17 @@ A compatible image can be written to the SD card and **during boot, hold volume- |
|
|
|
|
|
Beware that if you put the same image into eMMC and SD, you’ll end up with partitions with duplicated UUIDs, which may cause unexpected behavior during mounting.
|
|
|
|
|
|
**If** this applies then you can fix this by executing<br/>
|
|
|
<br/>
|
|
|
for x equal to 1 and then 2 (i.e. for each of the two partitions on the uSD card)
|
|
|
|
|
|
1. While the specific partition on the uSD card is **not** mounted, `sudo tune2fs -U random /dev/sdax`
|
|
|
2. `sudo tune2fs -l /dev/sdax | grep UUID` (in order to see what UUID was generated)
|
|
|
|
|
|
then
|
|
|
1. Mount `/dev/sda2` (i.e. mount the root partition of the uSD card) - let's say that you mount it at `/mnt`
|
|
|
2. Edit (as root) `/mnt/etc/fstab` (i.e. the `/etc/fstab` that is **on the uSD card**) to put the _new_ UUID value in on the line where the corresponding partition is mounted (the line that is mounting `/boot` for the first partition - gets the first new UUID value; the line that is mounting `/` for the second partition - gets the second new UUID value).
|
|
|
|
|
|
### Convergence
|
|
|
|
|
|
Purism Posts:
|
... | ... | |