Replies: 7 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
}
} |
0 replies
|
https://www.kalitsune.net/blog/persistent-fedora-install-on-ventoy |
1 reply
|
I edited my response- did you see the URL? |
2 replies
|
did you find the/a solution or still struggeling? |
0 replies
|
Confirmed working setup: |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment



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
{ "control":[ { "VTOY_DEFAULT_SEARCH_ROOT": "/ventoy/iso" } ], "persistence":[ { "image": "/ventoy/iso/Fedora-Workstation-Live-x86_64-******.iso", "backend":[ "/ventoy/persistence/fedora.dat" ] } ], "conf_replace_uefi":[ { "iso": "/ventoy/iso/Fedora-Workstation-Live-x86_64-******.iso", "org": "/EFI/BOOT/grub.cfg", "new": "/ventoy/boot/fedora/grub.cfg" } ] }Directory tree
All reactions