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 07-12-2009, 09:20 AM   #16
repo
LQ 5k Club
 
Registered: May 2001
Location: Belgium
Distribution: Arch
Posts: 8,529

Rep: Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899

Also, you can add the options
acpi=off apic=off failsafe
by editing /boot/grub/menu.lst

After complete boot,
Press CTRL_ALT_F1
login
type
Code:
sudo mv /boot/grub/menu.lst /boot/grub/menu.lst.backup
to make a backup of the original file
Then type
Code:
sudo nano /boot/grub/menu.lst
look for he line
Quote:
kernel /vmlinuz-2.6.26-2-686 root=/dev/sdb5 ro
make it look lika
Quote:
kernel /vmlinuz-2.6.26-2-686 root=/dev/sdb5 ro acpi=off apic=off failsafe
/vmlinuz-2.6.26-2-686 root=/dev/sdb5
can be different in your case

safe the file reboot

Don't give up to fast.

Last edited by repo; 07-12-2009 at 09:24 AM.
 
Old 07-12-2009, 09:30 AM   #17
elvinkruger
LQ Newbie
 
Registered: Jul 2009
Posts: 12

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by repo View Post
Did you do the reconfiguring?
yes...the configuration is mostly about the type of keyboard layout...
 
Old 07-12-2009, 09:33 AM   #18
repo
LQ 5k Club
 
Registered: May 2001
Location: Belgium
Distribution: Arch
Posts: 8,529

Rep: Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899
Quote:
yes...the configuration is mostly about the type of keyboard layout...
and the videocard
 
Old 07-12-2009, 09:43 AM   #19
elvinkruger
LQ Newbie
 
Registered: Jul 2009
Posts: 12

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by repo View Post
and the videocard
there is no mention of my video card ???? there is only a mention of some sort of a buffer thing that you can change to on or of
 
Old 07-12-2009, 10:10 AM   #20
elvinkruger
LQ Newbie
 
Registered: Jul 2009
Posts: 12

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by repo View Post
Also, you can add the options
acpi=off apic=off failsafe
by editing /boot/grub/menu.lst

After complete boot,
Press CTRL_ALT_F1
login
type
Code:
sudo mv /boot/grub/menu.lst /boot/grub/menu.lst.backup
to make a backup of the original file
Then type
Code:
sudo nano /boot/grub/menu.lst
look for he line

make it look lika


/vmlinuz-2.6.26-2-686 root=/dev/sdb5
can be different in your case

safe the file reboot

Don't give up to fast.
did not work,got a message saying-> cannot stat '/boot/grub/menu.1st':no such file or directory
 
Old 07-12-2009, 10:13 AM   #21
repo
LQ 5k Club
 
Registered: May 2001
Location: Belgium
Distribution: Arch
Posts: 8,529

Rep: Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899
Quote:
did not work,got a message saying-> cannot stat '/boot/grub/menu.1st':no such file or directory
It is
Quote:
/boot/grub/menu.lst
with the "l" from linux, not the "1" from one
 
Old 07-12-2009, 10:23 AM   #22
elvinkruger
LQ Newbie
 
Registered: Jul 2009
Posts: 12

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by repo View Post
It is


with the "l" from linux, not the "1" from one
HAHA,oops,my bad....thanks for you trouble!
 
Old 07-12-2009, 01:27 PM   #23
elvinkruger
LQ Newbie
 
Registered: Jul 2009
Posts: 12

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by repo View Post
Also, you can add the options
acpi=off apic=off failsafe
by editing /boot/grub/menu.lst

After complete boot,
Press CTRL_ALT_F1
login
type
Code:
sudo mv /boot/grub/menu.lst /boot/grub/menu.lst.backup
to make a backup of the original file
Then type
Code:
sudo nano /boot/grub/menu.lst
look for he line

make it look lika


/vmlinuz-2.6.26-2-686 root=/dev/sdb5
can be different in your case

safe the file reboot

Don't give up to fast.
This caused me MAJOR problems!!!!!!!!!!! Could not access any of the 2 OS, the green grub menu did not show, eventually i reinstalled mint again,luckily it worked,but i think i have two mint7's installed now.

I am sick of Linux!,this was a very bad experience, can you pleas help me to get it uninstalled, i don't know how to do it.How can I go back to Windows only on my PC
 
Old 07-12-2009, 02:43 PM   #24
repo
LQ 5k Club
 
Registered: May 2001
Location: Belgium
Distribution: Arch
Posts: 8,529

Rep: Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899
Take a look at
http://quainttech.blogspot.com/2007/...ista-dual.html
 
  


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
Black screen (power saving) is not coming up on login screen Metaleks Red Hat 1 11-24-2008 04:05 PM
Black Screen instead of Login screen in Graphical Mode synkronus SUSE / openSUSE 8 05-04-2007 08:17 AM
Help! Black screen instead of login screen! Intel integrated graphics coolblue SUSE / openSUSE 10 05-03-2007 05:30 PM
Etch - Occasionally black screen just before login screen coolblue Debian 3 04-18-2007 09:10 PM
Installed Mepis 3.4_rc3: only allows command line login (black screen) smiley_lauf MEPIS 8 01-29-2006 04:03 PM

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

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