Search Results
Post Author Forum Replies Views Posted [asc]
  Thread: Special characters in cmdline
Post: RE: Special characters in cmdline

Oh okay, that might work. Thanks!
parthy General 2 12,673 2018-11-20, 10:33
  Thread: iSCSI hook and IOMMU
Post: RE: iSCSI hook and IOMMU

Well, the situation is that the kernel does not have a NIC driver, but configures the IOMMU. The INT13 hook is transparent and continues to function if the IOMMU is configured correctly. The way to re...
parthy General 2 10,973 2018-11-19, 17:50
  Thread: iSCSI hook and IOMMU
Post: iSCSI hook and IOMMU

I've observed issues when using iSCSI sanhook in conjunction with the IOMMU. When the loaded kernel enables the IOMMU, the traffic caused by the iSCSI hook eventually causes DMA faults, because the NI...
parthy General 2 10,973 2018-11-19, 14:38
  Thread: Special characters in cmdline
Post: Special characters in cmdline

Hi, I am trying to load a module whose command line contains "&&". Unfortunately, I could not find a way to convince iPXE to just pass this cmdline, instead it interprets the ampersands as pa...
parthy General 2 12,673 2018-11-19, 09:53
  Thread: UEFI boot and sanhook
Post: RE: UEFI boot and sanhook

I think I've tracked the issue down to the call chain shutdown_boot() -> efi_remove() -> efi_driver_disconnect_all(). The entire subsystem is removed, even though the boot services are still act...
parthy General 7 24,393 2018-09-20, 09:24
  Thread: UEFI boot and sanhook
Post: RE: UEFI boot and sanhook

What I am trying to do is: - Hook iSCSI disk in iPXE (the disk contains an EFI-installed Windows 10) - Load a small multiboot-compliant kernel (in my case, Multiboot2, using this branch) - In this ke...
parthy General 7 24,393 2018-09-19, 13:06
  Thread: UEFI boot and sanhook
Post: RE: UEFI boot and sanhook

Oh yes, sorry. What I would like to do is use iPXE to hook an iSCSI disk, and then access it from within an EFI application. On legacy systems, this used to work. The kernel that was loaded by iPXE co...
parthy General 7 24,393 2018-09-19, 09:17
  Thread: UEFI boot and sanhook
Post: UEFI boot and sanhook

Hi, I have a question about the hooking of iSCSI drives in iPXE when booting on UEFI machines. On legacy systems, it was possible to transparently access the hooked drive using int13h. iPXE would ca...
parthy General 7 24,393 2018-09-18, 15:27