Mac Terminal Boot From Usb

Posted on  by 



  1. Mac Terminal Boot From Usb Pc Camera
  2. Mac Os Terminal Boot From Usb
  3. Mac Terminal Boot From Usb Adapter
  4. Mac Terminal Boot From Usb 3.0
  5. Mac Terminal Bootable Usb

(There's no video for Mac OS 9.2.2 'boot kit' for booting your G3/G4 from an USB stick yet. Please contribute to MR and add a video now!)


What is Mac OS 9.2.2 'boot kit' for booting your G3/G4 from an USB stick?

Stop wasting plastic! You've been doing it wrong if you burn install CD's for your old Mac :P

This Mac OS 9.2.2 'boot kit' was made by @that-ben and makes the process of booting (and installing) Mac OS 9 on any G3 and most G4's from an USB stick a little bit easier, because not all the Mac OS 9 install CD images can be used to boot a Mac from an unlocked volume (such as from an USB stick or hard drive). This disk image does boot the computer into a fully useable desktop (albeit quite slow) and it's loaded with utilities and disk image mounting tools which will enable you to prepare and install Mac OS, everything without the need for a CD-ROM drive at all. Since the USB drive is unlocked, you can even surf the web using the pre-installed Classilla browser and go get more files, directly from the same computer you're about to install Mac OS on :P

There is no Mac OS installer on this disk image. You still have to download a Mac OS install CD ISO of your choice (Mac OS 9.2.2 Universal 2002 edition is highly suggested unless you know and want to use your machine specific Mac OS install CD) in order to install it on your Mac.

Follow these steps to clone this disk image onto an USB stick and follow the link at the bottom of that article to learn how to boot G3's and G4's from an USB stick using Open Firmware.

Once the Mac is booted off of the USB stick, what I would do is:

1) Copy anything from the internal hard drive that's worth keeping onto an USB stick or external drive and then format the internal hard drive as HFS Extended using the Drive Setup found under the Applications folder on the USB stick.

2) Use another USB stick (formated as FAT32 if your main computer is a Windows PC or HFS Extended if it's under Mac OS X) or the network to copy your Mac OS install CD image onto that Mac's internal hard drive.

3) Lock that Mac OS install disk image (click on it to select it, then under the menu at the top: File > Get Info, then check the Locked attribute on the bottom/left corner).

4) Use the pre-loaded Toast 5 Titanium to mount the Mac OS install CD image (locked).

5) Launch the installer and enjoy your freshly installed Mac! No CD, no pollution.

Pre-loaded software installed on the USB stick that you can use when booting off of it include:

  • Classilla (9.3.3)
  • Disk Copy 6.5b13
  • Disk First Aid
  • DiskTracker 2.3.3
  • Drive Setup
  • GraphicConverter Classic 6.5
  • MacErrors 2.0.1
  • NativeChecker
  • QuickTime 6.0.3
  • Quit Anything 1.6.1
  • ResEdit 2.1.3
  • SerialReader 2001 w/ Serial Box 08.2005 definitions
  • SoundApp 2.7.3
  • StuffIt Deluxe 7.0.3
  • Toast Titanium 5.2.3
  • Virtual CD/DVD-ROM Utility

Mac OS 9.2.2 Boot Kit.zip(164.02 MiB / 171.99 MB)
Mac OS 9.2.2 Boot Kit / Toast (ISO) image / Zipped
1713 / 2019-02-12 / 3772eaedf5a1528c88d0a65252eb1333668b35c1 / /

Architecture


IBM PowerPC


Architecture: PPC

Use this to boot any G3 and most G4's into a fully useable Mac OS 9.2.2 desktop from an USB stick, pre-loaded with all the tools you need to prepare and install Mac OS 9 on your PowerPC Mac. This could also be used to boot the QEMU emulator if you wanted.


Emulating this? It should run fine under: SheepShaver


You may receive the following warning: The created USB device will not boot off a Mac. Insert it into a PC, and select the USB boot option in the BIOS boot menu. You can ignore this warning as long as you used the Distribution option and not the ISO option when creating the bootable USB drive. CD/DVD drives are disappearing from computers, leaving USB storage as the only option when re-installing an operating system. The process is fairly painless and, if you have a bit of time and patience you can complete the task on a Mac. Format FAT32 on Mac Terminal Command Line The command-line behavior does the same way to erase data with the Disk Utility. Again, create a backup before taking this action. To format FAT32 on Mac with Terminal, follow the next steps: Step 1. Connect the USB flash drive to your Mac computer.


Most new PCs don't come with DVD drives anymore. So it can be a pain to install Windows on a new computer.

Luckily, Microsoft makes a tool that you can use to install Windows from a USB storage drive (or 'thumbdrive' as they are often called).

But what if you don't have a second PC for setting up that USB storage drive in the first place?

In this tutorial we'll show you how you can set this up from a Mac.

You can download the ISO file straight from Windows. That's right - everything we're going to do here is 100% legal and sanctioned by Microsoft.

If you want an English-language version of the latest update of Windows 10, you can download the ISO here.

If you have a relatively new computer, you probably want the 64-bit version. If you're not sure, go with the 32-bit version to be safe.

If you want a non-English-language version of Windows, or want to get an older update version, download the ISO here instead.

The ISO file is only about 5 gigabytes, but I recommend you use a USB drive with at least 16 gigabytes of space just in case Windows needs more space during the installation process.

I bought a 32 gigabyte USB drive at Walmart for only $3, so this shouldn't be very expensive.

Stick your USB drive into your Mac. Then open your terminal. You can do this using MacOS Spotlight by pressing both the ⌘ and Space bar at the same time, then typing 'terminal' and hitting enter.

Don't be intimidated by the command line interface. I'm going to tell you exactly which commands to enter.

Open Mac Spotlight using the ⌘ + space keyboard shortcut. Then type the word 'terminal' and select Terminal from the dropdown list.

Paste the following command into your terminal and hit enter:

diskutil list

You will see output like this (note - your Mac's terminal may be black text on a white background if you haven't customized it).

Copy the text I point to here. It will probably be something like

Mac Terminal Boot From Usb Pc Camera

Mac os terminal boot from usb

/dev/disk2.

Next format your USB drive to Windows FAT32 format. This is a format that Windows 10 will recognize.

Note that you should replace the disk2 with the name of the your drive from step 3 if it wasn't disk2. (It may be disk3 or disk4).

Run this command using the correct disk number for your USB:

diskutil eraseDisk MS-DOS 'WIN10' GPT /dev/disk2

Then you'll see terminal output like this.

This will probably only take about 20 seconds on a newer computer, but may take longer on an older computer.

Note that for some hardware, you may instead need to run this command, which uses the MBR format for partitioning instead of GPT. Come back and try this command if step 7 fails, then redo steps 5, 6, and 7:

Now we're going to prep our downloaded ISO file so we can copy it over to our USB drive.

You will need to check where your downloaded Windows 10 ISO file is and use that. But your file is probably located in your ~/Downloads folder with a name of Win10_1903_V1_English_x64.iso.

hdiutil mount ~/Downloads/Win10_1903_V1_English_x64.iso

Update April 2020: One of the files in the Windows 10 ISO – install.wim – is now too large to copy over to a FAT-32 formatted USB drive. So I'll show you how to copy it over separately.

Thank you to @alexlubbock for coming up with this workaround.

First run this command to copy over everything but that file:

rsync -vha --exclude=sources/install.wim /Volumes/CCCOMA_X64FRE_EN-US_DV9/* /Volumes/WIN10

Then run this command to install Homebrew (if you don't have it installed on your Mac yet):

/usr/bin/ruby -e '$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)'

Then use Homebrew to install a tool called wimlib with this terminal command:

brew install wimlib

Then go ahead and create the directory that you're going to write the files into:

mkdir /Volumes/WIN10/sources

Mac Os Terminal Boot From Usb

Then run this command. Note that this process may take several hours, you may see 0% progress until it finishes. Don't abort it. It will use wimlib to split the install.wim file into 2 files less than 4 GB each (I use 3.8 GB in the following command), then copy them over to your USB:

wimlib-imagex split /Volumes/CCCOMA_X64FRE_EN-US_DV9/sources/install.wim /Volumes/WIN10/sources/install.swm 3800

Once that's done, you can eject your USB from your Mac inside Finder.

Mac Terminal Boot From Usb Adapter

Congratulations - your computer now should boot directly from your USB drive. If it doesn't, you may need to check your new PC's BIOS and change the boot order to boot from your USB drive.

Mac Terminal Boot From Usb 3.0

Windows will pop up a screen and start the installation process.

Mac Terminal Bootable Usb

Enjoy your new PC, and your newly-installed copy of Windows.





Coments are closed