You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+38-2Lines changed: 38 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,9 @@ iMac12,1 and iMac12,2 mid 2011
14
14
15
15
Of course this tool can be used on any other Intel based system.
16
16
17
-
The tool supports persistence, i.e. dumps from your BIOS or video BIOS can be saved on the USB device in the particualar workind directorey as described below.
17
+
## Working directory with persistence
18
+
19
+
The tool supports persistence, i.e. dumps from your BIOS or video BIOS can be saved on the USB device in the particualar working directorey as described below.
18
20
19
21
After booting configure the local keyboard and check for the working directory using the `lsblk` command.
20
22
@@ -34,7 +36,41 @@ To use the video flashing tools change working directory to:
34
36
% cd /lib/live/mount/persistence/sda/flash/Video
35
37
`
36
38
37
-
To use the BIOS flashing tools change working directory to:
39
+
## AMD graphcis card flashing
40
+
41
+
AMD card users can run the locally included amdvbflash software like this to save the existing vBIOS named OldBios.rom into the Backups folder
42
+
43
+
`
44
+
% ./amdvbflash -s 0 Backups/OldAMDBios.rom
45
+
`
46
+
47
+
Flashing a new video BIOS stored in file NewAMDBIOS.rom from folder AMD
48
+
49
+
`
50
+
% ./amdvbflash -p 0 AMD/NewAMDBios.rom
51
+
`
52
+
## NVIDIA graphcis card flashing
53
+
54
+
Saving the original version to the Backups folder
55
+
56
+
`
57
+
./nvflash --save Backups/OldNVBios.rom
58
+
`
59
+
60
+
and
61
+
62
+
```
63
+
% ./nvflash --protectoff
64
+
65
+
% ./nvflash -6 NewNVBIOS.rom
66
+
67
+
% ./nvflash --verify
68
+
```
69
+
Reboot after flashing the video BIOS.
70
+
71
+
## Using flashrom to save and write the iMac firmware (BIOS)
72
+
73
+
To use the iMac/Mac BIOS flashing tools change working directory to:
38
74
39
75
`
40
76
% cd /lib/live/mount/persistence/sda/flash/Firmware
0 commit comments