Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 147626 - media-gfx/splash-themes-livecd-2006.1 hang on boot
Summary: media-gfx/splash-themes-livecd-2006.1 hang on boot
Status: RESOLVED WORKSFORME
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Other
: High major (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-09-14 16:11 UTC by Christopher Weldon
Modified: 2006-09-14 16:45 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Christopher Weldon 2006-09-14 16:11:24 UTC
I can get the gentoo and emergence splash themes to boot with the appropriate splash screens, but both the 2006.1 and 2006.0 result in following error on boot:

  Kernel panic - not syncing: VFS: Unable to mount root fs on unknown-block(0,0)

Here's another error I get when I try to force the splash_manager to use one of the livecd builds:

  root# splash_manager --theme=livecd-2006.1 --cmd=set --tty=1
  Not a JPEG File: starts with 0x89 0x50

and upon further looking, there is no *.jpg files in the /etc/splash/livecd-2006.1/images/ directory! There are jpg files in the /etc/splash/emergence/images and /etc/splash/gentoo/images directories, so what happened between then and 2006.0 and 2006.1?

Also, let's try doing a demo:

  root# splash_manager -c demo -t livecd-2006.1 -m s --steps=100
  Not a JPEG file: starts with 0x89 0x50

Again, emergence and gentoo work fine, but the livecd themes are not working at all. I'm going to try to convert the PNG files to JPEG's and put them in the directories to see if that fixes the issue, but if anyone has anything to add on how to go about fixing this, anything would be of great help.
Comment 1 Christopher Weldon 2006-09-14 16:42:56 UTC
Okay, I've officially determined what was going on. I didn't have "png" set in my USE flags, and since I realized that there were no JPG images in the livecd diretories, I figured that might be what happened to it. Thus, as soon as I added png to my USE flags and recompiled splash utils, it worked!
Comment 2 Jakub Moc (RETIRED) gentoo-dev 2006-09-14 16:45:05 UTC
(In reply to comment #0)
> and upon further looking, there is no *.jpg files in the
> /etc/splash/livecd-2006.1/images/ directory! There are jpg files in the
> /etc/splash/emergence/images and /etc/splash/gentoo/images directories, so what
> happened between then and 2006.0 and 2006.1?

# equery f splash-themes-livecd | grep 2006.1/images
/etc/splash/livecd-2006.1/images
/etc/splash/livecd-2006.1/images/background-1024x768.png
/etc/splash/livecd-2006.1/images/background-1280x1024.png
/etc/splash/livecd-2006.1/images/background-1280x768.png
/etc/splash/livecd-2006.1/images/background-1280x960.png
/etc/splash/livecd-2006.1/images/background-1400x1050.png
/etc/splash/livecd-2006.1/images/background-1440x900.png
/etc/splash/livecd-2006.1/images/background-1600x1200.png
/etc/splash/livecd-2006.1/images/background-1680x1050.png
/etc/splash/livecd-2006.1/images/background-1920x1200.png
/etc/splash/livecd-2006.1/images/background-640x480.png
/etc/splash/livecd-2006.1/images/background-800x600.png
/etc/splash/livecd-2006.1/images/text.png
/etc/splash/livecd-2006.1/images/verbose-1024x768.png
/etc/splash/livecd-2006.1/images/verbose-1280x1024.png
/etc/splash/livecd-2006.1/images/verbose-1280x768.png
/etc/splash/livecd-2006.1/images/verbose-1280x960.png
/etc/splash/livecd-2006.1/images/verbose-1400x1050.png
/etc/splash/livecd-2006.1/images/verbose-1440x900.png
/etc/splash/livecd-2006.1/images/verbose-1600x1200.png
/etc/splash/livecd-2006.1/images/verbose-1680x1050.png
/etc/splash/livecd-2006.1/images/verbose-1920x1200.png
/etc/splash/livecd-2006.1/images/verbose-640x480.png
/etc/splash/livecd-2006.1/images/verbose-800x600.png

How about that your re-emerge it?