Remember to use UUIDs
I had a problem recently with the server where the server was constantly having to boot into ‘rescue mode’ due to a problem with the fstab. I didn’t understand at first why this kept happening. Then I realised that somehow, the sata disk order was occasionally being rearranged. This meant that the correct sata disk order was not being maintained, which meant that Kali Linux was kicking the server into rescue mode, as it was not finding the files it expected to at the correct mount points. /sda1 was becoming /sdc1, for example. ...