Hallo, Am Tue, 04 Oct 2005, Christian Boltz schrieb:
---------- Zitat einer Mail aus der openSUSE-ML ---------- Von: Eberhard Moenkeberg <emoenke@gwdg.de> 1. mount -rtiso9660 -oloop SUSE-10.0-CD-OSS-i386-RC1-CD1.iso /mnt/ cp /mnt/boot/loader/initrd /boot/inst-initrd cp /mnt/boot/loader/linux /boot/inst-linux umount /mnt/
2. Add a new boot target "install" to your grub or lilo configuration using image=/boot/inst-linux and initrd=/boot/inst-initrd.
This will boot "like from CD". You will need the installation source tree then on a partition or over the net.
To build the installation source tree, you can do this:
mkdir /xxx//suse10-rc1/ # somewhere, but not within those # partitions where you want to install for i in 1 2 3 4 5 do mount -oloop -rtiso9660 SUSE-10.0-CD-OSS-i386-RC1-CD$i.iso /mnt/ cp -a /mnt/ /xxx/suse10-rc1/CD$i umount /mnt done
Then /xxx would be your "installation partition (you have to give the corresponding /dev/hd.. or /dev/sd.. name instead), and suse10-rc1/CD1 would be the path to enter as the installation source.
---------- Ende Zitat ----------
Es reicht die erste CD auf Platte zu kopieren und damit zu booten, die restlichen Images kann man dann _waehrend_ der Installation per loop mounten: 1. erste CD auf Platte kopieren (ausserhalb der zu installierenden Partitionen). Hier im Bsp. sag ich mal nach '/dev/hdb5' im Verz. /IS10 (fuer Installation System). 2. Von dort booten: Grub: title SUSE10IS kernel (hd1,4)/IS10/boot/loader/linux root=/dev/hdb5 initrd (hd1,4)/IS10/boot/loader/initrd 3. Sobald Yast laeuft in /var/adm/YaST/InstSrcManager/IS_CACHE_0x00000001/DESCRIPTION/description die Zeile "=URL:" aendern in: =URL: cd:///;devices=/dev/loop1,...,/dev/loop5 4. die Partition mit dem ISOs mounten (aber nicht nach /mnt), z.B: mkdir /ISOS mount /dev/hdXX /ISOS for i in 1 5; do losetup /ISOS/SUSE-10.0-CD-OSS-i386-RC1-CD${i}.iso /dev/loop${i} done Nach dem Rebooten (diesmal aber das neue System, nicht das IS) muessen die Schritte 3 und 4 wiederholt werden (da dies beim ersten Mal ja in der RAM-Disk der Installation passierte. Das ganze wirkt als haette man 5 CD Laufwerke und man installiert aus den ISOs heraus ohne den ganzen Kram rauszukopieren ;) Das ganze aber ohne Gewaehr, ist schon ne Weile her dass ich das zuletzt gemacht habe, kann sein, dass Details faschl sind. HTH, -dnh -- "`Ford, you're turning into a penguin. Stop it.'" -THHGTTG