Displaying 6 results from an estimated 6 matches for "nolocales".
Did you mean:
locales
2014 Jun 11
3
Recent (6.02) PXELINUX on Soekris net4501
...s indicates that
this is in pxe_init_isr).
In all of these tests, pxelinux.cfg/default is as shown below.
Thomas.
serial 0 19200 0
console 0
ui menu.c32
menu title Utilities
label clonezilla
menu label Clonezilla
kernel images/clonezilla/live/vmlinuz
append boot=live live-config noswap nolocales edd=on nomodeset \
ocs_live_run="ocs-live-general" ocs_live_extra_param="" \
keyboard-layouts=us locales=en_US.UTF-8 \
ocs_live_batch="no" vga=788 nosplash fetch=tftp://tolbiac/PXE/images/clonezilla/live/filesyste.squashfs
initrd PXE/images/clonezilla/live/init...
2014 Jun 11
0
Recent (6.02) PXELINUX on Soekris net4501
...ts, pxelinux.cfg/default is as shown below.
>
> Thomas.
>
> serial 0 19200 0
> console 0
>
> ui menu.c32
> menu title Utilities
>
> label clonezilla
> menu label Clonezilla
> kernel images/clonezilla/live/vmlinuz
> append boot=live live-config noswap nolocales edd=on nomodeset \
> ocs_live_run="ocs-live-general" ocs_live_extra_param="" \
> keyboard-layouts=us locales=en_US.UTF-8 \
> ocs_live_batch="no" vga=788 nosplash fetch=tftp://tolbiac/PXE/images/clonezilla/live/filesyste.squashfs
> initrd PXE/images/...
2010 Jul 16
2
PXE limit of character in "append" line
...tp -g -r lis/hp/custom-ocs-1 -l /tmp/custom-ocs-1
192.168.30.51" ocs_prerun1="busybox tftp -g -r lis/hp/id_rsa -l /tmp/id_rsa
192.168.30.51" ocs_live_run="bash /tmp/custom-ocs-1" ocs_live_keymap="NONE"
ocs_live_batch="no" ocs_lang="es_ES.UTF-8" nolocales*
But when I put one or more ocs_prerun then the client don't work.
Like this: *
APPEND initrd=initrd.img boot=live union=aufs noswap noprompt vga=788
ip=frommedia fetch=tftp://192.168.30.51/lis/hp/filesystem.squashfsocs_prerun="busybox
tftp -g -r lis/hp/custom-ocs-1 -l /tmp/custom-ocs-1...
2014 Jun 10
2
Recent (6.02) PXELINUX on Soekris net4501
* Gene Cumm, 2014-06-10 :
> Did you see the SERIAL directive? If this isn't enough, there may be bugs
> in the modules or the libraries they use.
Yes, I'm aware of SERIAL, my config file has:
serial 0 19200 0
console 0
Thomas.
2014 Mar 07
2
Syslinux EFI + TFTPBOOT Support
On 2014/3/7 ?? 05:23, Gene Cumm wrote:
> On Thu, Mar 6, 2014 at 10:55 AM, Bryan Romine <bromine1027 at gmail.com> wrote:
>> Sorry for the confusion, I am actually using 6.02. It turns out that I was
>> trying to use the 32-bit efi binary to load 64-bit kernels. I switched to
>> using "syslinux64.efi" but it hangs during boot, just before loading the
>>
2014 Mar 07
2
Syslinux EFI + TFTPBOOT Support
...nux.cfg from the zip file, copy them to here. It might be different from here, say vmlinuz1 path maybe different.
#label Clonezilla Live
# # MENU DEFAULT
# MENU HIDE
# MENU LABEL Clonezilla Live
# # MENU PASSWD
# kernel vmlinuz1
# append initrd=initrd1.img boot=live union=aufs noswap noprompt nolocales ip=frommedia vga=788 fetch=tftp://$YOUR_SERVER_IP/filesystem.squashfs
# TEXT HELP
# Boot Clonezilla live via network
# ENDTEXT
# Example for GParted live PXE booting
# //NOTE// Remember to change the file names to match your files and check parameters in syslinux/syslinux.cfg from the zip file...