adds spoiler warning

This commit is contained in:
waldek 2021-08-17 00:05:11 +02:00
parent 9d29b71443
commit 449c3e5909
1 changed files with 14 additions and 0 deletions

View File

@ -40,10 +40,15 @@ There must be a way to fix this without having to reinstall the machine.
#### Tips #### Tips
<details>
<summary>Spoiler warning</summary>
Your GRUB configuration is causing this! Your GRUB configuration is causing this!
Luckily by default GRUB offers a *recovery mode* in it's *advanced options*. Luckily by default GRUB offers a *recovery mode* in it's *advanced options*.
This will drop you into a shell where you can fix the configuration file I messed up. This will drop you into a shell where you can fix the configuration file I messed up.
</details>
### Broken Machine 3 ### Broken Machine 3
Not `htop` again! Not `htop` again!
@ -52,9 +57,14 @@ Not `htop` again!
#### Tips #### Tips
<details>
<summary>Spoiler warning</summary>
I said *by default* before no? I said *by default* before no?
Well, here the *recovery mode* is missing so you'll have to find a way to override the `init` parameter of GRUB so you can get a shell to fix what I messed up. Well, here the *recovery mode* is missing so you'll have to find a way to override the `init` parameter of GRUB so you can get a shell to fix what I messed up.
</details>
### Broken Machine 4 ### Broken Machine 4
I forgot my password... I forgot my password...
@ -63,10 +73,14 @@ I forgot my password...
#### Tips #### Tips
<details>
<summary>Spoiler warning</summary>
Overriding the `init` parameter in GRUB is a classic Linux hack. Overriding the `init` parameter in GRUB is a classic Linux hack.
If you have physical access to a Linux machine you can gain `root` access with the following method. If you have physical access to a Linux machine you can gain `root` access with the following method.
The easiest way to protect a machine form this attack is to do full disk encryption or to set a GRUB password. The easiest way to protect a machine form this attack is to do full disk encryption or to set a GRUB password.
</details>
## Disks and problems ## Disks and problems