Dump your pc with tools provided by school (PXE or USB Keys)
Run this command in a root shell (sudo -i
) :
wget -O - "http://dumpscript.epitest.eu" | bash -s
(a simple web redirect to dump.sh script in this repository)
Or as a non-root shell (prompt await for password)
wget -O - "http://dumpscript.epitest.eu" | sudo bash -s
In the event of a connection to the PXE dump machine, it is possible that no DNS settings will have been configured. In such a scenario, it is recommended to run the following command as a preliminary measure.
echo "nameserver 8.8.8.8" >> /etc/resolv.conf
Do a Classic Installation of a Windows 11 ISO on the machine, don't forget to leave some space on the hard drive for Ubuntu (at least 50 GB recommended).
Download installation scripts to /tmp
.
Go to /tmp
(cd) and chmod +x install_packages_dump.sh
.
Run ./install_packages_dump.sh
as root or sudo /tmp/install_packages_dump.sh
.
Yes, after installing Ubuntu, install Windows on the machine, making sure it uses the remaining space and does not delete the Ubuntu partitions (otherwise try again).