General :: Disable Console Messages At Boot Time?
Sep 5, 2011
I am using Arch Linux and want to disable console messages which are displayed when the kernel boots. I have tried the quiet and loglevel=2 options in /boot/grub/menu.1st as given below:
kernel /boot/vmlinuz26 root=/dev/disk/by-uuid/c6dbfcdc-fcd8-498e-9182-f3bddc4f05ff ro loglevel=2
However I am still seeing console messages at boot. I used grub-install after the changes.
Any ideas where I am going wrong?
View 1 Replies
ADVERTISEMENT
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
Feb 18, 2011
I'd really like to be able to examine all the information that flys off the top of my terminal when my system boots (off of fd0, the only way I've done it, so far): review of "similar threads" yields nothing; seemingly not a man pages item; have not found any how-to's that cover this; the daemons for logging are third-to-the-last before logon prompt (and still displayed, the ONLY reason I know THAT); seems like it should be a compile-time sw-switch settng (sub-optimal since I'm still not comfortable with compiling kernels); but I was hoping it's already being captured in some log file somewhere that I'm as yet unaware exists. I do realize that if I had a printing console, this would be unnecessary.
View 2 Replies
View Related
Jun 23, 2010
I'm running slack64 13.0. At initial boot i see the two penguins and text from th kernel scrolls past until my root partition is mounted where upon all messages stop until the console prompt or KDM pops up. Everything seems to be operating as normal but i've no idea whats happening during the rc scripts (FS checking, etc). When shutting down though the rc.6/rc.0 script messages appear in the console though.
To my knowledge i've not changed anything that would effect this (just modified inittab for runlevel 4 & tty4,5,6 in runlevel 4).
There's nothing in dmesg but most messages don't get logged there as i understand.
View 12 Replies
View Related
Feb 10, 2010
I have set 'ONBOOT=no' in interface script '/etc/sysconfig/network-scripts/ifcfg-eth0:2' but my interface bring up at boot time, what is the problem , I have checked it 3 or 4 diff os/machine but the same issue. Can anyone please help me to disable virtual IP's at boot time that network script make it up every boot time.
View 4 Replies
View Related
Jul 1, 2010
I just upgraded to 10.04 through the Update Manager. During the updated however I got an error telling me that it was unable to install something. Sorry, I can't remember what it was; it didn't stop the updated so I assumed it wasn't that important. Anyways, I don't know if this is because of that error, but during the boot process and when shutting the computer I get console messages. When I boot it tells me that "mounting none on /dev failed No such device" and when I shut down I get these messages.I see this was asked before and that it isn't a big issue, but I'd still like to solve it. The problem is that I'm pretty new to Ubuntu and Linux in general I don't know how to follow the very general instructions given in that thread.
View 2 Replies
View Related
Feb 15, 2011
I've been getting messages, that should be in the dmesg log, on the console.This has been happening for a while, but I finally got tired of them.My system is Fedora release 14, Kernel 2.6.35.11-83 on an x86_64.When I reboot I get the following displayed with the login prompt.[ 52.492937] readahead-collector: starting delayed service auditd[ 52.795508] readahead-collector: sorting[ 53.033970] readahead-collector: finished
View 2 Replies
View Related
Mar 2, 2011
I have logged as e.g. user1 via ssh into my machine. Then I perform `su -` to switch to root user and I don't see debug messages which are normally displayed when I log as root via system console.How to display console messages in ssh session ?
View 1 Replies
View Related
Jul 17, 2011
I'm trying to stop all boot time messages from appearing -- basically I'd like to have a simple blank screen from grub to xdm.
I tried everything -- used the "quiet" option in grub's config, added dmesg -n 1 to rc.local, changed console=ttySx, set kernel.printk in sysctl.conf to 4 1 1 7, and even eradicated rsyslogd altogether... to no avail. I still see all sorts of messages on my screen.
View 1 Replies
View Related
Dec 7, 2008
I upgraded my lappy to FC10 and I boot to console mode. The blue sun image comes up there, I can get rid of it by hitting escape a couple of times but I want to disable it completely. It's messing up my desire to boot with the framebuffer.
View 1 Replies
View Related
Aug 2, 2011
I have the following command in my rc.local file.
Code:
xterm -e perl /home/user/email2sms.pl
If I run rc.local from nautilus it works as expected. However when I boot nothing happens. I would like a console to popup and show the activity of the perl script.
View 4 Replies
View Related
Jan 11, 2010
This on a Vostro 1220 Laptop w/ Intel 5300 wireless:
A.I have long boot up time.I think it's because of the eth0 network search which I don't use.I have an intel wireless 5300 card running.How can I speed up the boot time, i.e. disable or change the eth0 at boot, the searching?
B:When I restart or shutdown, the screen flashes repeatedly and gets some garbled colors along the top before finally rebooting looks like windows ME or something).This vostro has an intel x4500HD vid chipset in it.
C.How do I get into gnome configuration editor to turn on Metacity compositing? Alt-F2 and run gconf-editor doesn't do it. I don't do compiz, but need compositing.
D.I need to install Chromium Browser as it sync my bookmarks.I have RPMforge enabled btw also...how can I do that? I.e. rpm repo for chromium?
This will help me get off to a running start so I can get up to speed on CentOS..
View 3 Replies
View Related
Jun 17, 2010
I get every 10 min many broadcast messages (maybe by other user). How can I disable those broadcast messages, in order to not see them on my screen?
View 2 Replies
View Related
Sep 23, 2010
How can I disable ICMP messages through the configuration file of /proc/sys/net/ipv4/ICMP_echo_ignore_all Also how the above file can be edited?
View 1 Replies
View Related
Apr 25, 2011
I am working on shortening my boot time on my laptop, so I am using bootchart to help me pinpoint the slow areas. So far, I got it down to about 40 seconds (from 2:33! -- dosfsck was running every boot). I don't use LVM (I am dual booting with Windows and it's hard enough with static partitions), and I have tried to disable LVM in every way I can imagine except uninstalling it (system-config-kickstart depends on it), but I still see it being initialized at boot time. How do I prevent the system from even considering LVM during boot??
My bootchart is here, and in case it is useful to anyone, my bootchart.tgz and boot.log..I'm running Fedora 14, and it's up to date.
View 2 Replies
View Related
Mar 1, 2011
I have just installed ssh-server in my Ubuntu 10.04, and really want to know how to enable/disable it and I also want to be sure if the changes will take effect after the next boot or not, and how to do that?
View 8 Replies
View Related
Aug 1, 2011
These days I see the disk check that is popping up when my Ubuntu is booting up quite frequently. It says 'press C to cancel' but C (or Shift C or CTRL C or CTRL ALT C) does not have any effect. Pressing CTRL+ALT+DELETE reboots but again ends up in the vicious loop of disk check. How to bypass it? When I need to critically enter the desktop for an urgent pressing info waiting for 20 to 25 minutes disk check is kind of difficult.
View 6 Replies
View Related
Jan 24, 2011
eCouldnyone help me out to put the right configuration parameters in the grub.conf file so I can enable or disable the Fedora Logo on boot time ?
Currently I'm seeing 3 bars being filled on boot time. I need to get back the Fedora Logo during the boot time process.
How can I do this?
View 10 Replies
View Related
May 16, 2011
after upgrading to 11.04, natty, I have a problem with rsyslogd.
In previous releases I went to:
/etc/rsyslog.d/50-default.conf
and uncommented the lines under comment:
# I like to have messages displayed on the console, but only on a virtual
# console I usually leave idle.
This was redirecting the log messages to a console I could get to via Ctrl-Alt-Fwhatever.
In natty, this no longer works. When I switch to the relevant console I get a blank screen with a blinking cursor.
The file /etc/rsyslog.d/50-default.conf still exists. A new arrival is also 50-default.conf.ucf-dist which, as far as I can tell is a clone and which I have also modified like 50-default.conf.
The file /etc/rsyslog.conf (configuration file for rsyslogd) exists and its last line reads:
$IncludeConfig /etc/rsyslog.d/*.conf
which presumably should force rsyslogd to read 50-default.conf at startup.
Looking at the running processes I can see that rsyslogd runs.
View 4 Replies
View Related
Mar 23, 2010
how can we store the console messages when linux system goes for reboot /is there any path that we can see these console logs. i need to check some ting on the console .
View 1 Replies
View Related
May 17, 2010
is there any way to disable kernel messages on the console? The problem I have is that it is almost impossible to work on the console due to a flood of file system errors from the kernel.
I've checked /etc/syslog.conf and disabled kernel logging to the console. Even with syslog turned off the messages still flood the console.
View 2 Replies
View Related
May 1, 2010
After grub loads the kernel I'll get an on screen message from the console showing: cannot reserve MMIO region And I was wondering is there a way to silence console messages so you don't see them at bootup?
Could setting dmesg work:-nlevel Set the level at which logging of messages is done to the console. For example, -n 1 prevents all messages, expect panic messages, from appearing on the console.So typing at a term 'dmesg -n 1' will work?
View 3 Replies
View Related
May 9, 2010
What i'm trying to accomplish seems rather silly but is needed for my little project here.
I'm using OpenSuSE 11.2 as a media center PC and need it to login automatically(console not X). That one i accomplished without problems.
However, after login i can see all the info about the services that were started and that needs to "go away".
One could do a "clear" in the .bash_rc and or .bash_profile but it will still show the login prompt which i don't want to see either (i don't even want to see the blinking cursor as well).
Question: How do i accomplish that so that the login console shows only the "splash screen" without any output of the kernel,rc.status nor the "issue-file"... just a plain blank screen ?
View 6 Replies
View Related
Jun 10, 2010
Slackware 12.0 (GNU/linux kernel 2.6) I am said slackware is very stable (I suppose this means it has few bugs). However, every time I run startx to start the graphical interface, for a brief moment I can see (just before the screen is put in graphical mode) a lot of error messages. How can this be? I use slack 12 a lot and have reinstalled this distro many times. However the described behavior always repeats.
View 14 Replies
View Related
Oct 25, 2010
Running RHEL5 and because of the environment that we are in we have to disable the users being able to change the screen saver. I have tried using the gconf-editor to see if I can disable it but don't know if that is the correct way of doing it. I also looked in /etc/xdg/menus and really don't want to miss with that.
View 2 Replies
View Related
Sep 14, 2011
I have been running Senmail on SuSE 11.1 for the last few years with no problems.Since installing SuSE 11.3 a few months ago I have been having problems getting Sendmail to send to some (only a few) servers.If I disable the firewall # SuSEFirewall2 stop.I can send successfully using # sendmail -v -q, or # sendmail -v -qIxxxxx.When I re-enable the firewall I will start to get the timeouts/temporarily unavailable messages again (but as mentioned above, only for some servers) even though I can successfully telnet these servers when the firewall is on. When I disable the firewall the delayed messages can again be sent.Has anybody any ideas what I need to change (presumably in the Firewall) to get things working correctly? 'SMTP with sendmail' is already selected under 'Services to Allow' under YaST Firewall->Allowed Services..
View 4 Replies
View Related
Jun 16, 2010
I am building a live USB key using Ubuntu 9.10 Karmic. No upgrades have been applied. It is as it came in the ISO that was distributed.I would like to create a smooth start-up/logout process where no messages pop up (even briefly) that might confuse someone who is not very tech savvy. I'm referring to the messages that show up right before the login screen during start-up (between usplash and xsplash I think) that say:
"Starting early crypto disks ..."
and also the messages that show up on a black screen right after you initiate logout. It seems to sometimes show system messages including some error messages that can confuse users.Does anyone know of a way to hide, redirect, or disable these messages? I just don't want cryptic messages popping up even briefly that are going to confuse casual users. I'm stuck with version 9.10 since I've made some custom mods and would rather not redo them for a new release.
View 1 Replies
View Related
Jun 17, 2010
I have the need to have jack running without any verbose debug message in the terminal, everytime. My system is ubuntu-based.
View 2 Replies
View Related
Mar 16, 2011
Is it possible to prevent the disclaimer from being displayed as soon as one logs into a terminal? I am referring to the six standard terminals.
I searched the contents of /etc and googled without much success.
View 7 Replies
View Related
Jun 7, 2010
I just synchronized my hotmail account with evolution and it works flawlessly, however every time I click send-receive it stars to download mail by mail (more than 10,000, so it takes a while) and it won't check if I got new messages until it is done. The first time it happened I thought it was a normal thing, and that evo won't scan ever again from my hotmail account. Does anyone know how to stop doing that?
I have another brief question, I would like to know if there's a way that when I read a message on evolution it will also mark as read the same message on my hotmail account.
View 1 Replies
View Related