Jump to content

[GUIDE] Install Mavericks/Yosemite on Sony VAIO S (2012) -and other UEFI capable VAIOs-


476 posts in this topic

Recommended Posts

@SiddRamesh post a IOReg to confirm that you have AMD Radeon 7650M

its working great, just having issue with EDID !

its working great, just having issue with EDID !

Can Someone tell me how to dump vbios in ubuntu 14.04(usb)

Also how can i patch edid from dsdt !

SiddRameshs MacBook Pro.ioreg.zip

Clover can dump it, hot F1 for help in clover gui :) then press the button for that dump (it is not the dsdt dump) after that you will find your dump in clover/rom/

hey it was F6 for vbios but its in bin

and in ubuntu intel vbios was of 131.kb' and amd bios was of 65kb so i think clover dumped intel bios !

Ive attached the dumped file plz decode it :)

c0000.bin.zip

i have Intel HD4K ! but its not working in mac, but was working in windows.

And plz help me to extract that file(c0000.bin) !

i want to use rom from my sys !

i don't want intel hd4K, i said i have it :)

i want AMD Radeon Rom which is in c0000.bin file which m unable to extract !

the reason behind this is m facing performance issue graphics  !

sometime i see some tiny sparkles during QE/CI !


n how can i get iMessage n FaceTime Working without calling Apple !

Ok, then you can try to remove the old rom, then reboot, open DPCIManager, and you'll find both graphic cards, you'll see an eye next to your graphic card select it then cooss a destination folder, it will dump the vBios, then proceed your guide.

For iMessage/FT you will need to generate a valid mlb and a valid rom, you'll find a guide named "pattern of MLB/rom" in Tutorials sections.

@Sidd looks like you are diffing your original EDID with another rMBP right ? If you have gradient issue, just change the first value of your basic param to 90, then recalculate the checksum and you are good to go

Edit: for Intel HD4000, your laptop doesn't have it aka disabled in the bios, give a picture of Device Manager > Display Adapter to prove that you have Intel HD4000

Ok, then you can try to remove the old rom, then reboot, open DPCIManager, and you'll find both graphic cards, you'll see an eye next to your graphic card select it then cooss a destination folder, it will dump the vBios, then proceed your guide.

For iMessage/FT you will need to generate a valid mlb and a valid rom, you'll find a guide named "pattern of MLB/rom" in Tutorials sections.

i did as u said but dpci failed to extract rom :(

but sys show AMD Radeon HD 7650m but on 4 mb :(

is der any solution !

@Sidd looks like you are diffing your original EDID with another rMBP right ? If you have gradient issue, just change the first value of your basic param to 90, then recalculate the checksum and you are good to go

Edit: for Intel HD4000, your laptop doesn't have it aka disabled in the bios, give a picture of Device Manager > Display Adapter to prove that you have Intel HD4000

I've solved gradient isssue, but hers some glitch i graphics performance and sometime some tiny sparkles appears on display !

this wat i get after i remove rom :(

Archive.zip

i did as u said but dpci failed to extract rom :(

but sys show AMD Radeon HD 7650m but on 4 mb :(

is der any solution !

I've solved gradient isssue, but hers some glitch i graphics performance and sometime some tiny sparkles appears on display !

this wat i get after i remove rom :(

Meaning without the ATI ROM you can't get QE/CI

Meaning without the ATI ROM you can't get QE/CI

yep,it only shows 4mb VRAM,but i get perfect resolution,i.e 1366x768.

but no Accelerated Graphics(QE/CI)

yep,it only shows 4mb VRAM,but i get perfect resolution,i.e 1366x768.

but no Accelerated Graphics(QE/CI)

Did you patch the framebuffer for your GPU yet ? If so then quote your vbios dump info and your framebuffer patch info here

not yet m just using patch in clover config !

n how to dump vbios ! I've used AIDA64 in mac using wine but no success !

I've only got c0000.bin file, but unable to extract.

in some post I've read vbios should be in c0000.bin file !

totally lost :(


this is my files.

Archive.zip

Make a live linux USB and then boot it, open terminal and then type this:

lspci | grep VGA

A list will be in the output, look at your AMD Radeon and remember the first numbers

XX:XX.XX BLABLABLABLABLA

remember XX:XX.XX, then type this:

sudo su

Then:

echo 1 > /sys/devices/pci0000:00/0000:XX:XX.X/rom && cat /sys/devices/pci0000:00/0000:XX:XX.X/rom > vbios.dump && echo 0 > /sys/devices/pci0000:00/0000:XX:XX.X/rom

Replace XX:XX.X with the numbers you got earlier, save the dump somewhere safe (it should be in ~/ ) then use it.


AND WHERE THE HELL DID YOU GET THAT CONFIG.PLIST???!!!! IT'S SO DISGUSTING!!!! :sick:

Make a live linux USB and then boot it, open terminal and then type this:

lspci | grep VGA

A list will be in the output, look at your AMD Radeon and remember the first numbers

XX:XX.XX BLABLABLABLABLA

remember XX:XX.XX, then type this:

sudo su

Then:

echo 1 > /sys/devices/pci0000:00/0000:XX:XX.X/rom && cat /sys/devices/pci0000:00/0000:XX:XX.X/rom > vbios.dump && echo 0 > /sys/devices/pci0000:00/0000:XX:XX.X/rom

Replace XX:XX.X with the numbers you got earlier, save the dump somewhere safe (it should be in ~/ ) then use it.

AND WHERE THE HELL DID YOU GET THAT CONFIG.PLIST???!!!! IT'S SO DISGUSTING!!!! :sick:

I've tried this linux thing way back, but m getting input/output error !

n this config.plist is working without dsdt like a charm :)

If u have better config.plist plz give me one !

this wat m getting in Ubuntu 14.01

 

ubuntu@ubuntu:~$ lspci | grep VGA
01:00.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] Thames [Radeon HD 7550M/7570M/7650M]
ubuntu@ubuntu:~$ sudo su
root@ubuntu:/home/ubuntu# echo 1 > /sys/devices/pci0000:00/0000:01:00.0/rom && cat /sys/devices/pci0000:00/0000:01:00.0/rom > vbios.dump && echo 0 > /sys/devices/pci0000:00/0000:01:00.0/rom
bash: /sys/devices/pci0000:00/0000:01:00.0/rom: No such file or directory

 

then ive tried this :)

 

root@ubuntu:/home/ubuntu# echo 1 > /sys/devices/pci0000:00/0000:00:1c.0/0000:02:00.0/rom && cat /sys/devices/pci0000:00/0000:00:1c.0/0000:02:00.0/rom > vbios.dump && echo 0 > /sys/devices/pci0000:00/0000:00:1c.0/0000:02:00.0/rom
cat: /sys/devices/pci0000:00/0000:00:1c.0/0000:02:00.0/rom: Input/output error
 

 

 

 

 


This was my method which ive tried way back :

 

ubuntu@ubuntu:~$ find /sys/devices -name "rom"
/sys/devices/pci0000:00/0000:00:01.0/0000:01:00.0/rom
/sys/devices/pci0000:00/0000:00:1c.0/0000:02:00.0/rom

 

ubuntu@ubuntu:~$ echo 1 | sudo tee /sys/devices/pci0000:00/0000:00:1c.0/0000:02:00.0/rom
1

ubuntu@ubuntu:~$ sudo cat /sys/devices/pci0000:00/0000:00:1c.0/0000:02:00.0/rom > vbios.rom

cat: /sys/devices/pci0000:00/0000:00:1c.0/0000:02:00.0/rom: Input/output error

AMD 7650M's ROM was a pain in the arse to get, so use DarwinDumper on OS X to dump it

DarwinDumper dump rom which m using :(

if i try without rom it does not dumps anything so as the DPCI :(

DarwinDumper dump rom which m using :(

if i try without rom it does not dumps anything so as the DPCI :(

Here's what I suggest, don't use Clover's DSDT Fix mask, patch your own DSDT and Graphics. Post everything in one zip: AIDA64's hardware report, your ACPI and VBIOS dump from Darwin Dumper

Ive added all the details  :)

 

Ive also attached my Boot log :)

 

Waiting for ur further reply :)


plz read the Diagnose.txt in Archive.zip, I've added all the details.

Archive.zip

bootlog.log.txt

Ok just have some time to read the bootlog, you don't have Intel HD4000, that's for sure. Onto the Diagnose

Edit: What a mess your config.plist is. Is your brightness slider working ?

Edit 2: You can use Custom EDID to fix your EDID, and throw away the DisplayMergeNub.kext, it's so 90s already

  • Like 1
×
×
  • Create New...