A while ago, the battery on my ASUS laptop completely died, so effectively I don't have a battery anymore. The hard drive also failed a few months ago, so I replaced it. A couple days ago, the replacement failed too, so I bought yet another. I once again installed Ubuntu 14.04 on that one with no problems.
But today I accidentally unplugged the laptop, and since the battery is dead, the laptop immediately shut off.
When I tried booting, the blank purple Ubuntu screen came up for a second but then it changed to a blank black screen, with nothing but a blinking white line, like the one that prompts you to type in the terminal. But I couldn't type anything.
Note: the strange coloration is an illusion. The screen is the same black colour all over.
This screen also goes completely dark with no backlight after about 5 minutes, even though I set it to do that after 30 minutes. Moving the mouse brings back the black backlight.
I tried restarting a few times, but this happens every time I do.
What could be wrong?
UPDATE:
I tried restarting it a few more times, and without me doing anything differently, it finally went straight to the GRUB menu.
I selected "Ubuntu", and first, this back log screen came up for a few seconds:
and then it took me to a screen telling me "Errors were found while checking the disk drive for /.":
I've seen this screen before, when the previous hard drives were starting to fail. But this current hard drive is literally a few days old.
I have the option to attempt to fix the errors, ignore, skip mounting, or manual recovery. Which one should I choose?
There is a possibility of having some problem in the boot partition in which you have installed Ubuntu.
Go with this instruction to check if there is any problem there or not:
Make a bootable USB and boot your system with it. Find your main partition in which you have installed Ubuntu. You may use sudo blkid
to get a list of all your partition. I assume that partition is /dev/sda1
.
Make sure that partition is not mounted. Then, in terminal, use this cammand: sudo fsck -a /dev/sda1
If it finished with no error, you can restart your system. It the problem be related to what I said, it should be solved now. Your issue must be solved.
No comments:
Post a Comment