debian:install
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| debian:install [2024/10/18 11:37] – ms | debian:install [2024/10/18 11:52] (current) – ms | ||
|---|---|---|---|
| Line 11: | Line 11: | ||
| # dhcp range, lease for 12 h | # dhcp range, lease for 12 h | ||
| - | dhcp-range=192.168.15.2,192.168.15.59,12h | + | dhcp-range=192.168.1.2,192.168.1.60,12h |
| # option 3 = default gateway | # option 3 = default gateway | ||
| - | dhcp-option=3, | + | dhcp-option=3, |
| # option 6 = DNS servers | # option 6 = DNS servers | ||
| - | dhcp-option=6, | + | dhcp-option=6, |
| - | dhcp-host=00: | + | dhcp-host=00: |
| - | dhcp-host=f8:0d:ac:d0:08:d4,192.168.15.5 | + | dhcp-host=06:07:08:09:0a:0b,192.168.1.5 |
| - | dhcp-host=52:54:00:12:34:52,192.168.15.52 | + | dhcp-host=0c:0d:0e:0f:00:01,192.168.1.52 |
| - | pxe-service=x86PC," | + | pxe-service=x86PC," |
| enable-tftp | enable-tftp | ||
| tftp-root=/ | tftp-root=/ | ||
| </ | </ | ||
| - | |||
| < | < | ||
| + | systemctl restart dnsmasq.service | ||
| + | </ | ||
| + | < | ||
| + | mkdir -p / | ||
| + | cd / | ||
| + | |||
| + | cp / | ||
| + | cp / | ||
| + | cp / | ||
| + | |||
| wget https:// | wget https:// | ||
| </ | </ | ||
| + | < | ||
| + | cd / | ||
| + | mkdir pxelinux.cfg | ||
| + | cd pxelinux.cfg | ||
| + | |||
| + | vi 01-00-01-02-03-04-05 | ||
| + | ... | ||
| + | default deb | ||
| + | label deb | ||
| + | linux memdisk | ||
| + | append iso | ||
| + | initrd mini.iso | ||
| + | </ | ||
| + | |||
| + | ==== Troubleshoot ==== | ||
| + | < | ||
| + | tcpdump host 192.168.1.9 -vvven | ||
| + | tcpdump ether host 00: | ||
| + | </ | ||
| + | |||
debian/install.1729244244.txt.gz · Last modified: 2024/10/18 11:37 by ms