I need to set the fsck manually on boot but I can't type in the character / that is required to set the path.
(initramfs) fsck /dev/sda2
I tried multiple keyboard combinations without success. How to fix this?
I need to set the fsck manually on boot but I can't type in the character / that is required to set the path.
(initramfs) fsck /dev/sda2
I tried multiple keyboard combinations without success. How to fix this?
In such cases it's useful to have a look at the US keyboard layout.
The key on your keyboard to the left of the right Shift key should be / on US keyboards - which is the default unless changed on Linux.
It's also possible to do this without ever typing
/
. Simplycd ..
until you are at/
, thencd dev
followed byfsck sda2
. You don't need to give it the full path.