Yesterday I tried to create a bootable USB stick using
sudo dd if=[PATH TO YOUR .iso FILE] of=/dev/sd[THAT 1 LETTER]
Everything went well. Next day morning when I tried to start my system I've got error message after BIOS
section.
The error:
/dev/sda1 contains a file system with errors, check forced.
Inodes that were part of a corrupted orphan linked list found.
/dev/sda1: UNEXOECTED INCONSISTENCY; RUN fsck MANUALLY.
(i.e., without -a or -p options)
fsck exited with status code 4
The root filesysten on /dev/sda1 requires a manual fsck
BusyBOX v1.22.1 (Ubuntu 1:1.22.0-15ubuntu1) built-in shell (ash)
Enter 'help' for a list of built-in commands.
(initramfs)
After fsck /dev/sda1
command I can see messages about broken Inodes
. After that I can run my system, but I can't use any application installed by myself. Only terminal
works. I can't even create a text file because of Destanation is read-only
error. I tried to run few application in terminal. For example, after xyz$ opera
I can see Buss Error (core dumped)
message. I am getting this message after all commands, even sudo apt-get autoclean
does not work.
I don't know how to repair my system.
My actually system is Ubuntu 16.04.01 LTS
.
Here you have output of sudo lsblk -f
command. I have used Lubuntu 16.04
lubuntu@lubuntu:~$ sudo lsblk -f
NAME FSTYPE LABEL UUID MOUNTPOINT
sdb iso9660 Lubuntu 16.10 i386
│ 2016-10-12-19-57-58-00 /cdrom
└─sdb1 iso9660 Lubuntu 16.10 i386
2016-10-12-19-57-58-00
zram3 [SWAP]
zram1 [SWAP]
sr0
loop0 squashf /rofs
sda
├─sda2
├─sda5 swap d9768f8d-7bc2-4579-b96a-24351278b21a [SWAP]
└─sda1 ext4 90f2499b-90b1-49b0-ab74-303d9f410c2f
zram2 [SWAP]
zram0 [SWAP]
lubuntu@lubuntu:~$
0 Answers