How to start a server in root without USB key
⧼vector-jumptonavigation⧽
⧼vector-jumptosearch⧽
This article has been created by an automatic translation software. You can view the article source here.
It is possible to start a Server and having root access without needing a bootable USB key or a KVM.
Indeed, when starting Grub screen, can edit the line en based on "e" to edit.
Then edit the line that starts by kernel, remove "quiet splash " and Add init=/bin/bash
The system should then start and give you a root console, without needing the password.
It is possible that the system is Mount ed in read-only to reassemble the / en read-write.
It is then necessary to remount the system of fichiker with the following command :
mount -o remount, rw /dev/sda1 /
Enable comment auto-refresher