mirror of
https://gitee.com/liushuncheng-lsc/lfs-livecd.git
synced 2025-01-23 16:12:12 +08:00
update
Signed-off-by: liushuncheng <2930054131@qq.com>
This commit is contained in:
parent
e37ff24bba
commit
1706a34ba1
36
livecd-efiboot-fedora/EFI/BOOT/BOOT.conf
Normal file
36
livecd-efiboot-fedora/EFI/BOOT/BOOT.conf
Normal file
@ -0,0 +1,36 @@
|
|||||||
|
set default="1"
|
||||||
|
|
||||||
|
function load_video {
|
||||||
|
insmod efi_gop
|
||||||
|
insmod efi_uga
|
||||||
|
insmod video_bochs
|
||||||
|
insmod video_cirrus
|
||||||
|
insmod all_video
|
||||||
|
}
|
||||||
|
|
||||||
|
load_video
|
||||||
|
set gfxpayload=keep
|
||||||
|
insmod gzio
|
||||||
|
insmod part_gpt
|
||||||
|
insmod ext2
|
||||||
|
|
||||||
|
set timeout=60
|
||||||
|
### END /etc/grub.d/00_header ###
|
||||||
|
|
||||||
|
search --no-floppy --set=root -l 'Fedora-i3-Live-40-1-14'
|
||||||
|
|
||||||
|
### BEGIN /etc/grub.d/10_linux ###
|
||||||
|
menuentry 'Start Fedora-i3-Live 40' --class fedora --class gnu-linux --class gnu --class os {
|
||||||
|
linuxefi /images/pxeboot/vmlinuz root=live:CDLABEL=Fedora-i3-Live-40-1-14 rd.live.image quiet rhgb
|
||||||
|
initrdefi /images/pxeboot/initrd.img
|
||||||
|
}
|
||||||
|
menuentry 'Test this media & start Fedora-i3-Live 40' --class fedora --class gnu-linux --class gnu --class os {
|
||||||
|
linuxefi /images/pxeboot/vmlinuz root=live:CDLABEL=Fedora-i3-Live-40-1-14 rd.live.image rd.live.check quiet
|
||||||
|
initrdefi /images/pxeboot/initrd.img
|
||||||
|
}
|
||||||
|
submenu 'Troubleshooting -->' {
|
||||||
|
menuentry 'Start Fedora-i3-Live 40 in basic graphics mode' --class fedora --class gnu-linux --class gnu --class os {
|
||||||
|
linuxefi /images/pxeboot/vmlinuz root=live:CDLABEL=Fedora-i3-Live-40-1-14 rd.live.image nomodeset quiet rhgb
|
||||||
|
initrdefi /images/pxeboot/initrd.img
|
||||||
|
}
|
||||||
|
}
|
BIN
livecd-efiboot-fedora/EFI/BOOT/BOOTIA32.EFI
Normal file
BIN
livecd-efiboot-fedora/EFI/BOOT/BOOTIA32.EFI
Normal file
Binary file not shown.
BIN
livecd-efiboot-fedora/EFI/BOOT/BOOTX64.EFI
Normal file
BIN
livecd-efiboot-fedora/EFI/BOOT/BOOTX64.EFI
Normal file
Binary file not shown.
BIN
livecd-efiboot-fedora/EFI/BOOT/grubia32.efi
Normal file
BIN
livecd-efiboot-fedora/EFI/BOOT/grubia32.efi
Normal file
Binary file not shown.
BIN
livecd-efiboot-fedora/EFI/BOOT/grubx64.efi
Normal file
BIN
livecd-efiboot-fedora/EFI/BOOT/grubx64.efi
Normal file
Binary file not shown.
BIN
livecd-efiboot-fedora/EFI/BOOT/mmia32.efi
Normal file
BIN
livecd-efiboot-fedora/EFI/BOOT/mmia32.efi
Normal file
Binary file not shown.
BIN
livecd-efiboot-fedora/EFI/BOOT/mmx64.efi
Normal file
BIN
livecd-efiboot-fedora/EFI/BOOT/mmx64.efi
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user