Heyas,
And know there are several methods how to achieve this goal, however they are depending on the system one uses.
Afaik, one would achieve the boot to GUI with...
SystemD:
Code:
ln -sf /lib/systemd/system/runlevel5.target /etc/systemd/system/default.target
But, i've also read that one had to symlink /lib/systemd/system/graphical.target to /etc/....default.target.
Both methods didnt work for my minimal F16.
Another method would be to edit /etc/inittab, that's working, for my arch install, but is not applicable to F16+.
Also i dont know how to 'label' this (like the above is systemd
I thought that F15 and earlier had used the same as Arch is still using.
Questions:
A) Why doesnt the symlink work on my F16 minimal install?
B) Whats the -old- method named like? (Where the new is SystemD).
Thank you in advance.
EDIT:
'Old way':
http://docs.fedoraproject.org/en-US/...oting-GUI.html
EDIT2:
The error when trying to boot into GUI is... it just freezes, i can switch to another Virtual Console and login, and then start (for example) lxdm manualy as root and log in to GUI.