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

Re: Mit Grub von Image booten?



Jochen schrieb am 09. Oct um 11:58 Uhr:
> Christian Knoke:
> > 
> > Kann ich mit Grub von einem Filesystem Image booten?
> 
> Jein:

> 
> apt-cache show grub-imageboot

Hier läuft ja noch squeeze. Das Paket gibts da nicht.

Es geht aber recht einfach, ich habe das wesentlich hierher:

https://help.ubuntu.com/community/Grub2/ISOBoot

So:

/home hat eine eigene Partition /dev/sda5

$ ls -l /home/ubuntu-desktop-13-04.iso 
-r--r--r-- 1 root root 832569344  9. Okt 12:17 /home/ubuntu-desktop-13-04.iso

-->-->-- /etc/grub.d/40_custom ---

menuentry "Ubuntu 13.04 ISO" {
         set isofile="/ubuntu-desktop-13-04.iso"
         loopback loop (hd0,5)$isofile
         linux (loop)/casper/vmlinuz boot=casper iso-scan/filename=$isofile noprompt noeject
         initrd (loop)/casper/initrd.lz
 }

--<--<------------------------------

Und läuft.

Christian

-- 
Christian Knoke            * * *            http://cknoke.de
* * * * * * * * *  Ceterum censeo Microsoft esse dividendum.


Reply to: