Skip to content

Commit ae4b462

Browse files
committed
fix
1 parent a3f9052 commit ae4b462

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

read/core/iso/boot-iso/boot-iso-by-grub.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,13 @@ grand_parent: ISO
1919

2020
先參考「[Download ISO](https://samwhelp.github.io/note-about-fedora/read/core/iso/download-iso.html)」這篇提到的下載方式,下載「Fedora 官方提供最新的ISO檔案」。
2121

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」這個路徑。
2323

2424
舉例執行下面指令
2525

2626
``` 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
2929
```
3030

3131

@@ -45,14 +45,14 @@ sudo curl -fLo //opt/iso/fedora/39/Fedora-Xfce-Live-x86_64-39-1.5.iso --create-d
4545

4646
``` sh
4747
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"
4949
search --set=iso_partition --no-floppy --file $iso_file
5050
probe --set=iso_partition_uuid --fs-uuid $iso_partition
5151
set img_dev="/dev/disk/by-uuid/$iso_partition_uuid"
5252
loopback loop ($iso_partition)$iso_file
5353
set boot_option=""
5454
#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
5656
initrd (loop)/images/pxeboot/initrd.img
5757
}
5858

read/core/iso/boot-iso/boot-iso-by-usb.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@ grand_parent: ISO
2424
舉例執行下面指令
2525

2626
``` 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
2828
```
2929

30-
就會下載一個檔案「Fedora-Xfce-Live-x86_64-39-1.5.iso」。
30+
就會下載一個檔案「Fedora-Xfce-Live-x86_64-40-1.14.iso」。
3131

3232

3333
### 尋找 Device 代號
@@ -47,13 +47,13 @@ lsblk
4747
接著執行下面指令,就會寫入「USB隨身碟」。
4848

4949
``` 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
5151
```
5252

5353
或是執行下面指令,就會寫入「USB隨身碟」。
5454

5555
``` 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
5757
```
5858

5959
接著重新開機,在「BIOS」選擇使用「該USB隨身碟」開機。

0 commit comments

Comments
 (0)