|
Bugzilla – Full Text Bug Listing |
| Summary: | kiwi: graphical boot broken / gfxboot | ||
|---|---|---|---|
| Product: | [openSUSE] openSUSE 11.0 | Reporter: | Stephan Kulow <coolo> |
| Component: | Live Medium | Assignee: | Marcus Schaefer <ms> |
| Status: | RESOLVED FIXED | QA Contact: | Stephan Kulow <coolo> |
| Severity: | Blocker | ||
| Priority: | P5 - None | CC: | rastislav.krupansky, snwint, vylik |
| Version: | Beta 2 | ||
| Target Milestone: | --- | ||
| Hardware: | Other | ||
| OS: | Other | ||
| Whiteboard: | |||
| Found By: | --- | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
| Attachments: | picture | ||
|
Description
Stephan Kulow
2008-04-18 05:03:55 UTC
because of the broken situation with stable and/or the metadata this
issue couldn't be addressed. I asked Steffen Winterfeld and he said
nothing has changed all I need to make sure is that gfxboot-devel is
installed. This change I have already included. Apparently there are
more changes.
Steffen can you give me some hints what has changed. I think I will find
out the next days myself but your comments are always helpful. The code
which does the gfxboot stuff is in KIWIConfig.sh
function suseGFXBoot {
...
}
We already discussed that I need to rebuild the gfxboot because of
the SUSE studio project which directly changes the graphics boot
files. Nat also told me that not only pictures will be affected in the
future so I need the make process here working
find the current version of the module here:
https://svn.berlios.de/svnroot/repos/kiwi/kiwi-head/modules/KIWIConfig.sh
thanks
I don't know what exactly goes wrong, but this line must be removed:
--- KIWIConfig.sh
+++ KIWIConfig.sh
@@ -664,3 +664,2 @@
if [ $loader = "isolinux" ];then
- cp themes/$theme/install/* /image/loader
cp $gfximage /image/loader
and the branding names of the bootsplash packages:
if [ ! $theme = "SuSE" ];then
theme="SuSE-$theme"
fi
mkdir /image/loader/branding
are now openSUSE, SLES or SLED.
changed theme name from SuSE to openSUSE there was also this change required:
Index: KIWIConfig.sh
===================================================================
--- KIWIConfig.sh (revision 1159)
+++ KIWIConfig.sh (working copy)
@@ -684,7 +684,7 @@
sname[1]="10240768.spl"
sname[2]="12801024.spl"
index=0
- if [ ! $theme = "SuSE" ];then
+ if [ ! -d /etc/bootsplash/themes/$theme ];then
theme="SuSE-$theme"
fi
mkdir /image/loader/branding
*** Bug 381671 has been marked as a duplicate of this bug. *** I´m on beta2 and bug 381671 - kiwi: unable to detect CD/DVD drive, marked as a duplicate of this bug, isn´t still fixed. I still obtain: Drive not ready yet.....waiting -----> Couldn´t find CD image configuration file -----> rebootException: error consoles at Alt F3/F4 -----> rebootException: reboot in 120 sec Created attachment 212154 [details]
picture
I have the same problem with live CD openSUSE 11.0 beta 2. In the attachment you can see picture. let's keep the problems separate. The gfxboot is fixed now, so you can pass the kiwidebug=1 etc that Marcus needed |