Re: UEFI support in boot image

2017-05-07 Thread Marius Bakke
Marius Bakke writes: > Ludovic Courtès writes: > >> Hello Marius, >> >> Marius Bakke skribis: >> >>> Thanks for the feedback! I'll keep hammering at this and should >>> hopefully have something usable within a few weeks. Currently, need to >>> figure out why the qemu builder can't find the ISO8

Re: UEFI support in boot image

2017-05-06 Thread Marius Bakke
Ludovic Courtès writes: > Hello Marius, > > Marius Bakke skribis: > >> Thanks for the feedback! I'll keep hammering at this and should >> hopefully have something usable within a few weeks. Currently, need to >> figure out why the qemu builder can't find the ISO8859-1 kernel module. > > Any news

Re: UEFI support in boot image

2017-05-05 Thread Ludovic Courtès
Hello Marius, Marius Bakke skribis: > Thanks for the feedback! I'll keep hammering at this and should > hopefully have something usable within a few weeks. Currently, need to > figure out why the qemu builder can't find the ISO8859-1 kernel module. Any news from the front? :-) Ludo’.

Re: UEFI support in boot image

2017-04-19 Thread Marius Bakke
Ludovic Courtès writes: >> @@ -141,7 +141,7 @@ the #:references-graphs parameter of 'derivation'." >>(sizepartition-size) >>(file-system partition-file-system (default "ext4")) >>(label partition-label (default #f)) >> - (bootable? partition-bootable? (default #f)) >>

Re: UEFI support in boot image

2017-04-19 Thread Ludovic Courtès
Hi Marius! Marius Bakke skribis: > I've attached a few patches as a humble beginning, but currently the > "format-partition" code in (gnu build vm) needs to learn some > filesystem-specific parameters. So, I don't think it will be ready for > the upcoming release. > > I have also done some readi

UEFI support in boot image

2017-04-17 Thread Marius Bakke
Ludovic Courtès writes: > Marius Bakke skribis: > >> Ludovic Courtès writes: >> >>>3. UEFI support documented and possibly improved. >>> >>> We can certainly document the UEFI setup and add the /boot/efi >>> partition in some of the ‘operating-system’ examples. >>> >>> The