Seite 2 von 2
Re: Boot Options
Verfasst: 06 Jan 2016, 16:15
von m.radtke
Please download the bootimage rpm or deb file for your distribution from this repository and report back if the error occours. If not please also report back so I can merge it.
http://download.opensuse.org/repositori ... erimental/
on internal tests it didnt happen again
Re: Boot Options
Verfasst: 07 Jan 2016, 18:15
von djm79
That fixed it thank you very much
Re: Boot Options
Verfasst: 07 Jan 2016, 19:49
von m.radtke
Great, i will note that.
Could you please add a [Solved] to your initial Topic? This would help to distinguish already solved issues.
Thanks you
Cheers
Mathias
Re: Boot Options (Solved)
Verfasst: 14 Jan 2016, 12:55
von holbrja
Hi,
I'm running the VM of opsidemo and I did the setup picking english as my default language and it is still in German when you PXE boot. What file do I download and where do I put it to make the PXE boot show in English? I believe it is in the repo shown in a few posts earlier but I am not sure. Thanks
Jack
Re: Boot Options (Solved)
Verfasst: 14 Jan 2016, 15:47
von SisterOfMercy
To change the PXE language, edit the config files in /tftpboot/linux/pxelinux.cfg/, or the directory where these files are stored. (this is from a CentOS install)
Edit the files like default.menu and install, and all files that have an 'append' rule in it.
add 'lang=en' somewhere in the append rule.
It becomes something like this:
Code: Alles auswählen
append initrd=miniroot.bz2 video=vesa:ywrap,mtrr vga=791 --no-log lang=en console=tty1 console=ttyS0 service=https://opsi.gcecad-service.nl:4447/rpc
I always remove the 'quiet' and 'splash' commands, so I can see if something is happening at all.
Maybe not the best way to set the PXE language, but this works for me.
Re: Boot Options (Solved)
Verfasst: 14 Jan 2016, 18:42
von holbrja
Hi,
Thanks for the info that helped in the end but I had to first install the boot image file so my steps are below.
1. Figure out what Linux distro the Opsi VM is running by using the command lsb_release -a which showed it is Ubunto 14.04
2. Download and install the new bootimage file here
http://download.opensuse.org/repositori ... _amd64.deb
3. Once installed I add the lang=en to the files as you have suggested. No more errors and it's in English thanks.
Jack