Stick to the automated reinstall tool in your manager if possible – it’s way easier faster than IPMI.
If you really want to do it manually, just grab your IP, gateway, and subnet mask first. Also check your current RAID setup and think about partitioning now like a separate /home or /var so you don't have to redo it later.
ip a
cat /etc/networking/interfaces
df -h
That’s definitely a bit of a hurdle. Usually, if a provider tells you they have to "insert a USB," it means they are likely mounting a virtual ISO for you via IPMI or potentially even a physical drive if it’s a smaller shop.
Are you able to share who the provider is? If we know which host you're with, we can probably give you a better walkthrough on how to navigate their specific panel. Most modern panels have a way to mount those ISOs yourself so you don't have to wait on a tech to do it for you.
Since you're using Virtualmin, sticking with that separate /home partition is definitely a smart move. It makes future OS reinstalls or migrations much less of a headache since your data stays isolated from the root partition.
Sounds like they've attached a USB for you which is quicker than trying to reinstall via IPMI uploading your own ISO file. We do this quite often for customers who wish to do some reinstalls manually.
Just ensure you know your IP information that's the main thing you need to worry about.
If you're using raid 1 or something for redundancy that's helpful you should know if you have two drives or one.
ip a
cat /etc/networking/interfaces
df -h
Those outputs should let you know anything you really need to have.
Sounds like they've attached a USB for you which is quicker than trying to reinstall via IPMI uploading your own ISO file. We do this quite often for customers who wish to do some reinstalls manually.
Just ensure you know your IP information that's the main thing you need to worry about.
If you're using raid 1 or something for redundancy that's helpful you should know if you have two drives or one.
ip a
cat /etc/networking/interfaces
df -h
Those outputs should let you know anything you really need to have.
Thanks for the tips! I didn't note down the nameserver, so was stumped with I initially was asked to input it.
Finally got it right (I think) on the 3rd attempt --> reinstalled Debian 12!
I gather your not running any critical workloads such as websites you really want to keep on that server? Not having raid at all is a bad idea, basically if the drive fails your screwed.
You should be running at least Raid 1 probably raid 10 for critical production environments.
You should be paying for server management if you want to run production environments on the server as you are leaving yourself open to hacking attempts and all sorts of things.
I definitely see your point. I'm just a beginner linux admin hack, not a working professional sysop. The server will have production websites with data and software I wouldn't want to lose.
I understand that RAID1 is redundancy and not backup. Backup needs a specific backup strategy (which I'm still working out).