Skip to content

Commit 82edb38

Browse files
committed
update
1 parent 8de19b0 commit 82edb38

File tree

3 files changed

+30
-3
lines changed

3 files changed

+30
-3
lines changed

README-繁體中文.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,14 @@ Your own usual rEFInd's sign for LegacyBIOS.<br/>
2727
- 內置 SATA 硬盤;
2828
- NVMe 固態 需要 使用 `boot7`
2929
#### 工作原理
30-
[Power On]=>[Legacy BIOS]=>[MBR]=>[PBR]=>[`boot`]=>[`CLOVERX64.EFI`(`refind_x64.efi` renamed)]=>[Yours]
30+
[Power On]=>[Legacy BIOS]=>[MBR]=>[PBR]=>[`boot`]=>[`CLOVERX64.efi`(鏈接到 to `Yours_x64.efi`)]=>[Yours]<br/>
31+
[Power On]=>[Legacy BIOS]=>[MBR]=>[PBR]=>[`boot7`]=>[`CLOVERX64.efi`(鏈接到 to `Yours_x64.efi`)]=>[Yours]<br/>
32+
[Power On]=>[Legacy BIOS]=>[MBR]=>[PBR]=>[`boot5`]=>[`CLOVERX64.efi`(鏈接到 to `Yours_x64.efi`)]=>[Yours]<br/>
33+
[Power On]=>[Legacy BIOS]=>[MBR]=>[PBR]=>[`boot0`]=>[`OpenCore.efi`(鏈接到 to `Yours_x64.efi`)]=>[Yours]<br/>
34+
- 默認情況, `boot`,是 Clover 的 `boot6`
35+
- 按下 7, 是 Clover 的 `boot7`
36+
- 按下 5, 是 Clover 的 `boot5`
37+
- 按下 0, `boot0`,OpenCore 的 `bootx64`
3138
#### 文件結構樹狀圖
3239
<img src="https://raw.githubusercontent.com/M-L-P/.github/main/screenshots/Yours-LegacyBIOS/Yours-LegacyBIOS.png">
3340

@@ -98,6 +105,7 @@ https://www.diskgenius.com/manual/convert-partition-table-style.php
98105
如果你想要,
99106
- 讓圖形界面銜接得更加緊密,中途沒有代碼界面;
100107
- CloverBootloader 不與 Yours 發生沖突;
108+
- OpenCore 不與 Yours 發生沖突;
101109

102110
你需要執行以下步驟。
103111
<details>
@@ -127,6 +135,7 @@ https://www.diskgenius.com/manual/convert-partition-table-style.php
127135
- *Roderick W. Smith*[rEFInd Boot Manager](http://www.rodsbooks.com/refind/)
128136
- [a1ive](https://github.com/a1ive)[grub2-filemanager](https://github.com/a1ive/grub2-filemanager)
129137
- [CloverBootloader](https://github.com/CloverHackyColor/CloverBootloader) 的 DUET;
138+
- [OpenCore](https://github.com/acidanthera/OpenCorePkg) 的 DUET;
130139

131140
## 🧁請我吃塊巧克力🍫
132141
<details>

README-自述文件.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,14 @@ Your own usual rEFInd's sign for LegacyBIOS.<br/>
2727
- 内置 SATA 硬盘;
2828
- NVMe 固态 需要 使用 `boot7`
2929
#### 工作原理
30-
[Power On]=>[Legacy BIOS]=>[MBR]=>[PBR]=>[`boot`]=>[`CLOVERX64.EFI`(`refind_x64.efi` renamed)]=>[Yours]
30+
[Power On]=>[Legacy BIOS]=>[MBR]=>[PBR]=>[`boot`]=>[`CLOVERX64.efi`(链接到 `Yours_x64.efi`)]=>[Yours]<br/>
31+
[Power On]=>[Legacy BIOS]=>[MBR]=>[PBR]=>[`boot7`]=>[`CLOVERX64.efi`(链接到 to `Yours_x64.efi`)]=>[Yours]<br/>
32+
[Power On]=>[Legacy BIOS]=>[MBR]=>[PBR]=>[`boot5`]=>[`CLOVERX64.efi`(链接到 to `Yours_x64.efi`)]=>[Yours]<br/>
33+
[Power On]=>[Legacy BIOS]=>[MBR]=>[PBR]=>[`boot0`]=>[`OpenCore.efi`(链接到 to `Yours_x64.efi`)]=>[Yours]<br/>
34+
- 默认情况, `boot`,是 Clover 的 `boot6`
35+
- 按下 7, 是 Clover 的 `boot7`
36+
- 按下 5, 是 Clover 的 `boot5`
37+
- 按下 0, `boot0`,OpenCore 的 `bootx64`
3138
#### 文件结构树状图
3239
<img src="https://raw.githubusercontent.com/M-L-P/.github/main/screenshots/Yours-LegacyBIOS/Yours-LegacyBIOS.png">
3340

@@ -98,6 +105,7 @@ https://www.diskgenius.com/manual/convert-partition-table-style.php
98105
如果你想要,
99106
- 让图形界面衔接得更加紧密,中途没有代码界面;
100107
- CloverBootloader 不与 Yours 发生冲突;
108+
- OpenCore 不与 Yours 发生冲突;
101109

102110
你需要执行以下步骤。
103111
<details>
@@ -127,6 +135,7 @@ https://www.diskgenius.com/manual/convert-partition-table-style.php
127135
- *Roderick W. Smith*[rEFInd Boot Manager](http://www.rodsbooks.com/refind/)
128136
- [a1ive](https://github.com/a1ive)[grub2-filemanager](https://github.com/a1ive/grub2-filemanager)
129137
- [CloverBootloader](https://github.com/CloverHackyColor/CloverBootloader) 的 DUET;
138+
- [OpenCore](https://github.com/acidanthera/OpenCorePkg) 的 DUET;
130139

131140
## 🧁请我吃块巧克力🍫
132141
<details>

README.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,14 @@ It can save your old PC and make it support 64bit UEFI.
2727
- Internal SATA disk;
2828
- NVMe SSD should be with `boot7`;
2929
#### Working Principle
30-
[Power On]=>[Legacy BIOS]=>[MBR]=>[PBR]=>[`boot`]=>[`CLOVERX64.EFI`(`refind_x64.efi` renamed)]=>[Yours]
30+
[Power On]=>[Legacy BIOS]=>[MBR]=>[PBR]=>[`boot`]=>[`CLOVERX64.efi`(Linked to `Yours_x64.efi`)]=>[Yours]
31+
[Power On]=>[Legacy BIOS]=>[MBR]=>[PBR]=>[`boot7`]=>[`CLOVERX64.efi`(Linked to `Yours_x64.efi`)]=>[Yours]
32+
[Power On]=>[Legacy BIOS]=>[MBR]=>[PBR]=>[`boot5`]=>[`CLOVERX64.efi`(Linked to `Yours_x64.efi`)]=>[Yours]
33+
[Power On]=>[Legacy BIOS]=>[MBR]=>[PBR]=>[`boot0`]=>[`OpenCore.efi`(Linked to `Yours_x64.efi`)]=>[Yours]
34+
- By default, `boot`, `boot6` of Clover;
35+
- Pressing 7, `boot7` of Clover;
36+
- Pressing 5, `boot5` of Clover;
37+
- Pressing 0, `boot0`, `bootx64` of OpenCore;
3138
#### File Tree
3239
<img src="https://raw.githubusercontent.com/M-L-P/.github/main/screenshots/Yours-LegacyBIOS/Yours-LegacyBIOS.png">
3340

@@ -98,6 +105,7 @@ https://www.diskgenius.com/manual/convert-partition-table-style.php
98105
If you want,
99106
- graphical interface is going to be not interrupted by codes;
100107
- CloverBootloader does not conflict with Yours;
108+
- OpenCore does not conflict with Yours;
101109

102110
You need to perform the following steps.
103111
<details>
@@ -127,6 +135,7 @@ If you like it and are looking forward to the coming update, you can star it.
127135
- [rEFInd Boot Manager](http://www.rodsbooks.com/refind/) of *Roderick W. Smith*;
128136
- [grub2-filemanager](https://github.com/a1ive/grub2-filemanager) of [a1ive](https://github.com/a1ive);
129137
- DUET of [CloverBootloader](https://github.com/CloverHackyColor/CloverBootloader);
138+
- DUET of [OpenCore](https://github.com/acidanthera/OpenCorePkg);
130139

131140
## 🧁Buy me a piece of chocolate🍫
132141
<details>

0 commit comments

Comments
 (0)