I'll describe my usecase:
I have a GRUB entry to boot ISOs

menuentry 'Immagine Live' {
        search --no-floppy --fs-uuid --set=root $UUID
        set isofile="/image.iso"
        loopback loop $isofile
        linux (loop)/casper/vmlinuz root=UUID=$UUID boot=casper 
iso-scan/filename=$isofile noprompt noeject
        initrd (loop)/casper/initrd.lz
}

this works like a charm to boot every recent image of ubuntu (I think I
used it back since 11.10) and its derivatives

this recent name change from vmlinuz to vmlinuz.efi breaks my setup

I know I can edit the linux line at boot, I know I could add a new
menuentry (and I don't know any other possible workaround)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1077388

Title:
  Ubuntu Raring daily has missing /casper/vmlinuz

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-cdimage/+bug/1077388/+subscriptions

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to