You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
5. cmdline.txt does not contain the line init=/usr/lib/raspi-config/init_resize.sh it instead contains init=/usr/lib/raspberrypi-sys-mods/firstboot. I removed that line instead.
9. A slightly different procedure is required here, rather than copying cmdline2.txt back in place of cmdline.txt we need to add the lineinit=/usr/lib/raspi-config/init_resize.sh just after the quiet entry.
By not running the new firstboot script we may well be missing some important steps here.. NEEDS INVESTIGATION
Continue with installation process as normal from this point.
I choose to reboot after the system update, that may not be needed but it's probably safer to do so.
Continue install after update with:
cd /opt/openenergymonitor/EmonScripts/install
./main.sh
Enter 'n' for review config and 'n' for reboot the 2nd time around.
Otherwise this completes OK! (Though may need a second reboot if emonhub is not running)
The text was updated successfully, but these errors were encountered:
TrystanLea
changed the title
RaspberryPi OS 32bit desktop install (2nd Nov 2022)
RaspberryPi OS 32bit desktop install (2nd Nov 2022) PROCESS UPDATE
Nov 2, 2022
Following https://github.com/openenergymonitor/EmonScripts/blob/master/install/rpi-install.md.
5. cmdline.txt does not contain the line
init=/usr/lib/raspi-config/init_resize.sh
it instead containsinit=/usr/lib/raspberrypi-sys-mods/firstboot
. I removed that line instead.9. A slightly different procedure is required here, rather than copying cmdline2.txt back in place of cmdline.txt we need to add the line
init=/usr/lib/raspi-config/init_resize.sh
just after thequiet
entry.then:
the content should look like this after adding the init line:
Save and exit nano, then reboot:
By not running the new firstboot script we may well be missing some important steps here.. NEEDS INVESTIGATION
Continue with installation process as normal from this point.
I choose to reboot after the system update, that may not be needed but it's probably safer to do so.
Continue install after update with:
Enter 'n' for review config and 'n' for reboot the 2nd time around.
Otherwise this completes OK! (Though may need a second reboot if emonhub is not running)
The text was updated successfully, but these errors were encountered: