menuentry "Xubuntu 22.04 Live ISO" --class Ubuntu {
set gfxpayload=keep
set iso_file="/opt/iso/ubuntu/22.04/xubuntu-22.04-desktop-amd64.iso"
search --set=iso_partition --no-floppy --file $iso_file
probe --set=iso_partition_uuid --fs-uuid $iso_partition
set img_dev="/dev/disk/by-uuid/$iso_partition_uuid"
loopback loop ($iso_partition)$iso_file
set boot_option=""
#set boot_option="locale=zh_TW"
#set boot_option="quiet splash"
#set boot_option="file=/cdrom/preseed/xubuntu.seed maybe-ubiquity ---"
linux (loop)/casper/vmlinuz iso-scan/filename=$iso_file boot=casper $boot_option
initrd (loop)/casper/initrd
}