Mailinglist Archive: opensuse-autoinstall (87 mails)
| < Previous | Next > |
[opensuse-autoinstall] invoking auto-install
- From: "Jorge Alvarado" <jalvarado@xxxxxxxxxxxxx>
- Date: Wed, 3 Jan 2007 17:51:58 -0600
- Message-id: <F6616E0E81AC0841B1F9DD252F7C4B5548227C@xxxxxxxxxxxxxxxxxxxxxxxxxxx>
I've got a bootable cd, whereby I've updated isolinux.cfg. But the suse installer seems
to be going for a manual install.
The iso image was created via;
mkisofs -r -T -J -pad -c boot/x86_64/loader/boot.cat -b boot/x86_64/loader/isolinux.bin -no-emul-boot -boot-load-size 4 -boot-info-table -o ../suse10.iso .
The isolinux.cfg is as follows;
isolinux.cfg:
default autoyast
display boot.msg
prompt 1
timeout 15
# auto install
label autoyast
kernel linux
append install=http://192.168.0.76/install/SE10-1 autoyast=http://192.168.0.76/autoy/SuSE10autoy.xml initrd=initrd
# hard disk
label harddisk
kernel linux
append SLX=0x202 showopts
The box will boot up, seems to establish dhcp ok. But then the linuxrc Main Menu pops up, with
"Start Installation or System". Looks like install and autoyast directives were ignored.
When proceed thru a manual network install, after the "Enter the directory on the server",
the field is pre-populated with "/install/SE10-1", so looks like it got it from the isolinux.cfg.
But after this, get a 404 not found error.
what am I missing? Any help appreciated?
thanks.
--
To unsubscribe, e-mail: opensuse-autoinstall+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-autoinstall+help@xxxxxxxxxxxx
to be going for a manual install.
The iso image was created via;
mkisofs -r -T -J -pad -c boot/x86_64/loader/boot.cat -b boot/x86_64/loader/isolinux.bin -no-emul-boot -boot-load-size 4 -boot-info-table -o ../suse10.iso .
The isolinux.cfg is as follows;
isolinux.cfg:
default autoyast
display boot.msg
prompt 1
timeout 15
# auto install
label autoyast
kernel linux
append install=http://192.168.0.76/install/SE10-1 autoyast=http://192.168.0.76/autoy/SuSE10autoy.xml initrd=initrd
# hard disk
label harddisk
kernel linux
append SLX=0x202 showopts
The box will boot up, seems to establish dhcp ok. But then the linuxrc Main Menu pops up, with
"Start Installation or System". Looks like install and autoyast directives were ignored.
When proceed thru a manual network install, after the "Enter the directory on the server",
the field is pre-populated with "/install/SE10-1", so looks like it got it from the isolinux.cfg.
But after this, get a 404 not found error.
what am I missing? Any help appreciated?
thanks.
--
To unsubscribe, e-mail: opensuse-autoinstall+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-autoinstall+help@xxxxxxxxxxxx
| < Previous | Next > |