Changes between Version 66 and Version 67 of WikiStart
- Timestamp:
- Jan 28, 2015, 2:13:40 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart
v66 v67 1306 1306 option serveraddress 192.168.45.1 #address of tftpserver, in this case on the same device/router 1307 1307 option servername pxeboot #just a name, probably not needed 1308 list dhcp_option 'option:root-path,192.168.45.1:/mnt/sda3/exports/freebsd10 e' #NFS only, needed for dumb OS FREEBSD which cannot find the NFS server1309 }}} 1310 '' Let Op: nfs dhcp_option not working for backfire 10.03.1, directly in /etc/dnsmasq.conf?''1311 1312 # add. example code # /etc/config/dhcp #14.07 Barrier Breaker pxe legacy bios + uefi boot (uefi untested)1313 # dhcp_option for dhcp-match not working in /etc/config/dhcp seednsmasq.conf!!!1308 list dhcp_option 'option:root-path,192.168.45.1:/mnt/sda3/exports/freebsd10-disc1' #FREEBSD loader cannot read nfs root from syslinux/grub only from dhcp option! 1309 }}} 1310 '' Let Op: nfs dhcp_option not working for backfire 10.03.1, therefor put directly in /etc/dnsmasq.conf'' 1311 1312 ## 12.09/14.07 add. example code # /etc/config/dhcp (legacy bios + uefi) 1313 # dhcp_option for dhcp-match not working in /etc/config/dhcp therefor use /etc/dnsmasq.conf!!! 1314 1314 {{{ 1315 1315 config boot 'legacy' … … 1317 1317 option servername 'pxeboot' 1318 1318 option filename 'tag:x86PC,pxelinux.0' 1319 list dhcp_option 'option:root-path,10.0.4.1:/mnt/sda3/exports/freebsd10 e'1319 list dhcp_option 'option:root-path,10.0.4.1:/mnt/sda3/exports/freebsd10-disc1' 1320 1320 1321 1321 config boot 'uefi64' … … 1325 1325 }}} 1326 1326 1327 # add. example code # /etc/dnsmasq.conf #14.07 Barrier Breaker pxe legacy bios + uefi boot (untested)1327 ## 12.09/14.07 add. example code # /etc/dnsmasq.conf (legacy bios + uefi) 1328 1328 {{{ 1329 1329 dhcp-match=set:x86PC,option:client-arch,0 … … 1499 1499 }}} 1500 1500 1501 # add. example code # /etc/config/dhcp #12.09 attitude adjustment dhcp parameter to supply nfs address!!!1501 ##12.09/14.07 add. example code # /etc/config/dhcp 1502 1502 {{{ 1503 1503 config boot linux … … 1505 1505 1506 1506 ... 1507 list dhcp_option 'option:root-path,192.168.45.1:/mnt/sda3/exports/freebsd10-i386 ' #NFS only, needed for dumb OS FREEBSD which cannot find the NFS server1507 list dhcp_option 'option:root-path,192.168.45.1:/mnt/sda3/exports/freebsd10-i386-disc1' 1508 1508 }}} 1509 1509 1510 1510 '' Let Op: Openwrt backfire 10.03.1 kent de parameter "dhcp_option" niet daardoor kan de bovenstaande nfs list dhcp_option root-patch specificatie niet in /etc/config/dhcp maar moet direct in /etc/dnsmasq.conf op de volgende wijze! 1511 1511 1512 # add. example code # /etc/dnsmasq.conf #10.03.1 backfire dhcp parameter to supply nfs address!!!1513 {{{ 1514 dhcp-option=17,192.168.45.1:/mnt/sda3/exports/freebsd10-i386 1512 ##10.03.1 add. example code # /etc/dnsmasq.conf 1513 {{{ 1514 dhcp-option=17,192.168.45.1:/mnt/sda3/exports/freebsd10-i386-disc1 1515 1515 }}} 1516 1516 … … 1590 1590 * [https://wiki.kubuntu.org/UEFI/SecureBoot-PXE-IPv6 pxe legacybios + uefi dnsmasq kubuntu] 1591 1591 * [http://lists.thekelleys.org.uk/pipermail/dnsmasq-discuss/2014q1/008179.html pxe legacybios + uefi dnsmasq mailinglist] 1592 * [http://2014.texaslinuxfest.org/sites/default/files/Creating%20a%20legacy%20+%20EFI%20PXE%20boot%20server%20using%20pxelinux.pptx pxe legacy bios plus uefi presentation pptx] 1592 1593 == errors == 1593 1594 luci https backfire werkt niet uhttp restart illegal instruction!