Skip to content

Commit adf4491

Browse files
committed
fix
1 parent 46552ad commit adf4491

File tree

1 file changed

+19
-1
lines changed

1 file changed

+19
-1
lines changed

read/howto/boot_iso.md

+19-1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ parent: 如何
99
# Boot ISO
1010

1111

12+
13+
1214
## GRUB Boot ISO 範例
1315

1416
* [GRUB Boot ISO 範例](https://github.com/samwhelp/note-about-grub/tree/gh-pages/_demo/prototype/boot_iso)
@@ -26,11 +28,15 @@ parent: 如何
2628
| Ubuntu | [/etc/grub.d/40_custom](https://github.com/samwhelp/note-about-grub/blob/gh-pages/_demo/prototype/boot_iso/demo_40_custom/Ubuntu/22.04/40_custom) | [/boot/grub/custom.cfg](https://github.com/samwhelp/note-about-grub/blob/gh-pages/_demo/prototype/boot_iso/demo_41_custom/Ubuntu/22.04/custom.cfg) |
2729

2830

31+
32+
2933
## 指引
3034

3135
* [如何自訂 Gurb Menu Entry](https://samwhelp.github.io/note-about-grub/read/start/custom_menu_entry.html)
3236

3337

38+
39+
3440
## GRUB Menu Entry / Boot ISO 樣板 / Arch
3541

3642

@@ -49,6 +55,8 @@ menuentry "Arch 2022.04.05 ISO" --class Arch {
4955
```
5056

5157

58+
59+
5260
## GRUB Menu Entry / Boot ISO 樣板 / Manjaro
5361

5462
``` sh
@@ -67,6 +75,8 @@ menuentry "Manjaro xfce 21.2.5 ISO" --class Manjaro {
6775
```
6876

6977

78+
79+
7080
## GRUB Menu Entry / Boot ISO 樣板 / Debian
7181

7282
``` sh
@@ -85,6 +95,8 @@ menuentry "Debian 11 Xfce ISO" --class Debian {
8595
```
8696

8797

98+
99+
88100
## GRUB Menu Entry / Boot ISO 樣板 / Ubuntu
89101

90102

@@ -106,12 +118,16 @@ menuentry "Xubuntu 22.04 Live ISO" --class Ubuntu {
106118
```
107119

108120

121+
122+
109123
## 參考文章
110124

111125
* [使用 GRUB 以硬碟中的 ISO 映像檔開機](https://blog.gtwang.org/linux/boot-iso-image-from-your-hard-drive-in-ubuntu/)
112126
* [如何從 grub2 啟動 Ubuntu Live CD iso](https://ttys3.dev/post/how-to-boot-ubuntu-live-cd-iso-from-grub2/)
113127

114128

129+
130+
115131
## Reference
116132

117133
* Archcraft Wiki / [Boot Archcraft with GRUB](https://wiki.archcraft.io/docs/boot-iso/boot-with-grub)
@@ -121,10 +137,12 @@ menuentry "Xubuntu 22.04 Live ISO" --class Ubuntu {
121137
* Ubuntu Community Help Wiki / [Grub2/ISOBoot/Examples](https://help.ubuntu.com/community/Grub2/ISOBoot/Examples)
122138

123139

140+
141+
124142
## See Also
125143

126144
* [grml-rescueboot](https://samwhelp.github.io/note-about-grub/read/link/grml-rescueboot.html)
127-
* [ventoy](https://www.ventoy.net/)
145+
* [ventoy](https://www.ventoy.net/) (GitHub / Ventoy / INSTALL /grub / [grub.cfg](https://github.com/ventoy/Ventoy/blob/master/INSTALL/grub/grub.cfg))
128146
* [grub-iso-boot](https://github.com/Jimmy-Z/grub-iso-boot)
129147
* [glim](https://github.com/thias/glim)
130148
* [multibootusb](https://github.com/aguslr/multibootusb)

0 commit comments

Comments
 (0)