• Recent
    • Unsolved
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login
    1. Home
    2. sgennadi
    3. Best
    S
    • Profile
    • Following 0
    • Followers 0
    • Topics 24
    • Posts 75
    • Best 3
    • Controversial 0
    • Groups 0

    Best posts made by sgennadi

    • RE: SVN 3480 Setting up and starting MySQL...error

      RHVER=awk '{for(i=1;i<=NF;i++) if ($i == "release") print $(i+1)}' /etc/redhat-release | cut -d. -f 1;

      Solve problem

      posted in Bug Reports
      S
      sgennadi
    • RE: Lenovo Ideapad 100 -15 IBY Model 80MJ Boot From LAN Failed

      undionly.kkpxe or ipxe.efi don’t work

      realtek.kpxe work

      posted in FOG Problems
      S
      sgennadi
    • r7478 Advanced Boot Menu not worked

      0_1462367542212_untitled.png

      :MENU2
      menu
      item --gap – ---------------- AntiVirus Diagnostics ----------
      item avg AVG
      item kav Kaspersky
      item panda Panda
      item --gap – ---------------- Memory Diagnostics -------------
      item memtest Memtest86+ 5.01
      item msm Windows Memory Diagnostic
      item --gap – ---------------- HDD Diagnostics ----------------
      item fujitsu Fujitsu HDD Diagnostic
      item ibm IBM / Hitachi (OLD) HDD Diagnostic
      item samsung Samsung HDD Diagnostic
      item seagate Seagate HDD Diagnostic
      item seagateold Seagate Old HDD Diagnostic
      item seagatefirm Seagate HDD Firmware Diagnostic
      item seagatens Seagate HDD Barracuda ES Firmware Diagnostic
      item toshiba Toshiba HDD Diagnostic
      item wd Western Digital HDD Diagnostic
      item wdold Western Digital Old HDD Diagnostic
      item --gap – ---------------- Partition Managment --------------
      item mbrwizd MBR Rewrite
      item fog.fastwipe FastWipe
      item gparted GParted
      item src System Rescue
      item --gap – ---------------- Password Recovery ----------------
      item owpre Offline Windows Password & Registry Editor
      item return return to previous menu
      choose --default return --timeout 15000 target && goto ${target}
      :wd
      initrd http://${fog-ip}/IMG/wd.img
      chain memdisk keeppxe ||
      goto MENU2
      :wdold
      initrd http://${fog-ip}/ISO/wdold.img
      chain memdisk raw keeppxe ||
      goto MENU2
      :ibm
      initrd http://${fog-ip}/IMG/ibm.img
      chain memdisk keeppxe ||
      goto MENU2
      :seagate
      initrd http://${fog-ip}/IMG/seagate.img
      chain memdisk keeppxe ||
      goto MENU2
      :seagateold
      initrd http://${fog-ip}/IMG/seagateold.img
      chain memdisk keeppxe ||
      goto MENU2
      :seagatefirm
      initrd http://${fog-ip}/ISO/SeagateFirmware.iso
      chain memdisk iso raw ||
      goto MENU2
      :seagatens
      initrd http://${fog-ip}/ISO/ST31000340NS.iso
      chain memdisk iso raw ||
      goto MENU2
      :samsung
      initrd http://${fog-ip}/IMG/samsung.img
      chain memdisk keeppxe ||
      goto MENU2
      :fujitsu
      initrd http://${fog-ip}/IMG/fujitsu.img
      chain memdisk keeppxe ||
      goto MENU2
      :toshiba
      initrd http://${fog-ip}/IMG/toshiba.img
      chain memdisk keeppxe ||
      goto MENU2
      :memtest
      initrd http://${fog-ip}/ISO/mt501.iso
      chain memdisk iso raw ||
      goto MENU2
      :msm
      initrd http://${fog-ip}/IMG/msm.img
      chain memdisk keeppxe ||
      goto MENU2
      :fog.fastwipe
      kernel bzImage32 loglevel=4 initrd=init_32.xz root=/dev/ram0 rw ramdisk_size=127000 keymap= web=${fog-ip}/fog consoleblank=0 loglevel=4 capone=1 mode=wipe wipemode=fast mac=00:00:00:00:00:00
      imgfetch init_32.xz
      boot ||
      goto MENU2
      :gparted
      kernel http://${fog-ip}/ISO/Gparted/vmlinuz boot=live username=user config keyboard-layouts=us components quiet noswap nomodeset vga=791 fetch=http://${fog-ip}/ISO/Gparted/filesystem.squashfs
      initrd http://${fog-ip}/ISO/Gparted/initrd.img
      boot ||
      goto MENU2
      :src
      kernel http://${fog-ip}/ISO/SRC/rescue32 setkmap=us dostartx netboot=http://${fog-ip}/ISO/SRC/sysrcd.dat
      initrd http://${fog-ip}/ISO/SRC/initram.igz
      boot ||
      goto MENU2
      :mbrwizd
      initrd http://${fog-ip}/IMG/mbrwizd.img
      chain memdisk keeppxe ||
      goto MENU2
      :kav
      kernel http://${fog-ip}/ISO/KAV/rescue root=live kav_lang=en udev liveimg doscsi nomodeset
      initrd http://${fog-ip}/ISO/KAV/rescue.igz
      boot ||
      goto MENU2
      :avg
      kernel http://${fog-ip}/ISO/AVG/vmlinuz max_loop=255 vga=791 init=linuxrc reboot=bios ramdisk_size=100000
      initrd http://${fog-ip}/ISO/AVG/initrd.lzm
      boot ||
      goto MENU2
      :panda
      kernel http://${fog-ip}/ISO/Panda/vmlinuz boot=live union=aufs noswap fetch=http://${fog-ip}/ISO/Panda/filesystem.squashfs
      initrd http://${fog-ip}/ISO/Panda/initrd.img
      boot ||
      goto MENU2
      :owpre
      initrd http://${fog-ip}/ISO/cd140201.iso
      chain memdisk iso raw ||
      goto MENU2
      :return
      chain http://${fog-ip}/${fog-webroot}/service/ipxe/boot.php?mac=${net0/mac} ||
      prompt
      goto MENU2
      autoboot

      posted in FOG Problems
      S
      sgennadi
    • 1 / 1