Linux - SoftwareThis forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
Hi
I don't know how I can change the interface to prompt for different user account, when I start the OS below. Can you please help, as Oracle Linux is also Red hat,
I'm not sure what you mean by that. It does not default to any specific user account. You specify which user account you want to log in to (eg. root, or any other that exists on that system).
Do you mean that it used to default to a graphical logic interface and now it stops at a command line login?
Yes, I expect to have the way to have the graphic user interface, when I've started the OS. Thanks a lot.
Two more possibilities.
Likely: You don't have desktop software installed. If it were Red Hat or Centos, you would automatically get a graphics screen login prompt after installation of desktop software.
How to install desktop software depends on the Red Hat and Centos version. Don't know for Oracle Linux.
Unlikely but easy to check: Perhaps the GUI is actually running. Try hitting ALT-F1 (the Alt key and the F1 key at the same time). This brings you to the first virtual terminal, where the GUI is normally displayed.
Then the question is why you are not shown the graphics screen when the system boots. I can't say.
Questions:
Has it ever worked?
How was this system installed?
Last edited by berndbausch; 07-18-2015 at 05:57 AM.
Reason: removed one question, for which the answer is obvious
Leave the inittab. At your shell prompt, type ln -sf /lib/systemd/system/graphical.target /etc/systemd/system/default.target. This makes the GUI the default boot target - that is, you will boot into GUI mode.
From the other facts you have posted, it's very likely you don't have GUI software installed and will again end up with a command prompt. Still, it's worth the while to set the target to graphical.
And a piece of advice. If you want to manage a server OS like Oracle Linux, you need a minimum of education. You could, for example, read the documentation. I don't know what Oracle provides, but Red Hat has very decent guides at access.redhat.com. Start with the deployment guide; it tells you how to configure systemd.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.