Search Results
Post Author Forum Replies Views Posted [asc]
  Thread: EFI boot with ASIX to Ethernet
Post: RE: EFI boot with ASIX to Ethernet

Hi, I've recently got my hands on usb to ethernet adapter with an AX88179 chipset, but the device isn't recognized by my ipxe.efi. Code: Make bin-i386-efi/ncm--ecm.efi I searched the github project...
ChrisLucas29 General 6 23,521 2018-11-19, 11:53
  Thread: IPXE can't find my initramfs
Post: RE: IPXE can't find my initramfs

That's what I ended up doing. A bit of a detour but as long as it works, it's ok.
ChrisLucas29 General 2 10,879 2018-11-12, 12:52
  Thread: IPXE can't find my initramfs
Post: IPXE can't find my initramfs

Hello, I create my own initramfs image and trying to load using an embedded IPXE script. The problem is that I don't know where I should put my initramfs file. This is my script: Code: #!ipxe dhcp ke...
ChrisLucas29 General 2 10,879 2018-11-09, 14:20
  Thread: Loading a kernel header in grub2
Post: RE: Loading a kernel header in grub2

What's pcbios mode?
ChrisLucas29 General 6 20,891 2018-11-05, 11:54
  Thread: Loading a kernel header in grub2
Post: RE: Loading a kernel header in grub2

ipxe.efi works its a x86
ChrisLucas29 General 6 20,891 2018-11-02, 14:42
  Thread: Loading a kernel header in grub2
Post: RE: Loading a kernel header in grub2

1. My device a EFI 32-bit. Must it be a legacy BIOS 2. It's using an micro SD card to boot
ChrisLucas29 General 6 20,891 2018-11-02, 14:20
  Thread: Loading a kernel header in grub2
Post: Loading a kernel header in grub2

Hello, I've created a .lkrn file via this command: Code: make bin/ipxe.lkrn And I'm trying to boot it via the grub shell but It keeps freezing and I'm not getting any error mesages. Here is the cod...
ChrisLucas29 General 6 20,891 2018-10-31, 14:39
  Thread: build UEFI ready ipxe-ISO
Post: RE: build UEFI ready ipxe-ISO

Hello, I was wondering if this feature has been implemented?
ChrisLucas29 General 2 13,807 2018-10-31, 11:25
  Thread: code model kernel does not support PIC mode
Post: RE: code model kernel does not support PIC mode

Just needed to reinstall the liblzma package. Don't know why but now it works. Thanks!
ChrisLucas29 General 5 26,711 2018-10-31, 11:19
  Thread: code model kernel does not support PIC mode
Post: RE: code model kernel does not support PIC mode

I found a way to solve the "kernel does not support PIC mode". You just add "-fno-pie" at the end of this line in Makefile.housekeeping. Apparently it's a bug with gcc v5+. link Code: CFLAGS &nb...
ChrisLucas29 General 5 26,711 2018-10-29, 16:31
  Thread: code model kernel does not support PIC mode
Post: code model kernel does not support PIC mode

Hello, When I'm building "make bin-x86_64-pcbios/ipxe.lkrn", I get this error: Code: cc1: error: code model kernel does not support PIC mode Makefile.housekeeping:936: recipe for target 'bin-x86_64-...
ChrisLucas29 General 5 26,711 2018-10-29, 12:47
  Thread: Loading efi file via grub
Post: Loading efi file via grub

Hello, I'm trying to run an efi file made like this in grub : Code: make bin-x86_64-efi/ncm--ecm.efi But I'm getting an error Code: initrd /boot/ncm--ecm.efi error: you need to load the kernel firs...
ChrisLucas29 General 1 8,966 2018-10-29, 10:45
  Thread: Load a 64-bit EFI Image from 32-bit EFI bootloader
Post: Load a 64-bit EFI Image from 32-bit EFI bootloader

Hello, I'm trying to load a 64-bit Image from 32-bit bootloader. I know that on Ubuntu there is a work around (here). I was wondering if it was possible through IPXE.
ChrisLucas29 General 1 8,441 2018-10-23, 14:33
  Thread: EFI boot with ASIX to Ethernet
Post: RE: EFI boot with ASIX to Ethernet

So I recloned the git and it worked but no success. Ipxe still doenst recognize the device (dont get mac @ or any network details). I used this list as a reference to see if my device was compatible. ...
ChrisLucas29 General 6 23,521 2018-10-23, 10:04
  Thread: EFI boot with ASIX to Ethernet
Post: RE: EFI boot with ASIX to Ethernet

(2018-10-19 22:08)NiKiZe Wrote:  I think you missed to read the "before your first post" post, But Welcome non the less. USB device support is not included in ipxe.efi builds (Since builds with...
ChrisLucas29 General 6 23,521 2018-10-22, 09:00
  Thread: ASIX USB to Ethernet
Post: RE: ASIX USB to Ethernet

Hi, is there any plan on updating this git because I can't get it to compile on Ubuntu 18.04. Code: core/stringextra.c: In function ‘strtok’: core/stringextra.c:189:18: error: nonnull argument ‘s’ c...
ChrisLucas29 General 44 206,555 2018-10-19, 15:14
  Thread: EFI boot with ASIX to Ethernet
Post: EFI boot with ASIX to Ethernet

Hello everybody, I bought a 32-bit Windows Tablet recently and would like to boot with IPXE. This tablet has only a USB 2.0 Port and is capable of booting from usb (tested by installing Ubuntu). So i...
ChrisLucas29 General 6 23,521 2018-10-19, 14:36