@@ -9,6 +9,8 @@ parent: 如何
9
9
# Boot ISO
10
10
11
11
12
+
13
+
12
14
## GRUB Boot ISO 範例
13
15
14
16
* [ GRUB Boot ISO 範例] ( https://github.com/samwhelp/note-about-grub/tree/gh-pages/_demo/prototype/boot_iso )
@@ -26,11 +28,15 @@ parent: 如何
26
28
| 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 ) |
27
29
28
30
31
+
32
+
29
33
## 指引
30
34
31
35
* [ 如何自訂 Gurb Menu Entry] ( https://samwhelp.github.io/note-about-grub/read/start/custom_menu_entry.html )
32
36
33
37
38
+
39
+
34
40
## GRUB Menu Entry / Boot ISO 樣板 / Arch
35
41
36
42
@@ -49,6 +55,8 @@ menuentry "Arch 2022.04.05 ISO" --class Arch {
49
55
```
50
56
51
57
58
+
59
+
52
60
## GRUB Menu Entry / Boot ISO 樣板 / Manjaro
53
61
54
62
``` sh
@@ -67,6 +75,8 @@ menuentry "Manjaro xfce 21.2.5 ISO" --class Manjaro {
67
75
```
68
76
69
77
78
+
79
+
70
80
## GRUB Menu Entry / Boot ISO 樣板 / Debian
71
81
72
82
``` sh
@@ -85,6 +95,8 @@ menuentry "Debian 11 Xfce ISO" --class Debian {
85
95
```
86
96
87
97
98
+
99
+
88
100
## GRUB Menu Entry / Boot ISO 樣板 / Ubuntu
89
101
90
102
@@ -106,12 +118,16 @@ menuentry "Xubuntu 22.04 Live ISO" --class Ubuntu {
106
118
```
107
119
108
120
121
+
122
+
109
123
## 參考文章
110
124
111
125
* [ 使用 GRUB 以硬碟中的 ISO 映像檔開機] ( https://blog.gtwang.org/linux/boot-iso-image-from-your-hard-drive-in-ubuntu/ )
112
126
* [ 如何從 grub2 啟動 Ubuntu Live CD iso] ( https://ttys3.dev/post/how-to-boot-ubuntu-live-cd-iso-from-grub2/ )
113
127
114
128
129
+
130
+
115
131
## Reference
116
132
117
133
* 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 {
121
137
* Ubuntu Community Help Wiki / [ Grub2/ISOBoot/Examples] ( https://help.ubuntu.com/community/Grub2/ISOBoot/Examples )
122
138
123
139
140
+
141
+
124
142
## See Also
125
143
126
144
* [ 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 ) )
128
146
* [ grub-iso-boot] ( https://github.com/Jimmy-Z/grub-iso-boot )
129
147
* [ glim] ( https://github.com/thias/glim )
130
148
* [ multibootusb] ( https://github.com/aguslr/multibootusb )
0 commit comments