General :: Appending Acpi=off To Grub Two
Mar 12, 2010
I have a Toshiba Satellite L505D-GS6000 it had windows7 on it when I bought it new. Needless to say windows just ran too slow. The only Ubuntu distro that would boot up was Karmic 9.10. I had to append the phrase acpi=off to get the live ISO to boot I had to type acpi=off after the word splash. I saw it would boot so I installed it as the only OS on this computer.
Now when I boot up I am hitting the power button once and the back on again to get to the grub. I hit the E key use my arrows down to the word splash type acpi=off. Then hit CTRL X to boot up. How do I put this permanently into Grub2.
View 10 Replies
ADVERTISEMENT
Jan 14, 2010
Having trouble rebooting a system. Have a Ubuntu 9.10 (2.6.31-16 generic-pae) build on a VMWare installation. The system was fine until I rebooted after an update. Now I get the above message and the system halts loading. Have tried to Grub acpi=off and acpi=force to no avail.
View 1 Replies
View Related
May 29, 2011
When I run OpenSUSE from the Live CD using normal settings, booting stops with a blank screen a moment after the kernel is loaded. When running it with ACPI disabled, it works, but direct rendering is disabled, even though it detects my video card (Mobility Radeon HD 5650) correctly Here's the Xorg.0.log file: my xorg log - [URL]
View 3 Replies
View Related
Sep 29, 2010
I have the following as my $PROMPT_COMMAND in .bashrc:
Code:
PROMPT_COMMAND='
if [ $TERM = "screen" ]; then
MYPWD="${PWD/#$HOME/~}"
[ ${#MYPWD} -gt 20 ] && MYPWD=..${MYPWD:${#MYPWD}-18}
echo -n -e "33k$MYPWD33\"
fi
'
I am trying to append items to my PROMPT_COMMAND in another script/on command line. If I do the following:
[Code]....
I get no error. I've echoed the value of $PROMPT_COMMAND in both cases and their output is exactly the same.
View 4 Replies
View Related
Mar 21, 2011
I want to append following text to my profile file from script:
JAVA_HOME="/usr/lib/jvm/java-6-sun"
CATALINA_HOME="/usr/share/tomcat6"
CATALINA_BASE="/var/lib/tomcat6"
ANT_HOME="/usr/share/ant"
export JAVA_HOME CATALINA_HOME CATALINA_BASE ANT_HOME
Kindly let me know how can I accomplish this?
View 2 Replies
View Related
Feb 8, 2011
this is how we append a file at command line its like
cat>>file.txt
adasds
^D
but how to write the code for appending a file in a shell script i tried but its not running
cho "the contents of the file before appending"
cat ab.txt
echo `cat >> ab.txt
[code]....
View 3 Replies
View Related
May 18, 2010
Suppose I have a variable called filename which contains the name of a file but the name does not contain an extension.
View 4 Replies
View Related
Nov 7, 2010
I have random X freezes (suddenly keyboard and mouse stop to react). Xorg.O.log is error and warnings free. The only problems I see in syslog/ dmesg are related to ACPI.
I have Asus P5E3 Deluxe motherboard. Slackware 13.1
Linux vareg 2.6.33.4-smp #2 SMP Wed May 12 22:47:36 CDT 2010 i686 Intel(R) Core(TM)2 Duo CPU E8400 @ 3.00GHz GenuineIntel GNU/Linux
Code:
Code:
I ahve also today upgraded my BIOS to 1303 version. Still no difference.
View 14 Replies
View Related
Mar 10, 2011
I wish to append a text at the start of every line and save it to another file without changing the original file.know the command
For example:
Orignal.txt
a.txt
[code]...
View 5 Replies
View Related
Nov 26, 2010
Is there a way to automatically append date to the filenames of the photos imported using shotwell or f-spot?
View 9 Replies
View Related
Apr 1, 2011
I am combining data from a couple different input files and creating an output file in a specific format. I notice that if I use the >> operator, information gets appended to a new line in my output file. This is useful, but if I'd like to append onto the CURRENT line, is there an easy way to do this? I've been googling around and see lots of complicated answers, nothing that suggests to me an easy way to do this. For example, if my output file looks like this:
b1a:] cat test
hello my name is
b1a:]
and I'd simply like to append "Bob", how can I do it? If I use
b1a:] echo Bob >> test
b1a:] cat test
b1a:] hello my name is
Bob
b1a:]
So what I would prefer is some command that would create the result:
hello my name is Bob
View 14 Replies
View Related
Feb 23, 2011
I haven't been able to use linux for like 6 months I've tried Fedora 14, Debian Testing, Ubuntu 10.04 and now Mint KDE.
Whenever I boot any distro my laptop acts randombly, it gets to GDM and it freezes, or it lets me login and then freezes or works really slow, even through the shell.
The only thing I could figured is to insert acpi=off on the boot commands googling around, and there it boots.
My problem is that it gets overheated, I can't use any porcessor policy and I can't suspend my laptop with that boot line.
View 2 Replies
View Related
Aug 14, 2010
Bios is a good recommendation but will that affect the fan speed? I know about the acpi=off option, this does not work properly- even on suse. Maybe noapic would work better? Really is there a cover all command line instruction (for all distros) to turn the annoying thing off? Main problem occurs when watching the telly and the screensaver kicks in, with suze it turns the sound off as well, even after you have re-entered the password
View 1 Replies
View Related
Jun 30, 2011
Yesterday I thought I had solved my "Blank screen boot"-issue when I successfully got to the terminal login screen without the screen going black by booting with
Code:
Linux acpi=off
I spoke too soon. I found out shortly after that when trying to "startx" with acpi off gave me these errors:
Code:
WARNING: Error inserting i2c_algo_bit ("filepath"): No such device
WARNING: Error inserting intel_agp ("filepath"): No such device
[Code]....
Then I read somewhere that booting with "i915.modeset=0" might work. So I removed acpi=off from lilo and added this, and sure enough, I got to terminal login, but I get the same errors with "startx".
I must make it clear that I can successfully perform startx when I boot without "acpi=off" or "i915.modeset=0", I am unable to see the screen but I can hear the KDE fanfare, etc.
View 8 Replies
View Related
Apr 15, 2011
the command acpi gives me the percentage of battery that my laptop has.I would like to print the result of acpi in the hardstatus line of "screen".
View 5 Replies
View Related
Jul 14, 2011
I was wondering if it is possible to append some text to the output of ls. Like say, if i wanted to create symbolic links for all the files under a folder in my hard disk to a folder on my desktop, I could say (Pretty sure this won't work, but I am looking forward to something like this) echo ln -s | ls . This should append ln -s to all the files of ls.
View 2 Replies
View Related
Jul 4, 2010
I'm trying to make sure that my laptop will suspend if I unplug it after the lid is already closed, and I believe that one way to accomplish this would be to simulate an ACPI lid event when the power adapter is plugged or unplugged. In order to do this, I need to find a command that will generate a fake ACPI lid event. Is there any such command?
View 1 Replies
View Related
Jan 7, 2010
I just installed Fedora 12. When I boot, only the following three lines are printed: pnp 00:09: can't evaluate _CRS: 12298 ACPI: Expecting a [Reference] package element, found type 0 Kernel Panic - not syncing: VFS: Unable to mount root fs on unknown-block(0,0) I first installed Fedora using a RAID 1 setup that mirrored each partition, so I thought the problem was coming from GRUB and confusion from what to boot off of. However, I reinstalled Fedora using a simple single drive setup (left the second drive without any partition), and the same error was returned. Is this an ACPI issue with this particular motherboard/BIOS? Any ideas for how I can fix this?
View 1 Replies
View Related
Aug 9, 2010
I am trying to run prstat for an extended time, outputting to a file and appending a time-stamp to each line (running on Solaris 10). I have tried this:
prstat -c -U usrname 60 480 | nawk '$1=="PID" { "date +%d%m%Y-%H:%M:%S" | getline d ; close("date") } { print d,$0 }' > /tmp/fileName &
this only appends the time the command was started to each line. I would like to fix this so that a new time is recorded every 60 seconds.
View 1 Replies
View Related
Jun 21, 2010
I'm working on some code where I have two files. I know I can use cat file1 >> file2 to append file1 to the end of file2. What I was wondering is how I could append the first line of file 1 to the end of the first line of file2, then the second line, and so forth.
So if file1 was :
cat
dog
mouse
file2:
orange
red
blue
I want file2 to be:
orange cat
red dog
blue mouse
Also I need it to remove any duplicates from the same horizontal line.
View 5 Replies
View Related
Jun 4, 2010
I have ldap authentication working and the machine is joined to the domain, but I have to append the domain name to my login every time I log in. example: user@domain.I've been unable to find away to log in without appending the domain name to the username. Any ideas on how I can force the machine to automatically append the name for me?
View 2 Replies
View Related
Apr 1, 2011
It seems my laptop (an Acer Aspire One AOA150) runs out of MTRRs at boot. I've done some googling on the problem and read that people recommend turning on MTRR sanitizing to fix it, however, it still occurs. I'm running Arch Linux (but that shouldn't matter). You can see that I have enabled MTRR sanitization here:
[chris@helios ~]$ zgrep 'SANITIZER' /proc/config.gz
CONFIG_MTRR_SANITIZER=y
CONFIG_MTRR_SANITIZER_ENABLE_DEFAULT=1
CONFIG_MTRR_SANITIZER_SPARE_REG_NR_DEFAULT=1
Here is my relevant system info:
uname -a:
Linux helios 2.6.38-aao-light #1 SMP PREEMPT Fri Apr 1 03:02:37 BST 2011 i686 Intel(R) Atom(TM) CPU N270 @ 1.60GHz GenuineIntel GNU/Linux
dmesg potential warnings:
[ 0.000000] Notice: NX (Execute Disable) protection missing in CPU!
[ 0.000000] RCU-based detection of stalled CPUs is disabled.
[ 0.000000] Verbose stalled-CPUs detection is disabled.
[ 0.157222] ACPI Error: [CAPB] Namespace lookup failure, AE_ALREADY_EXISTS (20110112/dsfield-143)
[code]....
View 2 Replies
View Related
May 10, 2010
I'm trying to convert my flac files to mp3 to play on my portable player, however it is not appending the tags that are on the flac files to the converted mp3 files. However, I thought that pacpl was supposed to support this.
View 2 Replies
View Related
Nov 20, 2010
my Setup is Fedora 14 x64 + radeon hd 4830 i've downloaded .run package from ati site with latest driver for x64 systems. installed it, but didn't edited grub.conf becouse i didn't understood anything there (probably didn't spent enough time to get things understand) Now i've lost possibility to enter my Fedora system. during boot it lost it's modern blue boot screen (with filling drop), it was replaced by standard old boot screen with triple-color stripe. after this boot screen monitor start blinking going on and off. and on last step i'm getting "Fedora 14 boot bla bla bla something" on screen. nothing works except Ctrl+Alt+Delete. system reboots showing successful daemons shutting sequence. How can i edit grub menu from initial grub screen is it possible to it's own 'e' option or 'c' from grub command line?
View 4 Replies
View Related
Sep 20, 2010
I installed Debian 5.03 Lenny successfully on my machine. I got this error during boot: ACPI : invalid PBLK length [5]. After that the Operating System boots properly and starts normally. What does this error statement mean? Is it safe to work with this installation despite this error?
View 1 Replies
View Related
Jan 28, 2011
When I send mail via Evoultion it does seem to send ok but still the following error message comes up: Error while sending message. Failed to append to : Unknown error Appending to local 'Sent' folder instead. Not sure what's up with that but thought I would mention it.
View 3 Replies
View Related
Oct 21, 2010
how to add a path to PATH variable permanently so that it remains persisent even after closing shell and rebooting the system when i added a path, to variable it remained there as long as i didn't closed the shell. but when i reopened it ,changed were undone.
View 2 Replies
View Related
Oct 9, 2010
I have tested just now if my small compaq 110 will work with ubuntu 10.04.1, it works from the life CD, but it needs the acpi=off to be set.
Whe I install it from that CD, where do I have to set the acpi=off before I reboot? (the ubuntu will not boot otherwise)
View 3 Replies
View Related
Oct 28, 2010
I use Ubuntu live and wanted to run the session with ACPI turned off
So at boot-time using F6 I selected ACPI=off
However, pstree -p shows, on line 2,: acpid(1817)
So how do i really turn ACPI off?
View 1 Replies
View Related
Jan 26, 2010
I was reading this interesting article Fix Ubuntu Dropping Wireless on Suspend/Hibernate Resume - On The Road with Vicky Lamburn and I look in the /etc//default folder an don't see it can anyone tell where to find this in suse?
View 2 Replies
View Related