Mailinglist Archive: opensuse-autoinstall (87 mails)
| < Previous | Next > |
Re: [opensuse-autoinstall] invoking auto-install
- From: Rich <rich@xxxxxxxxxx>
- Date: Thu, 04 Jan 2007 11:21:28 +0200
- Message-id: <459CC718.80402@xxxxxxxxxx>
Jorge Alvarado wrote:
i'd suggest against this. there will be a reboot during installation (upto opensuse 10.2 after the first cd, from that at the end, if i am not mistaken) - and you'll land in an endless loop unless you manually choose hdd entry at the reboot.
also, could be nasty to leave this cd in the tray accidentally...
well, check server logs to verify what is requested and not found;
how did you create the installation source ? is it correct ?
check that you can access autoinstall profile from the machine manually
Rich
--
To unsubscribe, e-mail: opensuse-autoinstall+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-autoinstall+help@xxxxxxxxxxxx
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
i'd suggest against this. there will be a reboot during installation (upto opensuse 10.2 after the first cd, from that at the end, if i am not mistaken) - and you'll land in an endless loop unless you manually choose hdd entry at the reboot.
also, could be nasty to leave this cd in the tray accidentally...
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.
well, check server logs to verify what is requested and not found;
how did you create the installation source ? is it correct ?
check that you can access autoinstall profile from the machine manually
what am I missing? Any help appreciated?--
thanks.
Rich
--
To unsubscribe, e-mail: opensuse-autoinstall+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-autoinstall+help@xxxxxxxxxxxx
| < Previous | Next > |