Bugzilla – Bug 381152
kiwi: graphical boot broken / gfxboot
Last modified: 2008-05-04 15:45:31 UTC
Most likely due to the gfxboot split. I thought this was fixed in the kiwi 11.0 config, but obviously it wasn't
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