User Tools

Site Tools


raspberry-pi:raspbian

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
raspberry-pi:raspbian [2018/12/30 20:54]
josep [Force specific HDMI resolution]
raspberry-pi:raspbian [2019/01/14 21:18] (current)
josep
Line 111: Line 111:
 p p
 w w
 +</​code>​
 +
 +Also, the **UUID** of the partition (different from the previous one) can be modified with:
 +<​code>​
 +sudo tune2fs /dev/sde5 -U <​UUID>​
 </​code>​ </​code>​
  
Line 128: Line 133:
 MountFlags=shared MountFlags=shared
 </​code>​ </​code>​
 +
 +===== Increase systemd service timeout =====
 +
 +Set this in the file **/​etc/​systemd/​system.conf**:​
 +
 +<​code>​
 +DefaultTimeoutStartSec=infinity
 +</​code>​
 +
 +This will avoid timing out the fsck filesystem check on boot.
 +
 +  * https://​serverfault.com/​questions/​927982/​fsck-on-boot-leads-to-systemd-dependency-failure-and-subsequent-boot-failure
 +  * https://​raspberrypi.stackexchange.com/​questions/​88721/​how-to-avoid-fsck-at-boot-timing-out
  
 ===== References ===== ===== References =====
raspberry-pi/raspbian.1546199698.txt.gz · Last modified: 2018/12/30 20:54 by josep