Moderators, translator
455
edits
(Marked this version for translation) |
(implemented command templates) |
||
Line 17: | Line 17: | ||
Type 'exit' to try and continue booting | Type 'exit' to try and continue booting | ||
sh: can't access tty: job control turned off' | sh: can't access tty: job control turned off' | ||
[...] | |||
mount: can't find UUID='.....' | mount: can't find UUID='.....' | ||
You are now being dropped into the emergency shell. | You are now being dropped into the emergency shell. | ||
Line 36: | Line 34: | ||
<!--T:8--> | <!--T:8--> | ||
The syntax of the command to open the grub file is: | The syntax of the command to open the grub file is: | ||
{{UserCmd|command=sudo [text editor] /etc/default/grub}} | |||
<!--T:9--> | <!--T:9--> | ||
For example, if you wish to edit the file within the terminal using nano (a standard terminal-based text editor) then enter: | For example, if you wish to edit the file within the terminal using nano (a standard terminal-based text editor) then enter: | ||
{{UserCmd|command=sudo nano /etc/default/grub}} | |||
<!--T:10--> | <!--T:10--> | ||
If you have installed the full version of Manjaro, not the NET-Edition, you may find it easier to use the pre-installed ''gedit'' text editor instead. This will open the file up as a document, making it easier to read and edit. To use ''gedit'' instead, enter: | If you have installed the full version of Manjaro, not the NET-Edition, you may find it easier to use the pre-installed ''gedit'' text editor instead. This will open the file up as a document, making it easier to read and edit. To use ''gedit'' instead, enter: | ||
{{UserCmd|command=sudo gedit /etc/default/grub}} | |||
= Editing the Default GRUB File = <!--T:11--> | = Editing the Default GRUB File = <!--T:11--> | ||
Line 93: | Line 88: | ||
<!--T:21--> | <!--T:21--> | ||
sudo update-grub | {{UserCmd|command=sudo update-grub}} | ||