How to start a server in root without USB key

From EN Ikoula wiki
Revision as of 17:32, 7 December 2015 by Ikbot (talk | contribs)
⧼vector-jumptonavigation⧽ ⧼vector-jumptosearch⧽

fr:Comment démarrer un serveur en root sans clé USB

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 /



You are not allowed to post comments.