Re: [OE-core] [sumo][PATCH 1/1] wic/isoimage-isohybrid.py: fix booting from removable media

2018-11-13 Thread akuster808
On 11/13/18 3:28 AM, Awan, Arsalan wrote: >>> ping >>> > Arsalan, > > > On 11/2/18 8:01 AM, Arsalan Awan wrote: >> From: "Arsalan H. Awan" >> >> The EFI bootloader name and path for being able to boot from a >> removable storage media - such as USB - must be like:

Re: [OE-core] [sumo][PATCH 1/1] wic/isoimage-isohybrid.py: fix booting from removable media

2018-11-13 Thread akuster808
On 11/13/18 2:46 AM, Awan, Arsalan wrote: > ping It is stagged for the next build http://git.yoctoproject.org/cgit/cgit.cgi/poky-contrib/log/?h=stable/sumo-nmut - armin >>> Arsalan, >>> >>> >>> On 11/2/18 8:01 AM, Arsalan Awan wrote: From: "Arsalan H. Awan" The EFI bootloader

Re: [OE-core] [sumo][PATCH 1/1] wic/isoimage-isohybrid.py: fix booting from removable media

2018-11-13 Thread Awan, Arsalan
> > ping > > > > > > Arsalan, > > > > > > > > > > > > On 11/2/18 8:01 AM, Arsalan Awan wrote: > > > > > From: "Arsalan H. Awan" > > > > > > > > > > The EFI bootloader name and path for being able to boot from a > > > > > removable storage media - such as USB - must be like: > > > > > > > > > >

Re: [OE-core] [sumo][PATCH 1/1] wic/isoimage-isohybrid.py: fix booting from removable media

2018-11-13 Thread Mittal, Anuj
On Tue, 2018-11-13 at 10:46 +, Awan, Arsalan wrote: > ping > > > > Arsalan, > > > > > > > > > On 11/2/18 8:01 AM, Arsalan Awan wrote: > > > > From: "Arsalan H. Awan" > > > > > > > > The EFI bootloader name and path for being able to boot from a > > > > removable storage media - such as USB

Re: [OE-core] [sumo][PATCH 1/1] wic/isoimage-isohybrid.py: fix booting from removable media

2018-11-13 Thread Awan, Arsalan
ping > > Arsalan, > > > > > > On 11/2/18 8:01 AM, Arsalan Awan wrote: > > > From: "Arsalan H. Awan" > > > > > > The EFI bootloader name and path for being able to boot from a > > > removable storage media - such as USB - must be like: > > > > > > /EFI/BOOT/boot.efi > > > /EFI/BOOT/bootx64.efi

Re: [OE-core] [sumo][PATCH 1/1] wic/isoimage-isohybrid.py: fix booting from removable media

2018-11-04 Thread Awan, Arsalan
> Arsalan, > > > On 11/2/18 8:01 AM, Arsalan Awan wrote: > > From: "Arsalan H. Awan" > > > > The EFI bootloader name and path for being able to boot from a > > removable storage media - such as USB - must be like: > > > > /EFI/BOOT/boot.efi > > /EFI/BOOT/bootx64.efi > > /EFI/BOOT/bootia32.

Re: [OE-core] [sumo][PATCH 1/1] wic/isoimage-isohybrid.py: fix booting from removable media

2018-11-02 Thread akuster808
Arsalan, On 11/2/18 8:01 AM, Arsalan Awan wrote: > From: "Arsalan H. Awan" > > The EFI bootloader name and path for being able to boot from a > removable storage media - such as USB - must be like: > > /EFI/BOOT/boot.efi > /EFI/BOOT/bootx64.efi > /EFI/BOOT/bootia32.efi > /EFI/BOOT/bootaa

[OE-core] [sumo][PATCH 1/1] wic/isoimage-isohybrid.py: fix booting from removable media

2018-11-02 Thread Arsalan Awan
From: "Arsalan H. Awan" The EFI bootloader name and path for being able to boot from a removable storage media - such as USB - must be like: /EFI/BOOT/boot.efi /EFI/BOOT/bootx64.efi /EFI/BOOT/bootia32.efi /EFI/BOOT/bootaa64.efi otherwise system will not be able to boot from it. This co