 |
 |
Making a Cloned Disk Bootable? (troubleshooting aid needed)
|
 |
|
 |
|
Forum Regular
Join Date: Nov 2002
Location: Sitting in a Viennese Cafe and drinking my Melange.
Status:
Offline
|
|
Dear All,
since a while I'm struggling with a cloned system disk of my PoBo.
It doesn't boot.
I did virtually anything besides reinstalling MacOS (this is what I want to avoid at all cost).
I followed
CCC's instructions, Apple's suggestions and other tips but when it comes to booting from the clone, the boot screen sticks with the grey apple and the progress indicator.
Booting and cloning from and to this external FW disk(s) works, that's for sure.
But starting from the trouble clone in verbose mode (cmd+v) it shows the system hanging right after "Got boot device = IOService:/MacRISC2PE/pci.........." followed by "BSD root: disk1s3, major 14, minor 5"
For a very short moment I hoped I'll get a clue, since fsck showed "Bad Super Block" on the bad clone. To verify that I did fsck on all availiable partitions, regardless if they could boot or not and even on the internal system disk and a freshly installed 10.3.4 on the ext. FW disk I get this MSG. I just can't tell if this info is of any value ...
So what could be missing?
What's the system looking for and not finding?
How can I fix that?
Related threads:
http://forums.macnn.com/showthread.p...hreadid=226298
http://forums.bombich.com/viewtopic....6&start=30
Thanks a lot for your time!
Michael.
|
|
May 19th 2004: Switching Day! ( AlBook.G4/1,5GHz/768MB/80GB.5400rpm/128MB.VRAM/Superdrive/10.3.9 )
ok, that is history! :-)
|
| |
|
|
|
 |
|
 |
|
Professional Poster
Join Date: Apr 2001
Location: Long Beach, CA
Status:
Offline
|
|
Technically, all you have to do in CCC is make sure that there is a check in the box that says "make bootable." Now, if you have done any weird hacks like putting virtual memory on a different partition, then you won't be able to just clone. Otherwise, that's how it's done.
Have you tried running a surface scan on either of your hard drives?
|

ACSA 10.4/10.3, ACTC 10.3, ACHDS 10.3
|
| |
|
|
|
 |
|
 |
|
Addicted to MacNN
Join Date: Aug 2004
Location: Outfield - #24
Status:
Offline
|
|
You may want to re-bless the cloned OS X volume...
sudo bless -folder /Volumes/Volume_Name/System/Library/CoreServices \
-bootinfo /usr/standalone/ppc/bootx.bootinfo
|
|
|
| |
|
|
|
 |
|
 |
|
Posting Junkie
Join Date: Dec 2000
Status:
Offline
|
|
Originally posted by manofsteal:
You may want to re-bless the cloned OS X volume...
sudo bless -folder /Volumes/Volume_Name/System/Library/CoreServices \
-bootinfo /usr/standalone/ppc/bootx.bootinfo
Probably doesn't make a difference, but I'd use the bootinfo file from the same disk as the CoreServices folder you're blessing. Otherwise, if you had different OS versions on the boot drive and the drive you're trying to make bootable, you could end up with a mismatch.
sudo bless -folder /Volumes/Volume_Name/System/Library/CoreServices \
-bootinfo /Volumes/Volume_Name/usr/standalone/ppc/bootx.bootinfo
That's how I do it, anyway.
|
|
|
| |
|
|
|
 |
|
 |
|
Posting Junkie
Join Date: Dec 2000
Status:
Offline
|
|
Oh, also, if you're getting "bad super block" with fsck, it's possible it's not using the correct version of fsck for your drive. I usually use fsck_hfs, fsck_msdos, or whatever if I run fsck on a disk other than the boot drive.
Of course, you could also just run Disk Utility (DiskWarrior would also help if you have it).
|
|
|
| |
|
|
|
 |
|
 |
|
Forum Regular
Join Date: Nov 2002
Location: Sitting in a Viennese Cafe and drinking my Melange.
Status:
Offline
|
|
Hi,
I'm pretty sure I checked "Make Bootable" - I tried the clone several times.
Originally posted by Detrius:
Have you tried running a surface scan on either of your hard drives?
No, just verify in Disk Utility if this is something different.
If this wasn't what you mean, what tool would you suggest to do the scan?
Thanks, Michael.
|
|
May 19th 2004: Switching Day! ( AlBook.G4/1,5GHz/768MB/80GB.5400rpm/128MB.VRAM/Superdrive/10.3.9 )
ok, that is history! :-)
|
| |
|
|
|
 |
|
 |
|
Forum Regular
Join Date: Nov 2002
Location: Sitting in a Viennese Cafe and drinking my Melange.
Status:
Offline
|
|
Originally posted by manofsteal:
You may want to re-bless the cloned OS X volume...
sudo bless -folder /Volumes/Volume_Name/System/Library/CoreServices \
-bootinfo /usr/standalone/ppc/bootx.bootinfo
I tried this - no change. Still hangs after the "BSD Root: ... "-line.
I got some other thoughts, PLS read below.
Thanks, Michael.
|
|
May 19th 2004: Switching Day! ( AlBook.G4/1,5GHz/768MB/80GB.5400rpm/128MB.VRAM/Superdrive/10.3.9 )
ok, that is history! :-)
|
| |
|
|
|
 |
|
 |
|
Forum Regular
Join Date: Nov 2002
Location: Sitting in a Viennese Cafe and drinking my Melange.
Status:
Offline
|
|
Originally posted by CharlesS:
Probably doesn't make a difference, but I'd use the bootinfo file from the same disk as the CoreServices folder you're blessing. Otherwise, if you had different OS versions on the boot drive and the drive you're trying to make bootable, you could end up with a mismatch.
Good point! But since this is supposed to be an excact copy of the active system drive it shouldn't make any difference in this particular case.
But this brought to another thought:
What if the bootinfo file is messed up?
Since I got another 10.3.4 partition on this disk I took this file, but sadly it doesn't change anything.
Currently I'm digging through the docs to get an idea what bless is doing and to track down any sources of error.
Thanks, Michael.
|
|
May 19th 2004: Switching Day! ( AlBook.G4/1,5GHz/768MB/80GB.5400rpm/128MB.VRAM/Superdrive/10.3.9 )
ok, that is history! :-)
|
| |
|
|
|
 |
|
 |
|
Forum Regular
Join Date: Nov 2002
Location: Sitting in a Viennese Cafe and drinking my Melange.
Status:
Offline
|
|
Originally posted by CharlesS:
Probably doesn't make a difference, but I'd use the bootinfo file from the same disk as the CoreServices folder you're blessing. Otherwise, if you had different OS versions on the boot drive and the drive you're trying to make bootable, you could end up with a mismatch.
Good point! But since this is supposed to be an excact copy of the active system drive it shouldn't make any difference in this particular case.
But this took me to another thought:
What if the bootinfo file is messed up?
Since I got another 10.3.4 partition on this disk I took this file, but sadly it doesn't change anything.
sudo bless -folder /Volumes/Backuptest/System/Library/CoreServices \
-bootinfo /Volumes/10.3.4-1/usr/standalone/ppc/bootx.bootinfo
Currently I'm digging through the man page to get an idea what bless is doing and to track down any possible sources of error.
It's weird ...
Thanks, Michael.
(Last edited by TonTaub; Sep 6, 2004 at 03:41 PM.
)
|
|
May 19th 2004: Switching Day! ( AlBook.G4/1,5GHz/768MB/80GB.5400rpm/128MB.VRAM/Superdrive/10.3.9 )
ok, that is history! :-)
|
| |
|
|
|
 |
|
 |
|
Forum Regular
Join Date: Nov 2002
Location: Sitting in a Viennese Cafe and drinking my Melange.
Status:
Offline
|
|
Ok, thanks for pointing me there - fsck_hfs does the job and reports no errors.
Originally posted by CharlesS:
Of course, you could also just run Disk Utility (DiskWarrior would also help if you have it).
Am I correct if I say that Disk Utility is just launching fsck* in the background?
:-) Michael.
|
|
May 19th 2004: Switching Day! ( AlBook.G4/1,5GHz/768MB/80GB.5400rpm/128MB.VRAM/Superdrive/10.3.9 )
ok, that is history! :-)
|
| |
|
|
|
 |
|
 |
|
Posting Junkie
Join Date: Dec 2000
Status:
Offline
|
|
Originally posted by TonTaub:
Am I correct if I say that Disk Utility is just launching fsck* in the background?
Yeah, Disk Utility uses fsck to do its scanning.
|
|
|
| |
|
|
|
 |
|
 |
|
Forum Regular
Join Date: Nov 2002
Location: Sitting in a Viennese Cafe and drinking my Melange.
Status:
Offline
|
|
Current state is that I suspect the source partition (i.e. the one on the internal PowerBook drive) being messed up.
Re-blessing the clone, even with a freshly installed 10.3.4 on another partition as source for "boootinfo", doesn't help.
I tried to see and find out if the problem sits in the files of /System/Library/CoreServices, but I know too little about the boot process of Panther to be able to verify.
In the Bombich forum somebody suggested to virtually reinstall but is there really no other way to repair this?
Furthermore I really want to know what caused this messup?
I find that very disturbing.
Anyone has a hint or could me point to some good docs regarding how booting Panther works?
Thanks a lot, Michael.
|
|
May 19th 2004: Switching Day! ( AlBook.G4/1,5GHz/768MB/80GB.5400rpm/128MB.VRAM/Superdrive/10.3.9 )
ok, that is history! :-)
|
| |
|
|
|
 |
|
 |
|
Posting Junkie
Join Date: Dec 2000
Status:
Offline
|
|
Beats me. I'm not sure how CCC works; perhaps you could try it the old-fashioned way in the Terminal with ditto instead. Or, you could just do an Archive and Install of OS X on the drive you're cloning to...
|
|
|
| |
|
|
|
 |
|
 |
|
Forum Regular
Join Date: Nov 2002
Location: Sitting in a Viennese Cafe and drinking my Melange.
Status:
Offline
|
|
Originally posted by CharlesS:
I'm not sure how CCC works; perhaps you could try it the old-fashioned way in the Terminal with ditto instead.
This is what CCC does, it calls ditto, bless etc.
Or, you could just do an Archive and Install of OS X on the drive you're cloning to...
Well, I saw that that is possible when installing from DVD.
What happens to the system settings like network profiles, screen calibration, security settings etc.?
Thanks, Michael.
|
|
May 19th 2004: Switching Day! ( AlBook.G4/1,5GHz/768MB/80GB.5400rpm/128MB.VRAM/Superdrive/10.3.9 )
ok, that is history! :-)
|
| |
|
|
|
 |
|
 |
|
Posting Junkie
Join Date: Dec 2000
Status:
Offline
|
|
Originally posted by TonTaub:
This is what CCC does, it calls ditto, bless etc.
That's what I used to think, but it must do something else as well, because everyone who's tried using CCC to clone one of my boot CDs to a small hard drive has reported failure; however, ditto and bless at the command line work.
|
|
|
| |
|
|
|
 |
 |
|
 |
|
|
|
|
|

|
|
 |
Forum Rules
|
 |
 |
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
|
HTML code is Off
|
|
|
|
|
|
 |
 |
 |
 |
|
 |
|