Install Mcboot From Usb

Launch 'FREEMCBOOT.ELF' on your PS2. Insert your USB stick into your PS2. Follow the on-screen instructions for installation. The installation places the program in the OSD, or main, menu of your PS2. The installation file will be automatically detected when you insert the USB stick into your PS2.

Items you will need

  • PlayStation 2 (PS2)

    Naadi aada janme serial casting. Direction is simply superb.RK, selva,devi, mami r rocking.eswar, durga,ela cheppukuntu pothe andaruuuuu chala baga chesthunnaru.rk action keka.

  • PS2 memory card (at least 3.5Mb)

  • USB/Flash drive

  • Free McBoot 'Noobie' package file download

  • Auto-boot file for Free McBoot 'Noobie' package

Free McBoot works with PlayStation 2 Memory cards and homebrew application. These games are not officially licensed and often programmed by nonprofessional game designers. Free McBoot allows these homemade games to be launched on the PS2 game console. Using Free McBoot simply involves downloading and installing the game. It is a fairly straightforward process that almost any regular gamer will be able to complete.

Download the Free McBoot Noobie Package that has 'FREE_MCBOOT.ELF' and 'INSTALL' files. A link to the website containing these files is provided below. Click the Package file to start the download. Save the file in your choice of locations on your computer.

Open the Free McBoot Noobie Package. Locate and click on the file folder on your computer. This opens a new window containing all the files within the folder.

Right click and copy both the 'FREE_MCBOOT.ELF' and 'INSTALL' files. Open your USB stick drive window. Click the drive file containing your USB stick. Paste the files onto your USB stick drive window.

Turn on your PS2. Press the power button on the front of the game console.

Launch 'FREE_MCBOOT.ELF' on your PS2. Insert your USB stick into your PS2. Follow the on-screen instructions for installation. The installation places the program in the OSD, or main, menu of your PS2. The installation file will be automatically detected when you insert the USB stick into your PS2.

Play a homebrew game on your PS2. The game should launch properly with the newly installed Free McBoot files. No further action need be taken to use Free McBoot because of its ability to auto-run and work with the homebrew game.

Mcboot
  • gaming boy image by Wendi Evans from Fotolia.com

More Articles

How can I make a bootable Windows installation USB on Mac OS X? After upgrading to macOS Mojave, you may find that Boot Camp Assistant is no longer supported and thus creating a bootable USB turns out to be a little bit challenging. In this tutorial we’ll show you how to create Windows 10 bootable USB from ISO on Mac, by using the Terminal or third-party software like UNetbottin.

Method 1: Create Windows 10 Bootable USB on Mac Using UNetbottin

UNetbootin is a free, open source utility that allows you to create bootable USB drives on Windows, Linux, and Mac OS X. If you’ve downloaded Windows 10 ISO image, here is how you can create a bootable Windows installer USB on Mac using UNetbootin.

  1. Plug a USB drive into your Mac and open Disk Utility. Select your USB drive from the left panel and click on Info button. Note down the device name since we will need that later.
  2. Next, download and launch the UNetbottin utility. Select the “Diskimage” radio button, click “” to select a bootable ISO image.
  3. After locating your Windows 10 ISO file, click on Open.
  4. Choose Type as USB Drive and select the device name of your USB drive (you probably would’ve noted it down earlier, so refer to that). Click OK to start installing to the USB drive.
  5. This process takes several minutes or longer, depending on the size of your selected ISO image.

Method 2: Create Windows 10 Bootable USB on Mac Using Terminal

Of course, if you prefer not to use third-party software, you can still use the excellent Terminal app, which is a little bit more involved, but no additional software needs to be installed. Follow these steps:

  1. After connecting a USB drive to your Mac, open a Terminal window and type diskutil list to display all the disks attached to your machine. You have to figure out the disk identifier of the USB drive you need to format. In my example, my USB drive is mounted as “disk2” and it’s about 32GB.
  2. Next, run the following command to format your USB drive and name it “WIN10“, where # is a placeholder for the disk identifier of your USB drive.
    diskutil eraseDisk MS-DOS 'WIN10' GPT disk#
  3. Now, mount your Windows 10 ISO image with the command below, assuming it’s saved the Downloads folder. In my case, it is mounted as a volume named “ESD-ISO“.
    hdiutil mount ~/Downloads/your_windows_10_image.iso
  4. Finally, run the following command to copy all the files from the mounted ISO to your USB drive.
    cp -rp /Volumes/ESD-ISO/* /Volumes/WIN10/

    This command will take a while, and once it finishes, you can disconnect the mounted ISO with this command:
    hdiutil unmount /Volumes/ESD-ISO

  5. Now you should be able to boot from the USB to install Windows 10 on your Mac or Windows machine.

Conclusion

These should be the easiest ways to create a Windows 10 bootable USB from ISO on Mac, without using Boot Camp Assistant. No matter which method you prefer, be sure that you backup any important data on your USB drive, as the procedure of creating bootable USB will delete everything on it.

Related posts: