I am new in Ubuntu and I have a problem to boot my system. I was running a program that my system was locked so I decided to shut down my system physically, actually the other keys didn't work. Then when I tried to start it again, I found myself in the emergency mood and I can't quit from this mood. I searched the net and I found that I should edit the etc/fstab. But my problem is that any command that I run here is known as wrong. Here you can see a screenshot of my labtop. Any help is appreciated.
Asked
Active
Viewed 1,255 times
0
1 Answers
0
Let's check your file system...
- boot to a Ubuntu Live DVD/USB in “Try Ubuntu” mode
- open a
terminal
window by pressing Ctrl+Alt+T - type
sudo fdisk -l
- identify the /dev/sdXX device name for your "Linux Filesystem"
- type
sudo fsck -f /dev/sdXX
, replacingsdXX
with the number you found earliersudo fsck -f /dev/sda9
- repeat the
fsck
command if there were errors - type
reboot

heynnema
- 70,711
fsck
from a Live USB/DVD. – mikewhatever Apr 12 '20 at 17:33[ 0.058810] ACPI Error [-PPC] Namespace llokup failure, AE-ALREADY-EXISTS
– Masoumeh Javanbakht Apr 13 '20 at 03:26sudo fdisk -l
, then I found this message partition 4 dose not start on physical sector boundary. then I ran the commandsudo fsck -f /dev/sda10
that fixed all the problems in partiotion4. Many thanks for your kind help. – Masoumeh Javanbakht Apr 13 '20 at 05:06