[linux] opstart van iso op disk, wat gaat hier fout?

Der cl3m0t op gmail.com
Di mei 28 00:44:33 CEST 2019


On 27-05-19 10:47, Julien Michielsen wrote:

>... 
> menuentry "ubuntu-18.04.2-ISO" {
>          set isofile=(hd0,20)/boot/iso/ubuntu-18.04.2-desktop-amd64.iso
>          loopback loop (hd0,20)$isofile
>          linux (loop)/vmlinuz boot=casper iso-scan/filename=$isofile 
> noprompt noeject
>          initrd (loop)/casper/vmlinuz
> }
> 
> Iemand van jullie een idee waar de fout zit?

set isofile="/boot/iso/ubuntu-18.04.2-desktop-amd64.iso"
# zonder (hd0,20) en het pad naar .iso tussen dubbele aanhalingstekens

linux (loop)/casper/vmlinuz.efi boot=casper iso-scan/filename=$isofile 
noprompt noeject
# /casper/vmlinuz.efi voor 64 bit kernel zie: 
https://help.ubuntu.com/community/Grub2/ISOBoot/Examples

initrd (loop)/casper/vmlinuz.lz
# Als ik nog iets over het hoofd heb gezien dan ligt dat aan mijn bril

mvg,
Der


Meer informatie over de Linux maillijst