How to start a server in root without USB key

From EN Ikoula wiki
⧼vector-jumptonavigation⧽ ⧼vector-jumptosearch⧽

en:How to start a server in root without USB key he:כיצד להפעיל שרת בשורש ללא מפתח USB ro:Cum să înceapă un server în root fără cheie USB ru:Как запустить сервер в корневой без ключа USB pl:Jak założyć serwer w głównym bez klucza USB ja:USB キーがないルートでサーバーを起動する方法 ar:كيفية بدء تشغيل ملقم جذر دون مفتاح USB zh:如何在没有 USB 密钥根中启动服务器 de:Wie man einen Server im Stamm ohne USB-Stick starten nl:Hoe te beginnen een server in wortel zonder USB-sleutel it:Come avviare un server nella directory principale senza chiave USB pt:Como iniciar um servidor na raiz sem chave USB es:Cómo iniciar un servidor de raíz sin llave USB 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.