Good day,
Do you face initramfs issue in any LINUX OS?
Here i will teach you how to solve the issue also, What it will do? and Why it's came?
# Why its came?
mostly when we are using linux OS we are getting error while reboot. the reason was any corrupted file found on system mean it will appear.
# What it will do?
What are the corrupted file or damaged file it will find and recover the file.also known as restore the data. or clean the corrupted file.
# Now will see How to do this work?
While restart your system or turn on ,display show.
(initramfs) blkid
/dev/sda1:
And it comes more how many Hard-disk you use,or how many partitions you use all will come down by down.
Eg; sda1,sda2,sda3, sdb1,sdb2,sdb3
over there find What is your linux partition and swap partition.
eg; sdb1 is your swap mean
enter ( fsck /dev/sdb1 -y )
next Eg; sdb2 is your Linux OS mean
enter ( fsck /dev/sdb2 -y )
Now automatically clear your all damaged data and restored properly wait until finish......
after Enter ( reboot )
That's right now all Clear.
System now restart and works good...
If you learn some thing from this mean give me a THUMB UP.
Any QUESTION Comment me.
Don't forget to follow me.
THANK YOU ...
.