Displaying 9 results from an estimated 9 matches for "ocs_live_extra_param".
2014 Jun 11
3
Recent (6.02) PXELINUX on Soekris net4501
...inux.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/initrd.img
2014 Jun 11
0
Recent (6.02) PXELINUX on Soekris net4501
...al 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/initrd.img
>
Just an idea that may - or may not - help.
Perhaps it...
2017 Dec 19
3
no display what can I try.
...x64 (Stable)
kernel cz170220.x64/live/vmlinuz
append initrd=cz170220.x64/live/initrd.img boot=live union=overlay
username=user hostname=clonezilla config quiet components noswap
edd=on nomodeset nodmraid noeject locales=en_US.UTF-8
keyboard-layouts=NONE ocs_live_run="ocs-live-general"
ocs_live_extra_param="" ocs_live_batch=no vga=788
toram=filesystem.squashfs ip=dhcp net.ifnames=0 splash
i915.blacklist=yes radeonhd.blacklist=yes nouveau.blacklist=yes
vmwgfx.enable_fbdev=1 ocs_prerun="dhclient && mount -t nfs
loki:/ifs/it/sysadmin/clonezilla /home/partimag"
fetch=tftp://1...
2017 Dec 21
2
no display what can I try.
...uz
>> append initrd=cz170220.x64/live/initrd.img boot=live union=overlay
>> username=user hostname=clonezilla config quiet components noswap
>> edd=on nomodeset nodmraid noeject locales=en_US.UTF-8
>> keyboard-layouts=NONE ocs_live_run="ocs-live-general"
>> ocs_live_extra_param="" ocs_live_batch=no vga=788
>> toram=filesystem.squashfs ip=dhcp net.ifnames=0 splash
>> i915.blacklist=yes radeonhd.blacklist=yes nouveau.blacklist=yes
>> vmwgfx.enable_fbdev=1 ocs_prerun="dhclient && mount -t nfs
>> loki:/ifs/it/sysadmin/clonezilla...
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.
2017 Dec 21
1
no display what can I try.
....x64/live/initrd.img boot=live union=overlay
>> >> username=user hostname=clonezilla config quiet components noswap
>> >> edd=on nomodeset nodmraid noeject locales=en_US.UTF-8
>> >> keyboard-layouts=NONE ocs_live_run="ocs-live-general"
>> >> ocs_live_extra_param="" ocs_live_batch=no vga=788
>> >> toram=filesystem.squashfs ip=dhcp net.ifnames=0 splash
>> >> i915.blacklist=yes radeonhd.blacklist=yes nouveau.blacklist=yes
>> >> vmwgfx.enable_fbdev=1 ocs_prerun="dhclient && mount -t nfs
>> >&...
2017 Dec 20
0
no display what can I try.
...70220.x64/live/vmlinuz
> append initrd=cz170220.x64/live/initrd.img boot=live union=overlay
> username=user hostname=clonezilla config quiet components noswap
> edd=on nomodeset nodmraid noeject locales=en_US.UTF-8
> keyboard-layouts=NONE ocs_live_run="ocs-live-general"
> ocs_live_extra_param="" ocs_live_batch=no vga=788
> toram=filesystem.squashfs ip=dhcp net.ifnames=0 splash
> i915.blacklist=yes radeonhd.blacklist=yes nouveau.blacklist=yes
> vmwgfx.enable_fbdev=1 ocs_prerun="dhclient && mount -t nfs
> loki:/ifs/it/sysadmin/clonezilla /home/partimag&...
2017 Dec 21
0
no display what can I try.
...initrd=cz170220.x64/live/initrd.img boot=live union=overlay
> >> username=user hostname=clonezilla config quiet components noswap
> >> edd=on nomodeset nodmraid noeject locales=en_US.UTF-8
> >> keyboard-layouts=NONE ocs_live_run="ocs-live-general"
> >> ocs_live_extra_param="" ocs_live_batch=no vga=788
> >> toram=filesystem.squashfs ip=dhcp net.ifnames=0 splash
> >> i915.blacklist=yes radeonhd.blacklist=yes nouveau.blacklist=yes
> >> vmwgfx.enable_fbdev=1 ocs_prerun="dhclient && mount -t nfs
> >> loki:/ifs/it...
2016 Feb 19
6
Building a http query string including SMBIOS Serial Number to load a specific kernel
Hello folks,
There is a way to get the system serial number from SMBIOS and pass it
as HTTP query string to get the kernel and initrd?
Something like this:
LABEL OS Download
MENU LABEL Clonezilla
MENU INDENT 1
KERNEL http://192.168.10.10/kernel.php?type=kernel (
http://myserver/kernel.php?SN=SMBIOS_SERIAL_NUMBER&type=kernel
)&SN=SMBIOS_SERIAL_NUMBER
APPEND