LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
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 12-10-2002, 12:15 AM   #1
prad
LQ Newbie
 
Registered: Dec 2002
Location: Shanghai,China
Posts: 17

Rep: Reputation: 0
I want to boot my redhat8.0 in video mode,how to do it?


I want to boot my redhat8.0 like mandrake 8.x, the users just can see the graphic screen and cann't see the procedure of the booting. What I should do?
 
Old 12-10-2002, 12:26 AM   #2
zLinuxz
Senior Member
 
Registered: Feb 2002
Location: Shanghai, CHINA
Distribution: RH 5.0,5.1 6.0,6.1 7.0,7.1,7.2,7.3.,8.0,9.0, RH Enterprise, Fedora C1, C2
Posts: 1,216

Rep: Reputation: 45
what do you mean by the "procedure of the booting" ????

do you meant all the stuff that come sup and says "OK" or "Failed" ????

I hope you don't mean that...cuz if you want that, you might as well go back to Windows,
 
Old 12-10-2002, 12:44 AM   #3
prad
LQ Newbie
 
Registered: Dec 2002
Location: Shanghai,China
Posts: 17

Original Poster
Rep: Reputation: 0
Quote:
Originally posted by zLinuxz
what do you mean by the "procedure of the booting" ????

do you meant all the stuff that come sup and says "OK" or "Failed" ????

I hope you don't mean that...cuz if you want that, you might as well go back to Windows,
I wonder if there is a switch to control the display of the procedure, you can see it or not. Do you know how to realize it ?
 
Old 12-10-2002, 03:00 AM   #4
zLinuxz
Senior Member
 
Registered: Feb 2002
Location: Shanghai, CHINA
Distribution: RH 5.0,5.1 6.0,6.1 7.0,7.1,7.2,7.3.,8.0,9.0, RH Enterprise, Fedora C1, C2
Posts: 1,216

Rep: Reputation: 45
you still haven't answered what do you mean by the "display of the procedure", what the heck is the procedure to you??
 
Old 12-11-2002, 09:27 PM   #5
abrakadabra
Member
 
Registered: Apr 2002
Location: Denver
Distribution: SuSe,RedHat,Mandrake,
Posts: 109

Rep: Reputation: 16
Hi prad,
when you say the "procedure" do you mean that RH shows a graphic while is booting and doesn't show the boot process like in previous versions??

e.g.

bla, bla, bla [OK]
bla, bla, bla [OK]
mounting file system [OK]
more bla, bla, bla [OK]
you get the idea [OK]
etc............................. [OK]

I'm guessing this is what you don't see, but want to see.

Please explain.
 
Old 12-11-2002, 11:27 PM   #6
prad
LQ Newbie
 
Registered: Dec 2002
Location: Shanghai,China
Posts: 17

Original Poster
Rep: Reputation: 0
Quote:
Originally posted by abrakadabra
Hi prad,
when you say the "procedure" do you mean that RH shows a graphic while is booting and doesn't show the boot process like in previous versions??

e.g.

bla, bla, bla [OK]
bla, bla, bla [OK]
mounting file system [OK]
more bla, bla, bla [OK]
you get the idea [OK]
etc............................. [OK]

I'm guessing this is what you don't see, but want to see.

Please explain.
bla, bla, bla [OK]
bla, bla, bla [OK]
mounting file system [OK]
more bla, bla, bla [OK]
you get the idea [OK]
etc............................. [OK]

this is what i don't want to see, I want to display a picture instead of it.
 
Old 12-12-2002, 01:29 AM   #7
zLinuxz
Senior Member
 
Registered: Feb 2002
Location: Shanghai, CHINA
Distribution: RH 5.0,5.1 6.0,6.1 7.0,7.1,7.2,7.3.,8.0,9.0, RH Enterprise, Fedora C1, C2
Posts: 1,216

Rep: Reputation: 45
go back to Windows then, , this is the point of Linux.

Linux is a "TRANSPARENT" operating system in which you can always see what is happeneing...it does not put little pictures of things, like MS Windows, and hide what it is doing.
 
Old 12-12-2002, 10:54 AM   #8
mainak
LQ Newbie
 
Registered: Nov 2002
Location: India
Posts: 25

Rep: Reputation: 15
Sorry .. prad ..

Mandrake uses a Graphical Boot up procedure .. You can opt for a graphical screen or a text mode boot up procedure..

RedHat doesnt allow such things .. (as far as I know).
 
Old 12-12-2002, 11:45 AM   #9
Donald1000
Member
 
Registered: Oct 2002
Location: Germany
Distribution: Debian, Non-Linux: Solaris, FreeBSD
Posts: 107

Rep: Reputation: 15
I think Mandrake 8.2 is able to boot like this, or similar with a status bar.
 
Old 12-12-2002, 12:03 PM   #10
trickykid
LQ Guru
 
Registered: Jan 2001
Posts: 24,149

Rep: Reputation: 269Reputation: 269Reputation: 269
Quote:
Originally posted by zLinuxz
go back to Windows then, , this is the point of Linux.

Linux is a "TRANSPARENT" operating system in which you can always see what is happeneing...it does not put little pictures of things, like MS Windows, and hide what it is doing.
I think what prad is wanting to do is just block regular users from seeing all the boot up messages you see when starting up the machine, cause if they aren't admins and don't care, its really pointless for them to see all that stuff, not like they see something fail and go and try to fix it most likely, their gonna call IT instead..
 
Old 12-12-2002, 12:09 PM   #11
Thymox
Senior Member
 
Registered: Apr 2001
Location: Plymouth, England.
Distribution: Mostly Debian based systems
Posts: 4,368

Rep: Reputation: 64
If you don't want to see lots of nice information scrolling across your screen, you can try passing the 'kernel parameter' of quiet. In Mandy <9 it surpressed almost all text output during bootup. In Mandy 9 it only surpresses the initial bit of text, so the blah blah blah [OK] bit still scrolls by.
Code:
image=/boot/vmlinuz
        label=Mandy
        root=/dev/hda8
        initrd=/boot/initrd.img
        append="quiet devfs=mount hdc=ide-scsi hdf=ide-scsi"
        vga=794
        read-only
HTH

Last edited by Thymox; 12-12-2002 at 12:10 PM.
 
Old 12-12-2002, 02:38 PM   #12
zLinuxz
Senior Member
 
Registered: Feb 2002
Location: Shanghai, CHINA
Distribution: RH 5.0,5.1 6.0,6.1 7.0,7.1,7.2,7.3.,8.0,9.0, RH Enterprise, Fedora C1, C2
Posts: 1,216

Rep: Reputation: 45
Quote:
Originally posted by trickykid
I think what prad is wanting to do is just block regular users from seeing all the boot up messages you see when starting up the machine, cause if they aren't admins and don't care, its really pointless for them to see all that stuff, not like they see something fail and go and try to fix it most likely, their gonna call IT instead..
hmmm, never thought about it that way, you are very much correct. Thanks for that chris.
 
  


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
Some boot related tweaks... (GRUB, Video mode & mounting) Eerath MEPIS 2 08-08-2005 12:11 PM
No Video in X, Unless ..... Sax2 is ran in failsafe mode on each boot pfx Linux - Newbie 2 06-26-2005 08:09 PM
failed video mode on new video card Pandarsson Linux - Hardware 3 01-23-2005 04:39 PM
Video Card boot up error: undefined mode number tt08 Linux - Newbie 1 10-24-2004 09:26 AM
How do I boot into text mode to fix video problem? bass0ssab Linux - Hardware 2 08-29-2003 02:20 PM

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

All times are GMT -5. The time now is 08:59 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