wiki.osx86project.org/wiki/index.php/Tip...ith_the_boot_options
It looks like I can use F8 on the DVD distro boot and select the faulty installation partition on the hard drive to boot in single-user mode:
-v -s rd=diskXsY
where X is the disk drive number;
and Y is the partition where you installed OSX86;
So, I can now boot the drive in single user mode and finally use fsck to check the filesystem integrity and "mount -uw /" to allow read and write, allowing the addition/alteration of .kext and .plist files and other useful things. Can I extract .pkg files from the distro DVD and copy the appropriate contents to the /System/Library/Extensions folder of my installation drive to resolve driver issues? If so, how could this be done from this single-user boot mode?
I still need to resolve the "boot1: error" issue however and despite reflagging the partition as active with an assortment of fdisk like tools and after numerous reformat/install processes, I still have the problem. I can now check my "system.log" in /var/log on the installation partition and check it for errors, although I'd like access to unix commands like "MORE" and some "MAN" or "INFO" pages to be able to help me out with some of the intricacies of the command shell and its useful weapons like "MOUNT", "FDISK" and others - might this be included in the soon-to-be-released "Live-DVD"?
Sorry to have so many questions but I'm trying to resolve issues and report on them so others might be suitably informed as well.
At last a solution!
Finally after sorting out my installation preferences - a slow and painful process, settling on the Intel GMA900 driver instead of the GMA915 driver, which had more issues - despite the graphics chip listed as a 915! I managed to boot from a USB drive very successfully - which incidentally works like a "key" to a non-booting installation - maybe it will become a 'feature' in future releases! In any case the easiest solution is found in the Chameleon package Readme.txt
If you've already booted successfully (via USB or CD/DVD boot loader) into your installation drive - in my case with GUID holding the initial boot0 and efi stuff (my old system & bios isn't EFI friendly) on disk0s1, with my OSX partition being disk0s2, in a Terminal session, I entered the following commands, which transferred the second part of the Darwin bootloader to the appropriate location - For some reason, possibly similar to the way the "Install EFI/FDISK" process seems to fail as it does in the original DVD install...
sudo -s
cd /usr/standalone/i386
dd if=boot1h of=/dev/rdisk0s2
cp boot /
These commands will copy the boot1h file, responsible for the "boot1 error and the boot file to the drive and it works!