Workaround LWP install: Difference between revisions

From LWP-Wiki
Jump to navigation Jump to search
(Created page with "The unattended installation of the LWP does not work with the new hardware being supplied by CentralPoint. As a temporary workaround here are instructions for doing the instal...")
 
No edit summary
Line 2: Line 2:
* [https://ubuntu.com/download/desktop Download de Ubuntu Desktop iso file]<br>
* [https://ubuntu.com/download/desktop Download de Ubuntu Desktop iso file]<br>
* [https://ubuntu.com/tutorials/create-a-usb-stick-on-windows#1-overview Create a bootable USB stick on Windows]<br>
* [https://ubuntu.com/tutorials/create-a-usb-stick-on-windows#1-overview Create a bootable USB stick on Windows]<br>
* [https://ubuntu.com/tutorials/install-ubuntu-desktop#4-boot-from-usb-flash-drive Boot from the usb stick and do the standard Ubuntu Desktop installation.] Durig the installation make sure the root partition (/ = root) is at least 120GB.<br>
* [https://ubuntu.com/tutorials/install-ubuntu-desktop#4-boot-from-usb-flash-drive Boot from the usb stick and do the standard Ubuntu Desktop installation.]<br>
Durig the installation make sure the root partition (/ = root) is at least 120GB and when asked for '''"Your computer's name:"''' make it a unique identifier... don't use the same computer name if you're installing several PC's.<br>
When the installation is done and Ubuntu starts for the first time, do not login right away, but do the following:<br>
When the installation is done and Ubuntu starts for the first time, do not login right away, but do the following:<br>
* CTRL+ALT+F2<br>
* CTRL+ALT+F2<br>

Revision as of 16:24, 25 May 2022

The unattended installation of the LWP does not work with the new hardware being supplied by CentralPoint. As a temporary workaround here are instructions for doing the installation "attended":

Durig the installation make sure the root partition (/ = root) is at least 120GB and when asked for "Your computer's name:" make it a unique identifier... don't use the same computer name if you're installing several PC's.

When the installation is done and Ubuntu starts for the first time, do not login right away, but do the following:

  • CTRL+ALT+F2

Login with the account you've created during the installation:

  • sudo -i
  • sed -i.bak 's/home/admin/' /etc/passwd
  • mv /home /admin
  • exit
  • exit #Yes, again!

Login again with the account you've created during the installation:

Now wait for the configuration to finish, this will take 30-45 minutes.