BTS

Message4260

Author jean-luc
Recipients
Date 2012-01-13.16:40:07
Content
Hi mika,

Michael Prokop wrote:
> Michael Prokop <mika@grml.org> added the comment:
> 
> Are you sure the squashfs files from /live are present accordingly on your USB disk?

I want to boot the ISO, not directly from the disk. Maybe that
was unclear.

Grub entry that works:

menuentry "grml-amd64-self-20111217.iso" {
    set gfxpayload=1024x768x16,1024x768
    linux  /boot/20111217/linux26 boot=live live-media-path=/live/ bootid=grml20111217 findiso=/grml-amd64-self-20111217.iso lang=de hostname=desktop-tk
    initrd /boot/20111217/initrd.gz
}

The files in /boot/20111217 are from /boot/grml on grml-amd64-self-20111217.iso


Grub entry that doesn't work:

menuentry "grml-amd64-self-20120104.iso" {
    set gfxpayload=1024x768x16,1024x768
    linux  /boot/20120104/vmlinuz boot=live live-media-path=/live/ bootid=grml20120104 findiso=/grml-amd64-self-20120104.iso lang=de hostname=desktop-tk
    initrd /boot/20120104/initrd.img
}

The files in /boot/20120104 are from /boot/grml on grml-amd64-self-20120104.iso

Ciao,
Thomas

-- 
 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-13 16:40:07jean-luclinkissue1129 messages
2012-01-13 16:40:07jean-luccreate