User Tools

Site Tools


自作クラスタ計算機:pxeブート

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
自作クラスタ計算機:pxeブート [2026/07/04 05:45] – [Ubuntu serverのインストール] koudai自作クラスタ計算機:pxeブート [2026/07/09 00:59] (current) – [BIOSを使う場合] koudai
Line 92: Line 92:
  
 <file - /etc/exports> <file - /etc/exports>
-/srv/nfs/compute-root  192.168.1.0/24(rw,no_root_squash,no_subtree_check,async)+/srv/nfs/compute-root  192.168.0.0/24(rw,no_root_squash,no_subtree_check,async)
 </file> </file>
  
Line 117: Line 117:
  
   - BIOSによるPXEブートのブートローダーをインストール<code>   - BIOSによるPXEブートのブートローダーをインストール<code>
-sudo apt install -y pxelinux syslinux-common+sudo apt install -y pxelinux syslinux-common
 </code> </code>
   - TFTPの公開ディレクトリを作成し、PXE用のブートローダーをコピー<code>   - TFTPの公開ディレクトリを作成し、PXE用のブートローダーをコピー<code>
Line 257: Line 257:
 $ sudo chroot /srv/nfs/compute-root $ sudo chroot /srv/nfs/compute-root
 </code> </code>
-  - パッケージリストの更新<code>+  - Ubuntu Serverの標準環境(最小構成)を一括インストール ※少し容量が大きいで数分かかります<code>
 $ apt update $ apt update
-</code> 
-  - Ubuntu Serverの標準環境(最小構成)を一括インストール ※少し容量が大きいので数分かかります<code> 
 $ apt install -y ubuntu-server $ apt install -y ubuntu-server
 </code> </code>
自作クラスタ計算機/pxeブート.1783111552.txt.gz · Last modified: 2026/07/04 05:45 by koudai