BTS

Message4271

Author jean-luc
Recipients
Date 2012-01-16.07:20:11
Content
Hello,

I think I'll have to upgrade to the latest grub first in order to
try the loopback.cfg stuff. Last time I tried that it didn't work
with the version on my USB disk.
Apart from that, changing live-media-path to /live/grml64/ didn't
work.
I think I will try to get it to work by using the latest grml2usb
on the latest ISO on another USB disk. If that works, I'll then
use that. Expect that test to happen end of this week.

Ciao,
Thomas

Ulrich Dangel wrote:
> 
> Ulrich Dangel <mru@grml.org> added the comment:
> 
> JFTR the code supporting the findiso paramter (live-boot-grml) was released on December the 6th.
> 
> That being said i tried to recreate your problem with the current release but was unsuccessful. I even extracted all the 
> files and just booted with 
> 
>  kvm -kernel /tmp/vmlinuz -initrd /tmp/initrd.img -append ???
> 
> and created luksDevices. Everything worked OOTB.
> 
> 
> After examining your bug report i think your bootoptions are wrong. The live-media-path contains nowadays the release name. 
> So it should be something like live-media-path=/live/grml64/
> 
> Please be aware that manually using your setup like you did in grub.cfg is highly discouraged. If you want to integrate a 
> grml iso into your Grub environment use loopback.cfg
> 
> 
> menuentry "grml bootmenu" {
>         iso_path="path_to_iso_image" 
>         export iso_path
>         kernelopts="  KERNEL_OPTIONS "
>         export kernelopts
>         loopback loop "path_to_iso_image"
>         set root=(loop)
>         configfile /boot/grub/loopback.cfg
> }
> 
> If you don't want to do that please directly include the grml config menus:
> 
> 
> menuentry "my grml" {
>         iso_path="path_to_iso_image" 
>         export iso_path
>         kernelopts="  KERNEL_OPTIONS "
>         export kernelopts
>         loopback loop "path_to_iso_image"
>         set root=(loop)
>         set loopback="findiso=${iso_path}"
>         export loopback
>         configfile /boot/grub/grml64_default.cfg
> }
> 
> Please reply if changing live-media-path solves your problem.
> 
> _____________________________________
> GRML issue tracker <bts@bts.grml.org>
> <http://bts.grml.org/grml/issue1129>
> _____________________________________
> 

-- 
 Thomas Köhler       Email:       jean-luc@picard.franken.de
     <><             WWW:              http://gott-gehabt.de
                     IRC: tkoehler       Freenode: thkoehler
                     PGP public key available from Homepage!
History
Date User Action Args
2012-01-16 07:20:12jean-luclinkissue1129 messages
2012-01-16 07:20:11jean-luccreate