It takes about 10 minutes to see the Grub loader with Ubuntu 14.04. Once the Grub loader shows up, it loads up with normal speed.
Also, the keyboard and touchpad on the laptop has stopped working (USB mouse and keyboard work though) at the same time when this started happening. This issue started coming up after the laptop had been put on suspend and it had hung up on resume and then was powered off through the power button.
Haven't seen anyone facing this particular combination of problems but tried different fixes individually like doing Grub repair and updating xserver input but without any effect.
The laptop's still fully functional with external keyboard and mouse but I do not want to wait 10 minutes to startup and then carry around the extra keyboard. Any help on this would be appreciated!
@heynnema, these are the results
sudo blkid & cat /etc/fstab
/dev/sda1: UUID="64df4980-6d62-4e20-93a0-6e98baf3fc21" TYPE="ext2"
/dev/sda3: LABEL="Data" UUID="c278cefa-5363-490d-8942-74b5fdafa59d" TYPE="ext4"
/dev/sda5: UUID="6eed7aa5-edf0-4569-8443-9e5e950a2219" TYPE="ext4"
# /etc/fstab: static file system information.
#
# Use 'blkid' to print the universally unique identifier for a
# device; this may be used with UUID= as a more robust way to name devices
# that works even if disks are added and removed. See fstab(5).
#
# <file system> <mount point> <type> <options> <dump> <pass>
# / was on /dev/sda5 during installation
UUID=6eed7aa5-edf0-4569-8443-9e5e950a2219 / ext4 errors=remount-ro 0 1
free -h
total used free shared buffers cached
Mem: 7.7G 1.6G 6.1G 111M 118M 868M
-/+ buffers/cache: 623M 7.1G
Swap: 0B 0B 0B
terminal
typesudo blkid
andcat /etc/fstab
and andfree -h
, edit that output into your question with copy/paste and I'll take a look. Start comments directed to me with@heynnema
or I may miss them. – heynnema May 20 '17 at 22:43Disks
app, select the disk in the left pane, go to the "hamburger" icon and select "SMART Data & Tests", and review the data, and run the tests. Report back. – heynnema May 20 '17 at 22:46sudo fdisk -l
and a current-window-only screenshot ofgparted
. I'll also put together a partial answer for you to follow and report back. What was the "Grub repair" that you did? – heynnema May 21 '17 at 14:13The boot files of [The OS now in use - Ubuntu 14.04.5 LTS] are far from the start of the disk. Your BIOS may not detect them. You may want to retry after creating a /boot partition (EXT4, >200MB, start of the disk). This can be performed via tools such as gParted. Then select this partition via the [Separate /boot partition:] option of [Boot Repair]. (https://help.ubuntu.com/community/BootPartition)
– kaushikwho May 22 '17 at 18:21{}
button in the editor toolbar) will be much more readable there; alternatively you can use a pastie service for longer listings and include the link of your pastie in your question. Overall it’s best to have everything relevant in one place. Additionally, comments may be deleted for various reasons. Thanks. – David Foerster Jun 11 '17 at 23:34