General :: Ubuntu 10.10 Booting Into Console
Mar 9, 2011
Firstly I'm a complete newbie to Linux so be gentle ! Lots of unfamilar terms being used in these forums - reminds me of my windows experience 20 years ago !!
A friend gave me a copy of Ubuntu 10.10 so I've tried loading it onto an old Compaq Nx9005 Laptop yesterday. The installation seemed to progress OK, I completed all the information prompted for and then tried a reboot- but here's the problem:
It boots into the console but before the login request there are 2 lines:-
19.840039 AC'97 1access is not valid [0xffffffff], removing mixer.
19.840228 ali mixer 1 creating error.
Anyway after trying to login with user name and password it just awaits me to input a command.
Now reading through other posts I tried a Sudo startX command, this produced a large number of additional lines:
Picking out what I think might be helpful in resolving the problem:
X.Org X Server 1.9.0
Build Operating system : Linux 2.6.24-27-server i686 Ubuntu
(EE) Vesa: Kernal modesetting driver in use, refusing to load
(EE) No devices detected
Fatal server error:
No screens found
On the face of it it looks like it could possible be something to do with video drivers and/or sound drivers but just my own very limited assessment. I'm hoping that someone on this forum can come up with a reason and more importantly a solution.!
On another similar problem thread someone suggested that they might be at Run level 2 or 3 instead of run level 5 (Whatever that means!!!!).. well after entering the command run -r it tells me that I'm at level 2 but I can't change that to run level 5 by entering sudo telinit 5 - it just resorts to a command prompt
View 14 Replies
ADVERTISEMENT
Aug 21, 2010
Is there anyway I can automatically login to console without having to provide username and password as soon as I boot into the machine?
View 2 Replies
View Related
Apr 28, 2010
I want to know if there is a way to disable the GUI console on 10.04 Server I want the traditional pure text console ... no plymouth, no plymouth-theme, just 80x24 console. Another question, Is there a way to get those traditional messages when booting? Like 8.04 Server does?
[code]...
View 9 Replies
View Related
Sep 27, 2010
My dad has done something to his comp and it won't boot. it stops on boot up an comes up with some sort of black screen command line. he said its something along the lines of "initramfs" and he can't seem to do anything. We tried booting to the recovery console from the grub menu and gets the same response.
Hes having trouble booting to cd at the moment so I need to know is there some sort of command that will fix or at least give some help that he can type in from this spot.
View 9 Replies
View Related
Oct 25, 2015
Since moving my debian server over to a Gigabyte H97N-WIFI motherboard the console dims on booting and generally stays dark. Strangely the screen the brightens up if I go to an emergency shell, but if the boot runs successfully I don't see the resulting login prompts. Also, during the boot process the messages to the console are too dark to see.
I've tried the i915.invert_brightness=1 fix mentioned here [URL].... but that seems to have no effect. I'm assuming that this has something to do with moving to intel graphics as my previous hardware had a radeon graphics card and didn't display this problem.
View 4 Replies
View Related
Feb 21, 2015
I'm trying to manually boot (from the GRUB console) into a system set up as follows: crypt partition -> LVM -> root LV, and I'm having some trouble figuring out how to do this from the GRUB console.
I have successfully manually booted a system which is set up as just LVM -> VG -> root LV. All I have to do is load the LVM module. In GRUB, that partition shows up as (hd0,gpt5). Once I load the GRUB LVM module, I can see the logical volume within the LVM as well. (My volume group name is "caesar", and the single logical volume is named "root".)
Code: Select allgrub> ls
... (hd0,gpt5) ...
grub> insmod lvm
grub> ls
... (lvm/caesar-root) ...
It's fairly simple to manually boot:
Code: Select allgrub> set root=(lvm/caesar-root)
grub> linux /vmlinuz root=/dev/mapper/caesar-root
grub> initrd /initrd.img
grub> boot
Where I am having difficulty is in trying to insert crypt before LVM. I can set up such a scheme, and put a minimal installation on it, without issues. It's booting into it upon reboot that I can't figure out. Once I load the GRUB crypto, cryptodisk and luks modules, I can mount the crypto partition:
Code: Select allgrub> ls
... (hd0,gpt5) ...
grub> insmod crypto
grub> insmod cryptodisk
grub> insmod luks
grub> cryptomount (hd0,gpt5)
Attempting to decrypt master key...
Enter passphrase for hd0,gpt5 (<long hex string here>): <type my password>
Slot 0 opened
grub> ls
... (crypto0) ...
At this point, GRUB sees the crypto partition as (crypto0). But the GRUB LVM module doesn't see "inside" of the crypto partition, so I don't see the root logical volume within the LVM listed; all I see is (crypto0).
Code: Select allgrub> insmod lvm
grub> ls
... (crypt0) ...
Setting it as root doesn't work:
Code: Select allgrub> set root=(crypto0)
grub> ls /
error: disk `crypto0' not found.
So, How do I get GRUB to "see" LVM inside the crypto partition?
View 0 Replies
View Related
Jun 1, 2011
I am in a situation to boot fedora 15 live cd in to command line mode, not graphical mode, for some testing purpose. how to change argument during booting mode
View 4 Replies
View Related
Jan 6, 2011
I am using a linux kernel 2.6.36 using mips architecture. I have succesfully booted the machine through Flash memory, but it is not booting through nfs. It is getting stuck at the stage where the image starts loading. In short the vmlinux.img file is being copied properly to nfsroot but the image is not loading.
View 5 Replies
View Related
Sep 8, 2010
How can I start a program from tty1 console text mode to be executed in tty2 console text mode? Actualy I would like to start a program (chat client cli program) in tty8 automaticaly when linux PC boots.
View 6 Replies
View Related
Aug 4, 2010
I' looking for tool that convert Audio-CD to mp3 in Linux console - ONE good tool.Using cdparanoia + lame is ok, but... is something else ?
View 3 Replies
View Related
Dec 30, 2010
export PRINTER="DESKJET-710C"
cd ; lpr PDF/myfile.pdf
gives no printing at all.
However, I do it with evince using this printer, well configured, and EVINCE (x11) prints the pages.
View 3 Replies
View Related
Mar 19, 2010
Running Ubuntu 9.10. I was messing around with gdm/kdm and now BOTH of them are screwed up. It boots into "rescue" mode but none of the options work...not even droping into a console (the screen just goes black) I've also tried pressing CTL+ALT+F[1-9] ...still can't get a console. I AM, however, able to boot from the live CD and mount /dev/sda1 and...
Code:
root@livecd# chroot /mnt
Unfortunately...
Code:
root@chroot# dpkg-reconfigure gdm
Doesn't work...SO I tried using apt-get to reinstall gdm...the only problem is when I try getting the network up in the chroot enviroment I get an error saying.
[Code]...
View 5 Replies
View Related
May 9, 2011
Is it possible to export the console display to my desktop?
I'm running Exceed 14.x the console is RHEL 5.6 running gnome.
I know how to export my display in an individual putty session and run whatever x app I need, but would like to be able to export the console session to my desktop also.
View 1 Replies
View Related
Feb 8, 2010
A novice and tried to set up remote desktop from XP workstation using VNC4Server. Have lost GUI interface on server console. I tried to reverse what I did but still no display.the server boots fine then displays a window "Choose a host to connect to..." which just lists a mail server on the network.Don't know where to start looking to solve this. Any help would be appreciated.
View 2 Replies
View Related
May 30, 2011
I want to test something with my JMX console. I need to use the twiddle.sh script (because of a plugin).But when i execute this:
Code:
/opt/jboss-5.1.0.GA/bin/twiddle.sh -s localhost get jboss.system:type=ServerInfo ActiveThreadCount
i get this error:
Code:
Exception in thread "main" java.lang.NoClassDefFoundError: while resolving class: org.jboss.console.twiddle.Twiddle
[Code]...
View 1 Replies
View Related
May 29, 2011
I want to exchange Esc and CapsLock in console (not in X environment), how can I do it? (My OS is Ubuntu)
View 2 Replies
View Related
Jul 9, 2011
Can I use two or more different profiles used in my console as the same time? Since, I always ssh to the other machines ,e.g. servers. in my console. Somehow, I always mix it up with my current PC.
I want to use 2 different profiles for different environments. Say, in server console, I use red background color. in my pc console, I use green background color such that i can easily distinguish out.or can i set the background color in .bashrc?
View 1 Replies
View Related
May 10, 2009
I am using Red hat on my laptop and normally playing in the console. As I only plug in the battery supply when the battery is down and going form console to GUI just to check the battery status is quite cumbersome , So was wondering if the status can be checked form the console itself.
View 5 Replies
View Related
Jul 7, 2010
[Arch Linux] This has been mildly annoying ever since I installed Arch. From X, I can switch to any of my ttys, using Ctrl+Alt+FN. But when I'm in a console, that key combination does nothing, and I have to restart X11 to get back.
View 13 Replies
View Related
Aug 8, 2010
I have been running kernel-2.6.33 (gentoo) with a graphical console which appears after the grub screen. My kernel parameters include `vga=0x317'. Since I upgraded my kernel I have only been able to get a 80x25 text console. If I use `vga=0x317' I get a black screen after the grub prompt. I have tried using `vga=ask' and choosing a number of resolutions - with no luck.
I've tried a "vanilla" 2.6.34 config and also a bootable Sabayon Linux disk with 2.6.34 - with the same result. Interestingly Sabayon Linux eventually fired up X successfully - after a black screen while it was booting.
Its looking like 2.6.34 doesn't like my hardware.
Here is some info about my hardware:
# lspci
Here is my kernel config (relevant bits):
View 11 Replies
View Related
Oct 20, 2009
Just loaded Lenny, mostly with defaults. I'd like to go back to a command-line login for the console attached to the machine. Of course, I'd like to be able to 'startx' whenever I do want the GUI up.
View 3 Replies
View Related
Aug 24, 2010
there is absolutely no X on that machine. The keymap is just fine, what is not working is solely the AltGr Key. Do you know how to map it right? I was about trying with showkeys -s and the using it as input for setkeycodes, but I get more than one hex number, and I guess setkeycodes doesnt like that. An "" does not help..
View 3 Replies
View Related
Aug 13, 2010
I have made a cronjob, but it wont run, after some research i find out that my red hat does not see the cake console file.
When i type the command in the terminal i get the following: root@mydomain:/var/www/domains/mydomain/cake/console# cake -bash: cake: command not found
I searched here and on google what the problem could be and it seems that the $PATH is not set like it should, but i dont know how to fix it.
When i am in the console directory and echo $PATH, i get following: /usr/kerberos/sbin:/usr/kerberos/bin:/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin
View 8 Replies
View Related
Feb 8, 2011
i am using RHEL5,so i like to use console/terminal that's why i want to browse internet on terminal window of RHEL5 pls suggest me the right answe.....
View 4 Replies
View Related
Aug 9, 2010
The serial console is for debugging and will physically disappear when product is mature. However, there are many background processes that may print out statuses/results. These go to /dev/console or serial console. Telnet will be the only way to get a console. I tried netconsole (with netcat) and it works, but it is only for kernel printk messages. I tried "program > /dev/pts/0" and it works also. it would be better if I can just change/add the console /dev/pts/0 to the existing /dev/console.
View 3 Replies
View Related
Aug 26, 2010
I would like to know if it is possible to have a key mapping (using loadkeys) that will directly execute a command. I want to have a key to change volume with amixer that works when top, vi, etc.. is open.
View 2 Replies
View Related
Jan 7, 2010
I have just come over from the darkside (Microsoft) and am finding problems with a few items.
I am trying to configure the monitor/video card as I am having problems with the nvidia geforce 4 integrated video card. Some instructions I have sat to press ctrl alt and f1 to go to the text console. I do but it asks for a login and does not accept my user name and password.
What have I done wrong?
View 11 Replies
View Related
Jul 25, 2011
Decided to try to use my console but it didn't work the way I thought it would. What is the proper procedure to log into my console? I've tried to enter data given to me at http://www.zaphu.com/2008/05/30/ubun...-m4a-playback/ It entered the first line of text but not the unwrapped second line. Another line appeared asking my 'neil' login. Tried to enter my password but typed letters wouldn't enter. What do I do?
View 14 Replies
View Related
Jun 24, 2010
i decided to install ubuntu in my PC,i downloaded the .ISO image and i installed it in my USB. After trying it and all that i observed that i really liked it and i decided to formally install it to my computer in the hard drive. When i reached the partition thing,i selected to dual boot with Vista and select between each them in every startup,when i clicked FORWARD it gave me an error which i did not read(because,again im a noob) so i clicked cancel.
Today i wanted to go through the process again and now really install it,so again i went to the time zone part and i clicked forward but then,instead of taking me straight to the partition phase,it appeard a window saying "The installer has detected that the following disks have mounted partitions: /dev/sda ...." I clicked yes,to unmount this partitions so it took me to the partition thing,once there i selected the option to install Ubuntu with Vista and select between them i neach startup,then i clicked forward and went to the username/computer name process,once i finished i continued to the next part,the installation,but i selected to import all of my WIndows VIsta default user data,after that i clicked forward and went to the installation process,i went down stairs to eat soemthing while it finishes,i came back and it was finished,it asked me to reboot so i clicked in Restart Now.
When it tried to boot,appeared an error saying: Error: no such devide found: #################### Grub load(or something like that) grub rescue: and it was a command line,since there i havent been able to boot into vista or Ubuntu,im really scared because is the first thing related to OS installing ive done,so i booted my USB and ran the trial and right now im trying to find out what to do from that trial version.
I just went to the INSTALL UBUNTU 10.04 LTS application under the System>Administration Menu and found out that in the partition phase the Install and allow to select between both systems in eahc startup option,i dont know what to do,i foudn out that my HD has still all its data(MUsic/Videos/Folders/Programs/ect.)its just that i cannot boot from it. Also in GParted it appears as /dev/sda1/ and a warning icon besides it,also when i go into information, thers this warning there [URL]
View 9 Replies
View Related
Jan 28, 2010
Which package I need to install to use mouse in the standard (non X-windows) terminal?
View 1 Replies
View Related