I have a 10.4.7 macosx working on my system.
After cloning the disk (xtrac), I can't boot.
If install dvd is in.. System boots fine.
If not.. system doesn't run.
Partiton is active, and it has default (dos?)mbr code.
I'd like to know which commands are for rewrite and repair boot code... (In system prefs, there isn't my Current Disk, only shows Net boot)
23 replies to this topic
#1
Posted 14 August 2006 - 10:39 PM
#2
Posted 14 August 2006 - 11:10 PM
I think, that there isn't any boot manager on the disk.
I have rebuild MBR (fdisk) with no sucess.
Anyone knows how darwin boot manager works?
How to reinstall it?
DVD bootmanager is able to boot it..
I have rebuild MBR (fdisk) with no sucess.
Anyone knows how darwin boot manager works?
How to reinstall it?
DVD bootmanager is able to boot it..
#3
Posted 15 August 2006 - 01:39 AM
Boot into single user mode (-s at boot prompt) and type the following:
dd if=/usr/standalone/i386/boot1h of=/dev/rdisk bs=512 count=1 /usr/sbin/startupfiletool /dev/rdisk1 /usr/standalone/i386/boot bless -device /dev/disk0 -setBoot
This assumes you are using the first hard drive.
I have compiled startupfiletool (from Apple's own open source pages) and included it in this post you need to place this file in /usr/sbin.
jrsdead
Attached Files
#4
Posted 15 August 2006 - 03:48 AM
I tried this, as I am having an issue booting form my cloned OS X disk done with SuperDuper, and cannot boot.
I am not having luck.
I follow the instructions, and get errors.
dd if=/usr/standalone/i386/boot1h of=/dev/rdisk bs=512 count=1 <THIS LINE EXECUTES OK
/usr/sbin/startupfiletool /dev/rdisk1 /usr/standalone/i386/boot <LOCKED MESSAGE
bless -device /dev/disk0 -setBoot <CANNOT GET TO THIS POINT BEFORE PREVIOUS IS EXECUTED?
I placed the startupfiletool in place this file in /usr/sbin.
I did this in single user mode, (had to boot from a Install DVD).
I get a device is locked message.
I can boot from DVD and run OS X from the HD, just cannot boot.
What am I doing wrong?
I am not having luck.
I follow the instructions, and get errors.
dd if=/usr/standalone/i386/boot1h of=/dev/rdisk bs=512 count=1 <THIS LINE EXECUTES OK
/usr/sbin/startupfiletool /dev/rdisk1 /usr/standalone/i386/boot <LOCKED MESSAGE
bless -device /dev/disk0 -setBoot <CANNOT GET TO THIS POINT BEFORE PREVIOUS IS EXECUTED?
I placed the startupfiletool in place this file in /usr/sbin.
I did this in single user mode, (had to boot from a Install DVD).
I get a device is locked message.
I can boot from DVD and run OS X from the HD, just cannot boot.
What am I doing wrong?
#5
Posted 15 August 2006 - 03:56 AM
guruuno1, on Aug 14 2006, 11:45 PM, said:
I can boot from DVD and run OS X from the HD, just cannot boot.
Are you sure your partition is set "active"? http://forum.insanel...showtopic=22844
#6
Posted 15 August 2006 - 01:10 PM
Sure my partition is primary, 0xaf and active. There isn't problem with that.
Last night I was trying to copy bootsector like you
"dd if=/usr/standalone/i386/boot1h of=/dev/rdisk bs=512 count=1" but using chain0... no sucess..
Now this morning I haver installed a dvd osx on that partition, it somehow wrote the bootmanager again... now I am copying with xtar again all my system to there..
Thanx for this utility startupfiletool, I currently don't know what is.. but surely it will be usefull from now.
¿And finally, can anyone explain me what is bless?
I have read a lot.. but I can't understand...
bless -device /dev/disk0 -setBoot <-- ¿Is another way to setup boot?
Last night I was trying to copy bootsector like you
"dd if=/usr/standalone/i386/boot1h of=/dev/rdisk bs=512 count=1" but using chain0... no sucess..
Now this morning I haver installed a dvd osx on that partition, it somehow wrote the bootmanager again... now I am copying with xtar again all my system to there..
Thanx for this utility startupfiletool, I currently don't know what is.. but surely it will be usefull from now.
¿And finally, can anyone explain me what is bless?
I have read a lot.. but I can't understand...
bless -device /dev/disk0 -setBoot <-- ¿Is another way to setup boot?
#7
Posted 15 August 2006 - 01:11 PM
sorry i made a mistake startupfiletool should be run from another partiton to the one you are trying to make boot as it should be unmounted this will stop the drive locked message
jrsdead
jrsdead
#8
Posted 15 August 2006 - 07:05 PM
Regarding:
"sorry i made a mistake startupfiletool should be run from another partiton to the one you are trying to make boot as it should be unmounted this will stop the drive locked message"
Can you elaborate on SPECIFIC directions for us newbiew.
(you mean hook up another drive, run it from there?)
"sorry i made a mistake startupfiletool should be run from another partiton to the one you are trying to make boot as it should be unmounted this will stop the drive locked message"
Can you elaborate on SPECIFIC directions for us newbiew.
(you mean hook up another drive, run it from there?)
#9
Posted 15 August 2006 - 08:58 PM
OK, formatted, partitioned two ways, GUID and APM, neither way makes a difference after partitioning, and cloning.
Data is there, still cannot boot.
Boot into single user mode with OLD smaller HD, new, cloned HD is hanging off of USB.
startupfiletool is in /usr/sbin dir on old drive as well as new drive
I run this line:
dd if=/usr/standalone/i386/boot1h of=/dev/rdisk bs=512 count=1
ERROR MESSAGE IS: Operation is not supported
I run this line:
/usr/sbin/startupfiletool /dev/rdisk1 /usr/standalone/i386/boot
ERROR MESSAGE IS: No such file or directory
bless -device /dev/disk0 -setBoot
ERROR MESSAGE: Could not find IODeviceTree:/options
(IF external HD is disk1 and not disk0 and I change to be disk1 in lines above, different errors, still ng)
Also, is USB disk1?
If I execute diskutil list, nothing happens in single user mode, for many minutes.
Data is there, still cannot boot.
Boot into single user mode with OLD smaller HD, new, cloned HD is hanging off of USB.
startupfiletool is in /usr/sbin dir on old drive as well as new drive
I run this line:
dd if=/usr/standalone/i386/boot1h of=/dev/rdisk bs=512 count=1
ERROR MESSAGE IS: Operation is not supported
I run this line:
/usr/sbin/startupfiletool /dev/rdisk1 /usr/standalone/i386/boot
ERROR MESSAGE IS: No such file or directory
bless -device /dev/disk0 -setBoot
ERROR MESSAGE: Could not find IODeviceTree:/options
(IF external HD is disk1 and not disk0 and I change to be disk1 in lines above, different errors, still ng)
Also, is USB disk1?
If I execute diskutil list, nothing happens in single user mode, for many minutes.
#10
Posted 10 September 2006 - 09:50 AM
lordeath, on Aug 14 2006, 10:36 PM, said:
I have a 10.4.7 macosx working on my system.
After cloning the disk (xtrac), I can't boot.
If install dvd is in.. System boots fine.
If not.. system doesn't run.
Partiton is active, and it has default (dos?)mbr code.
I'd like to know which commands are for rewrite and repair boot code... (In system prefs, there isn't my Current Disk, only shows Net boot)
After cloning the disk (xtrac), I can't boot.
If install dvd is in.. System boots fine.
If not.. system doesn't run.
Partiton is active, and it has default (dos?)mbr code.
I'd like to know which commands are for rewrite and repair boot code... (In system prefs, there isn't my Current Disk, only shows Net boot)
i do have the same problem
10.4.6 dvd install work fines
when i use 10.4.7 dvd install on the same partition, i can't boot whitout the install dvd in drive; without the dvd, i've got a "error loading OS" message and stuck
My partition is active, i verified it
Does anyone can help me ?
Thanks
#11
Posted 11 September 2006 - 07:42 AM
i also have the boot problem
i have installed 10.4.7 on my ide drive
some days ago i buy new sata drive and installed 10.4.6 on it and i can't boot directly from sata drive - as all of you - only with DVD.
and i still can boot from IDE drive.
broke my head how to boot from SATA w/o DVD
i have installed 10.4.7 on my ide drive
some days ago i buy new sata drive and installed 10.4.6 on it and i can't boot directly from sata drive - as all of you - only with DVD.
and i still can boot from IDE drive.
broke my head how to boot from SATA w/o DVD
#12
Posted 18 September 2006 - 05:58 AM
#13
Posted 18 September 2006 - 05:44 PM
I would like to suggest the CHAIN0 method which worked suitably fine for me. In this method you copy the "CHAIN0" file from the Mac OS X Tiger DVD to your primary partition and edit the "boot.ini" file by adding the line c:\chain0="Mac OS X" at the end. (Here C: drive is considered as a primary partition)
Now you can easily boot in the Mac OS X and as well as any of the Windows version !
Now you can easily boot in the Mac OS X and as well as any of the Windows version !
#14
Posted 18 September 2006 - 06:03 PM
I had the same problem. The Install DVD would work perfect on my laptop. But my desktop, would just not f*cking boot. All active everything. Cloned my lappys disk, no go. If my lappys disk was in my Comp, it would bought. I just wanted to tear my hair out. Finally I downloaded the JaS 10.4.6 version, and it works sweeeeeeeet.
In my opinion get the JaS 10.4.6 or 7 image
Also if it worked before cloning, reinstall and copy all your files back. Simpler easier way. Oh ya, I use Disk Utility to make clones. Works perfect.
In my opinion get the JaS 10.4.6 or 7 image
Also if it worked before cloning, reinstall and copy all your files back. Simpler easier way. Oh ya, I use Disk Utility to make clones. Works perfect.
#15
Posted 11 October 2006 - 06:34 AM
jrsdead, on Aug 14 2006, 07:36 PM, said:
Disclaimer I accept no responsibilty for a dead hard drive or loss of data but this should work for you i have had the same problem before.
Boot into single user mode (-s at boot prompt) and type the following:
This assumes you are using the first hard drive.
I have compiled startupfiletool (from Apple's own open source pages) and included it in this post you need to place this file in /usr/sbin.
jrsdead
Boot into single user mode (-s at boot prompt) and type the following:
dd if=/usr/standalone/i386/boot1h of=/dev/rdisk bs=512 count=1 /usr/sbin/startupfiletool /dev/rdisk1 /usr/standalone/i386/boot bless -device /dev/disk0 -setBoot
This assumes you are using the first hard drive.
I have compiled startupfiletool (from Apple's own open source pages) and included it in this post you need to place this file in /usr/sbin.
jrsdead
Thanks worked perfect. I am not sure the bless command is needed. I had errors with that but it boots fine.
Don
#16
Posted 12 October 2006 - 06:37 AM
ok I was on the same boat as all you guys with lappys and fubared when it came to booting the damn os by itself. So you got osx installed but doesnt boot like windows does *simple* get acronis disk director bootable disk, make a 10mb partition of fat32. then I would load OS Selector on that Fat32 Partition. hehe and then when you reboot the system bam!!!!!! unrecognised OS is now bewtable!!!! and to think i was fuct installing OSX on a formatted journal extended disk. anyway the os selector does work i have it set to a 6 sec timeout and it loads osx well did until i tried to load server
but that should work for anyone who is trying to boot osx by itself and when setting it active doesnt budge os selector will make it budge
cheerz
#17
Posted 25 October 2006 - 04:06 PM
jrsdead, on Aug 14 2006, 06:36 PM, said:
I have compiled startupfiletool (from Apple's own open source pages) and included it in this post you need to place this file in /usr/sbin.
jrsdead
jrsdead
How do you place this file in /usr/sbin? I can't seem to find that directory.
Thanks,
Stephen
#18
Posted 25 October 2006 - 04:12 PM
#19
Posted 25 October 2006 - 04:16 PM
#20
Posted 04 November 2006 - 05:47 PM
Rammjet, on Oct 25 2006, 04:16 PM, said:
Finder -> Go menu -> Go to Folder...
Type: /usr/sbin
Type: /usr/sbin
so my problem is that i can't run startuptool from another partition since I can't copy it on the dvd.
0 user(s) are reading this topic
0 members, 0 guests, 0 anonymous users



Sign In
Create Account









