Mac Os X Boot Camp No Disk Images

29.12.2020
  1. Mac Os X Boot From Usb
  2. Boot Camp Workout
  3. Mac Os X Boot Camp No Disk Images Windows 10

It’s been almost two years since I last wrote for Low End Mac, but my love of all things Apple hasn’t waned. Most recently, I’ve become the proud owner of an iPhone 3G, which may finally stop me hunting for an elusive MessagePad 2100 on eBay.

Jan 15, 2020  macOS Recovery makes it easy to reinstall the Mac operating system, even if you need to erase your startup disk first. All you need is a connection to the Internet. If a wireless network is available, you can choose it from the Wi-Fi menu in the menu bar. This menu is also available in macOS Recovery. Jun 05, 2019  Then it will popup install mac os high sierra or mojave welcome window. Click Continue button in above window, then click Agree button in the next window. And then it will go to another window which want you to select the disk to install the mac os. But you can not select the disk because there is no disk to select.

What did interrupt my Classic Mac activities was a number of hard drive issues that required multiple reinstalls of various versions of the Mac OS on different machines. It was more of a hassle than a problem, but it became a serious sticking point once I upgraded to Leopard.

Making Boot Disks

In order to keep our classic Macs alive, we need ready access to boot disks and install disks so that when the need arises they can be recovered. Apple very kindly makes various versions available for free – most notably System 6.0.8 and 7.5.3. You can also find useful items in their archive, such as the 7.5 Network access disk, which allows you to boot into System 7 from a floppy.

Depending on the file format, preparing these boot disk follows various routes, but most of them rely heavily on one of the following three items:

  • Disk Copy 6 or Disk Copy 4
  • .sea self extracting archives
  • .smi self mounting images – often split across multiple files

And herein lies the problem: Multiple .smi files need to be copied to one location – in other words, you should be able to boot the Mac you want to install them on. So before installing the Mac OS from .smi files, you need to make a boot disk using one of the other two methods.

But both Disk Copy and .sea files require the Classic Mac OS. Earlier this year, I found myself with three old Macs, none of which would boot, and a G5 with Mac OS X 10.5 Leopard installed that was seemingly useless for this task without the Classic environment.

Making Boot Disks Using dd

All was not lost due to one simple fact – Mac OS X is a Unix variant, and therefore it has all of the standard Unix tools available. One of these can be used to make boot disks. The dd command can be used to duplicate any disk, and it can be used to take a disk image file and write it to a floppy disk byte by byte. The format of the command’s usage is fairly straightforward:

Where you would replace INPUTFILE with the filename (and path) of the disk image and OUTPUTFILE needs to point to the destination (a floppy disk in our case). At least, it should be that simple, but it isn’t quite. Some extra parameters are needed when dealing with Mac Disk Copy images, because there is some extra information in the header of these files that we want to strip out. The command for creating a Mac boot disk is:

Complications of OS X

This seems simple enough, but you need to know a bit of Unix to get the paths correct. For example, if the image is system7.img and it’s in your home folder, you need to replace INPUTFILE with ~/system7.img. But how do you point OUTPUTFILE to the floppy disk? When Mac OS X mounts a floppy disk called DISKNAME, it creates a location for it at /Volumes/DISKNAME, but if you try to use this with the dd command, you will get an error.

If you have a floppy disk mounted, go to Terminal and type the command df -h. You’ll see your disk listed, but the field of interest is the first column – it will probably say something like /dev/disk1 – and that is the correct value for OUTPUTFILE.

But you’ll hit problems again. If you try to run this, you’ll be told that the device is busy. The trick is to unmount the contents of the floppy disk whilst you still have the disk itself mounted. Sounds confusing? It is – but this is the magic step which seems to be missed from many discussions about using dd.

Bootable

A Step by Step Guide

After that little tour of the dd command on OS X, here are the step by step instructions for creating a bootable floppy disk from OS X. As ever when using the command line, be careful what you type – it’s all too easy to make mistakes via a typo!

  1. First up, you need to locate a disk image. If it’s compressed within a .bin or a .hqx file, you’ll need to expand it first (just double click in the Finder). If it’s inside a .smi, you’ll need to mount that disk image first and then work with the actual .img file inside. If it’s in a .sea file, you’ll have to expand it using Stuffit, because Leopard will not open .sea files.
  2. Next, connect up your USB floppy drive and insert the high density floppy disk you are going to turn into a boot disk (none of the USB floppy drives support the Mac’s old 400K and 800K formats, only the 1.4 MB one). This process will erase anything that is already on the floppy, so be warned!
  3. Open Disk Utility (it’s in the Utilities folder, which is in the Applications folder). You’ll see the floppy drive on the left hand pane in Disk Utility. Click on the lower level (the piece whose name matches the icon mounted on the desktop) of the floppy and choose Unmount from the toolbar. Once this is done, the name of the volume will be greyed out.
  4. Select the top level of the floppy disk and click the Info button on the toolbar. Make a note of the ‘disk identifier’, which will be something like ‘disk1’. This determines what you will enter for OUTPUTFILE (if it says disk2, you’ll enter /dev/disk2).
  5. Quit Disk Utility and launch Terminal.
  6. At the command line, enter dd if=INPUTFILE of=OUTPUTFILE bs=84 skip=1 and hit Enter. If you are using a file called system7.img and it’s in a folder called Classic within your home folder, and your disk identifier from step 4 was ‘disk2’, then you’ll enter dd if=~/Classic/system7.img of=/dev/disk2 bs=84 skip=1
  7. Wait for the process to complete in Terminal, then eject the floppy disk and use it to start your old Mac.

The process is a bit fiddly, but you soon get used to it. What it means is that Mac users are no longer reliant on having two working classic Macs at home (so one can be used to help recover the other) – any OS X machine with a USB floppy drive should be up to the task. I’ve managed to Boot Macs into System 6 and 7 this way – and I’ve even made an A/UX boot disk . . . but that’s another article for another day.

Keywords: #macbootfloppies #macfloppiesinosx #classicmacos

Short link: http://goo.gl/EAnufG

searchword: macbootfloppies

Modifying this control will update this page automatically

Boot Camp Assistant User Guide

Newer Mac computers use a streamlined method to install Windows on your Mac. To find out whether your Mac uses this method, see the Apple Support article Install Windows 10 on your Mac with Boot Camp Assistant. If your Mac is an older model, follow the instructions in Install Windows on your older Mac using Boot Camp instead.

What you need

  • The keyboard and mouse or trackpad that came with your Mac. If they aren’t available, use a USB keyboard and mouse.

  • A full-installation, 64-bit version of Windows 10 on a disk image (ISO file) or other installation media.

    You can download a Windows 10 Disc Image (ISO File) from Microsoft.

  • Sufficient free storage space on your startup drive. For information about the amount of free space needed, see the Apple Support Article Install Windows 10 on your Mac with Boot Camp Assistant.

Before you begin

Before you install Windows, make sure you back up important files.

You can use Time Machine or any other method to back up your files. For information about backing up files, see Back up your files with Time Machine and Ways to back up or protect your files.

Perform the installation

On your Mac, do the following steps in order.

Step 1: Check for software updates

Before you install Windows, install all macOS updates.

  1. On your Mac, log in as an administrator, quit all open apps, then log out any other users.

  2. Choose Apple menu > System Preferences, click Software Update, then install all available macOS updates.

    If your Mac restarts after installing an update, open Software Update again to install any additional updates.

Mac Os X Boot From Usb

Step 2: Prepare your Mac for Windows

Boot Camp Assistant prepares your Mac by creating a new partition for Windows named BOOTCAMP and downloading the Boot Camp support software.

Boot Camp Workout

Important: If you’re using a portable Mac, connect it to a power source before continuing.

Mac os x boot camp no disk images mac
  1. On your Mac, open Boot Camp Assistant , located in /Applications/Utilities.

  2. At the Introduction screen, click Continue.

    The system is checked for total available disk space. Older Time Machine snapshots and cached iCloud files are removed to make space for Boot Camp. This process may take a long time to complete (you can click the Stop button to skip this process).

  3. At the Install Windows step, click Choose, then select the Windows ISO image.

  4. Specify a partition size by dragging the divider between the macOS and Windows partitions.

  5. Click Install.

When this step is complete, the Windows installer starts.

Mac Os X Boot Camp No Disk Images Windows 10

Step 3: Install Windows

  1. In the Windows installer, follow the onscreen instructions.

    When the installation is finished, your Mac automatically restarts using Windows.

  2. Follow the onscreen instructions to set up Windows.

Step 4: Install Boot Camp on Windows

After installing Windows, Boot Camp drivers that support your Mac hardware start installing.

Note: If the support software doesn’t install automatically, you need to install it manually. For instructions, see the Apple Support article If the Boot Camp installer doesn't open after using Boot Camp Assistant.

  1. In the Boot Camp installer in Windows, follow the onscreen instructions.

    Important: Do not click the Cancel button in any of the installer dialogs.

    If a message appears that says the software you’re installing has not passed Windows Logo testing, click Continue Anyway.

    You don’t need to respond to installer dialogs that appear only briefly during installation, but if a dialog asks you to install device software, click Install.

    If nothing appears to be happening, there may be a hidden window that you must respond to. Look behind open windows.

  2. When the installation is complete, click Finish.

  3. After your Mac restarts, follow the instructions for any other installers that appear.

See alsoGet started with Boot Camp on MacTroubleshoot Boot Camp Assistant problems on MacApple Support website: Boot Camp Support