PCLinuxOS-Forums
News: ...FLASH!!! ...New PCLinuxOS Testing board now open. Register today! Be an active contributor to the PCLinuxOS future! ... Read all about it now, on THIS forum!!!..
 
*
Welcome, Guest. Please login or register. May 27, 2012, 01:32:45 PM


Login with username, password and session length


Pages: [1] 2   Go Down
  Print  
Author Topic: No ACPI (Solved: ACPI=off)  (Read 1003 times)
konaexpress
Sr. Member
****
Offline Offline

Posts: 476



« on: August 24, 2011, 11:21:29 AM »

Is there a way to make PCLOS start up with "No ACPI" at boot without hitting F3 at the splash screen? I think that is what it is called, the screen that gives you the option to start safe or reg.
Logged


lxdeuser

"Baby steps are best taken with the parent holding the baby's hands"
Hootiegibbon
Hero Member
*****
Offline Offline

Posts: 4206

Registered Linux User #421404


« Reply #1 on: August 24, 2011, 11:29:54 AM »

Is there a way to make PCLOS start up with "No ACPI" at boot without hitting F3 at the splash screen? I think that is what it is called, the screen that gives you the option to start safe or reg.

If this is an install simply remove acpi=on (if that exists) and replace it with noacpi in /boot/grub/menu.lst

Jase
Logged

** FORUM SEARCH **

I am Hootiegibbon, undisputed champion fo the typo

My .dotfiles
konaexpress
Sr. Member
****
Offline Offline

Posts: 476



« Reply #2 on: August 24, 2011, 11:39:02 AM »

Thanks for the help. It is installed, now, how do I find the menu.lst thing-a-ma-jig?
Logged


lxdeuser

"Baby steps are best taken with the parent holding the baby's hands"
sling-shot
Hero Member
*****
Offline Offline

Posts: 638


Satyameva Jayate | Truth Alone Triumphs.


« Reply #3 on: August 24, 2011, 11:43:37 AM »

Thanks for the help. It is installed, now, how do I find the menu.lst thing-a-ma-jig?

Quote from: hootiegibbon
If this is an install simply remove acpi=on (if that exists) and replace it with noacpi in /boot/grub/menu.lst

Jase

Ahem! He told you where to find it.
-SS.
Logged

===>>> The scariest thing about Jurassic Park was that the control systems were Unix.

AMD AthlonX2 3600+/ASUS M2NPV-VM/ATi HD4670/Onboard sound/3.5GB DDR2-533 RAM/SEAGATE 160+320GB HDD/SAMSUNG 17" Syncmaster/Creative SBS370 2.1/PCLinuxOS2010/KDE4
HP Mini 110-3027TU Netbook | Nokia E6-00
konaexpress
Sr. Member
****
Offline Offline

Posts: 476



« Reply #4 on: August 24, 2011, 11:53:22 AM »

Thanks for the quick and pointed reply. Can any one tell a Linux nube that only knows OS X what to open this thing with and what is the safest way to go about it?

Thanks again -John
Logged


lxdeuser

"Baby steps are best taken with the parent holding the baby's hands"
Hootiegibbon
Hero Member
*****
Offline Offline

Posts: 4206

Registered Linux User #421404


« Reply #5 on: August 24, 2011, 11:55:04 AM »

Thanks for the help. It is installed, now, how do I find the menu.lst thing-a-ma-jig?

open a terminal su to root and type

mcedit /boot/grub/menu.lst       #I like using mcedit for file editing substitute your preferred editor

locate the entry that refers to your default boot line

mine looks like this

Quote
title linux
kernel (hd0,0)/boot/vmlinuz BOOT_IMAGE=linux root=UUID=a759ce94-5374-4454-baab-33ec2f0ffcd2  quiet vmalloc=256M acpi=on resume=UUID=9f66837d-a1df-48c3-a18b-4cd58f7976e9 splash=silent
initrd (hd0,0)/boot/initrd.img

just remove the acpi=on entry and add noacpi to the end

Quote
title linux
kernel (hd0,0)/boot/vmlinuz BOOT_IMAGE=linux root=UUID=a759ce94-5374-4454-baab-33ec2f0ffcd2  quiet vmalloc=256M resume=UUID=9f66837d-a1df-48c3-a18b-4cd58f7976e9 splash=silent noacpi
initrd (hd0,0)/boot/initrd.img

dont forget to exit out of the su terminal once done

I would also like to politly bring the forum search function to your attention

Jase
Logged

** FORUM SEARCH **

I am Hootiegibbon, undisputed champion fo the typo

My .dotfiles
Vortеx
Hero Member
*****
Offline Offline

Posts: 2010


Vorteks without the Secretary


« Reply #6 on: August 24, 2011, 11:59:57 AM »

In a file manager go to the upper directory that is / , dive into the boot subdirectory, then dive to grub subdirectory and see there menu.lst file.
Make a copy with different name, say menu.lst.bak that you could rename back if needed. After that open menu.lst with root privileges, edit and save. Reboot and see if you are satisfied.
Logged
konaexpress
Sr. Member
****
Offline Offline

Posts: 476



« Reply #7 on: August 24, 2011, 12:01:11 PM »

Thanks, got it, I'm going to have to learn the terminal thing. Su to root? Is this like a change directory command?  Better yet, is there a terminal "Primer" that I can read?
Logged


lxdeuser

"Baby steps are best taken with the parent holding the baby's hands"
ElCuervo
Hero Member
*****
Offline Offline

Posts: 4087


I'm walking on sunshine!


« Reply #8 on: August 24, 2011, 12:50:41 PM »

There are hundreds of cheat sheets and primers on the Internet for doing command line work - just do a google search on bash shell or similar. Here is one example:

http://linuxcommand.org/learning_the_shell.php
Logged

"If there were no change, there would be no butterflies" - Walt Disney

http://linuxcounter.net/cert/433721.png
menotu
PCLinuxOS Tester
Super Villain
*******
Offline Offline

Posts: 11991

┌∩┐(◕_◕)┌∩┐


« Reply #9 on: August 24, 2011, 01:32:20 PM »

A quickie

su - gives you higher - root -  privileges (it's sometimes known as being super-user)

so in a Terminal type

su    (press enter)

enter password (note, password characters are not shown on screen) and press enter

You should now see the terminal font colour change to (probably) red

Normally your terminal would show something like

konaexpress@localhost:

after becoming root it will change to

root@localhost

Now as root you will have higher privileges enabling you to edit/open more files and apps etc.


Logged

If you can keep you head while all around you are losing theirs, then you have misunderstood the situation.

PCLinuxOS 32bit & 64bit; 3.2.17bfs kernel, KDE 4.8.3; nvidia 295.53, Athlon 64 X2 4200+; 4GB Ram; NVidia GeForce 8400GS 1GB; x.org 1.10.4 ; 500GB/320GB
Neal ManBear
Administrator
Super Villain
*****
Offline Offline

Posts: 15203


LXDE! Coffee, Bacon and Cheesecake!


« Reply #10 on: August 24, 2011, 01:39:15 PM »

"su" = literally "switch user"
Use this command to log in as root in the terminal.
Open terminal > type su > type the <Enter> key > give the root password when prompted > the terminal's prompt will change to reflect the switch.     
Quote
[neal@thecoffeeshop ~]$ su
Password:
[root@thecoffeeshop neal]#


After doing the work you need to do, there is a very important command to use >>> exit. This will switch you back to your user account in the terminal.       
Logged

Vortеx
Hero Member
*****
Offline Offline

Posts: 2010


Vorteks without the Secretary


« Reply #11 on: August 24, 2011, 03:14:37 PM »

"su" = literally "switch user"
I think the same.

Command
su
is understood as if you wanna take all responsibility - or become the root. You ought to know the root password.

Command
su <username>
is understood as if you wanna become that user. You have to know the user password for this.
Logged
konaexpress
Sr. Member
****
Offline Offline

Posts: 476



« Reply #12 on: August 24, 2011, 03:45:23 PM »

In other words, I sometimes have two different hats, one as a user and one as the IT administrator on the same computer?

In other words, sometimes I feel like a nut and sometimes I don't. Cheesy Got it, thanks for the help.
Logged


lxdeuser

"Baby steps are best taken with the parent holding the baby's hands"
Vortеx
Hero Member
*****
Offline Offline

Posts: 2010


Vorteks without the Secretary


« Reply #13 on: August 24, 2011, 03:56:18 PM »

In other words, I sometimes have two different hats, one as a user and one as the IT administrator on the same computer?
Yes and you have the choice to swap them if you know the root (you call it "administator") password.
Logged
Vortеx
Hero Member
*****
Offline Offline

Posts: 2010


Vorteks without the Secretary


« Reply #14 on: August 24, 2011, 04:08:31 PM »

Command who returns the active users on the machine.
"d" is the username of a registered user on this machine whom password I know (my Mom actually Smiley).

=========================
[Vorteks@thenudiebar ~]$ who
Vorteks        :0           2011-08-24 23:00
Vorteks        pts/0        2011-08-24 23:00
Vorteks        pts/1        2011-08-24 23:59
[Vorteks@thenudiebar ~]$ su
Password:
[root@thenudiebar Vorteks]# who
Vorteks        :0           2011-08-24 23:00
Vorteks        pts/0        2011-08-24 23:00
Vorteks        pts/1        2011-08-24 23:59
[root@thenudiebar Vorteks]# exit
exit
[Vorteks@thenudiebar ~]$ su d
Password:
[d@thenudiebar Vorteks]$ who
Vorteks        :0           2011-08-24 23:00
Vorteks        pts/0        2011-08-24 23:00
Vorteks        pts/1        2011-08-24 23:59
[d@thenudiebar v]$ exit
exit
[Vorteks@thenudiebar ~]$
[Vorteks@thenudiebar ~]$ su -
Password:
[root@thenudiebar ~]# who
Vorteks        :0           2011-08-24 23:00
Vorteks        pts/0        2011-08-24 23:00
Vorteks        pts/1        2011-08-24 23:59
[root@thenudiebar ~]# exit
[Vorteks@thenudiebar ~]$
=========================
Logged
Pages: [1] 2   Go Up
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.16 | SMF © 2011, Simple Machines

Valid XHTML 1.0! Valid CSS! Dilber MC Theme by HarzeM