• Willkommen im Linux Club - dem deutschsprachigen Supportforum für GNU/Linux. Registriere dich kostenlos, um alle Inhalte zu sehen und Fragen zu stellen.

pxelinux yast ?

ACID25

Newbie
Hi

ich will nun auch unseren leuten im netz OpenSUSE anbieten, dazu habe ich ihm default file des pxelinux folgende eintragung gemacht. Die installation soll automatisch ablaufen also mit autoinst.xml
Soweit so gut, die installation läuft auch an, aber dann erscheint yast und faselt die install cd kann nicht gefunden werden und ich dachte yast startet gar nicht mehr denn es soll ja automatsich gehen;)....was mache ich nur falsch?
Code:
LABEL OpenSUSE-10.2
         kernel opensuse-10.2/i386/linux 
         append console=ttyS0,38400 initrd=opensuse-10.2/i386/initrd \ splash=silent showopts insmod=e100 insmod=e1000 insmod=forcedeth \
insmod=forcedeth install=ftp://ftp://sunsite.informatik.rwth-aachen.de/pub/linux/opensuse/distribution/10.2/repo/oss/ autoyast=tftp://autoinst.xml

danke für ure hilfe und schöne pfingsten
ACID25
 
OP
A

ACID25

Newbie
Hi

die Fehlermeldung bzw. es läuft so ab
Code:
>>> openSUSE installation program v2.1.17 (c) 1996-2006 SUSE Linux Products GmbH <<<
Starting udev... ok
Loading basic drivers... ok
Starting hardware detection... ok
(If a driver is not working for you, try booting with brokenmodules=driver_name.)

Super Micro 6300ESB PATA Storage Controller
  drivers: piix, ata_piix, generic
  loading piix
Super Micro 6300ESB SATA Storage Controller
  drivers: ata_piix, generic
  loading ata_piix
Activating usb devices... ok
Intel PRO/1000 CT Network Connection
  drivers: e1000*
Intel PRO/1000 MT Network Connection
  drivers: e1000*
Sending DHCP request to eth0...
  ┌─────────────────────────────────────────────────────┐                  │
│                 │┌───────────────────────────────────────────────────┐│                  │
│                 ││ Could not find the openSUSE Installation Source.  ││                  │
│                 ││                                                   ││                  │
│                 ││         Activating manual setup program.          ││                  │
│                 ││                                                   ││                  │
│                 │└───────────────────────────────────────────────────┘│                  │
│                 ├─────────────────────────────────────────────────────┤                  │
│                 │                     ┌────────┐                      │                  │
│                 │                     │   OK   │                      │                  │
│                 │                     └────────┘                      │                  │
│                 └────────────────────────────────────────

kann ich den keinen ftp server angeben? Muss es nfs sein? Ich denke das ist das problem oder?

MfG
ACID25
 
OP
A

ACID25

Newbie
Hi

ok das wäre gelöst ich hatte das installverzeichnis falsch angelegt
aber nun liest er das autoinst.xml ein und dann war´s das
Code:
┌────────────────────┐ Preparing System for Automatic Installation
 │Please wait while   │
 │the system is       │  [x] Probe hardware
 │prepared for        │  =>  Retrieve & Read Control File
 │autoinstallation.   │  -   Process Profiles and Rules
 │                    │  -   Parse control file
 │                    │  -   Set up language
 │                    │
 │                    │
 │                    │
 │                    │
 │                    │
 │                    │
 │                    │
 │                    │
 │                    │
 │                    │ Processing Profiles and Rules
 │                    │                          28%
 │                    │
 │                    │
 └────────────────────┘ [Back]                 [Abort]                 [Next]
die default conf sieht nun so aus
Code:
LABEL OpenSUSE-10.2
         kernel opensuse-10.2/i386/linux
         append console=ttyS0,38400 initrd=opensuse-10.2/i386/initrd root=/dev/ram0 load_ramdisk=1  splash=silent showopts ramdisk_size=4
 install=http://217.XXXX.195/suse/10.2/cd1/ autoyast=http://217.XXXX.195/autoinst.xml
es kommt keine fehlermeldung er bleibt einfach stehen bei 28%

MfG
ACID25
 
Oben