Dear list,
I'm trying to boot GRML over ipxe's sanboot. It fails when mounting
root:
Begin: Mounting root file system ...
(initramfs) Unable to find a medium containing a live file system
This is probably no surprise because sanboot is similar to booting using
memdisk but without a download delay.
mika wrote in "Booting ISO images from within GRUB2"
(http://michael-prokop.at/blog/page/3/)
"The good news is that Grml supports the memdiskfind/phram/mtdblock
approach out-of-the-box."
Meaning you do something like
modprobe phram phram=memdisk,$(memdiskfind)
modprobe mtdblock
as mentioned here http://www.syslinux.org/wiki/index.php/MEMDISK#Linux.
But memdiskfind returns nothing.
My ipxe config contains
:grmlsan
sanboot ${url}/iso/grml32-small_2014.03.iso || goto failed
Any hints to boot Grml over sanboot?
Jens
Hi all,
I just refreshed my rescue cd with the latest grml sid daily.
so according to the wiki page at
http://wiki.grml.org/doku.php?id=accessibility
i just have to wait until a musical tune will come up during boot.
what i hear is the beep of the boot prompt but the musical tune is missing.
ok the document has been last modified in 2013 so there could be have
been a lot of changes.
could someone please tell me how to start grml using software speech
using speakup?
should be the old way but it seems it doesn't reach the console.
greetings and thanks,
simon
---
Diese E-Mail wurde von Avast Antivirus-Software auf Viren geprüft.
https://www.avast.com/antivirus
I recently ran into netboot.xyz and, being sad that it didn't support my
favorite live distribution filed a feature request
<https://github.com/antonym/netboot.xyz/issues/70>. I got an old image I
had lying around to boot (specifically, grml64-small_2013.09.iso), but I
couldn't get grml64-small_2014.11.iso to boot.
When I try (testing in VirtualBox), the startup complains "modprobe: module
dm-raid45 not found in modules.dep" and about module "echi-orion" and gets
stuck at an initramfs prompt with the message "Unable to find a medium
containing a live file system".
Booting the same iso directly works correctly. Any advice?