Skip to content
This repository was archived by the owner on Jul 5, 2023. It is now read-only.
This repository was archived by the owner on Jul 5, 2023. It is now read-only.

Request for VENTOY command in Diskfire to install Ventoy MBR in Disk #1

@devdevadev

Description

@devdevadev

Hi...A1ive....
Nice to see that something is baking very delicious in the kitchen....

Just download newly developed 'diskfire' tool and see that it have an option for installing RUFUS MBR in Disk.....

I switch between Grub4dos MBR and Ventoy MBR in my SMART USB as per requirement using my SMART_SWITCH.cmd. Currently I use following command in order to install VENTOY MBR in my SMART USB using my SMART_USB_ALTOY.cmd

dd.exe if=%USBDRIVELETTER%\ventoy\bootdisk\core.img of=\.\physicaldrive%DD% bs=512 count=990 seek=1
dd.exe if=\.\physicaldrive%DD% of=E2B.MBR bs=512 count=1
dd.exe if=\.\physicaldrive%DD% of=VTOY.MBR bs=512 count=1 skip=999
dd.exe if=%USBDRIVELETTER%\ventoy\bootdisk\boot.img of=VTOY.MBR bs=1 count=440
dd.exe if=E2B.MBR of=VTOY.MBR bs=1 count=80 skip=432 seek=432
dd.exe if=E2B.MBR of=VTOY.MBR bs=1 count=16 skip=432 seek=384
dd.exe if=VTOY.MBR of=\.\physicaldrive%DD% bs=512 count=1 seek=999
dd.exe if=VTOY.MBR of=\.\physicaldrive%DD% bs=512 count=1

It will be very useful if we can install VENTOY MBR using Diskfire VENTOY command just in single command similiar to RUFUS command.

So this way we will be able to switch between Grub4dos MBR and Ventoy MBR in same USB Drive just by using a single all in one tool 'Diskfire' . I just loved the concept of Diskfire command line tool. It have all the commands that I have use in my SMART USB.cmd . Maybe I will use Diskfire.exe as the primary tool in my SMART_USB_ALTOY.cmd

Will it be possible to have VENTOY command in Diskfire to install Ventoy MBR in Disk ?

Thanks & Regards....

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions