Commit ae4b462 1 parent a3f9052 commit ae4b462 Copy full SHA for ae4b462
File tree 2 files changed +9
-9
lines changed
2 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -19,13 +19,13 @@ grand_parent: ISO
19
19
20
20
先參考「[ Download ISO] ( https://samwhelp.github.io/note-about-fedora/read/core/iso/download-iso.html ) 」這篇提到的下載方式,下載「Fedora 官方提供最新的ISO檔案」。
21
21
22
- 將「ISO檔案」放到「/opt/iso/fedora/39 /Fedora-Xfce-Live-x86_64-39 -1.5 .iso」這個路徑。
22
+ 將「ISO檔案」放到「/opt/iso/fedora/40 /Fedora-Xfce-Live-x86_64-40 -1.14 .iso」這個路徑。
23
23
24
24
舉例執行下面指令
25
25
26
26
``` sh
27
- sudo curl -fLo //opt/iso/fedora/39 /Fedora-Xfce-Live-x86_64-39 -1.5 .iso --create-dirs \
28
- https://download.fedoraproject.org/pub/fedora/linux/releases/39 /Spins/x86_64/iso/Fedora-Xfce-Live-x86_64-39 -1.5 .iso
27
+ sudo curl -fLo //opt/iso/fedora/40 /Fedora-Xfce-Live-x86_64-40 -1.14 .iso --create-dirs \
28
+ https://download.fedoraproject.org/pub/fedora/linux/releases/40 /Spins/x86_64/iso/Fedora-Xfce-Live-x86_64-40 -1.14 .iso
29
29
```
30
30
31
31
@@ -45,14 +45,14 @@ sudo curl -fLo //opt/iso/fedora/39/Fedora-Xfce-Live-x86_64-39-1.5.iso --create-d
45
45
46
46
``` sh
47
47
menuentry " Fedora 39 ISO / Xfce" --class Fedora {
48
- set iso_file=" /opt/iso/fedora/39 /Fedora-Xfce-Live-x86_64-39 -1.5 .iso"
48
+ set iso_file=" /opt/iso/fedora/40 /Fedora-Xfce-Live-x86_64-40 -1.14 .iso"
49
49
search --set=iso_partition --no-floppy --file $iso_file
50
50
probe --set=iso_partition_uuid --fs-uuid $iso_partition
51
51
set img_dev=" /dev/disk/by-uuid/$iso_partition_uuid "
52
52
loopback loop ($iso_partition )$iso_file
53
53
set boot_option=" "
54
54
# set boot_option="quiet splash"
55
- linux (loop)/images/pxeboot/vmlinuz iso-scan/filename=$iso_file root=live:CDLABEL=Fedora-Xfce-Live-39 -1-5 rd.live.image rhgb $boot_option
55
+ linux (loop)/images/pxeboot/vmlinuz iso-scan/filename=$iso_file root=live:CDLABEL=Fedora-Xfce-Live-40 -1-14 rd.live.image rhgb $boot_option
56
56
initrd (loop)/images/pxeboot/initrd.img
57
57
}
58
58
Original file line number Diff line number Diff line change @@ -24,10 +24,10 @@ grand_parent: ISO
24
24
舉例執行下面指令
25
25
26
26
``` sh
27
- wget -c https://download.fedoraproject.org/pub/fedora/linux/releases/39 /Spins/x86_64/iso/Fedora-Xfce-Live-x86_64-39 -1.5 .iso
27
+ wget -c https://download.fedoraproject.org/pub/fedora/linux/releases/40 /Spins/x86_64/iso/Fedora-Xfce-Live-x86_64-40 -1.14 .iso
28
28
```
29
29
30
- 就會下載一個檔案「Fedora-Xfce-Live-x86_64-39 -1.5 .iso」。
30
+ 就會下載一個檔案「Fedora-Xfce-Live-x86_64-40 -1.14 .iso」。
31
31
32
32
33
33
### 尋找 Device 代號
@@ -47,13 +47,13 @@ lsblk
47
47
接著執行下面指令,就會寫入「USB隨身碟」。
48
48
49
49
``` sh
50
- sudo dd if=./Fedora-Xfce-Live-x86_64-39 -1.5 .iso of=/dev/sdc bs=4M status=progress && sync
50
+ sudo dd if=./Fedora-Xfce-Live-x86_64-40 -1.14 .iso of=/dev/sdc bs=4M status=progress && sync
51
51
```
52
52
53
53
或是執行下面指令,就會寫入「USB隨身碟」。
54
54
55
55
``` sh
56
- sudo dd if=./Fedora-Xfce-Live-x86_64-39 -1.5 .iso of=/dev/sdc bs=4M status=progress conv=fsync oflag=direct
56
+ sudo dd if=./Fedora-Xfce-Live-x86_64-40 -1.14 .iso of=/dev/sdc bs=4M status=progress conv=fsync oflag=direct
57
57
```
58
58
59
59
接著重新開機,在「BIOS」選擇使用「該USB隨身碟」開機。
You can’t perform that action at this time.
0 commit comments