Search Results
|
Post |
Author |
Forum |
Replies |
Views |
Posted
[asc]
|
 |
|
Thread: efi and 0x040ee106
Post: efi and 0x040ee106
Hi,
When booting with snponly.efi (lenovo x230), i get error 040ee106 "no more network devices".
Any hint on how to solve this?
Could be a netword card driver issue?
Regards,
Erwan
|
|
erwan.l |
General |
1 |
8,232 |
2014-01-10, 18:28 |
 |
|
Thread: sanboot and bootsector
Post: RE: sanboot and bootsector
Ok got it !
So it first checks offset 32768 for an iso volume descriptor, if not found goes back to offset 0 to read the mbr and from there gathers what ever offset it needs to jump to (usually 32256 ... |
|
erwan.l |
General |
2 |
12,675 |
2013-10-14, 15:23 |
 |
|
Thread: how do i boot the iso file using iPXE? for ex i want to boot to hiren.iso
Post: RE: how do i boot the iso file using iPXE? for ex ...
About Hiren BootCD, the below works fine for me :
:hbcd
#open iso with iso editor and remove pmagic to make it ligther
initrd ${boot-url}/images/hbcd152.iso
kernel ${boot-url}/memdisk iso raw... |
|
erwan.l |
General |
5 |
31,951 |
2013-10-13, 17:10 |
 |
|
Thread: sanboot and bootsector
Post: sanboot and bootsector
Hi There,
I have no pb sanbooting a disk image file with a partition boot sector offset = 63 sectors (32256 bytes).
Command is : sanboot --drive 0x80 ${boot-url}/_images/xp.img .
However, when p... |
|
erwan.l |
General |
2 |
12,675 |
2013-10-13, 11:20 |
 |
|
Thread: chainloading grub4dos from ipxe
Post: chainloading grub4dos from ipxe
Hi,
I am testing the chailoading of grub4dos from ipxe.
The following works :
chain ${boot-url}/grub.exe --config-file="rootnoverify (hd0);chainloader +1"
The below does not :
chain ${boot-... |
|
erwan.l |
General |
1 |
10,949 |
2013-09-07, 18:58 |
 |
|
Thread: chain menu.c32
Post: RE: chain menu.c32
Here below my folder structure :
I can boot straight to pxelinux without any issues.
If I chainload pxelinux.0 from ipxe : pxelinux loads and freezes before it gets a change to load the menu.
-root
... |
|
erwan.l |
General |
6 |
24,055 |
2013-09-01, 21:06 |
 |
|
Thread: chain menu.c32
Post: RE: chain menu.c32
Hi robinsmidsrod,
Thanks for your answer.
menu.c32 from 3.86 works indeed.
Also I do indeed enable comboot support before compiling.
For the record, chainloading pxelinux 6.01 from ipxe no longer wo... |
|
erwan.l |
General |
6 |
24,055 |
2013-09-01, 15:40 |
 |
|
Thread: Does WIMBOOT work with the current 'preview' editions of Windows PE?
Post: RE: Does WIMBOOT work with the current 'preview' e...
Hi Mangeek,
Dont know if it will help but I generate my Winpe using the windows 8.1 preview (not the ADK, the full O.S) and it works fine with wimboot.
I made a batch here (http://reboot.pro/topic/1... |
|
erwan.l |
General |
2 |
11,416 |
2013-08-30, 21:26 |
 |
|
Thread: chain menu.c32
Post: chain menu.c32
Hi,
chain menu.c32 menu.cfg works with syslinux 3.x but not with higher versions.
Is the comboot compatibility broken between syslinux and ipxe ?
Regards,
Erwan |
|
erwan.l |
General |
6 |
24,055 |
2013-08-30, 18:23 |
 |
|
Thread: chain pxelinux from ipxe
Post: RE: chain pxelinux from ipxe
found the solution
set 210:string tftp://${next-server}/
chain ${210:string}pxelinux.0 || goto failed |
|
erwan.l |
General |
1 |
11,026 |
2013-05-12, 21:38 |
 |
|
Thread: chain pxelinux from ipxe
Post: chain pxelinux from ipxe
Hi,
I cannot chain pxelinux (4.06) from ipxe (latest version from git - 1.0.0+ (cb29c) ).
Below my ipxe script (note that I get the same issue from ipxe shell):
dhcp
chain pxelinux.0
Any idea?
pxe... |
|
erwan.l |
General |
1 |
11,026 |
2013-05-12, 19:52 |
 |
|
Thread: iPXE vs VMware Workstation 5 or 8 on WinXP Host
Post: RE: iPXE vs VMware Workstation 5 or 8 on WinXP Hos...
Hi Guys,
I am the Tiny PXE Server author.
I had a look at the network trace.
For sure I see icmp messages indicating "destination unreachable - port unreachable".
This is right after one ack block ... |
|
erwan.l |
General |
8 |
33,991 |
2013-05-05, 19:32 |
 |
|
Thread: sanboot and windows 7 iso
Post: RE: sanboot and windows 7 iso
Oki, clear.
As I was able to boot a winpe iso thru sanboot, I thought I would be able to boot the windows installer.
Your tutorial on winpe/wimboot is perfeft : already had fun with it.
Thanks for t... |
|
erwan.l |
General |
4 |
49,052 |
2013-05-01, 13:09 |
 |
|
Thread: sanboot and windows 7 iso
Post: sanboot and windows 7 iso
Hi There,
See below my script.
I can boot a winpe.iso image with sanboot : ok.
I can boot a winpe.wim image with wimboot : ok.
I can boot a pmagic.iso image with memdisk : ok.
but I cannot boot a wi... |
|
erwan.l |
General |
4 |
49,052 |
2013-04-30, 22:34 |