[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

diverse ISOs via USB stick per GRUB booten



Hallo,

seit einiger Zeit versuche ich GRUB so zu konfigurieren, dass es nicht nur die Debian Wheezy Installation vom USB Stick aus bootet, sondern unter anderem auch das ISO der ersten Install DVD von Wheezy für AMD64.

Nach dem letzten Test sieht der entsprechende Teil in /boot/grub/grub.cfg so aus:

### BEGIN /etc/grub.d/41_custom ###
menuentry 'Debian 7.4 DVD-1' {
isofile=/boot/iso/debian-7.4.0-amd64-DVD-1.iso
loopback loop $isofile
linux (loop)/install.amd64/vmlinuz boot=live iso-scan/filename=$isofile noeject
initrd (loop)/casper/initrd.lz
}
### END /etc/grub.d/41_custom ###

Ich hatte bei vorigen Tests auch ein (hd1,1) vor $isofile stehen bzw. ein "search --set=root --fs-uuid 55756ab0-e376-4f9a-b1a5-bc4207f7c0f1" sowohl vor der isofile= zeile als auch als Ersatz für das "search ... uuid ...".

Das Ergebnis ist bisher immer der Fehler:
"file not found, no such disk, you need to load the kernel first"

Kennt jemand von Euch eine Lösung?


Gruß,
Patrick



Reply to: