Re: Trying to build Rescue image for three different target and platform

2014-03-15 Thread adrian15
El 13/03/14 06:51, Andrey Borzenkov escribió: В Sun, 09 Mar 2014 17:14:04 +0100 adrian15 пишет: Basically what I want to do is to use grub-mkrescue to generate a grub2 rescue disk with some custom files (The Super Grub2 Disk stuff). However I want to build different files depending on targe

Re: How one is supposed to write kind-of-library cfg files?

2014-03-15 Thread Andrey Borzenkov
В Sun, 16 Mar 2014 05:21:20 +0100 adrian15 пишет: > El 16/03/14 04:49, adrian15 escribió: > > ( Using 2.02~beta2-7 from Debian Unstable ) > > > >I have tried to write some cfg files to kind of organise them as > > libraries but it does not work as expected. > > > >It seems as the sourced

How to deal with fatal device seeks?

2014-03-15 Thread adrian15
I use a for loop for detecting Operating systems like this one: for dev in (*); do echo $dev done but it hangs !!! So some clues: * Using 2.02~beta2-7 from Debian Unstable. * The disk is an hybrid one (x86_64_efi + i386_pc). * The error only happens when using Virtualbox in a non-EFI set

Re: How one is supposed to write kind-of-library cfg files?

2014-03-15 Thread adrian15
El 16/03/14 04:49, adrian15 escribió: ( Using 2.02~beta2-7 from Debian Unstable ) I have tried to write some cfg files to kind of organise them as libraries but it does not work as expected. It seems as the sourced cfg files are being interpreted. I have managed to write a minimal work

How one is supposed to write kind-of-library cfg files?

2014-03-15 Thread adrian15
( Using 2.02~beta2-7 from Debian Unstable ) I have tried to write some cfg files to kind of organise them as libraries but it does not work as expected. It seems as the sourced cfg files are being interpreted. Here below you will find the overall idea in an theoric example. Attached y