Linux - SoftwareThis forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
I need to have a graphical boot in Fedora C1 default to the "show details" option.
The reason I need this is I am writing an unattended (kickstarted) install of Fedora C1 with an installation of some proprietary test tools we need for our lab. The issue I am having is that during the installation it looks to a user that the system is hanging during the tool install. And a user would feel tempted to just re-boot the system, fsck'ing everything up. All I need is for the details to be displayed without user input, that way the user will know that the tool install is taking place rather than the system hanging.
The Red Hat 8/9 kickstarter is fine since the graphical log on shows details by default, hence user error is limited.
Does anyone know where I can change this option in Fedora C1; or any ideas as to a work around?
"You could try just editing your lilo.conf or grub.conf/menu.lst file and remove the splashscreen entry."
I don't need to change grub, rather how run level init 5 loads.
As a workaround I defaulted the the kickstart to load the test tools in run level init 3, then used the following perl script to change inittab back to run level 5:
perl -pi -e "s/id:3:initdefault:/id:5:initdefault:/g;" /etc/inittab RET
but this kind of a clunky work around. I can't believe there isnt a simple way to tell the graphical load spalsh screen to show details. You know when it shows the user what services are currently being loaded, like it does in RH9.
Distribution: Fedora Core 1 & WinXP Pro & Gentoo 1.4 & Arch Linux
Posts: 558
Rep:
Maybe I don't understand what you are doing. You get to the bootloader and select the distro you want to boot and it either brings up the bootsplash screen or it brings up verbose booting (text flies by showing what is being loaded etc) (you can see output in dmesg).
If you are talking about a different stage of the boot process then I'm not sure what you mean.
grub boot loader menu --> boot loader defaults to the correct distro to load --> graphical load splash screen --> finally a KDE log on prompt.
The problem I am having is at the "graphical load splash screen" step.
In Fedora C1 it does not default to verbose booting. However, it gives an option that you can click to "show details" at which time it will show verbose booting.
I need to enable verbose booting WITHOUT user input.
I know I can see the output in dmesg, but thats not the point. I need a user to see what is happening, AS it is happening.
In my workaround described above I am having it default to a TEXT log on (init 3), at which time it is verbose booting, then later I change it back to a graphical log on (init 5) after all installations are complete.
What I need though is verbose booting during a graphical log on.
Did I make this any clearer or is it just more confusing now?
Distribution: Fedora Core 1 & WinXP Pro & Gentoo 1.4 & Arch Linux
Posts: 558
Rep:
I know what you are saying now but really all that graphical boot screen is, is simply a splash.xpm (.png) file that is called during boot. You could have a look over at www.bootsplash.org and see if you can work it backwards (i.e. removing the bootsplash screen to a default verbose). Or search over at http://fedora.redhat.com/ for something that might help.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.