Topic: Turning Off Text during Startup

Hi Guys,
Is there anyway of even possible to Turn-Off all those Text During Start Up?

You cannot put a price tag on "#!Cool"

Re: Turning Off Text during Startup

I assume you're talking about the init.d feedback in Statler?

Try usplash; I understand it's in the Debian repos.

while ( ! ( succeed = try() ) );

Re: Turning Off Text during Startup

init.d feedback? No sure whats it called
I m talking about,
When you boot your machine...you see Grub Menu, and after selecting the OS, its shows all the "Text" and eventually it shows GDM....
I'd like all those Text to "Echo off"...
But I will try "usplash" as you mentioned. thanks

You cannot put a price tag on "#!Cool"

Re: Turning Off Text during Startup

usplash is what gives you a boot splash like you see in Ubuntu...W!nd0w$ since NT....Macintosh OS...

while ( ! ( succeed = try() ) );

Re: Turning Off Text during Startup

can i just delete files from init.d?

Re: Turning Off Text during Startup

^ Sure, if you're fine with not being able to use your ports, keyboard, mouse...

Default setup is for GRUB to be quiet, but for the rest of the startup process to be verbose; I'm not sure how to make this quiet without covering it up with a boot splash.

while ( ! ( succeed = try() ) );

Re: Turning Off Text during Startup

i want to remove bluetooth and stuff
can i just remove the script or is there any refference to the script somewhere else?

Re: Turning Off Text during Startup

@ alexander:
UNTESTED but you can try to add a line to the script you want to remove

/bin/date +%F" $(/usr/bin/uptime)" >> /absolut/path/to/my/logfile

then use your computer normally for a day or two and see when it was called.
(i think it is good to use absolute paths just in case $PATH is not set the way you expect it to be)
luc

Re: Turning Off Text during Startup

alexander wrote:

i want to remove bluetooth and stuff
can i just remove the script or is there any refference to the script somewhere else?

It's rather easy to disable bluetooth... install rcconf and run     sudo rcconf   
Tuna.

Re: Turning Off Text during Startup

Tunafish wrote:
alexander wrote:

i want to remove bluetooth and stuff
can i just remove the script or is there any refference to the script somewhere else?

It's rather easy to disable bluetooth... install rcconf and run     sudo rcconf   
Tuna.

What he said!  You can always edit it back in again as anything you edit out by clicking the space-bar goes to the bottom of the list.  big_smile

My formula for living is quite simple. I get up in the morning and I go to bed at night. In between, I occupy myself as best I can - Cary Grant

The Old Codger’s Lament

Re: Turning Off Text during Startup

A graphical alternative is Boot Up Manager, unfortunately named 'bum'.

John
------------------------
( a boring Japan blog , and idle twitterings )
“Good morning sir, which way up would you like your reality today?”  "As it comes, Jeeves, as it comes..."

Re: Turning Off Text during Startup

alexander wrote:

i want to remove bluetooth and stuff
can i just remove the script or is there any refference to the script somewhere else?

for bluetooth, find the file bluetooth in /etc/default and change the  BLUETOOTH_ENABLED line :

BLUETOOTH_ENABLED=0

(Tested on Statler)

By the way, I forgot how to disable GDM, thanks