LinuxQuestions.org
Visit Jeremy's Blog.
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-10-2009, 01:23 PM   #1
oldwierdal
Member
 
Registered: Apr 2009
Location: Yuma, Arizona, USA
Distribution: Linux Mint 17 with Mate DE
Posts: 58
Blog Entries: 1

Rep: Reputation: 4
Can't splash to work during Mandriva 2009.0 boot


I have Mandriva 2009.0 installed and fully updated. I used Configure Your Computer>Boot>Boot Look 'n Feel>Set up boot graphical theme of System>Graphical Boot Mode=Silent>Theme=Mandriva-Free>Display theme under console=checked. My /boot/grub/menu.lst is thus;
$ sudo cat /boot/grub/menu.lst
timeout 5
color black/cyan yellow/cyan
gfxmenu (hd0,5)/boot/gfxmenu
default 0

title Mandriva 2009.0 sda6 (2.6.27.19-desktop-1mnb)
kernel (hd0,5)/boot/vmlinuz BOOT_IMAGE=linux root=UUID=d5be9079-a3e8-40c1-a8d8-869e2616fbcd resume=UUID=3c9187f9-2090-439b-8f78-c13c823e394d splash=silent vga=773
initrd (hd0,5)/boot/initrd.img

title Mandriva 2009.0 sda6 (2.6.27.19-desktop-1mnb)
kernel (hd0,5)/boot/vmlinuz BOOT_IMAGE=2.6.27.19-desktop-1mnb root=/dev/sda6 splash=silent vga=773
initrd (hd0,5)/boot/initrd.img

title failsafe
kernel (hd0,5)/boot/vmlinuz BOOT_IMAGE=failsafe root=/dev/sda6 failsafe
initrd (hd0,5)/boot/initrd.img

title Fedora 9 sda3 (2.6.27.21-78.2.41.fc9.i686)
root (hd0,2)
kernel /boot/vmlinuz-2.6.27.21-78.2.41.fc9.i686 ro root=/dev/sda3 rhgb quiet
initrd /boot/initrd-2.6.27.21-78.2.41.fc9.i686.img


title CentOS 5 sda5 (2.6.18-92.1.22.el5.centos.plus)
root (hd0,4)
kernel /boot/vmlinuz-2.6.18-92.1.22.el5.centos.plus ro root=/dev/sda5 rhgb quiet
initrd /boot/initrd-2.6.18-92.1.22.el5.centos.plus.img


title Fedora 9 sdb2 (2.6.27.21-78.2.41.fc9.i686)
root (hd1,1)
kernel /boot/vmlinuz-2.6.27.21-78.2.41.fc9.i686 ro root=/dev/sdb2 rhgb quiet
initrd /boot/initrd-2.6.27.21-78.2.41.fc9.i686.img


title CentOS 5 sdb3 (2.6.18-92.1.22.el5.centos.plus)
root (hd1,2)
kernel /boot/vmlinuz-2.6.18-92.1.22.el5.centos.plus ro root=/dev/sdb3 rhgb quiet
initrd /boot/initrd-2.6.18-92.1.22.el5.centos.plus.img


title 2.6.27-desktoprc8-2mnb
kernel (hd0,5)/boot/vmlinuz-2.6.27-desktop-0.rc8.2mnb BOOT_IMAGE=2.6.27-desktoprc8-2mnb root=UUID=d5be9079-a3e8-40c1-a8d8-869e2616fbcd resume=UUID=3c9187f9-2090-439b-8f78-c13c823e394d splash=silent
initrd (hd0,5)/boot/initrd-2.6.27-desktop-0.rc8.2mnb.img

title desktop 2.6.27.19-1mnb
kernel (hd0,5)/boot/vmlinuz-2.6.27.19-desktop-1mnb BOOT_IMAGE=desktop_2.6.27.19-1mnb root=UUID=d5be9079-a3e8-40c1-a8d8-869e2616fbcd resume=UUID=3c9187f9-2090-439b-8f78-c13c823e394d splash=silent
initrd (hd0,5)/boot/initrd-2.6.27.19-desktop-1mnb.img

It would appear that, indeed, splash=silent is one of the boot parameters for the default boot. However, there is no splash, just the verbose scrolling that should go on in the background.
Have I missed something?

Thanks for any help with this. It is NOT a big issue, rather just an annoying quirk.

owa
 
Old 04-11-2009, 05:43 AM   #2
ernie
Senior Member
 
Registered: Nov 2001
Location: Toledo, Ohio - USA
Distribution: Mageia 1
Posts: 1,079
Blog Entries: 4

Rep: Reputation: 70
See the Mandriva Release Notes > Boot Splash System Changed for an explanation.

HTH,
 
Old 04-11-2009, 05:25 PM   #3
oldwierdal
Member
 
Registered: Apr 2009
Location: Yuma, Arizona, USA
Distribution: Linux Mint 17 with Mate DE
Posts: 58

Original Poster
Blog Entries: 1

Rep: Reputation: 4
Thanks, Ernie, for the link. I followed the link, read the Mandriva release notes, followed the Splashy link there, and followed the instructions there. No help.
This is my /boot/grub/menu.lst;
sudo cat /boot/grub/menu.lst
timeout 5
color black/cyan yellow/cyan
gfxmenu (hd0,5)/boot/gfxmenu
default 0

title 2.6.27.19-desktop-1mnb
kernel (hd0,5)/boot/vmlinuz-2.6.27.19-desktop-1mnb BOOT_IMAGE=2.6.27.19-desktop-1mnb ro root=/dev/sda6 vga=791 splash
initrd (hd0,5)/boot/initrd-2.6.27.19-desktop-1mnb.img

title failsafe
kernel (hd0,5)/boot/vmlinuz BOOT_IMAGE=failsafe root=/dev/sda6 failsafe
initrd (hd0,5)/boot/initrd.img

title 2.6.27-desktoprc8-2mnb
kernel (hd0,5)/boot/vmlinuz-2.6.27-desktop-0.rc8.2mnb BOOT_IMAGE=2.6.27-desktoprc8-2mnb root=UUID=d5be9079-a3e8-40c1-a8d8-869e2616fbcd resume=UUID=3c9187f9-2090-439b-8f78-c13c823e394d splash=silent
initrd (hd0,5)/boot/initrd-2.6.27-desktop-0.rc8.2mnb.img

title desktop 2.6.27.19-1mnb
kernel (hd0,5)/boot/vmlinuz-2.6.27.19-desktop-1mnb BOOT_IMAGE=desktop_2.6.27.19-1mnb root=UUID=d5be9079-a3e8-40c1-a8d8-869e2616fbcd resume=UUID=3c9187f9-2090-439b-8f78-c13c823e394d splash=silent
initrd (hd0,5)/boot/initrd-2.6.27.19-desktop-1mnb.img

This looks like it should give a splashy boot, but it doesn't. Just the verbose scrolling text.

Thanks, though, for the advice.

owa
 
Old 04-12-2009, 01:34 AM   #4
ernie
Senior Member
 
Registered: Nov 2001
Location: Toledo, Ohio - USA
Distribution: Mageia 1
Posts: 1,079
Blog Entries: 4

Rep: Reputation: 70
OK, when I customized my boot splash, I created the theme I wanted in various resolutions as I saw with the default Mandriva theme (but you probably only need to create it in the resolution you plan to use), then I created a theme of the same name in the boot splash utility in MCC then selected it as the boot splash theme that will be used. When I rebooted my system, the splashy theme was used.

I get the impression that splashy is not yet fully integrated into Mandriva, so a bit of "nudging" is required. I first attempted to use the boot splash theme I created in MCC, but no cigar. I then found the splashy information in the release notes, so I set up my theme in splashy. Still no go. It was when I set up a theme in MCC with the same name I gave to my splashy theme that things seemed to work here.

HTH,
 
Old 04-18-2009, 05:05 PM   #5
oldwierdal
Member
 
Registered: Apr 2009
Location: Yuma, Arizona, USA
Distribution: Linux Mint 17 with Mate DE
Posts: 58

Original Poster
Blog Entries: 1

Rep: Reputation: 4
Thanks, Ernie. I've dinked around with this more than the problem deserves, actually. I truly don't mind all the verbosity as the machine boots. I just want things to work when it gets there, and this vexing problem has no effect on machine operability at all.
I am convinced, though, that it has to do with Mandriva's handling of the propriatary driver for ATI, loading it well on into the boot process, and the inability to handle the video properly without that driver being loaded. The reason I believe this is that Fedora 9 and Fedora 10 do not experience this, loading rhgb, the RedHat equivalent of splashy, early on, and letting any subsequent video drivers get loaded whenever the kernel is ready for them, as long as they are loaded in time to launch X.
There is probably a way to load this fglrx driver earlier, but, as I've said, it isn't important enough for me to slog through that.
However, if someone has a quick and easy fix for this, I'm all ears.

Thanks,
owa
 
Old 04-19-2009, 01:04 AM   #6
ernie
Senior Member
 
Registered: Nov 2001
Location: Toledo, Ohio - USA
Distribution: Mageia 1
Posts: 1,079
Blog Entries: 4

Rep: Reputation: 70
If that is the trouble, then you will like 2009.1 (Spring). It loads GUI-centric drivers much sooner than any current or past MDV release. Should be available around April 29 (or shortly thereafter).
 
  


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
Mandriva 2009 won't boot completely eschrock Mandriva 17 04-20-2009 09:09 AM
Mandriva One 2009 (live cd) wont boot to gui on my aspire 5024 laptop ANTIlooppi Mandriva 3 02-07-2009 01:59 PM
digiKam in Mandriva 2009 jancyclops Linux - Software 0 12-13-2008 04:21 PM
Cannot boot Mandriva 2009 hayzhold Linux - Software 2 10-15-2008 06:54 PM
Silent Boot Splash wont work on LCD ... miamitj SUSE / openSUSE 1 08-25-2005 05:29 AM

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

All times are GMT -5. The time now is 06:36 PM.

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