Linux - NewbieThis Linux forum is for members that are new to Linux.
Just starting out and have a question?
If it is not in the man pages or the how-to's this is the place!
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.
I just did a brand new install of Xubuntu on my old NCS computer Model: NBC105-ts05
Anyways, after the install it said it would restart but after it restarted the bios loaded up like normal and when it got the part where linux should start loading instead of loading it went black screen. I left it on for 3 hours to see if it was just a VERY VERY slow load but still its black screened.
I am not familiar with that make of computer, but you can try adding some options to the boot process!
Could first try booting to text mode to see if the problem is with X, this may be available as a menu choice on boot screen!
Or specify a generic video mode by passing vesa (??) to the kernel.
Are you getting anything displayed ie scrolling on the screen before it goes black?
Do you know what video card/chipset you are using? motherboard?
I have a (old) machine that does similar (Ubuntu, zenwalk, mepis)- try the following to see if X isn't handling things properly.
Just hit <ctrl>-<alt>-<bspc> and see if X exits and restarts and gives you the login screen. Try a couple of times in need.
First off you are probably using GRUB, if not disregard everything that follows!
When you boot up your PC (after the POST) you will see a menu screen, quickly press the <down> key to stop the timer for the default boot.
On the screen there is often a menu choice for a text/console/rescue/non-gui/single-user mode, select it using the <up> or <down> cursor keys then press <enter>.
If there is none, then you will need to edit an existing menu choice by passing additional "boot options" to the kernel.
You might want to do a search on this web site for how to do this!
But from memory, I believe what you will need to do is:
1)select the menu choice
2)press <e> to edit that choice
3)select the line that starts with "kernel"
4)press <e> to edit the "kernel" line
5)enter the number 2 or 3 at the end of the line to specify console mode
6)press <enter>
7)press <b> to boot with the changes
You can pass other parameters to Linux at step 5, eg vesa for a generic video mode on some distros.
This should boot Linux into a console mode (ie no GUI or X mode).
If you get the Login prompt then most likely the problem is a video card driver problem or your X config is not correctly configured!
You might be able to try running X manually by entering startx.
Use <ctl-alt-backspace> to abort X.
You may need to determine the video card in your system in order to get it to work properly!
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.