Home User CP Donate Chat Register Today!  
  Get New posts Faq / Help?
   


Go Back   Hackint0sh > OSX and Hackint0sh/OSX86 > Hackint0sh Support > OSX86 Leopard > Installation

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 06-11-2009, 10:27 AM
mt50
Status: Offline
Trial Member
 
Join Date: Jun 2009
Posts: 2
Rep Power: 0
mt50 is on a distinguished road
Default whats wrong with my install?

hi i downloaded iDeneb v1.3 10.5.5 and installed it on my sony nr21j laptop, all seemed well until it loaded either normal or -v way it gets to the blue screen ok gets past that then on the white screen i get this-


does this mean the video driver isn't the correct one?

any help would be great thanks
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #2 (permalink)  
Old 06-11-2009, 03:38 PM
icchansan's Avatar
icchansan
Status: Offline
Hackint0sh Moderator
 
Join Date: Sep 2007
Location: PZO, Venezuela
Posts: 6,378
Rep Power: 331
icchansan has a spectacular aura abouticchansan has a spectacular aura abouticchansan has a spectacular aura about
Default

Hiya there, can you please post your video card? did you try to boot in safe mode?
__________________
HP Pavilion Elite m9250f
iAtkos v5i (10.5.8), Asus IPIBL-LB MOD BIOS, Intel Quad Core Q6600, 4GB RAM (800mhz), 2x500GB, nVidia 8600GT (Works), ALC888S (Works), Wireless RT73 (Works), LAN (Works) - How to Install - Blog - Hardware Combos - FAQ by TJ2K7
Macbook Pro 13"
Follow meh: @icchansan

If you just want to support hackint0sh.org with a donation click here
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #3 (permalink)  
Old 06-12-2009, 10:25 AM
mt50
Status: Offline
Trial Member
 
Join Date: Jun 2009
Posts: 2
Rep Power: 0
mt50 is on a distinguished road
Default

hi these are the specs-
# Processor: Intel Pentium Dual Core T2330 - 1.6GHz (x2), 533MHz FSB, 1MB L2 Cache
# Memory: 2GB DDR2-667MHz
# Hard Drive: 200GB Serial ATA 5400rpm
# Screen: 15.4" Widescreen TFT (1280x800) X-Black
# Optical Drive: DVD±RW Dual Layer
# Graphics: Mobile Intel® GMA X3100

and i booted normal and the -v mode same result both times.

thanks
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
Sponsored links Remove advertisements
Advertisement
Advertisement

  #4 (permalink)  
Old 06-17-2009, 09:31 AM
bobburns
Status: Offline
Senior Member
 
Join Date: Jun 2009
Posts: 232
Rep Power: 12
bobburns is on a distinguished road
Default it's the gma3100 video

Common problem - gmax3100 video. You'll need to delete all gma950 and gmax3100 kexts and the AppleFramebuffer kexts. It will then in VGA mode.

Get rid of 10.5.5. - you'll have more problems than it is worth. IDeneb 10.5.6 is the best bet

Specs look like a sony vaio but it really does not matter - it the x3100 video that is the problem. You do not say

I am going to past my generic speech below. You can try the stuff below first but . . .

After successful new install, if it does not boot all the way through then . . .

You need to boot with -s. If it loads that to a command line, you've got likely kext problems. Then try -x -v so you can see where it stops, slows, issues errors or hangs. If you get in that way to a desktop you've got probably video kext problems. these can be LOTS of different problems depending on whose distribution you installed and how old it is. Get the newest one - right now which is 10.5.6. IPC has some issues with laptop keyboards not working after install - IDeneb seems to go better.

NO ONE can help you right now. You do not say what is wrong, you do not say what you did that does not work and you offer no clues as to your level of expertise as to EXACTLY where you are stumped. You just scream "please help me".

If you go to a Medical Doctor and just scream "please help me" and will give no symptoms or clues as to what is going on - even a Doctor cannot help you but begin guessing - and guess what - they get paid to do so - no one here is being paid by you, and still the doctor could end up killing you rather than saving you because you did not tell a critic piece of information - like a severe allergy or something like that which could kill you in his efforts to help you. Computers - especially the OS's of computers are NO DIFFERENT.

You do not say what is going on. No one is a mind reader here and were not sitting in front of your machine.

Usually a Kext is likely probably not loading or blocking something - or the kernel panics. that means dies the horrible crash like a aircraft pilot would it the pilot panic'ed in an emergency situation and did not know what to do.

The kexts are vendor and device ID specific - so if the kext does not have the right vendor and model ID referenced in the kext file - it will fail - or pass up the device anyway.

You have to figure this out yourself - it is YOUR machine. They are all different as to what is in the unit from the manufacturer, and even if using common device components - the vendor and device ID may be different that what the kext might have in it.

If you have Windows still on the same machine - and it is working - you can do kext editing from inside windows by installing some helper tools to look into the HPS drive. Use Windows Text Editor Download and Download Ext2Fsd 0.46 - An open source Ext2 File System Driver for Windows - Softpedia and Catacombae - HFSExplorer (HFS Explorer) to see and get at the Mac files in Windows; OR you can BUY Macdrive. If you are having dual boot problems try installing EasyBCD from inside Windows to boot between the two. Its free.

This above will only work if you have been smart enough to do a dual boot machine where Windows is on another partition or permanent drive in the same computer. If Windows will not boot use a Vista repair disk or the XP disk to repair the boot sector - then install EasyBCD through Windows and it will see the MAC partition to let you set it up on the boot manager. Google how to get one if you do not have them.

You can see the vendor and device ID in Windows, and the kext will have a name and you can find the vendor and device ID in the text of the kext info.plist. You can edit this from the windows side with the editor above - and use no other - they will not work.

After you get in through safe mode, you can run "diskutils repairpermissions /" (without the quotes) and to fix the changes you made from the Windows side.

You come in single user with the -s command at the prompt. Do what it says to mount the volume and then

You do a "sudo -s" first (no quotes)
cd /System/Library
chmod -R 755 Extensions /
touch Extensions /
diskutil repairpermissions /

There are other ways to do this and much more from the -s boot option (single user mode) but it is really getting UNIX specific as to the commands, and if you are there and know nothing anyway - you should probably pay someone, buy a real MAC or just give up - OR get ready for a real extensive learning curve and research on the web.

You need to do some research on how the MAC OS works. Match your kext families with the missing parts of the OS not loading - change the vendor and device ID's and one at a time - you'll get them working and the boot errors will go away.

If you have/had IPC 10.5.6 ppf4 or ppf5 you would likely have most of the kexts - but they might not have the right vendor ID and device ID for the unit you are trying to install on. it works for both CPUs Intel or AMD. IDeneb 10.5.6. might go more successfully.

Once installed, you need to boot in safe mode from the Darwin prompt with the -x option. Use -v also so you can see what it is loading and if it does stop in safe mode and where. Then you can try -v -f on another boot to see if it will make it all the way

The MacOS is at it's core - UNIX - you cannot just lump a question in something and throw it here that is non-descriptive as to tell anyone not at your PC what is TRULY going on, even though I am a UNIX engineer.

No one can help you if they cannot tell what is really going on - and if you are not ready to learn some UNIX - give up now.

If you install the right kexts (Kernel EXTensionS) with the right vendor id's applicable the system will load them as it finds the hardware during the boot process.

Read the clues of the boot process yourself and do some research as to what they mean and then if you have a specific question you cannot find on the Internet or in the forums - that someone can identify - post that.

Of course you can always BUY a real MAC, and then holler "please help me" all you want to Apple Computer Support, and at some point they will tell you the same thing.

If you install the right kexts (Kernel EXTensionS) with the right vendor id's applicable the system will load them as it finds the hardware during the boot process.

Read the clues of the boot process yourself and do some research as to what they mean and then if you have a specific question you cannot find on the Internet or in the forums - that someone can identify - post that.

Visit the Main Page - OSx86 for the best source of simple question info
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
Reply

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
[1.0.2] Unlocked - how to install AppTapp Installer? anmh Older Software Unlock Solution 7 11-02-2009 12:03 PM
I can not install itakos v5 in my Sony Vaio VGN AR-31M. wolfruaz Installation 5 10-29-2009 04:18 PM
[1.1.4] EVERYTHING - my installation & configuration steps themrwho Older Software Unlock Solution 66 05-23-2008 03:06 PM
Problems creating Take 2 patchstick with Tiger DVD. cstromme AppleTV 0 03-08-2008 09:01 PM
Uphuck 10.4.9 v1.3 - A different approach to installation -4- People who cant install mysticusa Archiv (Leopard) 0 07-17-2007 04:07 AM



All times are GMT +2. The time now is 09:49 PM.



Powered by vBulletin® Version 3.8.2
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.3.2 Ad Management by RedTyger
follow us on Twitter!

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105