Skip to content

Epitech/dump

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

77 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Classic installation procedure

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

Manual Installation procedure

Windows 11 installation

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).

Ubuntu 23.10 | 24.04 Installation

Ubuntu 24.04 Ubuntu 23.10

Install dump scripts

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.

FAQ

Can I install Ubuntu first?

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).

After installing Ubuntu and Windows 11, it only boots into Windows 11, what should I do?

Changing the boot order