How to Install Tiger on Your PC Without Wiping Windows ‘Non-Destructive’ Mac/Windows Dual Boot Installation
Special thanks go out to ‘Stryder’ for this:
This guide will provide somewhat specific instructions detailing the process by which you may install Tiger using a disk image, without destroying your Windows installation. The process is simple, though a bit slow at times.
| What To Do | How to do It |
|---|---|
| Download the disk image. Decompress it. | Get Tiger-x86.tar.bz2 via BitTorrent |
| Download a bootable ISO with the capability of writing a raw image directly to hard disk, and burn the ISO. | Any reasonable Linux install or ‘live’ disc should do. Eg., Ubuntu Live CD, Mandrake Install CD/DVD. |
| Download a partition management utility | Eg., Partition Magic. Just make sure whatever software you get can non-destructively resize and move partitions. |
| Resize partition(s) so that there is at least ~7 gigs unallocated space; Move any partitions existing partially/totally within the first ~7 gigs of the drive. | This is simply to avoid overwriting your partition(s) and the valuable data within them. dd will only write as far as the size of the (uncompressed) image, so we are dodging its wrath. The process of moving big partitions with lots of data is very time consuming so be patient. |
| Backup your MBR. | dd if=/dev/hda of=MBAbackupfile count=1 (replacing relevant portions according to your own needs/whims. Then write this file to a disc or upload it onto the net or another computer. |
| Write Tiger to your hard drive. | dd if=tiger-x86-flat.img of=/dev/hda |
| Set up passwords in Tiger. Check out the OS. | Use boot option -s. Then while in the text-mode console, execute ‘sh /etc/rc’ and run ‘passwd curtis’, ‘passwd deadmoo’, ‘passwd root’; these will have blank deafult passwords in this mode. |
| Restore/update the MBR. | dd if=MBAbackupfile of=/dev/hda (this step is optional but desirable) |
| Recover Partitions | There are a number of programs that can do this, mostly commercial. Acronis produces one such program. I have come across a free utility for this, but it didn’t work for me for some reason…. Anyway, this may take a (long) while if you didn’t restore your MBR. |
| Install bootloader. | Not hard to find. Again, Acronis produces a commercial bootloader but personally I’d rather use LILO or GRUB, all other things being equal. |
| Relax and have fun, you are done. You can now dual-boot into OS X and Windows. |
