Official MediCat USB - A Multiboot Linux USB for PC Repair

  • Thread starter Jayro
  • Start date
  • Views 8,330,240
  • Replies 3,952
  • Likes 278

Jayro

MediCat USB Dev
OP
Developer
Joined
Jul 23, 2012
Messages
12,971
Trophies
4
Location
WA State
Website
ko-fi.com
XP
16,994
Country
United States

SonyUSA

We're all mad here
Editorial Team
Joined
May 12, 2006
Messages
1,780
Trophies
2
XP
5,617
Country
United States
Can you link me to the reg hack page? I could try to implement it. I'm on mobile, so searching takes me ages.

I'm looking around now to see if I can find something about it.

How is the network driver support? On my 7PE I threw in the network drivers pack from some page... like driverpacks dot com or something? Not sure if that was the actual site, but it guaranteed a network connection on every computer I booted it up on. How is the Win10 network driver selection?
 

Jayro

MediCat USB Dev
OP
Developer
Joined
Jul 23, 2012
Messages
12,971
Trophies
4
Location
WA State
Website
ko-fi.com
XP
16,994
Country
United States
I'm looking around now to see if I can find something about it.

How is the network driver support? On my 7PE I threw in the network drivers pack from some page... like driverpacks dot com or something? Not sure if that was the actual site, but it guaranteed a network connection on every computer I booted it up on. How is the Win10 network driver selection?
It's pretty damn good, and I'm going to test my changes on PENetwork to see if I fixed the Wi-Fi. Editing .wim images as I reply. :P
 

SonyUSA

We're all mad here
Editorial Team
Joined
May 12, 2006
Messages
1,780
Trophies
2
XP
5,617
Country
United States
It's pretty damn good, and I'm going to test my changes on PENetwork to see if I fixed the Wi-Fi. Editing .wim images as I reply. :P

Yeah I saw someone had to add a key to start a service in the RunOnce category of the registry to get wifi to work properly. There does exist a driver pack for Win10 network devices too :3
 

Jayro

MediCat USB Dev
OP
Developer
Joined
Jul 23, 2012
Messages
12,971
Trophies
4
Location
WA State
Website
ko-fi.com
XP
16,994
Country
United States
Just added a cool Conky-style information display to the top-right, set to a 1 second update interval, and it works really well. Takes out much of the hardware guesswork, and launches on startup automatically. :)

VirtualBox_ISO Tester_11_02_2016_00_37_46.png
 
  • Like
Reactions: Originality

red9350

Active Member
Newcomer
Joined
Jan 10, 2015
Messages
26
Trophies
0
Age
28
XP
116
Country
Italy
You could always try to boot them using the "flat file" method, booting their kernels directly, instead of from an ISO. Lubuntu on there is flat-file, and works great. You can use it and Linux.cfg as a template to make yours do what you want.
After tinkering with the configuration files, I ended up with an error. Since I'm using Xboot's files, I'm using SysLinux as a bootloader, and when trying to load a .c32 file this error pops up: "Failed to load COM32 file /Other/boot/syslinux/vesamenu.c32".
This is the config file which gets called:

### MENU START
LABEL mainmenu
MENU LABEL MAIN MENU
KERNEL /Other/boot/syslinux/vesamenu.c32
APPEND /Other/boot/syslinux/syslinux.cfg
### MENU END


This is syslinux.cfg:

MENU title More tools
INCLUDE /Other/boot/syslinux/theme.cfg
TIMEOUT 100


### MENU START
LABEL localboot
MENU LABEL Boot from Hard Drive
MANU START
MENU DEFAULT
localboot 0x80
TEXT HELP
Boot from first Internal hard drive.
ENDTEXT
### MENU END


### MENU START
LABEL -
MENU LABEL F4UBCD
LINUX /Other/boot/syslinux/grub.exe
APPEND --config-file="ls /Other/images/fubcd.iso || find --set-root /Other/images/fubcd.iso;map --heads=0 --sectors-per-track=0 /Other/images/fubcd.iso (0xff) || map --heads=0 --sectors-per-track=0 --mem /Other/images/fubcd.iso (0xff);map --hook;chainloader (0xff)"
TEXT HELP
ENDTEXT
### MENU END


### MENU START
LABEL -
MENU LABEL Kaspersky Rescue Disk
LINUX /Other/boot/syslinux/grub.exe
APPEND --config-file="ls /Other/rescue/rescue.iso || find --set-root /Other/rescue/rescue.iso;map --heads=0 --sectors-per-track=0 /Other/rescue/rescue.iso (0xff) || map --heads=0 --sectors-per-track=0 --mem /Other/rescue/rescue.iso (0xff);map --hook;chainloader (0xff)"
TEXT HELP
ENDTEXT
### MENU END


### MENU START
LABEL -
MENU LABEL Trinity Rescue Kit
LINUX /Other/boot/syslinux/grub.exe
APPEND --config-file="ls /Other/images/trinityrescuekitbuild.iso || find --set-root /Other/images/trinityrescuekitbuild.iso;map --heads=0 --sectors-per-track=0 /Other/images/trinityrescuekitbuild.iso (0xff) || map --heads=0 --sectors-per-track=0 --mem /Other/images/trinityrescuekitbuild.iso (0xff);map --hook;chainloader (0xff)"
TEXT HELP
ENDTEXT
### MENU END


### MENU START
LABEL -
MENU LABEL HELP!
KERNEL /Other/cdsh/loader.bin
TEXT HELP
Detailed explaination of softwares.
ENDTEXT
### MENU END
 
Last edited by red9350,

Derek H.

New Member
Newbie
Joined
Feb 10, 2016
Messages
4
Trophies
0
Age
26
XP
41
Country
United States
Well When i added Parted Magic back, it couldn't find the SQFS file, so I guess I'll just give up on that hope
 

Shoshi

Active Member
Newcomer
Joined
Feb 1, 2016
Messages
25
Trophies
0
Age
47
XP
56
Country
United States
I am happy to see the updates made to Mini 10. I am still trying to get the Bitdefender and Eset rescue cds integrated and functioning into the system as images. I may give the flat file method a go.
 

red9350

Active Member
Newcomer
Joined
Jan 10, 2015
Messages
26
Trophies
0
Age
28
XP
116
Country
Italy
I am happy to see the updates made to Mini 10. I am still trying to get the Bitdefender and Eset rescue cds integrated and functioning into the system as images. I may give the flat file method a go.
If you manage to get them working please post your method, I'm going crazy trying to boot a functioning Kaspersky Rescue Disk
 

Jayro

MediCat USB Dev
OP
Developer
Joined
Jul 23, 2012
Messages
12,971
Trophies
4
Location
WA State
Website
ko-fi.com
XP
16,994
Country
United States

Shoshi

Active Member
Newcomer
Joined
Feb 1, 2016
Messages
25
Trophies
0
Age
47
XP
56
Country
United States
If you manage to get them working please post your method, I'm going crazy trying to boot a functioning Kaspersky Rescue Disk

I have tried a multitude of times to add Bitdefender and ESET, including seeing how tools like xboot, yumi, and others layout files and config arguments and I still have had no results in integrating them within Medicat. :(

I have added "God Mode" to Mini Windows 10. Both the 64-bit and 32-bit versions also appear more consistent and transparent to one-another; But the wallpaper will keep you informed of which version you are running. :)


When will the new version be released? :)
 
  • Like
Reactions: red9350

Shoshi

Active Member
Newcomer
Joined
Feb 1, 2016
Messages
25
Trophies
0
Age
47
XP
56
Country
United States
Also, Jayro. How did you build your multiboot iso? At first I thought it was only built with Sardu, but I am not so sure now...
 
Last edited by Shoshi,

Jayro

MediCat USB Dev
OP
Developer
Joined
Jul 23, 2012
Messages
12,971
Trophies
4
Location
WA State
Website
ko-fi.com
XP
16,994
Country
United States
I have tried a multitude of times to add Bitdefender and ESET, including seeing how tools like xboot, yumi, and others layout files and config arguments and I still have had no results in integrating them within Medicat. :(




When will the new version be released? :)
I can send you my config files for getting eset to boot. I use the bootable windows version on Medicat, and i also had the linux version booting fine as well, but it took up more space. As for release, I'm aiming for April 23rd, as long as Lubuntu stays on track for an April 22nd release. :)

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

Also, Jayro. How did you build your multiboot iso? At first I thought it was only built with Sardu, but I am not so sure now...
I used Sardu 3.0.0.0 to build the main multiboot ISO, and I have modified it extensively since then.
 
Last edited by Jayro,

pwsincd

Garage Flower
Developer
Joined
Dec 4, 2011
Messages
3,686
Trophies
2
Location
Manchester UK
XP
4,463
never knew about godmode , cheers nice feature... for others who didnt :

To enable it : Create a new folder on your Windows desktop (New > Folder) and save it with the text below:

GodMode.{ED7BA470-8E54-465E-825C-99712043E01C}
 
  • Like
Reactions: Jayro

Shoshi

Active Member
Newcomer
Joined
Feb 1, 2016
Messages
25
Trophies
0
Age
47
XP
56
Country
United States
I can send you my config files for getting eset to boot. I use the bootable windows version on Medicat, and i also had the linux version booting fine as well, but it took up more space. As for release, I'm aiming for April 23rd, as long as Lubuntu stays on track for an April 22nd release. :)

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


I used Sardu 3.0.0.0 to build the main multiboot ISO, and I have modified it extensively since then.

I would love to see the config fie! Thanks. :)
 

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
    K3Nv2 @ K3Nv2: https://youtube.com/shorts/WOppJ92RgGU?si=KE79L6A_3jESsGQM