LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Mandriva
User Name
Password
Mandriva This Forum is for the discussion of Mandriva (Mandrake) Linux.

Notices


Reply
  Search this Thread
Old 04-11-2004, 09:41 PM   #1
evilchild
Member
 
Registered: Sep 2003
Location: 127.0.0.1
Distribution: *bsd, solaris, gentoo
Posts: 86

Rep: Reputation: 15
disable graphical bootup?


Is it possible to dissable the graphical bootup in mandrake 8.2 ?
 
Old 04-11-2004, 09:53 PM   #2
OmniXBro
Member
 
Registered: Mar 2004
Location: Melbourne
Distribution: Mandrake 9.2
Posts: 48

Rep: Reputation: 15
in file /etc/inittab change the line

id:3:initdefault

and make sure the number is 3
 
Old 04-11-2004, 11:50 PM   #3
Arbitor
Member
 
Registered: Mar 2004
Location: School in Muncie, IN, home in Middleville, MI
Distribution: SuSE 10
Posts: 36

Rep: Reputation: 15
Make sure you su to root first. The default should be 5, I believe (at least it is for me, which is X11).

Arb
 
Old 04-12-2004, 05:36 AM   #4
evilchild
Member
 
Registered: Sep 2003
Location: 127.0.0.1
Distribution: *bsd, solaris, gentoo
Posts: 86

Original Poster
Rep: Reputation: 15
i have the following "id:3:initdefault:" what should i change it too? I didn't fully understand the posts above.
 
Old 04-12-2004, 05:50 AM   #5
santigua
LQ Newbie
 
Registered: Oct 2003
Location: germany
Distribution: Mandrake
Posts: 8

Rep: Reputation: 0
/etc/inittab

Here is a short explanation as it's found on a MDK10 System.
They are of course also applicable to any (?) other Linux System..

# Default runlevel. The runlevels used by Mandrake Linux are:
# 0 - halt (Do NOT set initdefault to this)
# 1 - Single user mode
# 2 - Multiuser, without NFS (The same as 3, if you do not have networking)
# 3 - Full multiuser mode
# 4 - unused
# 5 - X11
# 6 - reboot (Do NOT set initdefault to this)
#
id:5:initdefault:

as you may have noticed, I have set the default zu 5, which will start my computer with a GUI and I can logon graphically.
Would I have set it to 3 (id:3:initdefault my Pc yould work exactly the same EXCEPT it doesnot start the GUI at boot time.

Hope that helped.
 
Old 04-13-2004, 06:38 AM   #6
OmniXBro
Member
 
Registered: Mar 2004
Location: Melbourne
Distribution: Mandrake 9.2
Posts: 48

Rep: Reputation: 15
interstingly, if his default runlevel was already 3, he should have a non-gui startup. but since i'm not familiar with MDK 8.2, maybe the runlevels are different? evilchild, just read the explanation above that line and compare with the info santigue gave you. full multiuser mode might be the one you're looking for. for gui, choose X11.
hope that helps
 
Old 04-13-2004, 07:02 PM   #7
santigua
LQ Newbie
 
Registered: Oct 2003
Location: germany
Distribution: Mandrake
Posts: 8

Rep: Reputation: 0
idea?!

I just had an idea...
since he wrote that he has defined runlevel 3 and still has a "graphical bootup" i was wondering if I understood correctly...

...coz...

either....
a) we are talking about the *graphical bootup* as what happens after LILO sends the command(s) to boot the system....
...you know...the BlueMDK Background with whatever it says.....while the system boots....(init etc.)

...or...

b) we are talking about the "graphical bootup" as we talk about runlevel 5.....lets say...the automatic start of the xserver.....AFTER 'a' has finished....


so??? some clearance needed...
 
Old 04-14-2004, 08:04 AM   #8
make
Member
 
Registered: Apr 2004
Distribution: Mandriva, Ubuntu, openSuSE, FreeBSD, OpenSolaris, PC-BSD
Posts: 195

Rep: Reputation: 30
Hello,
thought my question would fit under this topic the best.

How to disable the graphical bootup process (I don't mean runlevel 5, where it starts to X, I mean the graphical boot itself)? I just hate it, but the Mandrake 10 enabled it by default and never even asked if I want the text-only boot.

I wonder if this can be done from /etc/lilo.conf?


edit: Forgot to say that drakboot --splash (the Mandrake graphical tool) does NOT disable the graphical boot, I guess it's a bug in the program. So I need to do this MANUALLY. And this same thing happens on 3 computers.

Last edited by make; 04-14-2004 at 08:06 AM.
 
Old 04-14-2004, 04:14 PM   #9
bopo119
LQ Newbie
 
Registered: Feb 2004
Location: Earth
Distribution: Mandrake 9.2
Posts: 14

Rep: Reputation: 0
I don't know about Mandrake 10.0 but in 9.2 you should go to the boot configurator and you can change to three settings:
  • Change to GRUB bootloader - pretty text based
  • LILO with graphical boot
  • LILO with text boot
And it did ask, at the summary screen of installation you can change the bootloader. (I would go with LILO)
 
Old 04-15-2004, 12:45 AM   #10
make
Member
 
Registered: Apr 2004
Distribution: Mandriva, Ubuntu, openSuSE, FreeBSD, OpenSolaris, PC-BSD
Posts: 195

Rep: Reputation: 30
Quote:
Originally posted by bopo119
[*]Change to GRUB bootloader - pretty text based[*]LILO with graphical boot[*]LILO with text boot
I can change the bootloader to textmode (GRUB/LILO), but I mean the booting process itself. Even if I switch the bootloader to text-only, after the bootloader-menu/text, the booting process starts with the graphical Mandrake background picture again.

I think the installation program only asks about the graphical boot in the "expert"-mode. I went through all screens so carefully, because I really wanted to disable the graphical boot. If the question was somewhere there, it was VERY well hidden (I was especially looking for it from the "summary"-screen).
 
Old 04-15-2004, 06:34 AM   #11
OmniXBro
Member
 
Registered: Mar 2004
Location: Melbourne
Distribution: Mandrake 9.2
Posts: 48

Rep: Reputation: 15
ummm
graphical boot with mandrake background...what? O_o i never got that one. probably because i always use linux-nonfb boot line at bootlader. you might want to try that too?
 
Old 04-15-2004, 04:25 PM   #12
RockmanExe
Member
 
Registered: Aug 2003
Distribution: Mandriva, Slackware
Posts: 265

Rep: Reputation: 30
you're near:

there in mandrake contror center/boot options edit lilo-graphic. In advanced options select some frame buffer theme option, it would give you 2 options: lilo themes (if you have some already installed) and splash themes: select none at this option which is the one you want to disable.
Or as OmniXBro posted, select a non frame buffer option.
This in what i remember, maybe the locations are not quite exactly as i told you, since i'm not right at my mdk pc

hope this helps

Last edited by RockmanExe; 04-15-2004 at 04:26 PM.
 
Old 04-16-2004, 12:33 AM   #13
make
Member
 
Registered: Apr 2004
Distribution: Mandriva, Ubuntu, openSuSE, FreeBSD, OpenSolaris, PC-BSD
Posts: 195

Rep: Reputation: 30
Editing the bootloader settings helped. Thanks!
 
Old 04-16-2004, 01:40 PM   #14
evilchild
Member
 
Registered: Sep 2003
Location: 127.0.0.1
Distribution: *bsd, solaris, gentoo
Posts: 86

Original Poster
Rep: Reputation: 15
hello make , what settings did you edit in the bootloader settings? or did you use the steps RockmanExe suggested about using mandrake control center ?
 
Old 04-16-2004, 03:21 PM   #15
make
Member
 
Registered: Apr 2004
Distribution: Mandriva, Ubuntu, openSuSE, FreeBSD, OpenSolaris, PC-BSD
Posts: 195

Rep: Reputation: 30
Quote:
Originally posted by evilchild
hello make , what settings did you edit in the bootloader settings? or did you use the steps RockmanExe suggested about using mandrake control center ?
Mandrake Control Center -> Boot -> Bootloader -> Next

Double-click the options (like linux and linux-nonfb for example) and check the "Video Mode" by first clicking "Advanced" from them. Set it to "Normal", if it's set to some framebuffer resolution.

Then accept options and it will install the bootloader with thenew settings.
 
  


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 Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
How do you disable NFS so that it doesn't try to start on bootup? FunBunny Mandriva 1 05-24-2005 10:23 PM
Graphical screen during suse bootup linuxprogrammer SUSE / openSUSE 1 01-31-2005 04:01 AM
SuSE 9: How to re-activate graphical bootup? Meowatilla Linux - Newbie 7 03-26-2004 09:54 PM
Nice graphical bootup....gone avatarpalin Mandriva 5 09-10-2003 08:57 PM
Disable DHCP at bootup lunartek Linux - Newbie 1 06-13-2003 04:38 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Mandriva

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