Search Results
Post Author Forum Replies Views Posted [asc]
  Thread: Boot into TrueNAS installer via iPXE
Post: Boot into TrueNAS installer via iPXE

I have iPXE service setup in my network. It is working fine so far. I download a VyOS ISO installer and the installer in my iPXE environment and this is the iPXE script: Code: set inst-dir http://...
ccy General 1 2,780 2022-05-22, 09:11
  Thread: Fail to network boot FreeBSD installer EFI firmware
Post: RE: Fail to network boot FreeBSD installer EFI fir...

Code: set root-path http://192.168.4.2/freebsd-13.0/ set dhcp.root-path http://192.168.4.2/freebsd-13.0/ chain http://192.168.4.2/freebsd-13.0/boot/loader.efi BSDINSTALL_DISTSITE=http://192.168.4.2/f...
ccy General 4 10,773 2019-11-20, 04:34
  Thread: Fail to network boot FreeBSD installer EFI firmware
Post: RE: Fail to network boot FreeBSD installer EFI fir...

This is the script: Code: set root-path 192.168.4.2:/mnt/tank/tftproot/freebsd-13.0 set dhcp.root-path 192.168.4.2:/mnt/tank/tftproot/freebsd-13.0 chain http://192.168.4.2/freebsd-13.0/boot/loader.e...
ccy General 4 10,773 2019-11-19, 01:58
  Thread: Fail to network boot FreeBSD installer EFI firmware
Post: Fail to network boot FreeBSD installer EFI firmwar...

I am using a motherboard with UEFI firmware. I attempt to boot to FreeBSD installer from network but fail to do so. My iPXE setup is working, I can boot to iPXE shell on the PC. I have NFS root-pat...
ccy General 4 10,773 2019-11-18, 03:37
  Thread: Encounter "Kernel panic - not syncing: VFS" when boot ArchLinux installation files
Post: RE: Encounter "Kernel panic - not syncing: VFS" wh...

(2018-01-20 15:00)NiKiZe Wrote:  undionly.kpxe is for legacy bios boot, (I'm assuming undionly.ipxe was a spello) for EFI boot you would like snponly.efi or ipxe.efi instead.... However you ha...
ccy General 6 30,424 2018-01-20, 16:23
  Thread: Encounter "Kernel panic - not syncing: VFS" when boot ArchLinux installation files
Post: Encounter "Kernel panic - not syncing: VFS" when b...

I am trying to boot the installation ArchLinux files on my machine with UEFI firmware. I had turned off secure boot. I am able to reach the iPXE shell from DHCP undionly.ipxe. Here is my iPXE scrip...
ccy General 6 30,424 2018-01-20, 14:30
  Thread: Unable to boot to pxe for Intel NUC DN2820FYKH
Post: Unable to boot to pxe for Intel NUC DN2820FYKH

Hi, I have a unit of Intel NUC DN2820FYKH. When I try to network boot to pxe, it hangs on "iPXE initialising Devices...". My iPXE and TFTP service is working fine in my network as I have a number o...
ccy General 2 16,249 2015-03-16, 15:08
  Thread: Unable to install Windows with iPXE and sanboot WinPE iso
Post: Unable to install Windows with iPXE and sanboot Wi...

I have a ready WinPE iso that may boot from network using syslinux. I use the WinPE iso to boot machine into Window PE and perform Windows installation. It works so far but I would like to try iPXE ...
ccy General 3 15,933 2013-11-19, 10:34
  Thread: Using sanboot --no-describe to boot iso image is extremely slow compare to memdisk
Post: RE: Using sanboot --no-describe to boot iso image ...

(2013-10-22 10:02)robinsmidsrod Wrote:  The only thing I can think of is that your web server doesn't support keep-alive or range-requests, which cause it to download the entire ISO every time i...
ccy General 4 24,081 2013-10-23, 01:57
  Thread: Using sanboot --no-describe to boot iso image is extremely slow compare to memdisk
Post: Using sanboot --no-describe to boot iso image is e...

I am planning to migrate mixed Syslinux + iPXE environment to pure iPXE due to chaining between Syslinux and IPXE cause lot of problem. I have a Windows PE ISO that allow me to boot into Windows PE a...
ccy General 4 24,081 2013-10-22, 05:26
  Thread: booting ipxe from pxelinux
Post: RE: booting ipxe from pxelinux

I have tried Syslinux 4.07 and it can boot to ipxe.lkrn too.
ccy General 19 102,380 2013-10-21, 00:01
  Thread: booting ipxe from pxelinux
Post: RE: booting ipxe from pxelinux

(2013-10-19 17:45)MultimediaMan Wrote:  For now, use Syslinux 4.04 or earlier binaries. HPA knows there is an issue, and they are working on a fix. Thanks for the information. I use syslinux 6...
ccy General 19 102,380 2013-10-20, 11:58
  Thread: booting ipxe from pxelinux
Post: RE: booting ipxe from pxelinux

I chain boot ipxe.krn from pxelinux 6.02 but encounter "invalid argument" error. Is there any solution so far?
ccy General 19 102,380 2013-10-18, 23:24
  Thread: How to transfer Windows 7 instance to iSCSI target?
Post: How to transfer Windows 7 instance to iSCSI target...

Does anyone has ideas how may I transfer a Windows 7 OS in local HDD to iSCSI target and vice versa? Thank you.
ccy General 4 18,645 2012-04-24, 23:22
  Thread: Using iPXE to chain load Windows PE shows blank screen in Dell notebook
Post: Using iPXE to chain load Windows PE shows blank sc...

Hi, I have both PC and Dell notebook in my LAN environment. Both PC and Dell notebook supports PXE boot. I attempt to chain boot into Windows PE with SanBoot iscsi target: 1. DHCP 2. undionly.kpxe...
ccy General 1 11,943 2011-12-01, 02:25
  Thread: Unable to use pxelinux's sanboot.c32 or gpxecmd.c32 to boot iscsi target with chap
Post: Unable to use pxelinux's sanboot.c32 or gpxecmd.c3...

I compile latest undionly.kpxe from latest ipxe source. I attempt to boot a iscsi target with chap secret using: iPXE> dhcp net0 iPXE> set username = user1 iPXE> set password = password iPX...
ccy General 1 14,860 2011-11-16, 10:49
  Thread: "login" command is missing in http://ipxe.org/cmd
Post: "login" command is missing in http://ipxe.org/cmd

I can't find any explanation of "login" command in http://ipxe.org/cmd
ccy General 1 9,643 2011-11-16, 02:40
  Thread: Any sample script that connect to a ISCSI target with chap security?
Post: Any sample script that connect to a ISCSI target w...

I have some iscsi targets protected with chap security. How may I use the iPXE to sanboot those target? Any sample scripts?
ccy General 1 9,431 2011-11-15, 10:24