Hello,
I have a small query. I want to install this Linux Distro - but I dont have DVD drive and I dont want to use Live USB. I have read in many places that we can boot a live ISO file from the hard disk itself. I have tried and got success to install PCLinuxOS using this method - but I dont want to use that Distro any more. Hence my question is, what is the procedure to install this Linux Distro ( KaOS ) using the - boot ISO from HDD - method ? what is the correct format to put the file in /etc/grub.d/40_custom.
below is an example of what I have now
menuentry "Linux Live " --class os --unrestricted {
set isofile='/boot/linuxdownloadedfile.iso'
loopback loop (hd0,2)$isofile
linux (loop)/boot/x86_64/loader/linux splash=verbose quiet root=live:CDLABEL=LinuxDistroName rd.live.image rd.live.overlay.persistent rd.live.overlay.cowfs=ext4
initrd (loop)/boot/x86_64/loader/initrd
}
(hd0,2) is my /dev/sda2 which is the root drive of my host linux ( MX Linux)
please let me know is it possible to install this Linux Distro (KaOS ) using this method ? if yes, what are the changes I should make in the menuentry.
thanks