My laptop has Ubuntu OS. While trying to boot it is giving me the following error:
97.255199 systemd[1]: timed out waiting for device #device.
[TIME] Timed out waiting for device #device
[DEPEND] Dependency failed for #device
[DEPEND] Dependency failed for Swap
my system had Ubuntu 16.04, i tried to reinstall swap using Ubuntu 16.04 cd, but Ubuntu is getting stuck before the installation screen appears. However the installation screen appears if i use 14.04 Ubuntu. Should i go ahead with that. Thanks
/mountpoint/etc/fstab
to turn off swap with a#
character at the beginning of the line that controls the swapping (probably only one line). Then you should be able to boot into your Ubuntu 16.04 LTS system, create a correct swap partition and edit the line in/etc/fstab
to match your new swap partition. Then it should work with swap after rebooting. – sudodus Mar 20 '18 at 14:11nomodeset
to make it boot to a graphical desktop environment. Then mount the partition, that is used as root partition by your Ubuntu 16.04 LTS system according to my previous comment. – sudodus Mar 20 '18 at 14:24md5sum
, that the iso file was downloaded correctly? – sudodus Mar 21 '18 at 06:49sudo e2fsck -f /dev/sdxn
where x is the device letter and n is the partition number, so for examle/dev/sda1
if the first drive and the first partition (in that drive). – sudodus Mar 26 '18 at 11:50grub
and that the bootloader of 14.04.1 LTS does a good job with the early stages of the boot process. It also means that both the linux kernel of 14.04 and that of 16.04 work with the hardware of your computer. – sudodus Apr 10 '18 at 10:23