Jump to content

alive64

Üye
  • Posts

    55
  • Joined

  • Last visited

Everything posted by alive64

  1. https://github.com/a1ive/grub2-filemanager/blob/676e2cbaa7e94ec9b7223abf963b0315641b0b22/boot/grub/open.lua#L277 https://github.com/a1ive/grub2-filemanager/blob/676e2cbaa7e94ec9b7223abf963b0315641b0b22/lang/fm.pot#L232 https://github.com/a1ive/grub2-filemanager/blob/676e2cbaa7e94ec9b7223abf963b0315641b0b22/lang/fm.pot#L235 "Boot " + Windows + " from ISO"
  2. Which version of GRUB did you use? grubfm.efi in releases are signed. custom builds are unsigned.
  3. The compatibility of wimboot and GRUB2 under Legacy-BIOS is BAD. My suggestion is that avoid using grubfm under BIOS, except for Virtual Machine. There are plenty of tools (like easy2boot) work perfectly under BIOS, but not under UEFI.
  4. Actually, we need a WINDOWS driver to read the virtual disk under WINDOWS. Bootloaders can do nothing about it.
  5. Yes, I've already changed it. https://github.com/a1ive/grub2-filemanager/releases
  6. works fine for me. Is there any detailed info? https://i.postimg.cc/KvPjrfsm/20191111200437.gif
  7. plz build from source code and try. https://github.com/a1ive/grub2-filemanager/commit/7928e54b4a19cad9e0be90fb8716f08739d50f15
  8. It's too complex.The code will be very ugly. Although it's correct, I don't like this way.
  9. I've uploaded the source code to github, plz try it. https://github.com/a1ive/grub2-filemanager/commit/ba77a80bcc0e389a2b02fc34781cad851afdd782
  10. Booting EFI Application is not supported by Windows Boot Manager (bootmgfw.efi/BCD). bootmgr.efi, winload.efi and memtest.efi are not EFI APPLICATION They are BOOT APPLICATION! Therefore we need a BOOT APPLICATION to load other EFI APPLICATIONs like GRUB. But I have not found yet. http://reboot.pro/topic/17655-boot-into-3rd-party-efi-application-via-bcd/ https://github.com/imbushuo/boot-shim
  11. WTF??? It's meaningless.I don't even know what you want to do.
  12. The virtual disk are only accessible in bootloader envirenment, any OS (Linux/Windows, etc) can't find it. They need drivers like winvblock/SVBUS/vboot. and I don't think winpe(x86) or winxp will work.
  13. platform = grub.getenv ("grub_platform") cpu = grub.getenv ("grub_cpu") if (grub_platform == "pc") then ---------------- wrong if (platform == "pc") then .... end if (platform == "efi") then if (cpu == "i386") then .... elseif (cpu == "x86_64") then .... end end map.mod is embeded in grubx64.efi, so you don't have to insmod it.
  14. [BETA TESTING] Virtual Disk for UEFI GRUB2 (similar to grub4dos "map" command) map [--pause] [--mem] [--type=CD|HD|FD] FILE -m, --mem copy to ram -p, --pause pause before boot -t, --type specify the disk type --type=CD cd --type=HD hard drive --type=FD floppy disk more info: http://bbs.wuyou.net/forum.php?mod=viewthread&tid=417233 download: grubx64.efi.tar.xz
  15. DO NOT edit it with any text editor. null.cfg is a GRUB Environment block file,you can use grub-editenv.exe to create it. (Download grub-editenv.exe from offical address: https://ftp.gnu.org/gnu/grub/grub-2.04-for-windows.zip) Create null.cfg: grub-editenv.exe null.cfg create Set a value: grub-editenv.exe null.cfg set installiso=\windows10x64.iso ('\' will be replaced to '\\')
  16. switch to 'console' terminal. terminal_output console and set 'gfxpayload' properly for example set gfxpayload=auto or set gfxpayload=keep where is the problem?
  17. sorry, I can't understand. btw, how to create install.gz with FAT filesystem?
×
×
  • Create New...