search for: frommedia

Displaying 4 results from an estimated 4 matches for "frommedia".

2008 Mar 04
3
Failed to boot USB drive via syslinux if kernel is not in /
...EBIOS boot: /casper/vmlinuz1 Could not find kernel image: /casper/.lin ------------------ I am 100% sure that /casper/vmlinuz1 exists. The syslinux.cfg is: ------------------ label live kernel /casper/vmlinuz1 append initrd=/casper/initrd1.img boot=casper username=casper hostname=debian vga=788 ip=frommedia ------------------ On the other hand, if we move /casper/vmlinuz1 to /vmlinuz, and change the syslinux.cfg as: ------------------ label live kernel vmlinuz1 append initrd=initrd1.img boot=casper username=casper hostname=debian vga=788 ip=frommedia ------------------ then the USB flash drive boots...
2010 Jul 16
2
PXE limit of character in "append" line
Hi all Hi all. I have this working line in my Clonezilla Server: * 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 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...
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
...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, copy them t...