MeHo Posted December 12, 2006 Share Posted December 12, 2006 (edited) Salut tout le monde ! Voici ma config : proc : AMD Athlon 64 3700+ San Diego S939 ( Supporte SSE2 et 3 ) CM : Asus A8N-SLI Chipset nForce4-SLI CG : GeForce 6600 GT 256 mo PCIE 1 Giga de ram ddr 400 J'installe le systeme sur un DD 40giga IDE J ai un souci J ai installer la version 10.4.8 ( OSX_1048_AMD_SSE3.rar ) ! L installation c est deroulé correctement mais quand je reboot ça me marque : system config '/com.apple.boot.plist' not found J ai copié le CHAIN0 du DVD a la racine de mon C ou XP est installé et ça ne change rien Quand je reboot ça me marque un message, je me souvient pu du message, du genre " CHAIN BOOTING ERROR " Si quelqu'un pouvaitm aider ça serai super sympa ! ps : A8N-SLI Deluxe, ASUS, Nvidia nForce4 SLI, All works, except nForce4 LAN (requires forcedeath driver), SATA not tested. Edited December 17, 2006 by MeHo Link to comment https://www.insanelymac.com/forum/topic/35667-resolu-amdnvidia-osx-1048-comapplebootplist-not-found/ Share on other sites More sharing options...
MeHo Posted December 13, 2006 Author Share Posted December 13, 2006 Quelqu un peu m aider ? Link to comment https://www.insanelymac.com/forum/topic/35667-resolu-amdnvidia-osx-1048-comapplebootplist-not-found/#findComment-254232 Share on other sites More sharing options...
MeHo Posted December 13, 2006 Author Share Posted December 13, 2006 J ai trouvé une solution sur le forum : (the following will display all of your disks and partitions)diskutil list (in the list, find your hard drive with OSX to get its number, it should be disk0, disk1, disk2, etc) (the following might rebuild your MBR to help you boot) fdisk -u /dev/rdisk0 <--- use the "rdisk" and replace "0" with the number of your OSX disk (the following will be sure your OSX partition is active) fdisk -e /dev/rdisk0 <--- replace "rdisk0" with correct value, same as above p <--- lists all of your partitions (look for number of your OSX partition - 1, 2, 3, 4, etc) f 3 <--- replace "3" with your partition number from above, sets this partition active write <--- saves change y <--- you are sure exit (the following edits boot.plist to make sure the boot menu can be displayed) nano "/Volumes/(name-of-your-OSX-partition)/Library/Preferences/SystemConfiguration/com.apple.Boot.plist" (add the following 2 lines right below the similar lines in the file) <key>Timeout,/key> <string>8</string> (Press Ctrl-O to save the file) (Press Enter to accept file name) (Press Ctrl-X to quit nano) Je boot donc sur le DVD d install et apres je vais sur un terminal, mais le pb c est que la commande nano marche pas :s Link to comment https://www.insanelymac.com/forum/topic/35667-resolu-amdnvidia-osx-1048-comapplebootplist-not-found/#findComment-254311 Share on other sites More sharing options...
MeHo Posted December 14, 2006 Author Share Posted December 14, 2006 J ai reinstaller encore et encore et ça marche toujours pas, ça commence a me soulé ! Link to comment https://www.insanelymac.com/forum/topic/35667-resolu-amdnvidia-osx-1048-comapplebootplist-not-found/#findComment-254586 Share on other sites More sharing options...
MeHo Posted December 15, 2006 Author Share Posted December 15, 2006 Probleme resolu ! J ai dabord formaté mes partitions avec le dvd d install de la 10.4.7 et installer la 10.4.8 amd sans le x11 et sans nv40 ! Et ça marche ! Par contre il va falloir installer les pilotes de la carte graphique et du chipset ! Mais j arrive pas activé Qe et Ci ( j ai installer les pilotes titans et natit ) Pouvez vous m aider svp ? Link to comment https://www.insanelymac.com/forum/topic/35667-resolu-amdnvidia-osx-1048-comapplebootplist-not-found/#findComment-255639 Share on other sites More sharing options...
3x5a3d Posted December 15, 2006 Share Posted December 15, 2006 essaye de mettre l'id de ta carte graphique dans le fichier "Info.plist" de "GeForce.kext" nano /System/Library/Extensions/GeForce.kext/Contents/Info.plist <key>IOPCIMatch</key> <string>0x014010de</string> je ne suis pas sûr à 100% pour l'id "0x014010de", il faut que tu jette un oeil dans ton gestionnaire de périphériques. Link to comment https://www.insanelymac.com/forum/topic/35667-resolu-amdnvidia-osx-1048-comapplebootplist-not-found/#findComment-255662 Share on other sites More sharing options...
MeHo Posted December 15, 2006 Author Share Posted December 15, 2006 euh... gestionnaire de perif' de osx ou windows ? Comme je suis encore sous xp j ai regardé mais j ai pas trouvé le bon, il a pas mal d'id different : Dans l onglet Detail j'ai tourvé ça : PCI\VEN_10DE&DEV_0140&SUBSYS_00000000&REV_A2\4&243D7BD0&0&0070 Link to comment https://www.insanelymac.com/forum/topic/35667-resolu-amdnvidia-osx-1048-comapplebootplist-not-found/#findComment-255684 Share on other sites More sharing options...
MeHo Posted December 15, 2006 Author Share Posted December 15, 2006 J ai fait ta modif 3x5a3d et ça a tout niqué lol J ai reinstallé et tout marche comme par miracle QE et CI fonctionnent ! Reste seulement les pilotes reseaux a installer et c est bon /me Happy Link to comment https://www.insanelymac.com/forum/topic/35667-resolu-amdnvidia-osx-1048-comapplebootplist-not-found/#findComment-255773 Share on other sites More sharing options...
3x5a3d Posted December 15, 2006 Share Posted December 15, 2006 (edited) PCI\VEN_10DE&DEV_0140&SUBSYS_00000000&REV_A2\4&243D7BD0&0&0070 c'est l'id de ta carte graphique 0x014010DE tu aura probablement besoin de cette combine pour faire marcher ton réseau. edit: regarde ici , un type à réussi à installer le réseau sur une Asus A8N-SLi Premium Edited December 15, 2006 by 3x5a3d Link to comment https://www.insanelymac.com/forum/topic/35667-resolu-amdnvidia-osx-1048-comapplebootplist-not-found/#findComment-255868 Share on other sites More sharing options...
MeHo Posted December 16, 2006 Author Share Posted December 16, 2006 (edited) Comme j ai dit j ai reinstaller et tout a marché directement ( CG, chipset.... (sauf reseau) ) J ai reussi a installer mon reseau Avec les fichiers forcedeth.zip donné a cette page ICI (chipset nforce) Ca marche bien pas de bug encore Par contre aMsn deconne grave ! J arrive pas a me connecter ! Je me connecte a internet par un proxy et port specifique mais aussi avec un login et mot de passe ! J ai bien spécifié ceci comme sur windows sur MSN et la ça marche pas :censored2: Je comprend pas trop... Aussi j aimerai savoir comment faire activer mon 5.1, le 2.1 c est bien mais bon ps : merci 3x5a3d de m avoir aider , c est bien sympa ! Edited December 16, 2006 by MeHo Link to comment https://www.insanelymac.com/forum/topic/35667-resolu-amdnvidia-osx-1048-comapplebootplist-not-found/#findComment-256005 Share on other sites More sharing options...
MeHo Posted December 16, 2006 Author Share Posted December 16, 2006 C est bon ça marche , j ai resolu mon probleme ! Dans l'onglet Proxy : - dans Type il fallait choisir HTTP - entrer server proxy, port, nom utilisateur et mdp Puis dans l onglet Options : - laisser login du serveur à " messenger.hotmail.com " (sans les " " ) - port : " 1863 " - cocher Connecter via HTTP aMSN marche aussi avec le proxy ! - Preference->Connexion - cocher je me connecte a internet via un serveur proxy -- cocher http (post method) -- inscrire le proxy serveur, le port , le nom d utilisateur et le mot de passe Et voila ça roule Link to comment https://www.insanelymac.com/forum/topic/35667-resolu-amdnvidia-osx-1048-comapplebootplist-not-found/#findComment-256071 Share on other sites More sharing options...
Recommended Posts