Ubuntu :: Can't Boot - Error: Unknown Command "terminal Output"
Oct 30, 2010
I know I screwed up something. I was using Ubuntu 10 minutes ago without a hitch. Then I tried reducing the time I needed to select something in GRUB. So basically, I found this command:
[Code]...
I got it when I tried reducing the GRUB_TIMEOUT from the code above. I feel so furious now because I knew it was a bad idea to fix something that isn't broke. Can my Wubi install still be saved?
View 7 Replies
ADVERTISEMENT
Mar 6, 2011
I didn't like the white on black grub menu, found it hard to read. so modified the /etc/grub.d/05_debian_theme
Code:
set menu_color_normal=white/black
set menu_color_highlight=black/light-grey
(This is where the silly old fart comes in, I didn't comment out the original lines, I just deleted the black/white, black /light-grey and reversed them.)then I updated grub, rebooted, and got this message from grub.
Quote:
error Invalid mode 1280X1024
error unknown command "terminal"
warning Invalid background color "light-grey"
Maybe a while ago I did play with the resolution for some reason or other. But I did a
Code:
vbeinfo
and 1280X1024 came up as OK. No idea about the "terminal" thing. Maybe "light-grey" should be "light_grey" look at their /etc/grub.d/05_debian_theme and post the below lines
Code:
cat << EOF
set menu_color_normal=white/black
set menu_color_highlight=black/light-grey
[code].....
View 4 Replies
View Related
Feb 24, 2009
I'm running Debian testing and after a recent software update, suddenly I can no longer boot into my single Linux kernel image anymore. I did look at the software update before I did it and I don't believe that it removed any software packages. When I try to boot into my linux 2.6.26-1-amd64 image, I get the following message from grub:"error: unknown command `initrd'"..The same error appears if I try to boot into single-user mode. I have a Windows XP partition on the same hard disk and I am still able to boot into that from grub. I've searched the net and haven't really found my same problem replicated anywhere. I would imagine that the problem is just that somehow the initrd package got removed in my last software update, but again I don't recall seeing any software that the update planned to remove.
Any thoughts on how I would go about fixing this problem? Since I'm unable to get into Linux at all, I imagine I'll have to use a LiveCD to get in and fix the problem, but I don't know where to begin looking.
View 8 Replies
View Related
Jul 3, 2009
I am using openSUSE 10.3.When I install software from tarball then to record time required I send output of date to beg.txt(when installation begins) and end.txt (when installation finishes).How can I append output of date to a file so I don't need two files?
View 4 Replies
View Related
Jul 22, 2011
Tried to make a text file and write something in it (a link) quickly as possible, because I was in a rush. So did this:
[Code]...
Now, looking briefly at the output, can't get what's happened lol! I mean, it's html for crying out loud. Not 'scripting' n all. What do you guys reckon has happened?
View 12 Replies
View Related
Jan 4, 2011
I moved from a Linux environment from one company to another and one annoying difference came out:When I used to run an application in a terminal (no GUI), the transcript lines were presented one the window - when the window was full then the scrolling of the lines would continue only if one hit the space bar to proceed (of course waiting to user input did not stop the run).
In the new environment the behavior is different - transcript lines keep going on and on so I need to scroll up - and moreover each page-up command is cancelled by the new lines appearing.perhaps this is also reproduce with other Linux commands , say "find" or "ls".
View 4 Replies
View Related
Apr 23, 2011
is it possible to log the command output's history that are previously printed messages in the terminal to a file? that is the first command output when i first opened terminal through the last command.
View 5 Replies
View Related
Sep 2, 2010
I saw 2 users asking the same question, but no one has answered that post...
I am posting this because it is also happening to me.
I've installed (through Wubi) Ubuntu 10.04, after rebooting, I've got this error, waiting a couple seconds, Ubuntu started normally. This message now repeats whenever I start Ubuntu.
Error: unknown command, keystatus
I always get this message when I boot to Ubuntu. How can I get rid of this message and fix this issue.
View 4 Replies
View Related
Jan 28, 2011
I've just carried out an update and when I rebooted it won't let me passed the choose screen with Windows 7 or Ubuntu on it, I choose the Ubuntu and Error: unknown command - load font flashes for a second and then the machine reboots!I can't get any further into Ubuntu than that, any one have any ideas of how I can get back in????
View 2 Replies
View Related
Jun 16, 2010
Installed 10.04 from a setup CD. Installation ran great. THen was prompted to install additional updates possible 180+ updates. Installed updates. Now when I reboot the system beforethe desktop appears I receive the following:error: No suitable mode founderror" unknown command "Terminal"THe unbuntu desktop appears all blank with no icons
View 2 Replies
View Related
Sep 18, 2010
i am running fedora core 13 and have some probs with fast-track / metasploit when i use fasttrack and metasploit starts i get this
Code:
msf > db_driver sqlite3
[-] Unknown command: db_driver.
msf > db_destroy pentest
[-] Unknown command: db_destroy.
[acode]...
fasttrack is installt corectly and installt metasploit with the rpm packige,
View 2 Replies
View Related
Nov 11, 2010
We make everyday a DB Mysql backup on Linux redhat Enterprise. We are using a bash shell script (and putting it in the crontab) to execute it automatically everyday. We added a line to this script telling, once the backup has completed, to find old backup files (stored on hard disk after each backup) older than x days to remove them. We use the find command (search for file type) with the mtime option and in combination with rm command. Everything runs ok but we also want to add some new code to the same line: If find command cannot find anything or fails, for example if it cannot delete file or fails, send the error message (standard error output) to an error file (like error000001 and increasing) and mail the errorxxxx file to an email address for example to admin@companyname.com. What would be the code for this issue to add it to our find command in the same bash shell script??
View 2 Replies
View Related
Mar 16, 2011
I'm new to Fedora and the Red Hat way of doing things, having been a Ubuntu/Mint user for the last 5-6 years. I've been using Fedora for my daily computer now for the last 3-4 months - a change that has definitely been for the better! However, earlier this morning I went to install a .rpm, and yum output via terminal the following error:
Code:
[leeky@darkstar ~]$ sudo yum install opera
[sudo] password for leeky:
Loaded plugins: fastestmirror, langpacks, presto, refresh-packagekit
Adding en_US to language list
Loading mirror speeds from cached hostfile
* fedora: mirror.netrino.co.uk
* rpmfusion-free: mirror01.th.ifl.net
* rpmfusion-free-updates: mirror01.th.ifl.net
* rpmfusion-nonfree: mirror01.th.ifl.net
* rpmfusion-nonfree-updates: mirror01.th.ifl.net
* updates: mirror.netrino.co.uk
Error: database disk image is malformed
[leeky@darkstar ~]$
This is the first time I have received this error. I've now tried the following methods of resolving this problem with no luck:
1. Code:
yum clean all
2. Code:
yum clean metadata
yum clean dbcache
yum makecache
3. Physically removing the /var/libs/yum folder, and creating a new "yum" folder, and then step two above to rebuild it. Either way the problem then still returns in terminal.
View 2 Replies
View Related
Apr 24, 2010
I'm installing and configuring my first server using RackSpace CloudServers running Ubuntu Karmic Koala (9.10) and I'm now installing iRedMail. The installation runs successfully until I recieve this error:
Code:
The following packages have unmet dependencies: mysql-server-5.0: Depends: mysql-server-core-5.0 (>= 5.1.30really5.0.83-0ubuntu3) but it is not going to be installed
E: Broken packages < ERROR > Installation failed, please check the terminal output. I understand this is telling me there is some software that iRedMail (or something iRedMail is dependant upon) that needs installed. Is this correct? And if so, what is i needing installed and how do I do that (aptitude install example-package?)?
View 4 Replies
View Related
Feb 15, 2011
I'm trying to create an iso file in a terminal with the following command:
$cat /dev/sr0 > nameofdisk.iso
I get the following error
cat: /dev/sr0: Input/output error
I already checked and my optical drive is indeed /dev/sr0. I've hunted google a few hours trying to figure it out. Does anyone know why I'd be getting this error?
View 4 Replies
View Related
Oct 24, 2010
I am using Ubuntu 10.04 and am having a major issue with it not booting. My PC worked fine yesterday but when I tried to boot this morning I get the error "error: unknown filesystem" and under that I get the "grub rescue>" prompt.
At first I thought this was just a problem with Grub that would be easy fixed so I put in my Ubuntu USB and loaded it up in live mode. But when I try to look at my file system from within the live environment I can't seem to see any of my files.
I have looked at the drive in GParted and my main file system (/dev/sda1) shows up as 'unknown', while the swap partition (/dev/sda5) shows up as it should. I have also looked at the drive with the Disk Utility and the SMART Status says the disk is healthy.
I am really concerned about this as currently the system is totally unable to load, not only that but I am also unable to recover my data from the drive which is my main concern as I havent done a backup for quite some time and I have a lot of python code that I have been working on that I really need to get back.
Has anyone got any idea of what to do and how I might be able to sort this out or at the very least recover all my data. I can't understand why this has happened I have not made any changes to the system recently other than installing the updates that came through yesterday. This is a really urgent issue for me and any help will be very appreciated.
View 7 Replies
View Related
Jul 22, 2011
I have copied over my .gnupg files from a computer to a new workstation that is running Mandriva 2010.2. I am running Thunderbird as a mail client just as before and got Enigmail installed and running fine. The problem I get is when I send a message off with a digital sig it returns this error:
Send operation aborted
Error - bad passphrase
gpg command line and output:
/usr/bin/gpg
gpg: cancelled by user
It does not give me a chance to enter in the passphrase. I copied over the .gnupg files to my Ubuntu laptop running Thunderbird with Enigmail and I have no problems. Could there be an issue going from 32 bit to 64 bit? I checked out the forums and found no answers.
View 1 Replies
View Related
Feb 5, 2010
i am trying to compile kernel 2.6.23 on Fedora 12 After fixing a few bugs (getline error, %dil ,etc) i was able to compile the kernel made initramfs img using dracut updated grub and then booted up the new kernel 2.6.23 but it fails to boot with following error mount: unknown filesystem type 'ext4'
View 8 Replies
View Related
Oct 25, 2010
I'm having problems installing Ubuntu 10.10 Netbook onto my Asus 900. I downloaded the .iso then used the "make startup disc" feature in my Mint 9 desktop machine to make a usb install disk. All appears well at that point. When I try to boot from the usb stick, I get an error message as follows:
"SYSLINUX 363 Debien-2008-07-15 ......
Unknown Keyword in Configuration File
boot: "
and the cursor just hangs there and doesn't respond to the keyboard.
I also tried it on another Asus and a Gateway Laptop with the same results.
My intention is to have this the sole OS on my little Asus 900.
View 4 Replies
View Related
Oct 23, 2010
Just delete a linux partition and now when i boot a message appears and says error: unknown filesystem grub rescue >
I have search on the net for this problem and i have understand it a little. But my situation is a bit different and because i don't want to format my hard disc i wanna try to fix it. So before a couple months i download ubuntu 9.10 and i installed it a month later. But my computer used to crash all the time and i couldnt use it. So i download the latest ubuntu 10.4 and install it while having windows xp and the old ubuntu 9.10(so i had windows xp, ubuntu 9.10 and ubuntu 10.4 partitions). Now i tried to delete the partition of ubuntu 9.10 from disc utility. so i have the message i wrote above when i boot. I dont wanna delete my windows xp and ubuntu 10.4. what should i do to stop this message from appearing.
View 1 Replies
View Related
Feb 11, 2010
I wrote a shell script and tried to execute it in separate terminal using command 'gnome-terminal -e <script>'. When executing first time, it went fine.From second time, I am getting error 'There is error creating child process for this terminal' repeatedly.
View 5 Replies
View Related
Feb 16, 2011
I have an "error", its not really and error, every time I open the terminal, it shows this:
Reading: command not found
Building: command not found
Reading: command not found
*****@****-****:~$
View 3 Replies
View Related
Jan 15, 2011
I installed a wireless card and it does see the card but when i do a iwscan I get this.I get a lot of IE: Unknown:This is on Ubuntu 10.10 server with no GUI. I setup scripts to take down and change the interface then put it back up but for this card it does not work.I have two other wireless devices that do work but i would like to remove then and replace them with this one.The other two are USB Wifi Sticks.I am setting this PC to replace a Wifi Router.
sudo iwlist wlan0 scan
wlan0 Scan completed :
Cell 01 - Address: C0:3F:0E:28:B7:28
[code]....
View 2 Replies
View Related
Jun 8, 2011
I was running an update on my computer (running Ubuntu 10.04 Lucid) and something must have been transferred incorrectly as every time I open synaptic, I get an error message that tells me to type a command into the terminal:
Code:
sudo dpkg --configure -a
After doing that, it displays this:
[code]....
View 7 Replies
View Related
Jan 30, 2010
This is what I get when following the instructions to fix grub. I type in "grub-install /dev/sda" and that's the error I get.I'm trying to put Ubuntu or Mint on a Dell Mini 9 with 16gb ssd, but no matter what I do I cannot achieve this goal
View 4 Replies
View Related
Jan 13, 2011
I am able to invoke 'skype' using the following command in a Terminal window. < export XLIB_SKIP_ARGB_VISUALS=1 && LD_PRELOAD=/usr/lib/libv4l/v4l2convert.so && skype & >. I want to be able to enter it through the Gnome Application interface. I right click on the skype icon and went to properties and added the above code. When I click the icon I get the following error message set out on the attachment? properly enter the commands within the application Command: line?
View 2 Replies
View Related
Apr 7, 2010
I'm attempting to use the output screenlet to always show the output of the "top" command. However, the screenlet will only display "TERM environment variable not set". Opening a terminal and running a "env | grep TERM" shows me that the variable is actually set, so I think that the screenlet may not be reading my environment correctly.
View 6 Replies
View Related
May 9, 2010
I'm getting strange error after the splash screen in lucid
(process:290):GLib-Warning**:getpwid_r():failed due to unknown user id(0)
(process:315):GLib-Warning**:getpwid_r():failed due to unknown user id(0)
after this error the screen just hangs.
View 4 Replies
View Related
Dec 14, 2010
hello
I tried to find a good subject but it was the best of mine, anyway I'll explain it here.
some time I do some thing like installing a new application in Linux terminal of my office PC but it take a long time and I have to go home during its installation or configuration process that it is not good to cancel it.My current solution is abandoning the process until next day. I wanted to know is there any way to redirect an input and out put of a terminal to another one, if it works I can continue my abandoned process by ssh to my Linux office PC and redirect that terminal to my new remote sshed terminal from my home.
Thank a lot for any help.
View 4 Replies
View Related
Oct 12, 2010
I started installing the beta of Maverick a few days ago, but the update server was running inordinately slow, so I canceled it. Several times, I have attempted to continue the installation, but I've been unable to reach the server. Shortly after this happened, I could no longer boot normally--I get the error:
Code: Kernel Panic - not syncing:VFS:Unable to mount root fs on unknown-block(0,0) Choosing the previous kernel fixes the problem.
So, I obviously want to upgrade to the release version now. When I open the update manager, I get asked if I want to do a partial upgrade to complete the install. I'm a bit leery of doing this since I only have one previous kernel to go back to (my list got really long and I have another operating system entry underneath, so I set my automagic boot manager to only keep two), and if I can no longer boot after the upgrade, I'll have to use Windows until it gets fixed... So, should I finish the upgrade, try to troubleshoot the error, or do something else to jump right to the latest release, after being partway through the upgrade?
View 3 Replies
View Related