Search Results
Post Author Forum Replies Views Posted [asc]
  Thread: Installing Win7 to an iSCSI target
Post: RE: Installing Win7 to an iSCSI target

robinsmidsrod: Thats a entirely different method. Here im talking about unpacking the Win7 DVD, then adding the network card into boot.wim and install.wim, and then repackaging the Win7 DVD into a ISO...
sebastian General 4 14,179 2014-09-06, 12:31
  Thread: Feature Suggestion: Screen turn on/off
Post: RE: Feature Suggestion: Screen turn on/off

The reason is that the readers is "Keyboard HID" based. Using IP readers would be too expensive. These USB HID readers only cost 10$ a piece. But what do you mean "ACPI parser"? Why would such a ...
sebastian General 4 13,411 2014-09-06, 12:00
  Thread: Installing Win7 to an iSCSI target
Post: RE: Installing Win7 to an iSCSI target

I did have this same problem on my new motherboard. It turned out drivers are missing, so I solved it by slipstreaming the drivers. To diagnose: Try a ipconfig /all when inside shift+F10. If this are...
sebastian General 4 14,179 2014-09-04, 05:12
  Thread: chain with "$macros" does not work anymore
Post: RE: chain with "$macros" does not work anymore

I dont Think thats is needed. Just configure your server to send a 401 everytime Authorization field is BLANK. Then you configure your PXE server to Always authenticate using some arbitary details (li...
sebastian General 3 11,136 2014-09-04, 04:56
  Thread: Getting ROM file under 64K
Post: RE: Getting ROM file under 64K

I had the same problem on my flash when it was over 64K. It seems like it loads a truncated version of the rom when you are oversize, thus causing it to execute badly. NFS is taking a lot of space, tr...
sebastian General 5 16,343 2014-08-11, 19:32
  Thread: Feature Suggestion: Screen turn on/off
Post: RE: Feature Suggestion: Screen turn on/off

Just as a energy saving method. So while the computers are logged off, the screens are in Power saving mode. Its easy then to put a notice "If the screen are blank, scan you access card". I already us...
sebastian General 4 13,411 2014-08-11, 17:00
  Thread: Feature Suggestion: Screen turn on/off
Post: Feature Suggestion: Screen turn on/off

Feature suggestion: Ability to turn on and off screen via commands. Like: console --sleep Turns off screen. console --wake Turns on screen. What I Think about, is using the Power save protocol of t...
sebastian General 4 13,411 2014-08-07, 15:39
  Thread: [TIPS] Variables can be nested!
Post: RE: [TIPS] Variables can be nested!

Actually, I found out a better way to do the server side authentication: Use Apache Rewrite rules to set: RewriteEngine on RewriteCond %{HTTP:Authorization} ^(.*) RewriteRule .* - [e=HTTP_AUTHORIZATI...
sebastian General 5 18,922 2014-04-26, 00:44
  Thread: windows 7 iscsi variable boot times - could ixpe be causing it?
Post: RE: windows 7 iscsi variable boot times - could ix...

I have a similiar "problem", the "Windows flag" screen takes exactly 1.30 from the Point it shows "Starting Windows" until the screen disappear for the Windows login screen to show. But this apples BO...
sebastian General 5 21,884 2014-04-26, 00:05
  Thread: Get multiple (2) dns servers from ipxe (net0.dhcp/dns:ipv4)
Post: RE: Get multiple (2) dns servers from ipxe (net0.d...

I Think its because its not generally that important with DNS redundancy during boot. If you want disaster recovery, you can run a embedded script that says: #!ipxe :start autoboot || goto start The...
sebastian General 1 6,686 2014-03-23, 13:45
  Thread: [SOLVED] Problems with Asus Z87-K MB: NIC Does not reset after boot
Post: RE: [SOLVED] Problems with Asus Z87-K MB: NIC Does...

Name: Sebastian Nielsen Email: ipxe@sebbe.eu (its a Email addr set up just for the ipxe commit credits)
sebastian General 23 95,376 2014-03-20, 16:36
  Thread: [TIPS] Variables can be nested!
Post: RE: [TIPS] Variables can be nested!

Great idea! Which RFC are the digest auth that is implemented in iPXE based on? RFC2069 or RFC2617? (2617 is a later version of 2069)
sebastian General 5 18,922 2014-03-20, 13:37
  Thread: [TIPS] Variables can be nested!
Post: RE: [TIPS] Variables can be nested!

I checked it out. The only security I want, is the ability to protect a value against tampering across the network. It would actually be enough with some like: set encryption ${securedata}mysecr...
sebastian General 5 18,922 2014-03-20, 12:10
  Thread: [TIPS] Variables can be nested!
Post: [TIPS] Variables can be nested!

Found out this neat feature of iPXE: set testvalue0 1234 set testvalue1 4567 set index 0 echo ${testvalue${index}} >1234 set index 1 echo ${testvalue${index}} >4567 This can be...
sebastian General 5 18,922 2014-03-20, 11:20
  Thread: [SOLVED] Problems with Asus Z87-K MB: NIC Does not reset after boot
Post: RE: [SOLVED] Problems with Asus Z87-K MB: NIC Does...

Confirmed: This does work now, wonderfully, with the setting on. Its rock solid now. You can commit both the ADV_PAUS_CAP and ADV_PAUS_ASSYM and the RCR bit 24 fix, to the main branch now. (all Three...
sebastian General 23 95,376 2014-03-20, 11:02
  Thread: [MENU] Another action on Enter than timeout
Post: RE: [MENU] Another action on Enter than timeout

This also works perfectly with other types of things that use HID as interface (If you use my code - change the code to include the chars and digits your login system uses by adding/removing/editing m...
sebastian General 7 26,490 2014-03-17, 20:00
  Thread: [MENU] Another action on Enter than timeout
Post: RE: [MENU] Another action on Enter than timeout

Works perfectly now. The script automatically "cancels" the timeout if a incorrect key is pressed, thus returning to start. The system is as good as watertight now. Only the cardreader can input data ...
sebastian General 7 26,490 2014-03-17, 13:59
  Thread: [SOLVED] Problems with Asus Z87-K MB: NIC Does not reset after boot
Post: RE: [SOLVED] Problems with Asus Z87-K MB: NIC Does...

Here it come. I now post 4 variants. COLD boot with SETTING on (SUCCESS): [IMG]http://i.imgur.com/2nnGr3k.jpg[/IMG] WARM boot with SETTING on (FAILURE): [IMG]http://i.imgur.com/3KJCR05.jpg[/IMG] CO...
sebastian General 23 95,376 2014-03-17, 12:08
  Thread: [SOLVED] Problems with Asus Z87-K MB: NIC Does not reset after boot
Post: RE: [SOLVED] Problems with Asus Z87-K MB: NIC Does...

Nope. Patch did not fix the issue but the registers are now completely identical regardless of failing boot or good boot. Do you have any idea of what RSS is? (Receive Side Scaling)? http://technet.m...
sebastian General 23 95,376 2014-03-13, 10:50
  Thread: [SOLVED] Problems with Asus Z87-K MB: NIC Does not reset after boot
Post: RE: [SOLVED] Problems with Asus Z87-K MB: NIC Does...

Also the other setting causing problem was "receive-side scaling". Seems like both setting caused problems in combination. so try turning that off if you experience similiar problems. But a good id...
sebastian General 23 95,376 2014-03-11, 13:30