Re: [PATCH] add part_apple to EFI rescue image to fix missing prefix

2014-01-12 Thread Vladimir 'φ-coder/phcoder' Serbinenko
ap (source_dirs[plat], "()/boot/grub", output, >>> 0, load_cfg, mkimage_target, 0); >>>grub_install_pop_module (); >>> + grub_install_pop_module (); >> This needs to be either limited to the 3 platforms in question >&g

Re: [PATCH] add part_apple to EFI rescue image to fix missing prefix

2014-01-11 Thread Andrey Borzenkov
0); > >grub_install_pop_module (); > > + grub_install_pop_module (); > This needs to be either limited to the 3 platforms in question > (powerpc-ieee1275, i386-efi, x86_64-efi) or extended to all platforms. I > prefer former. Like below? From: Andrey Borzenkov Subject

Re: [PATCH] add part_apple to EFI rescue image to fix missing prefix

2014-01-11 Thread Vladimir 'φ-coder/phcoder' Serbinenko
On 07.01.2014 19:31, Andrey Borzenkov wrote: > On Mac rescue image is booted from HFS+ partition, so bootpath looks like > /ACPI(a0341d0,0)/PCI(1,1f)/ATAPI(0,0,0)/HD(3,5d1,ca3,,20,0)/EndEntire > > grub fails to find device for this path because it cannot scan partition > table. The

[PATCH] add part_apple to EFI rescue image to fix missing prefix

2014-01-07 Thread Andrey Borzenkov
On Mac rescue image is booted from HFS+ partition, so bootpath looks like /ACPI(a0341d0,0)/PCI(1,1f)/ATAPI(0,0,0)/HD(3,5d1,ca3,,20,0)/EndEntire grub fails to find device for this path because it cannot scan partition table. The simplest fix is to add part_apple by default. --- ut