No
Le 2015-02-17 12:15, "Navid Movahedi" <n.movahed...@gmail.com> a écrit :
>
> I found function grub_disk_read in include/grub/disk.h that is
implemented in grub-core/kern/disk.c . If i add my decryption algorithm to
this function, Does this modified function do the job after chainload to
windows boot manager?
>
No
> On Tue, Feb 17, 2015 at 2:17 PM, Navid Movahedi <n.movahed...@gmail.com>
wrote:
>>
>> Thanks Andrei
>>
>> I have systems with windows partition encrypted and i want to patch
grub2 to boot windows from this partition. as you know in order to boot
windows, bootmgr and winload use int 0x13 to load windows kernel from disk,
so i need to hook interrupt 0x13 to decrypt disk on the fly.
>>
Drivemap is a good example on achieving sth like this.
>> Another question: After the bios hooking is done i need to do this
process for UEFI, Does grub2 support UEFI disk routines hooking? and How?
>
Read EFI spec
>
>
> _______________________________________________
> Grub-devel mailing list
> Grub-devel@gnu.org
> https://lists.gnu.org/mailman/listinfo/grub-devel
>
_______________________________________________
Grub-devel mailing list
Grub-devel@gnu.org
https://lists.gnu.org/mailman/listinfo/grub-devel

Reply via email to