Boot ubuntu iso file from harddisk with grub

Published: 10 August 2022
on channel: Em-Je 2
272
1

This video show how to boot ubuntu iso file from harddisk so we can install ubuntu from iso file in harddisk without flashdisk.
Here the example code place it in grub custom.


menuentry "Ubuntu 22.04 ISO" {
set isofile="/ubuntu-22.04-desktop-amd64.iso"
or set isofile="/home/username/Downloads/ubuntu-22.04-desktop-amd64.iso"
if you use a single partition for your $HOME
loopback loop (hd1,4)$isofile
linux (loop)/casper/vmlinuz boot=casper iso-scan/filename=$isofile noprompt noeject
initrd (loop)/casper/initrd
}


Watch video Boot ubuntu iso file from harddisk with grub online without registration, duration hours minute second in high quality. This video was added by user Em-Je 2 10 August 2022, don't forget to share it with your friends and acquaintances, it has been viewed on our site 272 once and liked it 1 people.