Thanks Tom. Your steer was enough!
I tried downloading UIbuntu live CD, but found it confusing to download an installer, boot from it to create a live CD… perhaps the server ISO was a mistake and desktop iso would allow live boot. Taking a hint from your endless recommendations I tried Debian and it worked fine first time. I recommend Debian Live ISO to anyone who later follows this path - below is a summary of my steps, all of which came from the recommended page from Tom (above).
- Download Debian Live am64 standard ISO, and create a bootable USB memory stick with belana Etcher. Use a USB memory stick which is ordinary so the BIOS will access it. Hint - not USB3
- Boot from USB stick: Dell t410 +F11 at boot → UEFI boot menu, select memory stick…
- From boot menu, choose Live boot, at linux prompt …
sudo su -
to switch to root user, prompt changesfdisk -l
to list partitions. Find the one which is the boot drive (I found my by size) and look for the sd[abc][0-9] that is a good size, probably the system partition. This is THE critical thing to get rightmkdir /mnt/recover
to attach the system partition to.mount /dev/sd[abc][0-9] /mnt/recover
to attach the system partitionchroot /mnt/recover
to swtich to the mounted system partition. The prompt changes?passwd root
, and enter the new password and confirmexit
umount /mnt/recover
- exit
sudo reboot now
, and remove the USB stick
The system reboots, and log in with the new password.
- Record the password in your password manager, stupid.
Thank you Tom. I owe you (again). The generosity of your time and experience is what makes your channel really worthwhile watching, and I am sure your customers in the US loyal and long term.
Best regards from the UK.