| 1 | = Installatie op embedded systeem via serial en PXE = |
| 2 | |
| 3 | (dit is nog een concept) |
| 4 | |
| 5 | Fix pxelinux in /home/shares/tftp: |
| 6 | |
| 7 | {{{ |
| 8 | [Syn-3] root@kantoor2.datux.nl /home/shares/tftp# ls -l pxelinux.0 |
| 9 | -rwxr-xr-x 1 root root 16794 Apr 12 11:14 pxelinux.0* |
| 10 | |
| 11 | [Syn-3] root@kantoor2.datux.nl /home/shares/tftp# cat pxelinux.cfg/default |
| 12 | TIMEOUT 100 |
| 13 | PROMPT 1 |
| 14 | DEFAULT embedded |
| 15 | SERIAL 0 38400 |
| 16 | DISPLAY boot.txt |
| 17 | LABEL embedded |
| 18 | KERNEL embedded/bzImage |
| 19 | APPEND initrd=embedded/initrd.gz net_server=gateway net_iso=embedded/install.iso sup console=ttyS0,38400 ro root=/dev/ram0 init=/linuxrc ramdisk_size=64000 text cdroot cdboot |
| 20 | LABEL embeddedboot |
| 21 | KERNEL embedded/bzImage |
| 22 | APPEND initrd=embedded/initrd.gz net_server=gateway net_iso=embedded/install.iso sup console=ttyS0,38400 ro root=/dev/ram0 init=/linuxrc ramdisk_size=64000 text |
| 23 | LABEL normal |
| 24 | KERNEL normal/bzImage |
| 25 | APPEND initrd=normal/initrd.gz net_server=gateway net_iso=normal/install.iso sup console=tty1 ro root=/dev/ram0 init=/linuxrc ramdisk_size=64000 cdroot cdboot text |
| 26 | LABEL normalboot |
| 27 | KERNEL normal/bzImage |
| 28 | APPEND initrd=normal/initrd.gz net_server=gateway net_iso=normal/install.iso sup console=tty1 ro root=/dev/ram0 init=/linuxrc ramdisk_size=64000 text |
| 29 | LABEL bko |
| 30 | KERNEL gpxe.0 |
| 31 | |
| 32 | [Syn-3] root@kantoor2.datux.nl /home/shares/tftp# ls embedded/ |
| 33 | bzImage initrd.gz install.iso |
| 34 | |
| 35 | }}} |
| 36 | |
| 37 | Embedded kernel + init zitten in initrd_embedded en linux_embedded. |
| 38 | |
| 39 | Iso is normale installer iso. |
| 40 | |
| 41 | Zorg dat guest/guest-account bij tftp samba share kan. |
| 42 | |
| 43 | |
| 44 | |
| 45 | |
| 46 | |
| 47 | |
| 48 | |