Cromelo Posted December 13, 2017 Share Posted December 13, 2017 Hello Friends; I need help booting Lazesoft Recovery Suite 4.2 with Multiboot_ToolKit_2.2.0. It boots fine with AIOBOOT and UEFI_MULTI_USB_85. But I don't know how to boot with Multiboot tool kit. Please help Thanks Quote Link to comment Share on other sites More sharing options...
Moderator TornadoEffect Posted December 13, 2017 Moderator Share Posted December 13, 2017 Let's not open the topic again. Our members will help you. The topic you have opened has been moved to the software section. Quote Link to comment Share on other sites More sharing options...
Editor mephistooo2 Posted December 13, 2017 Editor Share Posted December 13, 2017 (edited) Cromelo, 9 saat önce yazdı: Hello Friends; I need help booting Lazesoft Recovery Suite 4.2 with Multiboot_ToolKit_2.2.0. It boots fine with AIOBOOT and UEFI_MULTI_USB_85. But I don't know how to boot with Multiboot tool kit. Please help Thanks Grub4DOS command for Lazesoft Recovery fi if [ "${grub_platform}" == "pc" ]; then menuentry "Lazesoft Recovery Unlimited Edition" --class lz { search --file /BOOT/GRUB/LAZE --set=root/BOOT/GRUB insmod ntldr ntldr /BOOT/GRUB/LAZE } The Lazesoft ISO file should be the ISO folder in the usb disk And the file named LAZE should also be in the Boot\Grub folder on the usb disk LAZE File download Link: Please register to see this content. Edited December 13, 2017 by mephistooo2 Quote Link to comment Share on other sites More sharing options...
Cromelo Posted December 13, 2017 Author Share Posted December 13, 2017 Hi Friends; Thank you so much for your response. I really appreciated. Would you please provide me Grub2 boot entry and BootMGR , BCD for efi. I added entry in Bcd Bootmgr and I can boot in legacy but having problem booting in grub2 and in ( EFI ) mode' Thank you for your help. Thanks Quote Link to comment Share on other sites More sharing options...
Editor mephistooo2 Posted December 13, 2017 Editor Share Posted December 13, 2017 (edited) Cromelo, 1 saat önce yazdı: Hi Friends; Thank you so much for your response. I really appreciated. Would you please provide me Grub2 boot entry and BootMGR , BCD for efi. I added entry in Bcd Bootmgr and I can boot in legacy but having problem booting in grub2 and in ( EFI ) mode' Thank you for your help. Thanks Grub2 command for Lazesoft Recovery fi if [ "${grub_platform}" == "efi" ]; then menuentry "Lazesoft Recovery Unlimited Edition UEFI" --class lz { search --no-floppy --file --set=root /efi/microsoft/Boot/laze/pe.efi chainloader /efi/microsoft/Boot/laze/pe.efi } fi You need a wim file to run the Lazesoft in Grub2 You can extract wim file from Lazesoft ISO file and change the name of the wim file to Lazesoft.wim The Lazesoft.wim file should be the BOOT folder in the usb disk To be able to call from Lazesoft Grub2, copy the "laze" folder to EFI\Microsoft\Boot\ in the second part of the fat32 formatted disk laze folder download link: Please register to see this content. Edited December 13, 2017 by mephistooo2 Quote Link to comment Share on other sites More sharing options...
crasadure Posted December 13, 2017 Share Posted December 13, 2017 Cromelo, 14 saat önce yazdı: Hello Friends; I need help booting Lazesoft Recovery Suite 4.2 with Multiboot_ToolKit_2.2.0. It boots fine with AIOBOOT and UEFI_MULTI_USB_85. But I don't know how to boot with Multiboot tool kit. Please help Thanks @Cromelo you can ask your questions from this TOPIC... Quote Link to comment Share on other sites More sharing options...
Cromelo Posted December 16, 2017 Author Share Posted December 16, 2017 Hi mephistoo02 and crasadure; Thank you for your response I really appreciated your help. I figured out the other way around by booting WIM file direclty by modifying BootMgr entry just renaming the Lazesoft wim files according to Boogmgr entry. And Now it works. But I needed the Grub4dos and Grub2 menu entry. I am thank full to you guys helping me . Thanks. NOTE: This is a great community with highly Technical and knowledgeable people who make efforts to help other people like me. And I am so glad to be part of this great community. Multiboot Toolkit project is one of the best of the best project I appreciate those who invested their time to create it. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.