[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Could not find kernel image: live



Hi all,

I just spent a few hours trying to find why I was always getting "Could not find kernel image: live" at boot. My config used to work perfectly few months ago with (probably) live-helper 1.0.5 (from Debian or Ubuntu I can't remember).

It seems that this bug is there since 1.0.6. I tested several versions (Ubuntu and Debian) and all are affected.

/usr/share/live-helper/templates.debian/syslinux/normal/syslinux.cfg includes menu.cfg instead of live.cfg... Took me more than 2 hours to find this one :-( Hope the attached patch will help some people.

Regards,
Cyril
--- /usr/share/live-helper/templates.debian/syslinux/normal/syslinux.cfg.orig	2009-12-15 18:16:37.000000000 +0100
+++ /usr/share/live-helper/templates.debian/syslinux/normal/syslinux.cfg	2009-12-15 18:16:48.000000000 +0100
@@ -1,3 +1,3 @@
 include {$LIVE_SCREEN_PATH}/header.cfg
-include {$LIVE_SCREEN_PATH}/menu.cfg
+include {$LIVE_SCREEN_PATH}/live.cfg
 include {$LIVE_SCREEN_PATH}/footer.cfg

Reply to: