I am using Ubuntu 16.04 in my Dell Inspiron 3521 (2013 model) for the past year. I have changed my hard disk with a Samsung 850 Pro SSD.
I've been using Samsung SSD for the past 5 months and I never faced this issue.
Suddenly Ubuntu got stuck while booting up, then I had to force shutdown, and after restarting I get a black screen with the messages shown in the screen photo and then finally it boots up.
This always happens now. My laptop never boots up on the first try. I also tried reinstalling the Ubuntu, but I still have the same issue.
Edit-1:
After running lsscsi --verbose
I got below response:
[0:0:0:0] disk ATA Samsung SSD 850 4B6Q /dev/sda
dir: /sys/bus/scsi/devices/0:0:0:0 [/sys/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0]
Edit-2: I have also tried booting up from the live ubuntu USB, in that case as well I get the same error as in above photo.
Even to check if any ubuntu update has messed up I re-installed ubuntu 16.04 again and in it's first boot up it got stuck.
I have been using this SSD for past 5 months and its working fine, I have no idea what happened in the last two days that I am facing this issue. I have not changed any single settings in BIOS in last 6 months or so.
– Vivek Shukla Jun 25 '18 at 11:37sudo apt install lsscsi
and then run it:lsscsi --verbose
Post info above. Have you run trim manually? Newer Ubuntu should be running it weekly:sudo fstrim -v /
and have you tried fsck on all ext4 partitions? http://askubuntu.com/questions/642504/ubuntu-14-04-is-not-booting-normaly-after-a-manual-hard-boot/642789#642789 You also show an error on a USB device, unplug it. – oldfred Jun 25 '18 at 14:52