LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Laptop and Netbook
User Name
Password
Linux - Laptop and Netbook Having a problem installing or configuring Linux on your laptop? Need help running Linux on your netbook? This forum is for you. This forum is for any topics relating to Linux and either traditional laptops or netbooks (such as the Asus EEE PC, Everex CloudBook or MSI Wind).

Notices


Reply
  Search this Thread
Old 06-03-2018, 07:31 AM   #1
Helga
LQ Newbie
 
Registered: Jun 2018
Location: The Netherlands
Posts: 20

Rep: Reputation: Disabled
Question ASUS Eee PC 900 boots to blank


First let me say that I am very inexperienced in programming computers and are very proud to have been able to install Ubuntu on my Eee PC 900 some time ago. So please bear in mind when answering that I am not very knowledgeable with technical computer terms

So, having sad this, my problem now is that my PC boots to a blank/black screen. I read another post in this forum about the same problem but on a Dell computer and the solution given there (change Legacy into UEFI in the BIOS) does not work for me as I cannot find either Legacy or UEFI in my BIOS setting when I enter that when I boot my PC. Any suggestions anyone?
 
Old 06-03-2018, 09:18 AM   #2
michaelk
Moderator
 
Registered: Aug 2002
Posts: 25,700

Rep: Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895
Welcome to LinuxQuestions.

The Eee PC is very old in computer years and predates UEFI so your problem is something else. I would also guess the Ubuntu version running on the PC is equally as old.

What exactly happens when the computer boots? You probably see the grub boot screen with several options. It automatically boots, you might see text messages scroll and then a blank screen with maybe the mouse cursor displayed?

There could be several reasons why the computer fails to boot to the desktop. The drive might be failing or some files have been corrupted.

If the computer is responding you might be able to kill the desktop by pressing the Ctrl-ALT-f1 keys. If it works it should get you a terminal and command line prompt. The boot loader menu should have a boot to recovery mode option which should start without a desktop running. If one of those works when then the add some additional steps to see where the problem might lie.
 
Old 06-03-2018, 11:10 AM   #3
Helga
LQ Newbie
 
Registered: Jun 2018
Location: The Netherlands
Posts: 20

Original Poster
Rep: Reputation: Disabled
ASUS Eee PC 900 boots to blank

Hi Michael,

Thanks for you response to my question!

When the computer boots I do see the grub boot screen (version 2.02 beta2-9 ubuntu 1.14)
It gives me 6 options and normally the first one chosen (Description: Linux Lite 2.6 GNU/Linux). The other choices are "advanced options for Description Linux Lite etc.", two memory tests, Debian GNU/Linux (4.0) (on/dev/sda1) and Advanced options for Debian GNU/Linux etc.
When I just let it run, the first option is executed and then I get a grey screen with a picture of a feather in the middle and a "progress bar" underneath. That fills up to halfway and then the screen turns black with my mouse pointer visible.

I tried the Ctrl-Alt-F1 key and that works, I now see the command prompt saying Helga-Eee login:
Unfortunately I do not know what to type there. I thought it was my password, but that comes next.
 
Old 06-03-2018, 11:27 AM   #4
michaelk
Moderator
 
Registered: Aug 2002
Posts: 25,700

Rep: Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895
linux lite is based on Ubuntu and debian for what its worth.

Quote:
I do not know what to type there
That would be your username.
 
Old 06-03-2018, 11:47 AM   #5
Helga
LQ Newbie
 
Registered: Jun 2018
Location: The Netherlands
Posts: 20

Original Poster
Rep: Reputation: Disabled
ASUS Eee PC 900 boots to blank

This will come across as very silly but I do not know my username. I tried several options but none of them work.
When I used to start the PC it only asked for my password.
 
Old 06-03-2018, 12:02 PM   #6
Helga
LQ Newbie
 
Registered: Jun 2018
Location: The Netherlands
Posts: 20

Original Poster
Rep: Reputation: Disabled
ASUS Eee PC 900 boots to blank

Correction, I know my username! It worked with my password but now I have no idea what to do next

Last edited by Helga; 06-03-2018 at 12:06 PM.
 
Old 06-03-2018, 02:20 PM   #7
michaelk
Moderator
 
Registered: Aug 2002
Posts: 25,700

Rep: Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895
The system is as least booting and we can access files using the command line. Its just a matter of determining why the x server isn't.

It could be due to an update. Do you remember when / what / how it happened?

You can try adding nomodeset to the default boot option default line like below to see if that helps / fixes the problem.

sudo nano /etc/default/grub
Code:
GRUB_DEFAULT=0
GRUB_HIDDEN_TIMEOUT=0
GRUB_HIDDEN_TIMEOUT_QUIET=true
GRUB_TIMEOUT=5
GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash nomodeset"
GRUB_CMDLINE_LINUX=""
sudo update-grub

To restart
sudo shutdown -r now
 
Old 06-03-2018, 02:47 PM   #8
Helga
LQ Newbie
 
Registered: Jun 2018
Location: The Netherlands
Posts: 20

Original Poster
Rep: Reputation: Disabled
Nope, sorry, does not work. It shows me another grub boot screen (in black and white now) but the rest remains the same.
I don't use my Eee very often but as I wanted to take it on holiday with me I updated it about 4 (?) weeks ago to see if it still worked properly. And at that time it did.
But thinking back, I don't think I rebooted after the update, so it may be that the update is now causing this problem?

Last edited by Helga; 06-03-2018 at 02:51 PM.
 
Old 06-03-2018, 02:55 PM   #9
hydrurga
LQ Guru
 
Registered: Nov 2008
Location: Pictland
Distribution: Linux Mint 21 MATE
Posts: 8,048
Blog Entries: 5

Rep: Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925
It sounds to me as if the update *may* have installed a new kernel that disagrees with your system. The next time you reboot the system, please choose "Advanced options for Linux Lite" and tell us what is listed there.
 
Old 06-03-2018, 03:00 PM   #10
Helga
LQ Newbie
 
Registered: Jun 2018
Location: The Netherlands
Posts: 20

Original Poster
Rep: Reputation: Disabled
I do not get that option any more, now it says Advanced options for Ubuntu. Shall I change the grub back to what it was before so I then choose the Advance options for Linux Lite?
 
Old 06-03-2018, 03:03 PM   #11
hydrurga
LQ Guru
 
Registered: Nov 2008
Location: Pictland
Distribution: Linux Mint 21 MATE
Posts: 8,048
Blog Entries: 5

Rep: Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925
Quote:
Originally Posted by Helga View Post
I do not get that option any more, now it says Advanced options for Ubuntu. Shall I change the grub back to what it was before so I then choose the Advance options for Linux Lite?
Not yet (although I'm unsure why you had two sets of Advanced Options in the first place and why there is only one now).

Try the Advanced Options for Ubuntu and see what options it gives.
 
Old 06-03-2018, 03:07 PM   #12
Helga
LQ Newbie
 
Registered: Jun 2018
Location: The Netherlands
Posts: 20

Original Poster
Rep: Reputation: Disabled
The options I now have are

Ubuntu, with Linux 3.13.0-24-generic
Ubuntu, with Linux 3.13.0-24-generic (recovery mode)
 
Old 06-03-2018, 03:12 PM   #13
hydrurga
LQ Guru
 
Registered: Nov 2008
Location: Pictland
Distribution: Linux Mint 21 MATE
Posts: 8,048
Blog Entries: 5

Rep: Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925
Wow, that is an old kernel. More importantly though, there are no other kernels listed so there is no choice of using a previous kernel.

If you don't mind, can you revert your Grub file to the former one, reboot, and then see if the Linux Lite advanced options reappear?
 
Old 06-03-2018, 03:20 PM   #14
Helga
LQ Newbie
 
Registered: Jun 2018
Location: The Netherlands
Posts: 20

Original Poster
Rep: Reputation: Disabled
No problem, and they do. The choices I get when I choose that option are

Description: Linux Lite 2.6 GNU/Linux, with Linux 3.13.0-24-generic
Description: Linux Lite 2.6 GNU/Linux, with Linux 3.13.0-24-generic (recovery mode)


Just to be complete, in the grub I also get to choose advanced options for Debian GNU/Linux (4.0) (on /dev/sda1)
 
Old 06-03-2018, 03:24 PM   #15
hydrurga
LQ Guru
 
Registered: Nov 2008
Location: Pictland
Distribution: Linux Mint 21 MATE
Posts: 8,048
Blog Entries: 5

Rep: Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925
Quote:
Originally Posted by Helga View Post
No problem, and they do. The choices I get when I choose that option are

Description: Linux Lite 2.6 GNU/Linux, with Linux 3.13.0-24-generic
Description: Linux Lite 2.6 GNU/Linux, with Linux 3.13.0-24-generic (recovery mode)

Just to be complete, in the grub I also get to choose advanced options for Debian GNU/Linux (4.0) (on /dev/sda1)
Choices, choices. Ok, although we know what the likely result will be, can you now try the Debian GNU/Linux advanced options?
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
ASUS Eee PC 900 phlaw23 Linux - Laptop and Netbook 1 08-25-2014 02:40 PM
lfs on the asus eee (900 for me) jason87x Linux - Software 1 07-01-2009 09:48 PM
lfs on the asus eee (900 for me) jason87x Linux From Scratch 0 06-21-2009 09:55 PM
Trouble with wireless on ASUS EEE 900 ywnielsen Linux - Newbie 4 12-16-2008 08:23 AM
ASUS Eee 701 and 900...which one to buy? vous Linux - Hardware 10 06-11-2008 03:01 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Laptop and Netbook

All times are GMT -5. The time now is 12:40 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration