BTS

Issue2165

Title memdisk boot seems to be broken
Priority bug Status resolved
Superseder Nosy List mika, rpglover64
Assigned To mika Topics

Created on 2016-02-05.13:39:27 by mika, last changed 2016-03-23.22:02:41 by mika.

Messages
msg5836 (view) Author: mika Date: 2016-03-23.22:02:41
Jimmy managed to find the fix for this:

  https://github.com/grml/grml-live/commit/d9fb7dabd989b2419570d0a25e1c58777d29659c

A current daily build (the one behind
https://jenkins.grml.org/job/grml64-small_testing/1571/console) is known to work
fine. \o/

Full credits to jimmy!

regards,
-mika-
msg5826 (view) Author: mika Date: 2016-02-05.13:39:26
See http://ml.grml.org/pipermail/grml/2016-February/011630.html for the original
bug report. It looks  like memdisk boot is broken at least since Grml release
2014.11. STR:

  apt-get install grub-imageboot
  mkdir /boot/images
  cd /boot/images
  wget http://download.grml.org/grml64-small_2014.11.iso
  update-grub
  reboot

This fails to boot, looks like live-boot needs some love.
History
Date User Action Args
2016-03-23 22:02:41mikasetstatus: unread -> resolved
assignedto: mika
messages: + msg5836
2016-02-05 16:07:59rpglover64setnosy: + rpglover64
2016-02-05 13:39:27mikacreate