I’ve done what I’ve written on the previous post with mixed success. Here’s what I did:
- Inserted OSx86 Install Disc (10.5.6).
- Disk Utility: 7 Partitions
- Windows 7 x64 (15GB, FAT)
- Linux Mint + Swap, since Disk Utility won’t do partitions smaller than 1GB (7.5GB, FAT)
- openSUSE (7GB, FAT)
- Damn Small Linux (1GB, FAT)
- Haiku OS (2GB, FAT)
- Storage Partition (20GB, FAT)
- Macintosh HD [20GB, Mac OS Extended (Journaled)]
- Added non-vanilla patches:
- Drivers for my laptop
- Darwin 9.2.0 netkas sleep kernel
- Dual Boot Time Sync
- NTFS-3G and MacFUSE (Essential for any Mac with Windows partitions)
- OSx86 Utilities
- Chameleon bootloader
- Install took 40 minutes on my noisy, transplanted Combo Drive from 2001 (probably just a 4x on the DVD-ROM side)
- Won’t boot (boot1 error?). Maybe GRUB will fix it?
- Windows 7’s turn. Just asked me to reformat the 15GB partition to a NTFS one. Didn’t need the 100MB that my previous 32-bit install asked for.
- Hard drive action totaled 45 minutes. Restarted 3 times (scanned the system on one of the passes). The good part of it all was that it didn’t need much interaction from the user.
- Damn Small Linux, then. DSL can’t see the hard drive. Ugh, I really need to read into the workings of the MBR.
- openSUSE – first time installing it. Color scheme and overall feel better than Linux Mint/Ubuntu IMO, but nothing special. Had to do a manual partition configuration ‘cause the auto’un put /home in the partition meant for ‘Mint. Install proper took 14 minutes. It did a 3 minute-long configure after the reboot, and it didn’t even see my WiFi!
- Haiku’s next. You can choose to use it as a LiveCD or to directly proceed to install. Partitioned 2GB FAT as BeFS. Installation is reminiscent of the Classic Mac OS install process(Except that old Mac OS can’t handle partitioning. EDIT: It can but not during installation. The live-floppies/CDs came with Disk Utilities). Very simple. Even if the .iso only took half of the space of the CD, installation took as long as openSUSE. Doesn’t come with a bootloader. That’s what Mint is for.
- Insert ‘Mint CD, bypass LiveCD and go straight to the install. Standard Ubuntu fare. Manual partitioning: divided partition into two – ext4 for / and a 500mb linux-swap. Linux Mint achieved the best time: 13 minutes.
- Boot into ‘Mint. Whip up Terminal.
- $ sudo gedit /boot/grub/menu.lst
- Add line (Mint sees Windows 7 easily enough):
- title Haiku
- rootnoverify (hd0,8)
- chainloader +1
- title openSUSE 11.1 KDE
- root (hd0,6)
- kernel /boot/vmlinuz-2.6.27.7-9-default
- root=/dev/disk/by-id/ata-Hitachi_HTS541680J9SA00_SB2204SGCSVVSE-part7
- resume=/dev/disk/by-id/ata-Hitachi_HTS541680J9SA00_SB2204SGCSVVSE-part2
- splash=silent
- vga=0x317
- initrd /boot/initrd-2.6.27.7-9-default
- title Mac OS X Leopard
- rootnoverify (hd0,4)
- chainloader +1
- Everything boots, except OS X.
No comments:
Post a Comment