ubuntu_netboot
Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| ubuntu_netboot [2009/06/11 05:18] – created suapapa | ubuntu_netboot [2013/08/03 05:04] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 2: | Line 2: | ||
| <code bash> | <code bash> | ||
| wget http:// | wget http:// | ||
| - | sudo tar -xvzf netboot.tar.gz -C /var/lib/ | + | sudo tar -xvzf netboot.tar.gz -C / |
| - | sudo chown -R nobody: | + | sudo chown -R nobody: |
| + | sudo chmod -R 777 /tftpboot | ||
| </ | </ | ||
| + | <code bash> | ||
| + | sudo apt-get install xinetd tftp-hpa tftpd-hpa | ||
| + | Create / | ||
| + | service tftp | ||
| + | { | ||
| + | disable | ||
| + | socket_type | ||
| + | wait = yes | ||
| + | user = root | ||
| + | server | ||
| + | server_args | ||
| + | } | ||
| + | sudo / | ||
| + | </ | ||
| + | <code bash> | ||
| + | sudo vi / | ||
| + | dhcp-range=192.168.0.2, | ||
| + | dhcp-boot=pxelinux.0, | ||
| + | dhcp-option=3, | ||
| + | dhcp-option=6, | ||
| + | # | ||
| + | sudo / | ||
| + | </ | ||
| + | |||
| + | ====== make PXE bootable floopy ====== | ||
| + | *[[http:// | ||
| + | *[[http:// | ||
| + | 아래 명령어로 부트 이미지 만들기: | ||
| + | <code bash> | ||
| + | dd if=bin/ | ||
| + | </ | ||
| + | |||
| ====== references ====== | ====== references ====== | ||
| *[[https:// | *[[https:// | ||
| *[[http:// | *[[http:// | ||
ubuntu_netboot.1244697531.txt.gz · Last modified: 2013/08/03 05:04 (external edit)