Low End Mac Reader Specials
TypeStyler For Mac OS X is Now Shipping! Download The Free Fully Functional 60 Day Tryout at www.typestyler.com
OWC: Plug & Play Hardware RAID up to 8.0TB. High Performance, Data Redundant Solutions. FireWire 800, FireWire 400, USB2, or eSATA. Hot Swappable Bays, Data Rates over 200MB/s. Click here
Don't install Parallels to play poker online! Poker Mac will show you how
to download and install a native Mac poker application such as Full
Tilt Poker Mac.
Laptop Hardware Provided by TechRestore - Overnight Mac & iPod Repairs.
Compare products like desktop computers, apple laptops, apple macs, and LCD Monitors side by side! All the information and reviews to make the best purchasing decision for new mobile phones, sat nav systems, or MP3 players. The Ciao online shopping community makes searching products easy for you.
The 'Book Beat
Creating Classic Mac Boot Floppies in OS X
- 2008.08.07
Popularity: ![]()
![]()
![]()
![]()
![]()
![]()
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.
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 the 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:
dd if=INPUTFILE of=OUTPUTFILE
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:
dd if=INPUTFILE of=OUTPUTFILE bs=84 skip=1
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 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.
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!
- 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.
- 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!
- 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.
- 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).
- Quit Disk Utility and launch Terminal.
- 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
- 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.
Recent 'Book Beat articles
- Bringing a Zebra Stripe SE/30 Back to Life, 02.19. The Japanese call it Simasimac, the horizontal striped pattern that indicates your Mac is terminal.
- Who cares about Apple's market share?, 08.24. Market share and installed base are not only nebulous, but ultimately unimportant as long as Apple continues to turn a profit.
- Moving files from your new Mac to your vintage Mac, 06.13. Old Macs use floppies; new ones don't. Old Macs use AppleTalk; Tiger doesn't support it. New Macs can burn CDs, but old CD drives can't always read CD-R. So how do you move the files?
- Hands-on with an iBook leads to on-the-spot conversion, 04.26. After years with Windows, the Mac OS provided a mixture of awe at the graphics, surprise that Office runs, amazement that it works so easily with digicams and third-party monitors, and disbeli
- More in the 'Book Beat index.
Links for the Day
- Mac of the Day: iMac G5 (iSight), Oct. 2005 -Apple built an iSight webcam into the last version of the G5 iMac.
- Group of the Day: Tiger List is for anyone using Mac OS X 10.4.
- November 20 in LEM history: 85: Windows 1.0 - 00: Mac dreams - 01: Stop the upgrade insanity - Good people, good software, good business - The digital lifestyle: Text - 06: To AppleCare or not? - One year with my 'free' Mac mini - 07: Why you want to avoid integrated graphics - Problem with Leopard on a MDD
- Support Low End Mac
Recent Content on Low End Mac
- Apple #4 in Reliability, Apple Tablet a Gadget for All?, HP's i7 Notebook Outdoes Mac Rivals, and More, The 'Book Review, 11.20. Also Flash 10.1 improves video on Hackintosh netbooks, thin-and-light notebooks impress, Windows XP finally on the way out, and more.
- i5 iMac Benchmarked, Mac mini 'Shouldn't Be Overlooked', Twitter Client for Classic Mac OS, and More, Mac News Review, 11.20. Also why Apple leaves the low end to others, 10.6.2 fixes video playback problem in 27" iMac, 3D Leopard and Snow Leopard performance, and more.
- Replacing the Hard Drive in a Clamshell iBook, John Hatchett, Recycled Computing, 11.19. Yes, it is one of the most difficult Apple notebooks to disassemble and reassemble, but a 10 GB hard drive just will not do.
- IBM Model F: A Great Old Keyboard with an Outdated Layout, Tommy Thomas, Welcome to Macintosh, 11.19. Although it used a different technology than the revered IBM Model M keyboard, the Model F was a great keyboard in its own right.
- Soft Touch Keyboards, Wireless Mouse Options, Loving SeaMonkey 2, and More, Charles W. Moore, Miscellaneous Ramblings, 11.18. Also the future of browsing with PowerPC Macs and the multiple mouse input bug introduced with OS X 10.5.8.
- More links in our archive.
Recent Deals
- Best eMac Deals, 11.18. Used 1 GHz Combo, $100; SuperDrive, $269; 1.25 GHz Combo, $119; SD, $319; 1.42 GHz Combo, $289; SD, $498.
- Best Mac OS X 10.6 and Mac Box Set Deals, 11.18. "Snow Leopard", single user, $25; 5 users, $45; Mac Box Set, single user, $139; 5 users, $180; Server, $414. Shipping included.
- Best Xserve Deals, 11.18. Used 1 GHz dual G4, $649; 2.3 dual G5, $795; 3.0 4-core Xeon, $1,899; refurb 2.26 4-core, $2,499; new, $2,888; refurb 8-core, $2,999; new, $3,449; more.
- Best 15" MacBook Pro Deals, 11.17. Used 1.83 GHz, $750; 2.16, $800; 2.33, $900; refurb 2.4, $1,299; 2.53, $1,449; 2.66, $1,699; 2.8, $1,899; new 2.53, $1,579; 2.66, $1,799; more.
- Best Power Mac G4 and AGP Video Card Deals, 11.17. Used 400 MHz, $50; 933 MHz, $80; 500 dual, $60; 867 dual, $90; 1 GHz dual, $150; 1.25 GHz dual, $225; 1.42 GHz, $499.
- Best Mac OS X 10.5 Deals, 11.17. "Leopard" upgrade, $80; single user license, $135; 5 users, $173; Mac Box Set, 5 users, $230; Server, 10 users, $340; unlimited, $850. Shipping included.
- Best Mac mini Deals, 11.16. Used 1.42 GHz G4 mini, $379; 1.66 GHz Core Solo, $419; 2.0 Core 2, $450; new 2.26 GHz nVidia, $580; 2.53 GHz, $769; Server, $990.
- Best iBook G4 Deals, 11.16. Used 12" 1.07 GHz Combo, $210; 1.33 GHz, $298; 14" 1.33 GHz, $398; 1.42 GHz, $479; SuperDrive, $498.
- Best iPod shuffle Deals, 11.16. Used 1 GB, $35; 4 GB, $65; refurb 1 GB, $39; 2 GB, $59; new 2 GB, $55, 4 GB, $75. New and refurb prices include shipping.
- More deals in our archive.
About LEM | Support | Usage | Privacy | Contacts
Navigation
Used Mac Dealers
Apple History
Video Cards
Email Lists
Favorite Sites
MacSurfer
MacMinute
MacInTouch
MyAppleMenu
InfoMac
Macs Only!
The Mac Observer
Accelerate Your Mac
RetroMacCast
PB Central
MacWindows
The Vintage Mac
Museum
DealMac
DealsOnTheWeb
Mac2Sell
ramseeker
Mac Driver Museum
JAG's House
System
6 Heaven
System 7 Today
the pickle's Low-End
Mac FAQ
Abandonware
Petition
Mac vs. PC Info
Affiliates
The Apple
Store
Mac
Connection
B&H
MacMall
TechRestore
ExperCom
Crucial
Memory
batteries.com
Advertise
MacMinute
MacInTouch
MyAppleMenu
InfoMac
Macs Only!
The Mac Observer
Accelerate Your Mac
RetroMacCast
PB Central
MacWindows
The Vintage Mac
Museum
DealMac
DealsOnTheWeb
Mac2Sell
ramseeker
Mac Driver Museum
JAG's House
System 6 Heaven
System 7 Today
the pickle's Low-End
Mac FAQ
Abandonware
Petition
Mac vs. PC Info
Mac Connection
B&H
MacMall
TechRestore
ExperCom
Crucial Memory
batteries.com
