User Tools

Site Tools


man:99-pub

Differences

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

Link to this comparison view

Next revision
Previous revision
man:99-pub [2022/04/06 04:25] – created wikiadminman:99-pub [2024/03/06 21:17] (current) wikiadmin
Line 1: Line 1:
 ====== LGL installation setup ====== ====== LGL installation setup ======
  
-======   ======+===== 1. Installation from ISO file ===== 
 + 
 +In order to install lgl from a USB stick, a DVD or directly from an iso image in an emulator such as qemu, you can download an installation iso image from here: 
 + 
 +[[http://laconian-linux.org/iso/current/|http://laconian-linux.org/iso/current/]] 
 + 
 +The following iso images are available: 
 + 
 +  * gaia-2.7-min-ser.iso: use this if you want a minimal install using a serial console 
 +  * gaia-2.7-min-vga.iso: use this if you want a minimal install on a computer with a graphical display 
 +  * gaia-2.7-dsk-vga.iso: use this if you want a desktop install on a computer with a graphical display 
 + 
 +To create a bootable USB stick from the image, there are several methods, the simplest on a Linux/Unix computer is: 
 +<code> 
 + 
 +sudo if=$iso_filename of=$dev_of_usb_stick bs=4M conv=fsync status=progress 
 + 
 +</code> 
 + 
 +===== 2. Installation via PXE ===== 
 + 
 +In order to install LGL via PXE, you can download a tar archive containing the needed files image from here: 
 + 
 + \\ [[http://laconian-linux.org/pxe/lgl-2.7/|http://laconian-linux.org/pxe/lgl-2.7/]] 
 + 
 +The following archives are available: 
 + 
 +  * pxeboot-gaia-2.7-ser.tar: use this if you want to install using a serial console 
 +  * pxeboot-gaia-2.7-vga.tar: use this if you want to install on a computer with a graphical display 
 + 
 +The chosen tar file then can be extracted into a directory for use in a PXE install. 
 + 
 +For dnsmsasq, the setup would be as follows: 
 + 
 +First, setup up the directory and put the contents of the archive in there: 
 +<code> 
 + 
 +mkdir -p /var/lib/misc/pxeboot-lgl27vga 
 +tar -C /var/lib/misc/pxeboot-lgl27vga -xvf pxeboot-gaia-2.7-vga.tar 
 + 
 +</code> 
 + 
 +Then, add these two lines to /etc/dnsmasq.conf 
 + 
 +<code> 
 +enable-tftp 
 +dhcp-boot=/var/lib/misc/pxeboot-lgl27vga/pxelinux.0 
 + 
 +</code> 
 + 
 +This implies you have already set-up dnsmasq as a dhcp server 
 + 
 +.
  
  
man/99-pub.1649211948.txt.gz · Last modified: by wikiadmin