manatails / uefiseven

An EFI loader that emulates int10h interrupts needed for booting Windows 7 under UEFI Class 3 systems.
393 stars 45 forks source link

This is now obsolete, Windows 7 has been updated to natively support UEFI and Secure Boot. #18

Open ghost opened 2 years ago

ghost commented 2 years ago

https://github.com/vxiiduu/VxKex/issues/41

AnErrupTion commented 2 years ago

It doesn't seem like it is, since the update doesn't replace the VGA drivers.

ghost commented 2 years ago

Using this program is just extra bloat if all you need is VGA drivers. You can slipstream them yourself into boot.wim.

AnErrupTion commented 2 years ago

Using this program is just extra bloat if all you need is VGA drivers. You can slipstream them yourself into boot.wim.

What if you want a "generic" solution? One that works on all machines? Slipstreaming every single driver is not the solution.

acoul commented 1 year ago

Using this program is just extra bloat if all you need is VGA drivers. You can slipstream them yourself into boot.wim.

What if you want a "generic" solution? One that works on all machines? Slipstreaming every single driver is not the solution.

then you have this WiP

yum13241 commented 1 year ago

Is it possible to slipstream UefiSeven into boot.wim?