Hi!
I got bored today and went looking. Found this:
https://www.howtogeek.com/196933/how...ur-hard-drive/
I downloaded 19.04 daily to here:
/Data/Downloads/Linux/
resp.
/dev/sda3/Downloads/Linux
This should have the grub notation: (hd0,3) (It has been a while).
Now the above site tells me to edit grub.d/40_custom (mine is actually...40_custom_proxy) so:
menuentry “Ubuntu 14.04 ISO” {
set isofile=”/home/name/Downloads/ubuntu-14.04.1-desktop-amd64.iso”
loopback loop (hd0,1)$isofile
linux (loop)/casper/vmlinuz.efi boot=casper iso-scan/filename=${isofile} quiet splash
initrd (loop)/casper/initrd.lz
}
I tried accomodating my situation:
menuentry “Kubuntu 19.04_ISO” {
set isofile=”/Data/Downloads/Linux/disco-desktop-amd64.iso"
loopback loop (hd0,1)$isofile (What goes here)
linux (loop)/casper/vmlinuz.efi boot=casper iso-scan/filename=${isofile} quiet splash
initrd (loop)/casper/initrd.lz
}
Can anyone help out with his?
Cheers
F
I got bored today and went looking. Found this:
https://www.howtogeek.com/196933/how...ur-hard-drive/
I downloaded 19.04 daily to here:
/Data/Downloads/Linux/
resp.
/dev/sda3/Downloads/Linux
This should have the grub notation: (hd0,3) (It has been a while).
Now the above site tells me to edit grub.d/40_custom (mine is actually...40_custom_proxy) so:
menuentry “Ubuntu 14.04 ISO” {
set isofile=”/home/name/Downloads/ubuntu-14.04.1-desktop-amd64.iso”
loopback loop (hd0,1)$isofile
linux (loop)/casper/vmlinuz.efi boot=casper iso-scan/filename=${isofile} quiet splash
initrd (loop)/casper/initrd.lz
}
I tried accomodating my situation:
menuentry “Kubuntu 19.04_ISO” {
set isofile=”/Data/Downloads/Linux/disco-desktop-amd64.iso"
loopback loop (hd0,1)$isofile (What goes here)
linux (loop)/casper/vmlinuz.efi boot=casper iso-scan/filename=${isofile} quiet splash
initrd (loop)/casper/initrd.lz
}
Can anyone help out with his?
Cheers
F
Comment