LinuxQuestions.org
Visit Jeremy's Blog.
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-23-2016, 09:38 AM   #1
arthurayetiss1
LQ Newbie
 
Registered: Jun 2016
Posts: 5

Rep: Reputation: Disabled
Booting Lubuntu/Ubuntu from USB on an HP 2133 Netbook results in weird screen


I tried booting Ubuntu 16.04 from a Live USB on my HP 2133. Following the initial menu and the Ubuntu loading screen, the screen did some funky stuff for a few seconds and then went black and stayed that way.

I did some research, and from all that I read, I found that other people who were having trouble booting Linux on the same hardware thought their problems were connected to the video card.

The video card on my HP 2133 is a VIA Chrome9 HC IGP.

I subsequently tried Lubuntu 16.04 but was met with the same results.
 
Old 06-23-2016, 10:16 AM   #2
Emerson
LQ Sage
 
Registered: Nov 2004
Location: Saint Amant, Acadiana
Distribution: Gentoo ~amd64
Posts: 7,661

Rep: Reputation: Disabled
Have a look at this page, it is for Arch, but it gives you insight about VIA IGP driver. Try booting with modprobe.blacklist=viafb as suggested.
 
Old 06-23-2016, 01:41 PM   #3
biosboy4
Member
 
Registered: Aug 2015
Distribution: Debian, SUSE, NXOS
Posts: 242

Rep: Reputation: 38
Don't forget to
Quote:
blacklist the viafb module
immediately after you install the system or you may end up arguing with every reboot.
 
Old 06-29-2016, 02:31 PM   #4
arthurayetiss1
LQ Newbie
 
Registered: Jun 2016
Posts: 5

Original Poster
Rep: Reputation: Disabled
How do I access the kernel commandline (which is what the page you sent me to suggested doing)?

Last edited by arthurayetiss1; 06-29-2016 at 02:36 PM.
 
Old 06-29-2016, 05:02 PM   #5
yancek
LQ Guru
 
Registered: Apr 2008
Distribution: Slackware, Ubuntu, PCLinux,
Posts: 10,492

Rep: Reputation: 2488Reputation: 2488Reputation: 2488Reputation: 2488Reputation: 2488Reputation: 2488Reputation: 2488Reputation: 2488Reputation: 2488Reputation: 2488Reputation: 2488
When booting your Ubuntu usb, you should see a boot menu. When it is highlighted, hit the 'e' key on your keyboard and the menu should change and you will several lines of text one of which begins with the word 'linux'. Arrow down to that line and arrow right to the section where the boot parameters are and enter:

Code:
 modprobe.blacklist=viafb
Save the changes and continue booting. If you see a key option at the bottom of the screen to set parameters you could use that option, it's simpler. This is a one time change to boot the usb and you will have to do the blacklist after install.
 
Old 06-29-2016, 09:26 PM   #6
arthurayetiss1
LQ Newbie
 
Registered: Jun 2016
Posts: 5

Original Poster
Rep: Reputation: Disabled
I tried hitting e, but nothing happened.

When I hit escape, a screen that said "boot: live, live install, etc." appeared.

When I hit tab (after rebooting), the screen didn't change but at the bottom of the install boot menu, there was a line that said "/casper/..." and so on.
 
Old 06-29-2016, 09:43 PM   #7
syg00
LQ Veteran
 
Registered: Aug 2003
Location: Australia
Distribution: Lots ...
Posts: 21,120

Rep: Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120
Just add it to the end of that line (caveat; I haven't booted a Ubuntu liveCD in years ...)
 
Old 07-12-2016, 09:05 AM   #8
arthurayetiss1
LQ Newbie
 
Registered: Jun 2016
Posts: 5

Original Poster
Rep: Reputation: Disabled
Still no success. I even tried appending the modeprobe.blacklist=viafb string to \boot\grub\loopback.cfg and \isolinux\txt.cfg.
 
Old 07-12-2016, 05:29 PM   #9
yancek
LQ Guru
 
Registered: Apr 2008
Distribution: Slackware, Ubuntu, PCLinux,
Posts: 10,492

Rep: Reputation: 2488Reputation: 2488Reputation: 2488Reputation: 2488Reputation: 2488Reputation: 2488Reputation: 2488Reputation: 2488Reputation: 2488Reputation: 2488Reputation: 2488
The Ubuntu documentation at their site below explains other options in more detail. Using the 'e' key is very standard and has been for years. Not sure why it would not work. Have you tried using this flash drive on another computer and what results did you have. I'm not sure how you tried to make the changes you mention in your last post as an Ubuntu Live usb is read-only and no changes are saved on reboot. The boot options changes discussed at the site below are also one time changes.

https://help.ubuntu.com/community/BootOptions
 
Old 07-14-2016, 02:09 AM   #10
ondoho
LQ Addict
 
Registered: Dec 2013
Posts: 19,872
Blog Entries: 12

Rep: Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053
Quote:
Originally Posted by arthurayetiss1 View Post
Still no success. I even tried appending the modeprobe.blacklist=viafb string to \boot\grub\loopback.cfg and \isolinux\txt.cfg.
i can't help but notice that there seems to be more than 1 typo in there:
Code:
'modeprobe' != 'modprobe'
'\' != '/'
arthurayetiss1, please separate code from other text by putting it in code blocks (see my sig) and keep in mind that computers are very unforgiving with syntax.
 
Old 07-20-2016, 02:15 AM   #11
arthurayetiss1
LQ Newbie
 
Registered: Jun 2016
Posts: 5

Original Poster
Rep: Reputation: Disabled
@yancek I don't know why the 'e' key wasn't working, but I tried that multiple times. As far as the live usb being read-only, I was able to access and modify it in Windows 7.

@ondoho Thanks for the advice about the code blocks; I will do so in the future.

I was able to boot up ArchLinux using:
Code:
modprobe.blacklist=viafb
However, I still have had no success with Ubuntu.

Last edited by arthurayetiss1; 07-20-2016 at 02:16 AM.
 
  


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
LXer: Ubuntu MATE vs Lubuntu On An Old Netbook LXer Syndicated Linux News 0 11-17-2014 04:00 PM
Syslinux copyright screen is all that apears when booting Ubuntu from a USB stick Fuzzer37 Linux - Software 1 04-05-2014 04:01 PM
Black screen when booting/installing Ubuntu 12.04 from USB HolyMythos Linux - Newbie 4 05-02-2012 02:33 AM
[SOLVED] Black screen after booting Ubuntu 11.10 from USB Idealistic Linux - Newbie 8 04-21-2012 05:42 AM

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

All times are GMT -5. The time now is 04:53 PM.

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