This assumes you are willing to part with your data; fresh install means wiping previous data.
...
- Select the desired drive for Scratch, and then 'add GPT partition'
- <leave blank intentionally to fill remaining space on this drive>; ext4; <use dropdown to select /Other>, and then name it 'scr'>
Create
Expand title Example of setting up Scratch drive
Step 4d - Setup the
...
Data drive
Easy again, since we're using the entire capacity of this last drive. In this case, I am using the only drive that can be selected now since I have already configured the others.
...
I condensed these commands so you can copy/paste AFTER you can SSH into your system, OR very carefully type out.
...
If you want to SSH to run the next set of commands
...
:
If you're local, and not iKVM/remote with the system (you don't have the luxury of copy/paste), it might be easier if you SSH into the system from this point to run the next set of commands. Since this is a fresh blank Ubuntu installation, it won't have the network ports setup yet. You can run 'sudo apt-get install net-tools' to get IP on the network ports.
Step 7a - Grant root access for yourself for the next set of commands during this step
FIRST, grant yourself 'root' access by using the command:
...
If all steps above were performed correctly, it will NOT complain about nouveau being loaded, and you can just ignore ALL other questions and continue pressing <enter> until the NVIDIA driver installsignore all questions until it asks to install or configure nvidia-xconfig for you, say no at this prompt. If it fails to install, it will clearly say that the NVIDIA Driver installation has failed. If this occurs, try running the installation file again, and provide us the LAST screen before the NVIDIA driver installation fails so we can further investigate.
...
Code Block |
---|
#this is latest Linux Teamviewer install file from their website wget https://download.teamviewer.com/download/linux/teamviewer_amd64.deb apt install ./teamviewer_amd64.deb #to run it, you can get to GUI, open terminal, and simply type in: teamviewer #if the teamviewer doesnt show a join code and just shows a dash then the following needs to be ran in a terminal line by line. sudo touch /etc/NetworkManager/conf.d/10-globally-managed-devices.conf sudo systemctl restart NetworkManager sudo systemctl stop networkd-dispatcher sudo systemctl disable networkd-dispatcher sudo systemctl mask networkd-dispatcher sudo apt-get purge nplan netplan.io -y sudo apt-get install ifupdown #the networkmanager file will show managed=false cat /etc/NetworkManager/NetworkManager.conf main] plugins=ifupdown,keyfile [ifupdown] managed=false [device] wifi.scan-rand-mac-address=no #this file will need to be changed to look like this using VI or Nano cat /etc/NetworkManager/NetworkManager.conf main] plugins=ifupdown,keyfile [ifupdown] managed=true [device] wifi.scan-rand-mac-address=no #once file is changed and saved run sudo service network-manager restart reboot #once system comes back up the network will then be able to be managed through the gui which will allow teamviewer to see the network cards and will then present the proper join codes.. DHCP address will change |
If you run into display issues on Step 8 or 9
I cannot stress enough that it is because the system has the onboard/offboard capability, and Ubuntu doesn't know what to do with it sometimes. It is more consistent with CentOS for it to work regardless what the primary display option in BIOS is, but Ubuntu has issues typically with onboard VGA. However, I haven't had issues with a Supermicro 4U with onboard with using the installation method listed above.
Useful POST-OS install commands to run
Allows quicker OS boot, and prevents automatic updates breaking NVIDIA driver.
[Ubuntu] Unable to manage Network via GUI
[Ubuntu] "A start job is running for wait for network to be configured"