Stuck in Initramfs - Printable Version +- Linux Lite Forums (https://www.freecinema2022.gq/forums) +-- Forum: Software - Support (https://www.freecinema2022.gq/forums/forumdisplay.php?fid=5) +--- Forum: Installing Linux Lite (https://www.freecinema2022.gq/forums/forumdisplay.php?fid=17) +--- Thread: Stuck in Initramfs (/showthread.php?tid=5787) |
Stuck in Initramfs - supriyok225 - 11-14-2018 I am a new user of Linux Lite [4.0]. I used it around 4 months. My cpu is AMD A4. Suddenly its not login and stuck in initramfs after displaying below msg. Gave up waiting for root file system device. Common problems: - Boot args (cat /proc/cmdline) - Check rootdelay= (did the system wait long enough?) - Missing modules (cat /proc/modules; ls/dev) ALERT! UUID=a081b06c-3343-4e6e-9e89-b500ff509502 does not exist. Dropping to a shell! BusyBox v1.27.2 (Ubuntu1:1.27.2-2ubuntu3) built-in shell (ash) Enter 'help' for a list of built-in commands. (initramfs) Please reply.Thanks in advance. Re: Stuck in Initramfs - trinidad - 11-14-2018 Are you dual booting by any chance? TC Re: Stuck in Initramfs - supriyok225 - 11-15-2018 No its single boot. HDD has not partition.HDD also has some bad sectors. I just wanna recover my data. I did 'fsck /dev/sda1' and the out put is fsck from util-linux 2.31.1 fsck: error 2 (No such file of directory) while executing fsck.ext2 for /dev/sda1 Below file is Grub Re: Stuck in Initramfs - JanetBiggar - 04-14-2019 I just ran into the same issue with one of the laptops one of my study group youth is using and saw your post. Maybe you have done this given what I see in your post. Did you put a space after the fsck and /dev? Have a look at this link as it worked for me. Scroll down to see all the comments as after you do the fsck step I had the youth answer y to all the questions then when it stopped asking questions and came to (initramfs) again I had him type reboot and now it is working fine. Here is the link:https://www.proposedsolution.com/solutions/ubuntu-booting-to-initramfs-prompt/ Re: Stuck in Initramfs - minesheep - 04-18-2019 (11-15-2018, 04:01 AM)supriyok225 link Wrote: HDD has not partition.Doesn't Gparted (from live dvd/usb) really recognize any partitions. Maybe bad sectors have broken gpt/mbr You can try to recover data by these instructions 1. Create dvd/usb boot media if you don't have one already. 2. Boot your pc/laptop from live install media and not from the HDD. 3. Try to copy (or move) your files to safe device like working usb stick or external HDD/SSD if possible 4. If not possible then open terminal and type "sudo apt-get install gpart" and enter Y if prompted 5. run same command again it shouldn't take more than 5 seconds because you have installed it already if it takes more than 5 seconds then you failed the step 4. 6. open Gparted and select "attempt data rescue" from "device" 7. press "OK" 8. Wait it can take up to 24hours in some cases but often should be done in 4 hours 9. Then you have temporarily mounted filesystem do step 3 10. Make sure you remember to make proper backups in future. 11. Use your laptop HDD only for backups/storing not important data because it may destroy your data! Please ask me or someone else to explain these instructions if you don't understand. Re: Stuck in Initramfs - Searchernow - 03-04-2020 probably my situation is different, but for what it's worth ... I got stuck at initramfs, I eventually put it down to deviating a bit from the LL Manual during installation, then I re-installed strictly by the Manual and everything went well. Re: Stuck in Initramfs - trinidad - 03-04-2020 From busybox run: cat /proc/partitions or alternatively: blkid Locate root (/) then run: fsck /dev/sda? ? being whatever number root shows up in. Then after you boot into your system run: update-initramfs -u http://manpages.ubuntu.com/manpages/bionic/man1/busybox.1.html https://manpages.ubuntu.com/manpages/precise/man8/update-initramfs.8.html TC |