after instalation all works just great - the only problem is that if I take the instalation dvd out it would not find system..
when I try to set the system drive as startup disk I would not see it in system preferences/startup disk
please help
thank you
17 replies to this topic
#1
Posted 16 September 2007 - 08:11 PM
#2
Posted 16 September 2007 - 08:21 PM
Need to be known:
which install DVD are you using.
and what hardware you have.
just guessing. If you have more than one HD try to change the boot priority (within BIOS) pointing to your OSX installed hard disk as first boot device.
which install DVD are you using.
and what hardware you have.
just guessing. If you have more than one HD try to change the boot priority (within BIOS) pointing to your OSX installed hard disk as first boot device.
#3
Posted 16 September 2007 - 08:34 PM
P4 prescot HT, Intel® Pentium® 4 CPU
HDD :HDS722525VLAT80: Capacity: 232.89 GB Model: HDS722525VLAT80 Revision: V36OA6MA Serial Number: VN69HMCFF9UZ4D Removable Media: No Detachable Drive: No BSD Name: disk0 Protocol: ATA Unit Number: 1 Socket Type: Internal OS9 Drivers: Yes S.M.A.R.T. status: Verified Volumes:new EX: Capacity: 232.76 GB Available: 8.03 GB Writable: Yes File System: Journaled HFS+ BSD Name: disk0s10 Mount Point: /
MB - MSI - i915
I have only one hard disk with OSX installed as first boot device...
#4
Posted 16 September 2007 - 08:42 PM
If Im not getting it wrong you have only one ATA HD.
Do you have more OSs installed (windows, etc)?
How did you format the disk for OSX?
Do you have more OSs installed (windows, etc)?
How did you format the disk for OSX?
#5
Posted 16 September 2007 - 08:42 PM
For the drive to be bootable standalone, when you are partitioning your drive using Disk Utility, you have to click the Options button and choose the Master Boot Record option 
Note: Only do the above procedure if OS X is the only operating system on your computer. If you are dual-booting, then you have to configure your boot loader to be able to load OS X.
EDIT: One more thing you could try. Start OS X, go into System Preferences >> Startup Disk and choose your OS X drive as the startup device.
Post back if you have any questions.
pcwiz
Note: Only do the above procedure if OS X is the only operating system on your computer. If you are dual-booting, then you have to configure your boot loader to be able to load OS X.
EDIT: One more thing you could try. Start OS X, go into System Preferences >> Startup Disk and choose your OS X drive as the startup device.
Post back if you have any questions.
pcwiz
#6
Posted 16 September 2007 - 09:01 PM
unfortunately you got it ..
I have not partitioned the drive with booth system partion sinc it contained MAC data..
but the edit option :EDIT: One more thing you could try. Start OS X, go into System Preferences >> Startup Disk and choose your OS X drive as the startup device...
is not possible since I can't see the drive there..so shoul I start from 0 ?
have not happened to me before..
HDD info : Disk Description : HDS722525VLAT80 Total Capacity : 232.9 GB (250,059,350,016 Bytes) Connection Bus : ATA Write Status : Read/Write Connection Type : Internal S.M.A.R.T. Status : Verified Connection ID : Device 1 Partition Scheme : Apple Partition Map
I have not partitioned the drive with booth system partion sinc it contained MAC data..
but the edit option :EDIT: One more thing you could try. Start OS X, go into System Preferences >> Startup Disk and choose your OS X drive as the startup device...
is not possible since I can't see the drive there..so shoul I start from 0 ?
have not happened to me before..
HDD info : Disk Description : HDS722525VLAT80 Total Capacity : 232.9 GB (250,059,350,016 Bytes) Connection Bus : ATA Write Status : Read/Write Connection Type : Internal S.M.A.R.T. Status : Verified Connection ID : Device 1 Partition Scheme : Apple Partition Map
#7
Posted 16 September 2007 - 09:33 PM
Yeah, start from 0 and reinstall, making sure you partition correctly this time.
#8
Posted 16 September 2007 - 09:36 PM
If you re-partition the disk you will loose all data. You should erase your old OSX install partition with "erase" option within diskutility....
The problem is that the bootloader isnt there.
I've tryed that DVD youre using today and it worked here.
The problem is that the bootloader isnt there.
I've tryed that DVD youre using today and it worked here.
#9
Posted 16 September 2007 - 10:40 PM
Thats what I'm saying. Just back up all the data using internet storage or to a CD or DVD if you can burn and then partition using Master Boot Record (w/ bootloader) and erase the partition.
#10
Posted 17 September 2007 - 01:25 PM
There is a way to restore the bootloader without wipeing out all your data if you want to try.
You need
-little bit of skills.
-a second installation of OSX that you can boot to (using the DVD)
-this files in /usr/standalone/i386: boot boot0 boot1h
They must be there in your disk, if not you could get them from any JaS' DVD-
-startupfiletool (download it at the end of this posting)
The following example asumes you want to make disk0s1 bootable
('1' means first partition. Change the '1' if your install partition is a different one).
Boot to your second OSX installation (using the DVD bootloader).
From within the terminal do:
1) Update MBR bootloader and flag partition 1 as bootable:
2) put boot1h at the beginning of the partition:
3)
copy the startupfiletool to /usr/sbin first,
unmount the target partition, and then you execute the command.
4) bless the partition:
Mount the partition again and execute the command
That would do. Reboot without the DVD to try it out
METHOD POSTED ORIGINALY BY CRAZOR.
You need
-little bit of skills.
-a second installation of OSX that you can boot to (using the DVD)
-this files in /usr/standalone/i386: boot boot0 boot1h
They must be there in your disk, if not you could get them from any JaS' DVD-
-startupfiletool (download it at the end of this posting)
The following example asumes you want to make disk0s1 bootable
('1' means first partition. Change the '1' if your install partition is a different one).
Boot to your second OSX installation (using the DVD bootloader).
From within the terminal do:
1) Update MBR bootloader and flag partition 1 as bootable:
sudo fdisk -e /dev/rdisk0 fdisk: 1> update Machine code updated. fdisk:*1> f 1 Partition 1 marked active. fdisk:*1> w Device could not be accessed exclusively. A reboot will be needed for changes to take effect. OK? [n] y Writing MBR at offset 0. fdisk: 1> q
2) put boot1h at the beginning of the partition:
sudo dd if=/usr/standalone/i386/boot1h of=/dev/rdisk0s1 bs=512 count=1
3)
copy the startupfiletool to /usr/sbin first,
unmount the target partition, and then you execute the command.
sudo startupfiletool -v /dev/rdisk0s1 /usr/standalone/i386/boot
4) bless the partition:
Mount the partition again and execute the command
sudo bless -device /dev/disk0s1 -setBoot -verbose
That would do. Reboot without the DVD to try it out
METHOD POSTED ORIGINALY BY CRAZOR.
Attached Files
#11
Posted 30 October 2007 - 02:40 PM
I'm actually having issue installing the brazilmac copy of leopard. Installation goes fine (screwed the partition the first time and didn't check MBR) but now after applying the 9a581PostPatch.sh I get no boot at all?!? it doesn't even give me the option to enter verbose mode so the problem is somewhere in the boot record...suggestions?
#12
Posted 31 October 2007 - 04:12 AM
I also cannot get the brazilmac leopard to work because of wild booting issues. I have been installing hackintosh versions for years now. I have freaking pearpc images laying around!
But I'll be damned if I can get this to work.
Ordinarily I simply use grub to chainload the first sector of the partition. It appears that this installer isn't writing that for one reason or another.
I am using a dell d620 with extremely basic hardware. SATA hd. Intel GMA950. Very ordinary. Worked great with 10.4.8.
If anyone has had a similar inability to boot it would be great to collaborate.
Thanks,
Toastbreak
But I'll be damned if I can get this to work.
Ordinarily I simply use grub to chainload the first sector of the partition. It appears that this installer isn't writing that for one reason or another.
I am using a dell d620 with extremely basic hardware. SATA hd. Intel GMA950. Very ordinary. Worked great with 10.4.8.
If anyone has had a similar inability to boot it would be great to collaborate.
Thanks,
Toastbreak
#13
Posted 31 October 2007 - 05:55 PM
@Toastbreak
If you have another partition or drive with a working install of Tiger, just follow the procedure outlined in post #10 of this thread.
First install Leopard following Brazilmac's method. After Leopard installer reboots, boot into Tiger. Open Brazilmac's patch package and copy all the files from file/i386 to your Tiger drive's /usr/standalone/i386. Download the startupfiletool from the link in post #10. Extract startupfiletool and copy it to tiger's /usr/sbin. Then follow the procedure outlined by macGarcha in post #10 to make your Leopard partition bootable.
If you have another partition or drive with a working install of Tiger, just follow the procedure outlined in post #10 of this thread.
First install Leopard following Brazilmac's method. After Leopard installer reboots, boot into Tiger. Open Brazilmac's patch package and copy all the files from file/i386 to your Tiger drive's /usr/standalone/i386. Download the startupfiletool from the link in post #10. Extract startupfiletool and copy it to tiger's /usr/sbin. Then follow the procedure outlined by macGarcha in post #10 to make your Leopard partition bootable.
#14
Posted 01 November 2007 - 12:00 AM
Could any one please post these files: boot boot0 boot1h
Thanks
Thanks
#15
Posted 08 January 2008 - 10:49 AM
Is it need to wait long time after waiting MBR at offset 0. ? My HD is 80GB.
#16
Posted 11 January 2008 - 01:55 AM
Traveled the forums from here to this post.
My problem: How to you copy the startupfile within the DVD install program using Terminal?
I can't get my USB drive to be identified by any of the programs on that install DVD.
I cannot boot after the install of uphuck's 10.4.9 v1.4i_r2.iso.
I am not an Mac user (but would like to, hence the installation of tiger), but "copying" the file has been very difficult for me to understand. I haven't found any answers r/t "coping" the startupfile to /usr/sbin.
Thanks in advance!
My problem: How to you copy the startupfile within the DVD install program using Terminal?
Quote
3)
copy the startupfiletool to /usr/sbin first,
unmount the target partition, and then you execute the command.
copy the startupfiletool to /usr/sbin first,
unmount the target partition, and then you execute the command.
sudo startupfiletool -v /dev/rdisk0s1 /usr/standalone/i386/boot
I can't get my USB drive to be identified by any of the programs on that install DVD.
I cannot boot after the install of uphuck's 10.4.9 v1.4i_r2.iso.
I am not an Mac user (but would like to, hence the installation of tiger), but "copying" the file has been very difficult for me to understand. I haven't found any answers r/t "coping" the startupfile to /usr/sbin.
Thanks in advance!
#17
Posted 11 January 2008 - 02:46 AM
Hi, I have a similar problem to. I successfully installed Tiger from a Kalyway 10.4.10 install dvd and the installation worked fine, but when I boot the HD then all the problems occur. When I boot the HD with Tiger on it (its on a seperate HD, not partitioned) Darwin comes up and says press any key to boot. Then when I press a key it starts to boot with commands like "Loading H** from /System/Extensions"(i dont know what it says exactly) really quickly that I cant really read any of it. Then, while I see it loading, my screen suddenly turns black and my computer reboots, so can someone please tell me how to fix this?
MB- eVGA 680i
HDs- Windows- WD 160GB RaptorX 10k SATA
OS X 10.4.10- Seagate 80GB IDE (took out of a DELL comp)
Graphics Card- 8800 GTX
DVD- Samsung Writemaster SATA
P.S. I'm new to Mac's. This is my first experience with them and I wanted to see how they are before I think about buying that MacBook Pro I wanted!
So I'm not well known with all the commands, but if explained to me I'll the hang of it!
MB- eVGA 680i
HDs- Windows- WD 160GB RaptorX 10k SATA
OS X 10.4.10- Seagate 80GB IDE (took out of a DELL comp)
Graphics Card- 8800 GTX
DVD- Samsung Writemaster SATA
P.S. I'm new to Mac's. This is my first experience with them and I wanted to see how they are before I think about buying that MacBook Pro I wanted!
So I'm not well known with all the commands, but if explained to me I'll the hang of it!
#18
Posted 12 January 2008 - 06:51 PM
Quote
Hi, I have a similar problem to. I successfully installed Tiger from a Kalyway 10.4.10 install dvd and the installation worked fine, but when I boot the HD then all the problems occur. When I boot the HD with Tiger on it (its on a seperate HD, not partitioned) Darwin comes up and says press any key to boot. Then when I press a key it starts to boot with commands like "Loading H** from /System/Extensions"(i dont know what it says exactly) really quickly that I cant really read any of it. Then, while I see it loading, my screen suddenly turns black and my computer reboots, so can someone please tell me how to fix this?
MB- eVGA 680i
HDs- Windows- WD 160GB RaptorX 10k SATA
OS X 10.4.10- Seagate 80GB IDE (took out of a DELL comp)
Graphics Card- 8800 GTX
DVD- Samsung Writemaster SATA
P.S. I'm new to Mac's. This is my first experience with them and I wanted to see how they are before I think about buying that MacBook Pro I wanted!
So I'm not well known with all the commands, but if explained to me I'll the hang of it!
MB- eVGA 680i
HDs- Windows- WD 160GB RaptorX 10k SATA
OS X 10.4.10- Seagate 80GB IDE (took out of a DELL comp)
Graphics Card- 8800 GTX
DVD- Samsung Writemaster SATA
P.S. I'm new to Mac's. This is my first experience with them and I wanted to see how they are before I think about buying that MacBook Pro I wanted!
So I'm not well known with all the commands, but if explained to me I'll the hang of it!
can anyone help?!?!?!
0 user(s) are reading this topic
0 members, 0 guests, 0 anonymous users



Sign In
Create Account









