Search Results
|
Post |
Author |
Forum |
Replies |
Views |
Posted
[asc]
|
|
|
Thread: https errors - TLS ciphers [Operation not supported] fatal error 40
Post: https errors - TLS ciphers [Operation not supporte...
Hi There,
i come across more and more tls errors lately when using free webspace.
as ipxe only supports old ciphers
RSA_WITH_AES_256_CBC_SHA256,
RSA_WITH_AES_128_CBC_SHA256,
RSA_WITH_AES_256_CBC_... |
|
jrsmile |
General |
4 |
35,847 |
2018-07-01, 18:27 |
|
|
Thread: [SOLVED] Problem Flashing with BOOTUTILW64E [FLB File]
Post: RE: [SOLVED] Problem Flashing with BOOTUTILW64E [F...
it was not possible for me to do the same with a little embed script (fits of course still into the size of backup.nic). the application hangs again. do you know how embed scripts are handled internal... |
|
jrsmile |
General |
16 |
140,705 |
2015-07-21, 06:27 |
|
|
Thread: RAW Read and Write to DISK
Post: RE: RAW Read and Write to DISK
it is not necessary to have filesystem support.
what i would like to do is
imgfetch http://server/image.img
imgverify image.img http://server/image.sig
imgwrite /dev/sda image.img
which would write th... |
|
jrsmile |
General |
3 |
17,703 |
2015-07-19, 10:52 |
|
|
Thread: RAW Read and Write to DISK
Post: RAW Read and Write to DISK
does someone know a way to use ipxe to download a img file and save it to the local disk? or reading the disk and uploading it to a http server? |
|
jrsmile |
General |
3 |
17,703 |
2015-07-18, 11:08 |
|
|
Thread: [SOLVED] Problem Flashing with BOOTUTILW64E [FLB File]
Post: RE: [SOLVED] Problem Flashing with BOOTUTILW64E [F...
(2015-07-17 22:05)robinsmidsrod Wrote: Good testing! At least this gives us the option of making an iPXE ROM that is the same size as the Intel ROM. What was the size of backup.nic in bytes? I ... |
|
jrsmile |
General |
16 |
140,705 |
2015-07-17, 22:31 |
|
|
Thread: [SUCCESS STORY] Mobile iPXE Device
Post: RE: [SUCCESS STORY] Mobile iPXE Device
unfortunately i didn't and the code is a mess. but i will create a howto in the near future (sadly there is still my day job :) ) and attach all code in a zip file. |
|
jrsmile |
General |
4 |
18,679 |
2015-07-17, 18:49 |
|
|
Thread: [SOLVED] Problem Flashing with BOOTUTILW64E [FLB File]
Post: RE: Problem Flashing with BOOTUTILW64E
[SOLVED]
save rom in container and raw rom from card:
BOOTUTILW64E.EXE -nic=1 -SAVEIMAGE -FILE=backup.FLB
BOOTUTILW64E.EXE -nic=1 -SAVEIMAGE -FILE=backup.NIC
note down size of backup.nic
extract heade... |
|
jrsmile |
General |
16 |
140,705 |
2015-07-17, 17:57 |
|
|
Thread: [SOLVED] Problem Flashing with BOOTUTILW64E [FLB File]
Post: RE: Problem Flashing with BOOTUTILW64E
SUCCESS.... sort of.
[img]http://behead.de/success.png[/img]
did everything right but after reboot the iba is gone and ipxe is not showing up anywhere. |
|
jrsmile |
General |
16 |
140,705 |
2015-07-15, 17:42 |
|
|
Thread: [SOLVED] Problem Flashing with BOOTUTILW64E [FLB File]
Post: RE: Problem Flashing with BOOTUTILW64E
(2015-07-14 20:09)robinsmidsrod Wrote: Why do you need to change the version number? None of the documentation you've pasted explains why you need to do that.
i don't know if it is necessary. ... |
|
jrsmile |
General |
16 |
140,705 |
2015-07-14, 20:18 |
|
|
Thread: [SOLVED] Problem Flashing with BOOTUTILW64E [FLB File]
Post: RE: Problem Flashing with BOOTUTILW64E
ok then i start to figure it out.
the new FLB format is a container which can include more then one image.
i saved one directly from the card and compared it to the one which comes with the bootutil:
... |
|
jrsmile |
General |
16 |
140,705 |
2015-07-14, 18:46 |
|
|
Thread: [SOLVED] Problem Flashing with BOOTUTILW64E [FLB File]
Post: RE: Problem Flashing with BOOTUTILW64E
thank you for the tips.
unfortunately i had no luck.
using ubuntu 14.04.2 x64
i used flashrom and the card was not supported.
then i updated to flashrom 0.9.8-daily and got the following error:
mint... |
|
jrsmile |
General |
16 |
140,705 |
2015-07-13, 17:53 |
|
|
Thread: [SOLVED] Problem Flashing with BOOTUTILW64E [FLB File]
Post: [SOLVED] Problem Flashing with BOOTUTILW64E [FLB F...
i get an error when using: BOOTUTILW64E.EXE for flashing iPXE into an IntelĀ® Gigabit-Ethernet-Controller 82574L EXPI9301CT 8086:10d3
with a winbond 25x40 CLING SPI Flash Chip 4M-bit/512K-byte (524,28... |
|
jrsmile |
General |
16 |
140,705 |
2015-07-11, 12:38 |
|
|
Thread: floppy image in ROM possible?
Post: RE: floppy image in ROM possible?
i did test some ipxe.isos im virtualbox i always get the following error message:
"could not start download: operation not supported."
this even happens when using a default general.h
i compile wit... |
|
jrsmile |
General |
4 |
18,477 |
2015-07-06, 10:49 |
|
|
Thread: floppy image in ROM possible?
Post: RE: floppy image in ROM possible?
looks good so far, 65k for ipxe and memdisk with all protocols disabled for download and ipv4+6+fc
root@h2132090:/opt/ipxe/ipxe-small/src# make bin/undionly.kpxe EMBED=embed.ipxe,memdisk
[DEPS] imag... |
|
jrsmile |
General |
4 |
18,477 |
2015-07-05, 13:12 |
|
|
Thread: floppy image in ROM possible?
Post: RE: floppy image in ROM possible?
thank you Michael,
i am going to try with a 8086:10d3 intel mrom will write a howto if possible.
any info on how to load a embedded file or is it seamless in the ipxe script? |
|
jrsmile |
General |
4 |
18,477 |
2015-07-05, 11:15 |
|
|
Thread: floppy image in ROM possible?
Post: floppy image in ROM possible?
Hi,
is it possible to flash ipxe into a nic including a embedded script memdisk and a floppy image? not asking about the available memory in eeprom. |
|
jrsmile |
General |
4 |
18,477 |
2015-07-04, 20:20 |
|
|
Thread: [SUCCESS STORY] Mobile iPXE Device
Post: RE: [SUCCESS STORY] Mobile iPXE Device
first impressions:
Welcome Page:
[img]http://behead.de/home.png[/img]
OS Selector:
[img]http://behead.de/menuboot.png[/img]
[img]http://behead.de/autoboot.png[/img] |
|
jrsmile |
General |
4 |
18,679 |
2015-06-30, 10:14 |
|
|
Thread: [SUCCESS STORY] Mobile iPXE Device
Post: [SUCCESS STORY] Mobile iPXE Device
Hi There,
it has been a long time since i contributed to ipxe.
this has changed today.
i finished my proove of concept on a mobile pxe server.
Hardware: http://wiki.openwrt.org/toh/kingston/mlwg2 + ... |
|
jrsmile |
General |
4 |
18,679 |
2015-06-16, 20:25 |
|
|
Thread: Install really necessary?
Post: Install really necessary?
Hi There,
As with the newest version of Windows 8.1 there was a feature added to dism (i think) were you can boot windows from a wim file located on your harddrive. I know with winpe it is already po... |
|
jrsmile |
General |
2 |
10,231 |
2014-09-08, 08:37 |
|
|
Thread: [HOWTO] Using QNAP TS-221 as PXE server / iscsi target.
Post: RE: [HOWTO] Using QNAP TS-221 as PXE server / iscs...
for people that use the qnap without static ip you can adapt the dnsmasq startup script "/opt/etc/init.d/S56dnsmasq" from:
Code:
#!/bin/sh
if [ -f /var/run/dnsmasq.pid ] ; then
kill `cat... |
|
jrsmile |
General |
3 |
60,457 |
2013-10-08, 15:10 |