View Single Post
  #7  
Old 08-13-2006, 10:13 PM
ArsMoriendi ArsMoriendi is offline
Registered User
 
Join Date: Aug 2006
Posts: 6
Hmm. I see the failed attempt in the offendingCommand log. So, giving it a manual try I got the error:

Code:
power-mac-g4:~ scoomey$ sudo bless -folder "/Volumes/Mac OS X/System/Library/CoreServices" -save9 -label "Mac OS X" -setBoot
Can't find IOService for disk1s9
Could not determine if partition needs booter
Error while updating booter for /dev/disk1s10
Can't find IOService for disk1s9
Could not determine if partition needs booter
Can't get Open Firmware information
Can't set Open Firmware
I tink there is something truly screwy happening with this drive. The error is referencing disk1s9, and this partition does not even exist:

Code:
power-mac-g4:/dev scoomey$ ls -l /dev/disk1s*
br--r-----   1 root  operator   14,  12 Aug 13 21:12 /dev/disk1s1
brw-r-----   1 root  operator   14,  20 Aug 13 21:12 /dev/disk1s10
brw-r-----   1 root  operator   14,  21 Aug 13 21:12 /dev/disk1s12
br--r-----   1 root  operator   14,  13 Aug 13 21:12 /dev/disk1s2
br--r-----   1 root  operator   14,  14 Aug 13 21:12 /dev/disk1s3
br--r-----   1 root  operator   14,  15 Aug 13 21:12 /dev/disk1s4
br--r-----   1 root  operator   14,  16 Aug 13 21:12 /dev/disk1s5
br--r-----   1 root  operator   14,  17 Aug 13 21:12 /dev/disk1s6
br--r-----   1 root  operator   14,  18 Aug 13 21:12 /dev/disk1s7
br--r-----   1 root  operator   14,  19 Aug 13 21:12 /dev/disk1s8
This disk *used* to be my main linux disk as of about a week ago. I've since fomatted it twice to put OSX on there (via SuperDuper). Maybe this is some phantom partition left over from Linux that OSX can't format??

Stumped!
Reply With Quote