Replies: 5 comments 4 replies
-
This is a dump of the custom 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-WS-Live-41-1-4'
### BEGIN /etc/grub.d/10_linux ###
menuentry 'Start Fedora-Workstation-Live 41' --class fedora --class gnu-linux --class gnu --class os {
linuxefi /images/pxeboot/vmlinuz root=live:CDLABEL=Fedora-WS-Live-41-1-4 rd.live.image quiet rhgb selinux=0 i915.enable_psr=0
initrdefi /images/pxeboot/initrd.img
}
menuentry 'Test this media & start Fedora-Workstation-Live 41' --class fedora --class gnu-linux --class gnu --class os {
linuxefi /images/pxeboot/vmlinuz root=live:CDLABEL=Fedora-WS-Live-41-1-4 rd.live.image rd.live.check quiet selinux=0 i915.enable_psr=0
initrdefi /images/pxeboot/initrd.img
}
submenu 'Troubleshooting -->' {
menuentry 'Start Fedora-Workstation-Live 41 in basic graphics mode' --class fedora --class gnu-linux --class gnu --class os {
linuxefi /images/pxeboot/vmlinuz root=live:CDLABEL=Fedora-WS-Live-41-1-4 rd.live.image nomodeset quiet rhgb selinux=0 i915.enable_psr=0
initrdefi /images/pxeboot/initrd.img
}
} |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
https://www.kalitsune.net/blog/persistent-fedora-install-on-ventoy |
Beta Was this translation helpful? Give feedback.
-
I edited my response- did you see the URL? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I used persistence_ext4_4GB_vtoycow.dat from the latest backend image files and renamed it to fedora.dat. I am booting from UEFI and the ISO boots correctly with the kernel parameters specified in the custom grub.cfg file when persistence is disabled. But when it's enabled I am greeted by an error message prompting me to go in emergency mode making me enter a shell. Right before the error message, the console displays a message saying it could not mount the selinuxfs partition
I just tried using an XFS dat file but same error. I'll attach it as a new comment
Directory tree
Beta Was this translation helpful? Give feedback.
All reactions