LinuxQuestions.org
Review your favorite Linux distribution.
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-21-2014, 04:11 PM   #1
evodawg
Member
 
Registered: Feb 2006
Location: Southern California
Distribution: Man. 2009 PClinux 2014
Posts: 107

Rep: Reputation: 17
ASUS, Eee notebook laptop And Linux install


I have Window XP and an old PC Linux 2010 OS installed on it now. When I installed PC Linux 2010 it installed A Grub Boot Menu. I have tried to install PC Linux 2014 But it boots right to the Grub menu. How do I remove the Grub Menu? I have the machine to boot from USB device first but It keeps coming back to the Grub Menu with PC Linux and Windows XP. PC Linux 2010 has become useless because of an update that changed all the KDE Menus. Windows XP boots up fine. I'm sure I have to do something with the Master Boot Record but I'm not sure and I don't want to loose Win XP.

Thanks in advance!!!
 
Old 06-22-2014, 10:09 AM   #2
michaelk
Moderator
 
Registered: Aug 2002
Posts: 25,703

Rep: Reputation: 5896Reputation: 5896Reputation: 5896Reputation: 5896Reputation: 5896Reputation: 5896Reputation: 5896Reputation: 5896Reputation: 5896Reputation: 5896Reputation: 5896
How did you create the flash drive? If not recognized as bootable the BIOS will automatically select the next device which is the hard drive. So messing with the MBR/GRUB will not help.
 
Old 06-22-2014, 02:58 PM   #3
evodawg
Member
 
Registered: Feb 2006
Location: Southern California
Distribution: Man. 2009 PClinux 2014
Posts: 107

Original Poster
Rep: Reputation: 17
Quote:
Originally Posted by michaelk View Post
How did you create the flash drive? If not recognized as bootable the BIOS will automatically select the next device which is the hard drive. So messing with the MBR/GRUB will not help.
I have tried a couple,PCLinux live USB Creator and UNetbootin. Also tried some Window based USB LIVE Creators. None have worked up till now. I did this years ago on this netbook but for some reason I'm having trouble now.
 
Old 06-23-2014, 06:50 AM   #4
RockDoctor
Senior Member
 
Registered: Nov 2003
Location: Minnesota, US
Distribution: Fedora, Ubuntu, Manjaro
Posts: 1,791

Rep: Reputation: 427Reputation: 427Reputation: 427Reputation: 427Reputation: 427
No guarantees I'm remembering correctly, but won't PCLinuxOS allow you to create a bootable flashdrive using dd?
 
Old 06-23-2014, 10:16 AM   #5
dolphin_oracle
MX Linux
 
Registered: Dec 2013
Posts: 402

Rep: Reputation: Disabled
On an Asus EEEPC, there is a special boot accelerator option the bios that will skip all checks and go straight to the hard drive. That will need to be disabled to boot usb.

You may also need to hit ESC while booting to access a boot menu. This is necessary on my 904ha eeepc.
 
Old 06-24-2014, 01:24 AM   #6
evodawg
Member
 
Registered: Feb 2006
Location: Southern California
Distribution: Man. 2009 PClinux 2014
Posts: 107

Original Poster
Rep: Reputation: 17
Quote:
Originally Posted by RockDoctor View Post
No guarantees I'm remembering correctly, but won't PCLinuxOS allow you to create a bootable flashdrive using dd?
Not sure what you mean by dd ?
 
Old 06-24-2014, 01:26 AM   #7
evodawg
Member
 
Registered: Feb 2006
Location: Southern California
Distribution: Man. 2009 PClinux 2014
Posts: 107

Original Poster
Rep: Reputation: 17
Quote:
Originally Posted by dolphin_oracle View Post
On an Asus EEEPC, there is a special boot accelerator option the bios that will skip all checks and go straight to the hard drive. That will need to be disabled to boot usb.

You may also need to hit ESC while booting to access a boot menu. This is necessary on my 904ha eeepc.
Remember accessing the Bios and the Boot Accelerator. Will need to go back and check it out.

Thanks,
Will give it a try

Last edited by evodawg; 06-24-2014 at 11:30 AM.
 
Old 06-24-2014, 09:45 AM   #8
RockDoctor
Senior Member
 
Registered: Nov 2003
Location: Minnesota, US
Distribution: Fedora, Ubuntu, Manjaro
Posts: 1,791

Rep: Reputation: 427Reputation: 427Reputation: 427Reputation: 427Reputation: 427
Quote:
Originally Posted by evodawg View Post
Not sure what you mean by dd ?
As root from a terminal
Code:
dd if=mini.iso of=/dev/sdg bs=4M
will copy the file mini.iso in the current directory to the device my system recognizes as /dev/sdg with a block size of 4MB. if the iso file to be copied is properly prepared, the result is a bootable flash drive. Fedora live cd/dvd iso files are so-prepared.
 
Old 06-24-2014, 11:37 AM   #9
evodawg
Member
 
Registered: Feb 2006
Location: Southern California
Distribution: Man. 2009 PClinux 2014
Posts: 107

Original Poster
Rep: Reputation: 17
Quote:
Originally Posted by RockDoctor View Post
As root from a terminal
Code:
dd if=mini.iso of=/dev/sdg bs=4M
will copy the file mini.iso in the current directory to the device my system recognizes as /dev/sdg with a block size of 4MB. if the iso file to be copied is properly prepared, the result is a bootable flash drive. Fedora live cd/dvd iso files are so-prepared.
I'll give that a try. Figured dd was a command, just didn't remember what it did. So many commands and so little memory, mine!
 
Old 06-24-2014, 12:24 PM   #10
evodawg
Member
 
Registered: Feb 2006
Location: Southern California
Distribution: Man. 2009 PClinux 2014
Posts: 107

Original Poster
Rep: Reputation: 17
Quote:
Originally Posted by RockDoctor View Post
As root from a terminal
Code:
dd if=mini.iso of=/dev/sdg bs=4M
will copy the file mini.iso in the current directory to the device my system recognizes as /dev/sdg with a block size of 4MB. if the iso file to be copied is properly prepared, the result is a bootable flash drive. Fedora live cd/dvd iso files are so-prepared.
Should the USB be setup as a Fat32 or a linux partition?
 
Old 06-24-2014, 01:09 PM   #11
rokytnji
LQ Veteran
 
Registered: Mar 2008
Location: Waaaaay out West Texas
Distribution: antiX 23, MX 23
Posts: 7,112
Blog Entries: 21

Rep: Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474
Quote:
Originally Posted by evodawg View Post
Should the USB be setup as a Fat32 or a linux partition?
It won't matter. dd will replace what is on there anyways. Just a note. Back when I owned 2 eeepcs.
There was a bios setting that would say something like finished.
It has has been awhile since I sold both of mine so I can't remember details.

I remember I had to take it off of finished to boot a usb and install a different linux system.
One of my old screenys

http://murga-linux.com/puppy/viewtop...ee14f97ebe9870

That was on my 701SD.
 
Old 06-24-2014, 01:29 PM   #12
273
LQ Addict
 
Registered: Dec 2011
Location: UK
Distribution: Debian Sid AMD64, Raspbian Wheezy, various VMs
Posts: 7,680

Rep: Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373
I know on this EEE setting it to boot from USB does not set it to boot from USB. Instead I have to go into BIOS and change teh hard drive boot order to boot from the USB stick (which appears in the list as "DataTraveller" or whichever brand/model it is) first then it boots to the installer or live USB fine.
 
Old 06-24-2014, 02:13 PM   #13
evodawg
Member
 
Registered: Feb 2006
Location: Southern California
Distribution: Man. 2009 PClinux 2014
Posts: 107

Original Poster
Rep: Reputation: 17
Thanks, got it working using the esc key and forcing it to a boot screen. This issue has been resolved!
 
Old 06-24-2014, 05:36 PM   #14
evodawg
Member
 
Registered: Feb 2006
Location: Southern California
Distribution: Man. 2009 PClinux 2014
Posts: 107

Original Poster
Rep: Reputation: 17
I spoke to soon. I cannot boot into either Windows or PCLinux unless I use the USB Stick. With it I can get to both OS's What I'd like to do is keep Windows and its start up menu and install PCLinux later. I just need this notebook to work with windows because I have 2 programs I use with my Radio Controlled Off Road Racing Trucks. These programs aren't available on Linux. You know how it is? I just use windows for these 2 programs. Anyone know how to restore the Boot Record in Windows XP? The Grub menu comes up but its corrupted.
 
Old 06-24-2014, 07:18 PM   #15
sgosnell
Senior Member
 
Registered: Jan 2008
Location: Baja Oklahoma
Distribution: Debian Stable and Unstable
Posts: 1,943

Rep: Reputation: 542Reputation: 542Reputation: 542Reputation: 542Reputation: 542Reputation: 542
You probably need to reinstall grub to /dev/sda. Right now everything seems to point grub to the USB drive instead. There are several how-tos available for that. Google will find them for you.
 
  


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 Gnu/Linux install questions Krautnribs Linux - General 2 08-26-2011 07:01 AM
Installing kino on a Asus Eee PC small notebook widdowst Linux - Newbie 1 11-10-2008 10:05 PM
LXer: Everex follows Asus Eee to announce 9in sub-notebook LXer Syndicated Linux News 1 01-28-2008 01:25 PM
LXer: Asus Eee PC mini-Linux laptop is arrives LXer Syndicated Linux News 0 11-02-2007 03:30 AM

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

All times are GMT -5. The time now is 12:56 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