LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - General
User Name
Password
Linux - General This Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place.

Notices


Reply
  Search this Thread
Old 03-15-2007, 11:29 AM   #1
Shilo Carson
LQ Newbie
 
Registered: Oct 2006
Posts: 15

Rep: Reputation: 0
Graceful startup and shutdown?


I'm looking for a way to make some Fedora Core 6 machines startup and shut down without so much informational text showing on the screen.

What would be even better is to display a graphic on startup and shutdown.

Is there a way to hide all this text? I've tried "quiet" mode and rhgb, but they don't suppress the text enough.

In short, I'd like a completely quiet startup and shutdown. The reason for this is that these are public machines, and I'd rather not have the users know the underlying OS is not Windows.

Is there a way I can shift to a different virutal screen or something?

Thanks
Shilo
 
Old 03-15-2007, 12:04 PM   #2
Beads
Member
 
Registered: Nov 2004
Location: Washington
Distribution: Mint
Posts: 104

Rep: Reputation: 17
"The reason for this is that these are public machines, and I'd rather not have the users know the underlying OS is not Windows."

Why in the world would that be?
 
Old 03-15-2007, 01:12 PM   #3
Shilo Carson
LQ Newbie
 
Registered: Oct 2006
Posts: 15

Original Poster
Rep: Reputation: 0
Political reasons

Simply put, the boss is biased against Linux, so I need to keep it stealthy.

In fact all the textual "noise" on the screen is one of the reasons she is against it.
 
Old 03-15-2007, 02:12 PM   #4
doublejoon
Member
 
Registered: Oct 2003
Location: King George, VA
Distribution: RHEL/CentOS/Scientific/Fedora, LinuxMint
Posts: 370

Rep: Reputation: 44
I know you can do
Code:
shutdown -nrf now
almost no kernel messages when rebooting
 
Old 03-15-2007, 07:19 PM   #5
Beads
Member
 
Registered: Nov 2004
Location: Washington
Distribution: Mint
Posts: 104

Rep: Reputation: 17
AHH! Ok then. In that case, keep up the great work!
 
Old 03-15-2007, 08:30 PM   #6
lurko
Member
 
Registered: Jun 2006
Location: Ontario, Canada
Distribution: Debian
Posts: 448

Rep: Reputation: 35
sorry, but I can't help saying, your boss sounds like a tool. I'm sure I'm preaching to the converted here, but while all that text may not be all fancy like Windows' shutdown/startup screens, on Windows when something goes wrong you don't get to have any idea what it is. I seem to recall Windows repeatedly hanging on shutdown over the years, a verbose shutdown screen would likely help to find and fix whatever the issue is. As it is, Windows users must simply resign themselves to the fact that they run a POS OS that occassionally takes half an hour to shutdown. I'm so sick of hearing about ignorant morons ignorantly forcing Windows on innocents. sorry for not contributing in the least with this post.
 
Old 03-15-2007, 09:45 PM   #7
johngreenwood
Member
 
Registered: Nov 2006
Location: Lancashire, United Kingdom
Distribution: Slackware 13
Posts: 243

Rep: Reputation: 31
Doesn't FC6 use GNOME? I don't think GNOME resembles Windows in the least. Just using it you can tell it's not Windows. There is bootsplash though, check it out at www.bootsplash.org
 
Old 03-15-2007, 10:17 PM   #8
Shilo Carson
LQ Newbie
 
Registered: Oct 2006
Posts: 15

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by johngreenwood
Doesn't FC6 use GNOME? I don't think GNOME resembles Windows in the least. Just using it you can tell it's not Windows. There is bootsplash though, check it out at www.bootsplash.org
The user never sees gnome. In fact, there isn't any window manager at all. The only user interface is a browser.

I haven't had much luck with bootsplash, unfortunately. I'm trying gensplash now, which supposedly has been tuned for Fedora.
 
Old 03-15-2007, 10:25 PM   #9
Shilo Carson
LQ Newbie
 
Registered: Oct 2006
Posts: 15

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by lurko
sorry, but I can't help saying, your boss sounds like a tool. I'm sure I'm preaching to the converted here, but while all that text may not be all fancy like Windows' shutdown/startup screens, on Windows when something goes wrong you don't get to have any idea what it is.
Well, it doesn't have to be that way. MacOS, for example, doesn't show all that text. It's there, but it's directed somewhere else away from the user.

I think the problem is Linux assumes the console is the primary screen. I think if I could direct it to another screen, or display a different screen shortly after the boot sequence starts, I'd be OK.

The problem is, I can't figure how to do that. I can flip screens with the keyboard, but I can't figure how to program it from a script.
 
Old 03-15-2007, 11:29 PM   #10
lurko
Member
 
Registered: Jun 2006
Location: Ontario, Canada
Distribution: Debian
Posts: 448

Rep: Reputation: 35
truth is you can access the system logs from the Admin Tools on the Start menu pretty easily(or control panel, i don't remember for certain). I really just take issue with people causing other people problems/hassle because they're closed minded fools (apparently). A verbose boot/shutdown that isn't all puppies and ice cream is a bonkers reason to declare a platform verboten - especially when by the sound of it you can't accomplish what you're doing with the software she deems acceptable. People with no clue have all the power. rawr.

have you tried using the "quiet" kernel parameter? I believe you'd add it to the kernel string in your bootloader.. that's my attempt at a contribution, I think in the end the best solution is educating your boss. good luck either way.
 
Old 03-16-2007, 12:55 PM   #11
J.W.
LQ Veteran
 
Registered: Mar 2003
Location: Boise, ID
Distribution: Mint
Posts: 6,642

Rep: Reputation: 87
Hey, if you're running Linux, you shouldn't _need_ to shutdown/reboot the machines each day.......
 
Old 03-16-2007, 02:03 PM   #12
Shilo Carson
LQ Newbie
 
Registered: Oct 2006
Posts: 15

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by J.W.
Hey, if you're running Linux, you shouldn't _need_ to shutdown/reboot the machines each day.......
In this case, I do. Several times a day. It's because of the environment and application.
 
Old 03-16-2007, 03:44 PM   #13
General Failure
Member
 
Registered: Jan 2007
Location: Germany
Distribution: Slackware 13.37
Posts: 387

Rep: Reputation: 37
I compiled bootsplash some time ago and it was possible to completely silence booting there (by turning off the part that displays the messages IIRC). I only played with that and don't use it anymore so I can't say more about it.
 
Old 03-16-2007, 04:41 PM   #14
Shilo Carson
LQ Newbie
 
Registered: Oct 2006
Posts: 15

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by General Failure
I compiled bootsplash some time ago and it was possible to completely silence booting there (by turning off the part that displays the messages IIRC). I only played with that and don't use it anymore so I can't say more about it.
I've been trying to get bootsplash and gensplash to work to no avail. The problem seems to be that it can't open /dev/fd0. Not having a /dev/fd0 is a big problem, but I solved that by putting vga in the kernel boot parameters. Now I have a /dev/fd0, but it still can't be opened. (*sigh*)

I did find I could switch the console to another tty by using CONSOLE=/dev/tty3 as a kernel boot parameter. It doesn't get rid of all the messages (five or six lines show up), but it comes pretty darn close. I also found I could bring up different screens with the chvt command. I use this to switch to another blank screen in rc.sysinit. That makes those last lines vanish after several seconds.

I just wish I could get a graphic displayed, but I'd be happy with a plain-text screen if that's what it comes down to.
 
Old 03-16-2007, 04:59 PM   #15
General Failure
Member
 
Registered: Jan 2007
Location: Germany
Distribution: Slackware 13.37
Posts: 387

Rep: Reputation: 37
I don't get what you are saying about fd0. Maybe we can work out why bootsplash didnt work if you are a little more precise about it. A floppy wouldn't normally be needed to have a bootsplash. Do your boxes have Windows on them as well?
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
FVWM: graceful exit yozhhh Linux - Software 1 01-17-2006 07:56 AM
hanging up on startup / shutdown labworker Linux - Laptop and Netbook 3 01-23-2005 05:56 PM
Graceful shutdown.. howto? rohan208 Linux - General 5 05-16-2004 02:39 PM
dm is ok at startup, but failed during shutdown spyghost Linux - Software 0 09-21-2003 07:29 AM
Startup/Shutdown MasterC Linux - General 13 05-14-2002 04:28 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - General

All times are GMT -5. The time now is 09:10 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration