|
Search Results
|
| Post |
Author |
Forum |
Replies |
Views |
Posted
[asc]
|
 |
|
Thread: Booting clonazilla/parted magic in UEFI
Post: RE: Booting clonazilla/parted magic in UEFI
| half a year later...... i too face this same issue.
unable to boot pmagic in UEFI (kernel panic), works perfectly fine in legacy |
|
biatche |
General |
6 |
33,668 |
2016-08-23, 12:23 |
 |
|
Thread: Anyone iPXE booting Windows10 ?
Post: RE: Anyone iPXE booting Windows10 ?
| Anybody found a solution to this yet? Install to hard disk and then clone don't work for me i dont know how u guys do it. (preparing automatic repair.. message) |
|
biatche |
General |
4 |
21,288 |
2016-03-17, 18:51 |
 |
|
Thread: iPXE problems with iSCSI Boot and Windows
Post: RE: iPXE problems with iSCSI Boot and Windows
| win10, as topic.
it was fine in win7 though, im quite tempted to test win7 again, although i dont wish to use win7 anymore. |
|
biatche |
General |
21 |
124,663 |
2016-03-13, 11:12 |
 |
|
Thread: iPXE problems with iSCSI Boot and Windows
Post: RE: iPXE problems with iSCSI Boot and Windows
| I don't know, but cloning local disk to local disk works fine. So if something isn't right, it should be something related to iscsi/network... i doubt its ipxe/iscsi related problem but more on window... |
|
biatche |
General |
21 |
124,663 |
2016-03-13, 09:33 |
 |
|
Thread: iPXE problems with iSCSI Boot and Windows
Post: RE: iPXE problems with iSCSI Boot and Windows
| on the latest ipxe right now.. still getting the same problem.
funny thing is i can enter command prompt and list the drives content, which does mean that theres iscsi connectivity. |
|
biatche |
General |
21 |
124,663 |
2016-03-13, 05:15 |
 |
|
Thread: iPXE problems with iSCSI Boot and Windows
Post: RE: iPXE problems with iSCSI Boot and Windows
| ill try latest ipxe. problem is, for some reason.. my latest ipxe build has been auto-restarting on this test box. so i had used my older compiles to do the testing. |
|
biatche |
General |
21 |
124,663 |
2016-03-13, 02:39 |
 |
|
Thread: iPXE problems with iSCSI Boot and Windows
Post: RE: iPXE problems with iSCSI Boot and Windows
| to test concept, i had just cloned from one local disk to another local disk and it booted just fine without doing any bcd nonsense. so the problem is iscsi related. |
|
biatche |
General |
21 |
124,663 |
2016-03-12, 16:03 |
 |
|
Thread: iPXE problems with iSCSI Boot and Windows
Post: RE: iPXE problems with iSCSI Boot and Windows
| went ahead to erase current bcd and rebuilt it via recovery commany prompt (booted via iscsi btw).... same thing is happening..... something else aint right. |
|
biatche |
General |
21 |
124,663 |
2016-03-12, 14:53 |
 |
|
Thread: iPXE problems with iSCSI Boot and Windows
Post: RE: iPXE problems with iSCSI Boot and Windows
| Im playing around with bcd now, i hope you are right because im not entirely convinced since you can already see the windows logo and the loading animation. if its bootmgr, wouldnt i see just text? |
|
biatche |
General |
21 |
124,663 |
2016-03-12, 10:49 |
 |
|
Thread: iPXE problems with iSCSI Boot and Windows
Post: RE: iPXE problems with iSCSI Boot and Windows
| has this to do with "driver signature"? which ive already disabled via f8 prior to copying to iscsi disk.
so how did you fix it? |
|
biatche |
General |
21 |
124,663 |
2016-03-11, 17:15 |
 |
|
Thread: iPXE problems with iSCSI Boot and Windows
Post: RE: iPXE problems with iSCSI Boot and Windows
| Following your instructions, I installed Win10 onto a local ssd, started iscsi initiator & press yes. Booted to w10pese, used macrium free to clone the disk to an iscsi disk (scst). Booting into t... |
|
biatche |
General |
21 |
124,663 |
2016-03-11, 12:32 |
 |
|
Thread: [howto] ipxe on ubiquiti router with efi/bios support
Post: [howto] ipxe on ubiquiti router with efi/bios supp...
| im sharing a simple howto for a simple ipxe setup that i use on my ubiquiti
on your edgeos, enter configure mode
configure mode:
Code:
set service dhcp-server global-parameters "deny bootp;"
set se... |
|
biatche |
General |
0 |
13,992 |
2015-11-20, 18:12 |
 |
|
Thread: [help] how to make blank undionly.kpxe
Post: RE: [help] how to make blank undionly.kpxe
| You are the best. Such fast replies here and @ reboot pro
Thank you great lead developer. |
|
biatche |
General |
6 |
32,642 |
2013-04-30, 23:27 |
 |
|
Thread: [help] how to make blank undionly.kpxe
Post: RE: [help] how to make blank undionly.kpxe
|
Code:
#!ipxe
:try_dhcp
dhcp || goto try_dhcp
:try_boot
chain ${filename} ; sleep 1 ; goto try_boot
Sorry I'm a little slow,
please tell me if i got the program flow wrong
scenarios:
dhcp ->... |
|
biatche |
General |
6 |
32,642 |
2013-04-30, 23:18 |
 |
|
Thread: [help] how to make blank undionly.kpxe
Post: RE: [help] how to make blank undionly.kpxe
| ###1###
After embedding, will i still require this (it's in my embedded script now) on my dhcp server:
dhcp-boot=http://192.168.0.xx/xxxxxx/bootstrap.ipxe
if in the case the chain link in the embedd... |
|
biatche |
General |
6 |
32,642 |
2013-04-30, 22:44 |
 |
|
Thread: [help] newbie cant boot off http
Post: RE: [help] newbie cant boot off http
|
biatche |
General |
2 |
15,085 |
2013-04-30, 20:15 |
 |
|
Thread: [help] how to make blank undionly.kpxe
Post: [help] how to make blank undionly.kpxe
| is it possible to remove all the verbose info ipxe does after pxe loads? |
|
biatche |
General |
6 |
32,642 |
2013-04-30, 20:13 |
 |
|
Thread: [help] newbie cant boot off http
Post: [help] newbie cant boot off http
| following " robinsmidsrod / _INSTALL.md " example...
how do i boot an image via http?
Code:
:memtest
echo Booting Memtest86 4.2.0
chain ${boot-url}/memtest/memtestp.bin
goto start
gives
Code:... |
|
biatche |
General |
2 |
15,085 |
2013-04-22, 20:21 |