The following format allows you to set the current date from a string;
sudo date -s '2023-01-14 11:22:00'
where the above date refers to 14th Jan 2023
Heisenberg - Digital Alchemist, Software Architect, Automation Specialist and Mechanical Engineer.
The following format allows you to set the current date from a string;
sudo date -s '2023-01-14 11:22:00'
where the above date refers to 14th Jan 2023
Attempts to do this through apt-get involved upgrading too many packages and in my opinion, was too risky. Therefor, an upgrade from Squeeze to Wheezy was done this way and from there, a kernel [5.15.94] was built on another box, in my case a Debian 11 VM running kernel [5.10.0-21]
Debian archive for sources.list
http://archive.debian.org/debian-archive/debian/dists/
The sources.list file may look like (need to check the deb-src entries);
deb http://archive.debian.org/debian-archive/debian/ squeeze main non-free contribs
deb-src http://archive.debian.org/debian-archive/debian/ squeeze main non-free contribs
deb http://archive.debian.org/debian-archive/debian/ wheezy main non-free contribs
deb-src http://archive.debian.org/debian-archive/debian/ wheezy main non-free contribs
deb http://archive.debian.org/debian-archive/debian/ jessie main non-free contribs
deb-src http://archive.debian.org/debian-archive/debian/ jessie main non-free contribs
deb http://deb.debian.org/debian/ buster main non-free contribs
deb-src http://deb.debian.org/debian/ buster main non-free contribs
See also https://wiki.debian.org/SourcesList
There may be occasions where we need to boot manually from the GRUB menu and perhaps realize that you should just have installed LILO in the first place :)
TBA:
GRUB - Embedding is not possible
The following is the output of fdisk -l on both the machine to which the original backups were taken and also a machine to which a successful restoration has been carried out. In the case of the latter, both a physical and a VM.
FEC-A |
FEC-B |
The df output is the same for both physical machines, as in the device is /dev/cciss/c0d0p* which the VM follows the /dev/sda* format, which perhaps makes sense since the physical machines are the same and both have the same raid controller.