Workaround LWP install: Difference between revisions

From LWP-Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
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":<br>
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":<br>
* [https://ubuntu.com/download/desktop Download de Ubuntu Desktop iso file]<br>
* [https://releases.ubuntu.com/20.04/ubuntu-20.04.4-desktop-amd64.iso.torrent Download de Ubuntu Desktop version 20.04 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.]<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>
During the installation make sure the root partition (/ = root) is at least 120GB and when asked for ''"Your computer's name:"'' use a unique identifier... don't use the same computer name if you're installing several PC's.<br>
During the installation make sure the root partition (/ = root) is at least 120GB and when asked for ''"Your computer's name:"'' use a unique identifier... don't use the same computer name if you're installing several PC's.<br>
<br>
<br>
 
When the installation is done and Ubuntu starts for the first time, do not login right away, but do the following:
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
* CTRL+ALT+F2<br>
Login with the account you've created during the installation:
Login with the account you've created during the installation:<br>
sudo -i
* sudo -i<br>
sed -i.bak 's/home/admin/' /etc/passwd
* sed -i.bak 's/home/admin/' /etc/passwd<br>
mv /home /admin
* mv /home /admin<br>
exit
* exit<br>
exit #Yes, again!
* exit #Yes, again!<br>
Login again with the account you've created during the installation:
Login again with the account you've created during the installation:<br>
sudo -i
* sudo -i<br>
apt install curl
* apt install curl<br>
curl -s http://lwp130.lwp.rug.nl/menudo/heiko/puppet | /bin/bash #(password: iamsure)
* curl -s http://lwp130.lwp.rug.nl/menudo/heiko/puppet | /bin/bash (password: iamsure)<br>
Choose "lightdm"
* Choose "lightdm"<br>
Choose "Internet Site"
* Choose "Internet Site"<br>
Leave empty, just hit Enter
* Leave empty, just hit Enter<br>
Now wait for the configuration to finish, this will take 30-45 minutes.<br>
Now wait for the configuration to finish, this will take 30-45 minutes.<br>

Latest revision as of 11:15, 30 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":

During the installation make sure the root partition (/ = root) is at least 120GB and when asked for "Your computer's name:" use 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:

sudo -i
apt install curl
curl -s http://lwp130.lwp.rug.nl/menudo/heiko/puppet | /bin/bash #(password: iamsure)
Choose "lightdm"
Choose "Internet Site"
Leave empty, just hit Enter

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