Official MediCat USB - A Multiboot Linux USB for PC Repair

  • Thread starter Jayro
  • Start date
  • Views 8,343,350
  • Replies 3,952
  • Likes 278

TheGothamKnight

New Member
Newbie
Joined
Mar 1, 2021
Messages
2
Trophies
0
Age
40
XP
32
Country
United States
recently have discovered this rescue/boot disk, i absolutely love it and THANK YOU for all the hard work, it is super super appreciated.

i had a question though, when trying to use the Malwarebytes bootable rescue, i can not get it to actually scan a drive? it will update but then when i hit scan (even if i do custom and make sure the drive is checked) it just instantly says scan finished without actually scanning, am i doing something wrong?
 

AAA3A

Well-Known Member
Member
Joined
Feb 4, 2021
Messages
157
Trophies
0
XP
410
Country
France
recently have discovered this rescue/boot disk, i absolutely love it and THANK YOU for all the hard work, it is super super appreciated.
i had a question though, when trying to use the Malwarebytes bootable rescue, i can not get it to actually scan a drive? it will update but then when i hit scan (even if i do custom and make sure the drive is checked) it just instantly says scan finished without actually scanning, am i doing something wrong?

Test by downloading the real Malwarebytes iso. Add a 1 at the end of the original name, Put the first name to the downloaded file. Re-try with this one and tell us if it works:
https://gbatemp.net/threads/release-malwarebytes-bootable.481046/
 

AAA3A

Well-Known Member
Member
Joined
Feb 4, 2021
Messages
157
Trophies
0
XP
410
Country
France
In Ventoy.json, these lines of code appear :

Code:
    "conf_replace_legacy": [
        {
            "iso": "/CentOS-7-x86_64-DVD-1908.iso",
            "org": "/isolinux/isolinux.cfg",
            "new": "/ventoy/centos_isolinux.cfg"
        }
    ],

    "persistence": [
        {
            "image": "/ISO/MX-19.1_x64.iso",
            "backend": "/persistence/MX-19.1_x64.dat"
        },
        {
            "image": "/ISO/ubuntu-20.04-desktop-amd64.iso",
            "backend": [
                "/persistence/ubuntu_20.04_1.dat",
                "/persistence/ubuntu_20.04_2.dat",
                "/persistence/ubuntu_20.04_3.dat"
            ],
            "autosel": 2
        },       
        {
            "image": "/linuxmint-19.3-xfce-64bit.iso",
            "backend": "/persistence/linuxmint_19.03.dat",
            "autosel": 1           
        }
    ],

    "injection": [
        {
            "image": "/ISO/MX-19.1_x64.iso",
            "archive": "/driver/mx-driver.tar.gz"
        },
        {
            "image": "/ubuntu-20.04-desktop-amd64.iso",
            "archive": "/driver/ubuntu-driver.tar.bz2"
        },       
        {
            "image": "/cn_windows_10_enterprise_ltsc_2019_x64_dvd_9c09ff24.iso",
            "archive": "/driver/win10-driver.zip"
        }
    ],

    "auto_install": [
        {
            "image": "/abc/centos.iso",
            "template": "/ventoy/script/centos_kickstart.cfg"
        },
        {
            "image": "/ISO/cn_windows_server_2012_r2_vl_x64_dvd_2979220.iso",
            "template": [
                "/ventoy/script/windows_unattended1.xml",
                "/ventoy/script/windows_unattended2.xml",
                "/ventoy/script/windows_unattended3.xml",
                "/ventoy/script/windows_unattended4.xml",
                "/ventoy/script/windows_unattended5.xml",
                "/ventoy/script/windows_unattended6.xml"
            ],
            "autosel": 2
        },
        {
            "image": "/SLE-12-SP3-Server-DVD-x86_64-GM-DVD1.iso",
            "template": "/ventoy/script/suse_autoyast.xml"
        },
        {
            "image": "/ubuntu-16.04-server-amd64.iso",
            "template": "/ventoy/script/ubuntu_server.seed",
            "autosel": 1
        }
    ],

    "conf_replace_uefi": [
        {
            "iso": "/CentOS-7-x86_64-DVD-1908.iso",
            "org": "/EFI/BOOT/grub.cfg",
            "new": "/ventoy/centos_grub.cfg"
        }
    ],
    "dud": [
        {
            "image": "/rhel-server-7.4-x86_64.iso",
            "dud": "/ventoy/dd.iso"
        },
        {
            "image": "/rhel-server-7.3-x86_64.iso",
            "dud": [
                "/ventoy/i40e_dd.iso",
                "/ventoy/qla2xxx-8.07.00.51.07.0-k-dd-rhel7u3-3.10.0-514.el7.x86_64.iso"
            ]
        },
        {
            "image": "/SLE-12-SP1-Server-DVD-x86_64-GM-DVD1.iso",
            "dud": "/ventoy/brocade_adapter_sles12sp1_dud_v3-2-7-0.iso"
        }

However, the specified folders and iso's do not exist! Why not?

--------------------- MERGED ---------------------------

Does one of Jayro's Lockpick's tools allow you to bypass a password without changing it? If not, can you provide me with a free equivalent?
 

Jayro

MediCat USB Dev
OP
Developer
Joined
Jul 23, 2012
Messages
12,994
Trophies
4
Location
WA State
Website
ko-fi.com
XP
17,040
Country
United States
In Ventoy.json, these lines of code appear :

Code:
    "conf_replace_legacy": [
        {
            "iso": "/CentOS-7-x86_64-DVD-1908.iso",
            "org": "/isolinux/isolinux.cfg",
            "new": "/ventoy/centos_isolinux.cfg"
        }
    ],

    "persistence": [
        {
            "image": "/ISO/MX-19.1_x64.iso",
            "backend": "/persistence/MX-19.1_x64.dat"
        },
        {
            "image": "/ISO/ubuntu-20.04-desktop-amd64.iso",
            "backend": [
                "/persistence/ubuntu_20.04_1.dat",
                "/persistence/ubuntu_20.04_2.dat",
                "/persistence/ubuntu_20.04_3.dat"
            ],
            "autosel": 2
        },      
        {
            "image": "/linuxmint-19.3-xfce-64bit.iso",
            "backend": "/persistence/linuxmint_19.03.dat",
            "autosel": 1          
        }
    ],

    "injection": [
        {
            "image": "/ISO/MX-19.1_x64.iso",
            "archive": "/driver/mx-driver.tar.gz"
        },
        {
            "image": "/ubuntu-20.04-desktop-amd64.iso",
            "archive": "/driver/ubuntu-driver.tar.bz2"
        },      
        {
            "image": "/cn_windows_10_enterprise_ltsc_2019_x64_dvd_9c09ff24.iso",
            "archive": "/driver/win10-driver.zip"
        }
    ],

    "auto_install": [
        {
            "image": "/abc/centos.iso",
            "template": "/ventoy/script/centos_kickstart.cfg"
        },
        {
            "image": "/ISO/cn_windows_server_2012_r2_vl_x64_dvd_2979220.iso",
            "template": [
                "/ventoy/script/windows_unattended1.xml",
                "/ventoy/script/windows_unattended2.xml",
                "/ventoy/script/windows_unattended3.xml",
                "/ventoy/script/windows_unattended4.xml",
                "/ventoy/script/windows_unattended5.xml",
                "/ventoy/script/windows_unattended6.xml"
            ],
            "autosel": 2
        },
        {
            "image": "/SLE-12-SP3-Server-DVD-x86_64-GM-DVD1.iso",
            "template": "/ventoy/script/suse_autoyast.xml"
        },
        {
            "image": "/ubuntu-16.04-server-amd64.iso",
            "template": "/ventoy/script/ubuntu_server.seed",
            "autosel": 1
        }
    ],

    "conf_replace_uefi": [
        {
            "iso": "/CentOS-7-x86_64-DVD-1908.iso",
            "org": "/EFI/BOOT/grub.cfg",
            "new": "/ventoy/centos_grub.cfg"
        }
    ],
    "dud": [
        {
            "image": "/rhel-server-7.4-x86_64.iso",
            "dud": "/ventoy/dd.iso"
        },
        {
            "image": "/rhel-server-7.3-x86_64.iso",
            "dud": [
                "/ventoy/i40e_dd.iso",
                "/ventoy/qla2xxx-8.07.00.51.07.0-k-dd-rhel7u3-3.10.0-514.el7.x86_64.iso"
            ]
        },
        {
            "image": "/SLE-12-SP1-Server-DVD-x86_64-GM-DVD1.iso",
            "dud": "/ventoy/brocade_adapter_sles12sp1_dud_v3-2-7-0.iso"
        }

However, the specified folders and iso's do not exist! Why not?

--------------------- MERGED ---------------------------

Does one of Jayro's Lockpick's tools allow you to bypass a password without changing it? If not, can you provide me with a free equivalent?
All of those lines of code are just example plugins, you just fill them out with your ISOs if you need to use them. And yes, Jayro's Lockpick will bypass Windows Logon passwords on any Windows machine.
 

AAA3A

Well-Known Member
Member
Joined
Feb 4, 2021
Messages
157
Trophies
0
XP
410
Country
France
But, will one of the tools temporarily disable the windows connection without changing or deleting the user password (keeping everything intact)?
 

Gremlin220366

Active Member
Newcomer
Joined
Oct 22, 2020
Messages
43
Trophies
0
Age
58
XP
125
Country
United Kingdom
But, will one of the tools temporarily disable the windows connection without changing or deleting the user password (keeping everything intact)?
PC UNLOCKER 5.3 will allow you to bypass the password without resetting it. Boot into PC Unlocker select account to bypass and click options and then bypass.
 
  • Like
Reactions: Jayro

Jayro

MediCat USB Dev
OP
Developer
Joined
Jul 23, 2012
Messages
12,994
Trophies
4
Location
WA State
Website
ko-fi.com
XP
17,040
Country
United States
I apologize for no February release, as I've been quite busy this last month. March should have a decent release though. Not many ISOs have been updating lately, so there hasn't been much of a push to update either.
 

Tizie

Member
Newcomer
Joined
Jan 20, 2021
Messages
15
Trophies
0
Age
32
XP
81
Country
Netherlands
I apologize for no February release, as I've been quite busy this last month. March should have a decent release though. Not many ISOs have been updating lately, so there hasn't been much of a push to update either.

There is no need to apologize @Jayro . You are our hero and we are very grateful for your contribution to the community. There is no pressure on the releases from you. Take your time, because on top of this you also have a personal life just like every human being.
 

AAA3A

Well-Known Member
Member
Joined
Feb 4, 2021
Messages
157
Trophies
0
XP
410
Country
France
I apologize for no February release, as I've been quite busy this last month. March should have a decent release though. Not many ISOs have been updating lately, so there hasn't been much of a push to update either.

Hello,
1) I asked a lot of questions this month and you answered almost all of them!
2) You have the right to take a break, given what you are asked!
3) Don't feel you have to work non-stop!
4) Your work is wonderful and helps a lot of IT people!
5) Thank you very much for all you have done for us by publishing each version of Médicat one by one!
I know it must take a long time, but it works perfectly and solves the problems of all Médicat users and more!
Thank you very much, thank you very much!
 
  • Like
Reactions: Tizie and Jayro

user4

Active Member
Newcomer
Joined
May 3, 2020
Messages
34
Trophies
0
Age
24
XP
311
Country
Austria
Jayro, I think it's enough to release a new MediCat USB every two months. The software doesn't change so much that you have to offer a new version every month.
Also, some people only have a slow internet connection with a data transfer limit. For them, it's hard to download an extra 20.9 gigabytes every month.
Thank you for your work.

I apologize for no February release, as I've been quite busy this last month. March should have a decent release though. Not many ISOs have been updating lately, so there hasn't been much of a push to update either.
 

AAA3A

Well-Known Member
Member
Joined
Feb 4, 2021
Messages
157
Trophies
0
XP
410
Country
France
If the tools contained in Médicat are for Windows, is it possible to start for example mini Windows 10 or Médicat VHD on other operating systems (linux, mac OS...)?
 

Jayro

MediCat USB Dev
OP
Developer
Joined
Jul 23, 2012
Messages
12,994
Trophies
4
Location
WA State
Website
ko-fi.com
XP
17,040
Country
United States
If the tools contained in Médicat are for Windows, is it possible to start for example mini Windows 10 or Médicat VHD on other operating systems (linux, mac OS...)?
Only within a virtual machine, as far as I am aware.
 

AAA3A

Well-Known Member
Member
Joined
Feb 4, 2021
Messages
157
Trophies
0
XP
410
Country
France
Yeah, just put MediCat's background.png into the /ventoy/themes/uefi/ folder, over-writing the other one. If you want to put a different wallpaper in the Antivirus folder only, I don't know if it's possible. Would be cool though if it's possible.

I did some research without finding anything, so I posted a question on the ventoy forum.
I just got an answer this morning:

screencapture-forums-ventoy-net-showthread-php-1614760441503.png
 

AAA3A

Well-Known Member
Member
Joined
Feb 4, 2021
Messages
157
Trophies
0
XP
410
Country
France
Before Medicat is based on Ventoy, what software do you use to make the key bootable?

I believe that, before, each folder had its own background, right?
 

Jayro

MediCat USB Dev
OP
Developer
Joined
Jul 23, 2012
Messages
12,994
Trophies
4
Location
WA State
Website
ko-fi.com
XP
17,040
Country
United States
Before Medicat is based on Ventoy, what software do you use to make the key bootable?

I believe that, before, each folder had its own background, right?
Yes, it was based on the last 2.xx version of SARDU, right before SARDU became v3.00 and became yearly payware bullshit. I could no longer make newer ISOs, so I was forced to just stick with what I had. I later manually upgraded Syslinux from v4.x to v6.x myself. And stuck with that for a few years until June of 2020 when I discovered Ventoy. The only thing that sucked about the SARDU ISO was the inability to boot in to a UEFI menu. Instead, he just included rEFInd, which is worthless to me, and very difficult to modify to my liking or with my themes/artwork. Thankfully Ventoy came around, so I could reboot MediCat into the awesome BIOS/UEFI powerhouse that it is. And since I don't take donations, I just tell everyone to donate directly to Longpanda instead. He keeps MediCat alive just as much as I do.
 

AAA3A

Well-Known Member
Member
Joined
Feb 4, 2021
Messages
157
Trophies
0
XP
410
Country
France
Yes, it was based on the last 2.xx version of SARDU, right before SARDU became v3.00 and became yearly payware bullshit. I could no longer make newer ISOs, so I was forced to just stick with what I had. I later manually upgraded Syslinux from v4.x to v6.x myself. And stuck with that for a few years until June of 2020 when I discovered Ventoy. The only thing that sucked about the SARDU ISO was the inability to boot in to a UEFI menu. Instead, he just included rEFInd, which is worthless to me, and very difficult to modify to my liking or with my themes/artwork. Thankfully Ventoy came around, so I could reboot MediCat into the awesome BIOS/UEFI powerhouse that it is. And since I don't take donations, I just tell everyone to donate directly to Longpanda instead. He keeps MediCat alive just as much as I do.

I visited their official website: they take care of almost nothing and the customization leaves a lot to be desired!

Where are the language settings on Mini Windows 10?
 

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
  • TwoSpikedHands @ TwoSpikedHands:
    I just found out that the EU version is better in literally every way, better sound quality, better lighting, and there's even a patch someone made to make the text look nicer
  • TwoSpikedHands @ TwoSpikedHands:
    Do I restart now using what i've learned on the EU version since it's a better overall experience? or do I continue with the US version since that is what ive been using, and if someone decides to play my hack, it would most likely be that version?
  • Sicklyboy @ Sicklyboy:
    @TwoSpikedHands, I'll preface this with the fact that I know nothing about the game, but, I think it depends on what your goals are. Are you trying to make a definitive version of the game? You may want to refocus your efforts on the EU version then. Or, are you trying to make a better US version? In which case, the only way to make a better US version is to keep on plugging away at that one ;)
  • Sicklyboy @ Sicklyboy:
    I'm not familiar with the technicalities of the differences between the two versions, but I'm wondering if at least some of those differences are things that you could port over to the US version in your patch without having to include copyrighted assets from the EU version
  • TwoSpikedHands @ TwoSpikedHands:
    @Sicklyboy I am wanting to fully change the game and bend it to my will lol. I would like to eventually have the ability to add more characters, enemies, even have a completely different story if i wanted. I already have the ability to change the tilemaps in the US version, so I can basically make my own map and warp to it in game - so I'm pretty far into it!
  • TwoSpikedHands @ TwoSpikedHands:
    I really would like to make a hack that I would enjoy playing, and maybe other people would too. swapping to the EU version would also mean my US friends could not legally play it
  • TwoSpikedHands @ TwoSpikedHands:
    I am definitely considering porting over some of the EU features without using the actual ROM itself, tbh that would probably be the best way to go about it... but i'm sad that the voice acting is so.... not good on the US version. May not be a way around that though
  • TwoSpikedHands @ TwoSpikedHands:
    I appreciate the insight!
  • The Real Jdbye @ The Real Jdbye:
    @TwoSpikedHands just switch, all the knowledge you learned still applies and most of the code and assets should be the same anyway
  • The Real Jdbye @ The Real Jdbye:
    and realistically they wouldn't

    be able to play it legally anyway since they need a ROM and they probably don't have the means to dump it themselves
  • The Real Jdbye @ The Real Jdbye:
    why the shit does the shitbox randomly insert newlines in my messages
  • Veho @ Veho:
    It does that when I edit a post.
  • Veho @ Veho:
    It inserts a newline in a random spot.
  • The Real Jdbye @ The Real Jdbye:
    never had that i don't think
  • Karma177 @ Karma177:
    do y'all think having an sd card that has a write speed of 700kb/s is a bad idea?
    trying to restore emunand rn but it's taking ages... (also when I finished the first time hekate decided to delete all my fucking files :wacko:)
  • The Real Jdbye @ The Real Jdbye:
    @Karma177 that sd card is 100% faulty so yes, its a bad idea
  • The Real Jdbye @ The Real Jdbye:
    even the slowest non-sdhc sd cards are a few MB/s
  • Karma177 @ Karma177:
    @The Real Jdbye it hasn't given me any error trying to write things on it so I don't really think it's faulty (pasted 40/50gb+ folders and no write errors)
  • DinohScene @ DinohScene:
    run h2testw on it
    +1
  • DinohScene @ DinohScene:
    when SD cards/microSD write speeds drop below a meg a sec, they're usually on the verge of dying
    +1
  • Psionic Roshambo @ Psionic Roshambo:
    Samsung SD format can sometimes fix them too
  • Purple_Heart @ Purple_Heart:
    yes looks like an faulty sd
  • Purple_Heart @ Purple_Heart:
    @Psionic Roshambo i may try that with my dead sd cards
    +1
  • Psionic Roshambo @ Psionic Roshambo:
    It's always worth a shot
    Psionic Roshambo @ Psionic Roshambo: It's always worth a shot