Jump to content
Son zamanlarda artan kullanıcı hesap hırsızlıkları sebebiyle tüm kullanıcılara şifre sıfırlama maili gönderilmiştir. Lütfen güveli şifreler seçiniz. Mevcut e-mail adresinize erişemiyorsanız, en aşağıdaki destek linkinden bize ulaşınız. ×

Booting Lazesoft Recover Suite With Multiboot Toolkit-Help


Cromelo
 Share

Recommended Posts

  • TornadoEffect changed the title to Booting Lazesoft Recover Suite With Multiboot Toolkit-Help
  • Editor
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 by mephistooo2
Link to comment
Share on other sites

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

Link to comment
Share on other sites

  • Editor
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 by mephistooo2
Link to comment
Share on other sites

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.

Link to comment
Share on other sites

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.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

  • Recently Browsing   0 members

    No registered users viewing this page.

×
×
  • Create New...