Hi,
I have the following options in "/etc/grub.d/40_custom":#!/bin/sh
exec tail -n +3 $0
# This file provides an easy way to add custom menu entries. Simply type the
# menu entries you want to add after this comment. Be careful not to change
# the 'exec tail' line above.
menuentry 'Live Fedora 23' --class fedora {
set isofile=/boot/Fedora-Live-KDE-x86_64-23-10.iso
loopback loop (hd1,gpt3)$isofile
linuxefi (loop)/isolinux/vmlinuz0 iso-scan/filename=${isofile} root=live:CDLABEL=Fedora-Live-KDE-x86_64-23-10 rootfstype=auto ro rd.live.image quiet rhgb rd.luks=0 rd.md=0 rd.dm=0
initrdefi (loop)/isolinux/initrd0.img
}
"blivet.errors.DeviceError: ('cannot replace active format', 'sdb3') "
/dev/sdb3 es my current rootfs....
-- devel mailing list devel@xxxxxxxxxxxxxxxxxxxxxxx https://admin.fedoraproject.org/mailman/listinfo/devel Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct