میتونی با گراب یه iso رو از روی دیسک بار کنی.
درود دارم سعی میکنم همین کارو کنم ولی گیرم
فهمیدم که باید فایلی رو ویرایش کنم
sudo nano /etc/grub.d/40_custom
و همچین مقدار هایی رو توش قرار بدم
menuentry "{{menu entry name}}" {
insmod ext2
set isopartition=hd{{hdd number}},{{partition number}}
set isofile="{{iso file path (relative to hdd)}}"
loopback loop (hd{{hdd number}},{{partition number}})$isofile
linux (loop){{iso's vm linuz efi file path}} img_dev=/dev/disk/by-uuid/$isouuid img_loop=$isofile
initrd (loop){{iso's ram memory image file path}}
}
بعد وارد کردن باید گراب رو بروز رسانی کنم
sudo update-grub
ولی همچین خروجی میگیرم:)
[sudo]
Sourcing file `/etc/default/grub'
Sourcing file `/etc/default/grub.d/init-select.cfg'
Generating grub configuration file ...
Found linux image: /boot/vmlinuz-5.15.0-58-generic
Found initrd image: /boot/initrd.img-5.15.0-58-generic
Found linux image: /boot/vmlinuz-5.15.0-57-generic
Found initrd image: /boot/initrd.img-5.15.0-57-generic
Memtest86+ needs a 16-bit boot, that is not available on EFI, exiting
Warning: os-prober will not be executed to detect other bootable partitions.
Systems on them will not be added to the GRUB boot configuration.
Check GRUB_DISABLE_OS_PROBER documentation entry.
Adding boot menu entry for UEFI Firmware Settings ...
/etc/grub.d/40_custom: 1: menuentry: not found
insmod: ERROR: could not load module exfat: No such file or directory
/etc/grub.d/40_custom: 5: Syntax error: "(" unexpected
اولین باره دارم با گراب کلنجار میرم(: تاحالا ویرایشش نکرده بودم