Mailinglist Archive: opensuse-autoinstall (99 mails)
| < Previous | Next > |
Re: [opensuse-autoinstall] autoyast stops at 28%
- From: <Michael.Leu@xxxxxx>
- Date: Sun, 27 May 2007 21:54:13 +0200
- Message-id: <6F3A235F0096934EA4FAA63DDD6402A519DAB5@xxxxxxxxxxxxxxxxxxxxxxxxxx>
Hi Oliver
AFAIK the kernel cuts the command line off at 255 chars. This might be the reason loghost= and autoyast= are ignored.
What i've found is at http://syslinux.zytor.com/history.php Changes in 3.08:
"Max command line changed to 1024 characters. Note that the kernel proper still can only handle 255 characters without patching, and COM16 binaries can only handle 125 characters."
Regards,
Michael Leu
-----Ursprüngliche Nachricht-----
Von: Oliver Klein [mailto:o.klein@xxxxxxxxxxxxxxx]
Gesendet: Sonntag, 27. Mai 2007 21:25
An: opensuse-autoinstall@xxxxxxxxxxxx
Cc: Michael T. Halligan
Betreff: RE:- Re: [opensuse-autoinstall] autoyast stops at 28%
Hi
thx for your help but it didn´t work for me....this is what I did add the -r option to the syslog
SYSLOGD_OPTIONS="-r -m 0"
and I add this to /tftboot/pxelinux.cfg/default add the end of the file
loghost=installserverIP
but if I do so, no entries were written in the /var/log/messages on the installserver
If I add this option under the label like so
LABEL OpenSUSE-10.2_auto
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=4096 loghost=21X.XXX.XXX.195
init=linuxrc insmod=e100 insmod=e1000 insmod=forcedeth install=http://21X.XXX.XXX.195/suse/10.2/cd1/ autoyast=http://21X.XXX.XXX.195/autoinst.xml
Entries were written in /var/log/messages but autoyast passed and normal yast starts so that I have to do all manuell. But I want to realize an automatic installation with no input during installation. So what i´m doing wrong???
Mit freundlichem Gruß / Best regards
Oliver Klein
-----Original Message-----
From: Michael T. Halligan [mailto:michael@xxxxxxxxxxxx]
Sent: Sonntag, 27. Mai 2007 17:45
To: Oliver Klein
Cc: Michael T. Halligan; opensuse-autoinstall@xxxxxxxxxxxx
Subject: [***SPAM***] - Re: [opensuse-autoinstall] autoyast stops at 28% - Bayesian Filter detected spam
If you're doing a network install, a start would be to create a log
host (add the -r option to SYSLOGD_PARAMS in /etc/sysconfig/syslog
and restart it on the server you are installing from) then add
loghost=buildserverIP to your linux commandline (in /tftpboot/
pxelinux.cfg/hostname, for example).. At the very least autoyast will
give you a lot of incomprehensible information in /var/log/messages,
and perhaps one or two lines that are telling you what's broken.
If you're actually at the console of this machine as well, you can
hit alt-f2 or alt-f3 to see if any log messages are generated.
On May 27, 2007, at 7:34 AM, Oliver Klein wrote:
> Hi
>
> i make my first experience with the OpenSUSE autoinstall procedure.
> I configure that the autoyast installer get the autoinst.xml file
> with http.
> I think this is working cause I can see yast is starting the
> installation but it stops at 28% and that’s it. Nothing more
> happens.
>
> >>> 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.)
>
> YaST @ 217.XXXXXX.216 Press
> F1 for Help
>
> ┌────────────────────┐
> 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
>
> I don’t want to paste the hole autoinst.xml here cause I think its
> too long ;)…I hope anyone can help me top get this installation
> working
>
> Best regards
>
> Oliver Klein
> --
> To unsubscribe, e-mail: opensuse-autoinstall+unsubscribe@xxxxxxxxxxxx
> For additional commands, e-mail: opensuse-autoinstall
> +help@xxxxxxxxxxxx
>
NryZz{消֗rzzu؊ʙZz{消֗薚z{
AFAIK the kernel cuts the command line off at 255 chars. This might be the reason loghost= and autoyast= are ignored.
What i've found is at http://syslinux.zytor.com/history.php Changes in 3.08:
"Max command line changed to 1024 characters. Note that the kernel proper still can only handle 255 characters without patching, and COM16 binaries can only handle 125 characters."
Regards,
Michael Leu
-----Ursprüngliche Nachricht-----
Von: Oliver Klein [mailto:o.klein@xxxxxxxxxxxxxxx]
Gesendet: Sonntag, 27. Mai 2007 21:25
An: opensuse-autoinstall@xxxxxxxxxxxx
Cc: Michael T. Halligan
Betreff: RE:- Re: [opensuse-autoinstall] autoyast stops at 28%
Hi
thx for your help but it didn´t work for me....this is what I did add the -r option to the syslog
SYSLOGD_OPTIONS="-r -m 0"
and I add this to /tftboot/pxelinux.cfg/default add the end of the file
loghost=installserverIP
but if I do so, no entries were written in the /var/log/messages on the installserver
If I add this option under the label like so
LABEL OpenSUSE-10.2_auto
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=4096 loghost=21X.XXX.XXX.195
init=linuxrc insmod=e100 insmod=e1000 insmod=forcedeth install=http://21X.XXX.XXX.195/suse/10.2/cd1/ autoyast=http://21X.XXX.XXX.195/autoinst.xml
Entries were written in /var/log/messages but autoyast passed and normal yast starts so that I have to do all manuell. But I want to realize an automatic installation with no input during installation. So what i´m doing wrong???
Mit freundlichem Gruß / Best regards
Oliver Klein
-----Original Message-----
From: Michael T. Halligan [mailto:michael@xxxxxxxxxxxx]
Sent: Sonntag, 27. Mai 2007 17:45
To: Oliver Klein
Cc: Michael T. Halligan; opensuse-autoinstall@xxxxxxxxxxxx
Subject: [***SPAM***] - Re: [opensuse-autoinstall] autoyast stops at 28% - Bayesian Filter detected spam
If you're doing a network install, a start would be to create a log
host (add the -r option to SYSLOGD_PARAMS in /etc/sysconfig/syslog
and restart it on the server you are installing from) then add
loghost=buildserverIP to your linux commandline (in /tftpboot/
pxelinux.cfg/hostname, for example).. At the very least autoyast will
give you a lot of incomprehensible information in /var/log/messages,
and perhaps one or two lines that are telling you what's broken.
If you're actually at the console of this machine as well, you can
hit alt-f2 or alt-f3 to see if any log messages are generated.
On May 27, 2007, at 7:34 AM, Oliver Klein wrote:
> Hi
>
> i make my first experience with the OpenSUSE autoinstall procedure.
> I configure that the autoyast installer get the autoinst.xml file
> with http.
> I think this is working cause I can see yast is starting the
> installation but it stops at 28% and that’s it. Nothing more
> happens.
>
> >>> 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.)
>
> YaST @ 217.XXXXXX.216 Press
> F1 for Help
>
> ┌────────────────────┐
> 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
>
> I don’t want to paste the hole autoinst.xml here cause I think its
> too long ;)…I hope anyone can help me top get this installation
> working
>
> Best regards
>
> Oliver Klein
> --
> To unsubscribe, e-mail: opensuse-autoinstall+unsubscribe@xxxxxxxxxxxx
> For additional commands, e-mail: opensuse-autoinstall
> +help@xxxxxxxxxxxx
>
NryZz{消֗rzzu؊ʙZz{消֗薚z{
| < Previous | Next > |