Climbs initramfs when booting Ubuntu
the initramfs file system of memory that is used for the initial launch of operating systems based on Linux kernel. When installing the OS, all libraries, utilities, and configuration files are compressed into an archive before being transmitted to the specified file system in the boot, where, and continues the system startup. Sometimes users of Ubuntu face the fact that when you turn on the computer they go into the management console of this FS without the possibility of further boot the system. This is due to damage to the flow of the run and recovered fairly simple method.
Fixed error with loading in initramfs when run Ubuntu
In most cases the problem is associated with a failure in one of the superblocks, and when you try to exit the initramfs using the command exit you receive the following message:
exit /dev/mapper/ubuntu–vg-root contains a file system with errors, check forced. Inodes that were part of a corrupted orphan linked list found. /dev/mapper/ubuntu-vg-root: UNEXPECTED INCONSISTENCY; Run fsck MANUALLY. (ie without-a or -p options) fsck exited with status code 4. The root file system on /dev/mapper/ubuntu–vg-root requires manual fsck.
In the event of such a situation, the best method of correcting the problem is the restoration of the superblock, and it can be done in the following way:
Read more: how to create a bootable USB drive with Ubuntu







Thanks to the option -y , all changes will be automatically accepted, and upon successful completion of the process the screen will display the following notice:
fsck 1.40.2 (12-Jul-2007) e2fsck 1.40.2 (12-Jul-2007) /dev/sda1 was not cleanly unmounted, check forced. Pass 1: Checking inodes, blocks, and sizes Pass 2: Checking directory structure Pass 3: Checking directory connectivity Pass 4: Checking reference counts Pass 5: Checking group summary information Free blocks count wrong for group #241 (32254, counted=32253). Fix? yes Free blocks count wrong for group #362 (32254, counted=32248). Fix? yes Free blocks count wrong for group #368 (32254, counted=27774). Fix? yes ………. /dev/sda1: ***** FILE SYSTEM WAS MODIFIED ***** /dev/sda1: 59586/30539776 files (0.6% non-contiguous), 3604682/61059048 blocks



Sometimes even after successful remediation are considered problem users encounter errors when you start the operating system. Most often they are associated with the breakdown of the standard GRUB boot loader. So have to recover and this standard component. A detailed guide on how to perform the task using Boot-Repair, check for a material on.
Upon completion of all procedures the flash drive with the Ubuntu LiveCD, you no longer need. If you have any desire to format it and use for their own purposes, take a look at our separate article on the execution of the operation.
Today we tell about the most popular solution to the problem, booting into initramfs, but that does not mean that the method is universal. In the event of an error, another character describe it in the comments and we will try to provide the correct solution to this situation.