12-11-2014, 10:20 PM
O.K., yes, fresh install, no updates done yet. Yes, I see everything fine, everything is here. Only that boot up garbage, no splash screen ever then I'm on the desktop. Everything works fine.
Code:
kim@kim-DIM2100:~$ lsblk
NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINT
sda 8:0 0 37.3G 0 disk
├─sda1 8:1 0 14.7G 0 part
├─sda2 8:2 0 1K 0 part
├─sda5 8:5 0 1G 0 part [SWAP]
├─sda6 8:6 0 13.8G 0 part
└─sda7 8:7 0 7.8G 0 part /
sr0 11:0 1 1024M 0 rom
kim@kim-DIM2100:~$ cat /etc/fstab
# /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/sda7 during installation
UUID=94217e69-9f06-42f0-8cc3-d184d834ec33 / ext4 errors=remount-ro 0 1
# swap was on /dev/sda5 during installation
UUID=1d6147c7-d3f9-497c-ae68-bc5c14f8983f none swap sw 0 0
/dev/fd0 /media/floppy0 auto rw,user,noauto,exec,utf8 0 0
kim@kim-DIM2100:~$