DARN, I copy-pasted the sda5-entry foe sda6-entry, but forgot the type!
I guess 'msdos' was the 16-bit FAT?
- Code: Select all
[root@localhost /]# cat /etc/fstab
# Entry for /dev/sda3 :
UUID=57f08b93-06cb-4741-b3c5-4b673310d4ff / ext3 defaults 1 1
none /proc proc defaults 0 0
# Entry for /dev/sda4 :
UUID=11debee5-fb0f-4ebe-8d5e-d56e32b42702 swap swap defaults 0 0
# Entry for /dev/sda5
/dev/sda5 /mnt/newvolume ntfs defaults,nls=utf8,rw,umask=000 0 0
# Entry for /dev/sda6
/dev/sda6 /mnt/siirto ntfs defaults,nls=utf8,rw,umask=000 0 0
Funny, I wouldn't have guessed that failing mount would stop the start-up.
Missing configuration files due to missing mount yes, but just a mount...
I don't think the x.org railed, but rather that there was not even an attempt to start it.
Giving 'startx' started it all without any hicups that I could notice,
Maybe because of the stop in start-up due to the wrong partition type in fstab?
The driver used (Iintel i3) is probably xeon:
- Code: Select all
[root@localhost /]# grep -i driver /var/log/Xorg.0.log
[ 194.157] X.Org Video Driver: 14.1
[ 194.157] X.Org XInput driver : 19.1
[ 194.762] (II) Loading /usr/lib64/xorg/modules/drivers/v4l_drv.so
[ 194.762] ABI class: X.Org Video Driver, version 14.1
[ 194.784] (II) Loading /usr/lib64/xorg/modules/drivers/intel-common/intel_drv.so
[ 194.785] Module class: X.Org Video Driver
[ 194.785] ABI class: X.Org Video Driver, version 14.1
[ 194.785] (II) v4l driver for Video4Linux
[ 194.785] (II) intel: Driver for Intel(R) Integrated Graphics Chipsets:
[ 194.785] (II) intel: Driver for Intel(R) HD Graphics: 2000-5000
[ 194.785] (II) intel: Driver for Intel(R) Iris(TM) Graphics: 5100
[ 194.785] (II) intel: Driver for Intel(R) Iris(TM) Pro Graphics: 5200
[ 194.786] (II) intel(0): [DRI2] DRI driver: i965
[ 194.786] (II) intel(0): [DRI2] VDPAU driver: i965
[ 194.884] Module class: X.Org XInput Driver
[ 194.884] ABI class: X.Org XInput driver, version 19.1
[ 194.884] (II) Using input driver 'evdev' for 'Power Button'
[ 194.896] (II) Using input driver 'evdev' for 'Video Bus'
[ 194.896] (II) Using input driver 'evdev' for 'Power Button'
[ 194.897] (II) Using input driver 'evdev' for 'ov519'
[ 194.897] (II) Using input driver 'evdev' for 'Logitech USB-PS/2 Optical Mouse'
[ 194.897] (II) No input driver specified, ignoring this device.
[ 194.898] (II) No input driver specified, ignoring this device.
[ 194.898] (II) No input driver specified, ignoring this device.
[ 194.898] (II) No input driver specified, ignoring this device.
[ 194.898] (II) No input driver specified, ignoring this device.
[ 194.898] (II) No input driver specified, ignoring this device.
[ 194.898] (II) No input driver specified, ignoring this device.
[ 194.898] (II) No input driver specified, ignoring this device.
[ 194.898] (II) Using input driver 'evdev' for 'AT Translated Set 2 keyboard'
- Code: Select all
[root@localhost /]# lspcidrake -v | grep VGA
Card:Intel 810 and later: Intel Corporation|Xeon E3-1200 v2/3rd Gen Core processor Graphics Controller [DISPLAY_VGA] (vendor:8086 device:0152 subv:1458 subd:d000) (rev: 09)
EDIT:
That was it: I forgot I added the mounts (for samba share) before a new boot.
Thanks for pointing it to me.
I'm sorry for being that sloppy - that happens when one has too much going on.
I fixed the mount and now it works. The desktop opens automatically and even the power-related alternatives are back into the
'power button'.
The mount failure also caused the power button to only contain 'logout' and 'lock'.
Happy again...
