A page in your DokuWiki was added or changed. Here are the details:
Date : 2016/12/15 02:38
Browser : Mozilla/5.0 (Windows NT 6.1; WOW64; rv:45.0) Gecko/20100101 Firefox/45.0
IP-Address : 78.43.90.159
Hostname : HSI-KBW-078-043-090-159.hsi4.kabel-badenwuerttemberg.de
Old Revision: http://wiki.x2go.org/doku.php/doc:howto:tce?rev=1481769077
New Revision: http://wiki.x2go.org/doku.php/doc:howto:tce
Edit Summary: [Building your own netbootable X2Go-TCE image]
User : stefanbaur
@@ -155,10 +155,22 @@
=== Adding the configuration files to your Boot Server ===
Again, this is assuming you already have an existing, working PXE/TFTP server setup.
* Change to the ./pxelinux.cfg directory.
- * create a subdirectory there and change into it:
+ * create a file x2go-tce there, using the following template and adjusting it to your needs:
<code>
- mkdir x2go-tce
- cd x2go-tce
+ DEFAULT x2go
+ PROMPT 0
+ MENU TITLE Linux Boot Menu
+ MENU COLOR TITLE 1 #ffffff
#000000 std
+ MENU COLOR SEL 0 #ffffff #444444 std
+ MENU COLOR TABMSG 0 #999933 #000000 std
+ MENU COLOR UNSEL 0 #aaaaaa
+
+ LABEL x2go
+ TIMEOUT 50
+ MENU LABEL X2Go
+ KERNEL x2go-tce/vmlinuz
+ APPEND initrd=x2go-tce/initrd.img boot=live components noswap aufs rd.luks=0 rd.lvm=0 rd.md=0 rd.dm=0 vconsole.keymap=de kernel.sysrq=1 keep_bootcon sysrq_always_enabled rd.driver.pre=loop rd.noverifyssl rd.skipfsck rd.live.overlay.check rd.live.overlay.reset rd.live.ram log_buf_len=1M quickreboot lang=de locales=de_DE.UTF-8 keyboard-layouts=de consoleblank=0 kernel.sysrq=1 keep_bootcon sysrq_always_enabled rootwait=120 silent quiet splash fetch=http://your-http-server-ip-here/x2go-tce/filesystem.squashfs sessionsurl=http://your-http-server-ip-here/x2go-demo/sessions
+
</code>
*
--
This mail was generated by DokuWiki at
http://wiki.x2go.org/
A page in your DokuWiki was added or changed. Here are the details:
Date : 2016/12/15 02:31
Browser : Mozilla/5.0 (Windows NT 6.1; WOW64; rv:45.0) Gecko/20100101 Firefox/45.0
IP-Address : 78.43.90.159
Hostname : HSI-KBW-078-043-090-159.hsi4.kabel-badenwuerttemberg.de
Old Revision: http://wiki.x2go.org/doku.php/doc:howto:tce?rev=1481768745
New Revision: http://wiki.x2go.org/doku.php/doc:howto:tce
Edit Summary: [Building your own netbootable X2Go-TCE image]
User : stefanbaur
@@ -155,5 +155,10 @@
=== Adding the configuration files to your Boot Server ===
Again, this is assuming you already have an existing, working PXE/TFTP server setup.
* Change to the ./pxelinux.cfg directory.
+ * create a subdirectory there and change into it:
+ <code>
+ mkdir x2go-tce
+ cd x2go-tce
+ </code>
*
--
This mail was generated by DokuWiki at
http://wiki.x2go.org/
A page in your DokuWiki was added or changed. Here are the details:
Date : 2016/12/15 02:25
Browser : Mozilla/5.0 (Windows NT 6.1; WOW64; rv:45.0) Gecko/20100101 Firefox/45.0
IP-Address : 78.43.90.159
Hostname : HSI-KBW-078-043-090-159.hsi4.kabel-badenwuerttemberg.de
Old Revision: http://wiki.x2go.org/doku.php/doc:howto:tce?rev=1481768573
New Revision: http://wiki.x2go.org/doku.php/doc:howto:tce
Edit Summary: [Building your own netbootable X2Go-TCE image]
User : stefanbaur
@@ -122,9 +122,9 @@
</code>
=== Adding the X2Go-TCE files to your Boot and Web Server(s) ===
- This is assuming you already have a PXE/TFTP and HTTP or FTP setup.
+ This is assuming you already have an existing, working PXE/TFTP and HTTP or FTP server setup.
Once you see the message "Build is done:", go to the directory mentioned there, and copy x2go-tce-vmlinuz and x2go-tce-initrd.img to a suitable subdirectory under your TFTP root.
We suggest using ./x2go-tce.
@@
-153,4 +153,7 @@
**Note that you MUST use an IP address. X2Go-TCE WILL NOT WORK with a DNS name, even though this test here will accept IPs and DNS names alike.**
</note>
=== Adding the configuration files to your Boot Server ===
+ Again, this is assuming you already have an existing, working PXE/TFTP server setup.
+ * Change to the ./pxelinux.cfg directory.
+ *
--
This mail was generated by DokuWiki at
http://wiki.x2go.org/
A page in your DokuWiki was added or changed. Here are the details:
Date : 2016/12/15 02:22
Browser : Mozilla/5.0 (Windows NT 6.1; WOW64; rv:45.0) Gecko/20100101 Firefox/45.0
IP-Address : 78.43.90.159
Hostname : HSI-KBW-078-043-090-159.hsi4.kabel-badenwuerttemberg.de
Old Revision: http://wiki.x2go.org/doku.php/doc:howto:tce?rev=1481768484
New Revision: http://wiki.x2go.org/doku.php/doc:howto:tce
Edit Summary: [Building your own netbootable X2Go-TCE image]
User : stefanbaur
@@ -120,9 +120,9 @@
cd ..
fi
</code>
- === Adding the files to your Boot and Web server ===
+ === Adding the X2Go-TCE files to your Boot and Web Server(s) ===
This is assuming you already have a PXE/TFTP and HTTP or FTP setup.
Once you see the message "Build is done:", go to the directory mentioned there, and copy x2go-tce-vmlinuz and x2go-tce-initrd.img to a suitable subdirectory under your TFTP root.
@@ -151,4 +151,6 @@
In case of an FTP URL, replace http with ftp
in the example above.
**Note that you MUST use an IP address. X2Go-TCE WILL NOT WORK with a DNS name, even though this test here will accept IPs and DNS names alike.**
</note>
+
+ === Adding the configuration files to your Boot Server ===
--
This mail was generated by DokuWiki at
http://wiki.x2go.org/
A page in your DokuWiki was added or changed. Here are the details:
Date : 2016/12/15 02:21
Browser : Mozilla/5.0 (Windows NT 6.1; WOW64; rv:45.0) Gecko/20100101 Firefox/45.0
IP-Address : 78.43.90.159
Hostname : HSI-KBW-078-043-090-159.hsi4.kabel-badenwuerttemberg.de
Old Revision: http://wiki.x2go.org/doku.php/doc:howto:tce?rev=1481768471
New Revision: http://wiki.x2go.org/doku.php/doc:howto:tce
Edit Summary: [Building your own netbootable X2Go-TCE image]
User : stefanbaur
@@ -148,6 +148,7 @@
wget -Y off http://your-http-server-ip-here/
wget -Y off http://your-http-server-ip-here/x2go-tce/x2go-tce-filesystem.squashfs
</code>
In case of an FTP URL, replace http with ftp in the example above.
+
**Note that you MUST use an IP address. X2Go-TCE WILL NOT WORK with a DNS name, even though this test here will accept IPs and DNS names alike.**
</note>
--
This mail was generated by DokuWiki at
http://wiki.x2go.org/
A page in your DokuWiki was added or changed. Here are the details:
Date : 2016/12/15 02:21
Browser : Mozilla/5.0 (Windows NT 6.1; WOW64; rv:45.0) Gecko/20100101 Firefox/45.0
IP-Address : 78.43.90.159
Hostname : HSI-KBW-078-043-090-159.hsi4.kabel-badenwuerttemberg.de
Old Revision: http://wiki.x2go.org/doku.php/doc:howto:tce?rev=1481768311
New Revision: http://wiki.x2go.org/doku.php/doc:howto:tce
Edit Summary: [Building your own netbootable X2Go-TCE image]
User : stefanbaur
@@ -147,5 +147,7 @@
<code> cd $(mktemp -d)
wget -Y off http://your-http-server-ip-here/
wget -Y off http://your-http-server-ip-here/x2go-tce/x2go-tce-filesystem.squashfs
</code>
+ In case of an FTP URL, replace http with ftp in the example above.
+ **Note that you MUST use an IP address. X2Go-TCE WILL NOT WORK with a DNS name, even though this test here will accept IPs and DNS names alike.**
</note>
--
This mail was generated by DokuWiki at
http://wiki.x2go.org/
A page in your DokuWiki was added or changed. Here are the details:
Date : 2016/12/15 02:18
Browser : Mozilla/5.0 (Windows NT 6.1; WOW64; rv:45.0) Gecko/20100101 Firefox/45.0
IP-Address : 78.43.90.159
Hostname : HSI-KBW-078-043-090-159.hsi4.kabel-badenwuerttemberg.de
Old Revision: http://wiki.x2go.org/doku.php/doc:howto:tce?rev=1481768103
New Revision: http://wiki.x2go.org/doku.php/doc:howto:tce
Edit Summary: [Building your own netbootable X2Go-TCE image]
User : stefanbaur
@@ -124,20 +124,28 @@
=== Adding the files to your Boot and Web server ===
This is assuming you already have a PXE/TFTP and HTTP or FTP setup.
- Once you see the message "Build is done:", go to the directory mentioned there, and copy
- x2go-tce-vmlinuz and x2go-tce-initrd.img to a suitable subdirectory under your TFTP root.
+ Once you see the message "Build is done:", go to the directory mentioned there, and copy x2go-tce-vmlinuz and x2go-tce-initrd.img to a suitable subdirectory
under your TFTP root.
We suggest using ./x2go-tce.
- <note tip>To verify that both your installation in general and the newly copied files are reachable, use a TFTP client - we suggest atftp - and perform these steps:
+
+ <note tip>To verify that both your installation in general and the newly copied files are reachable via TFTP, use a TFTP client - we suggest atftp - and perform these steps:
<code> cd $(mktemp -d)
atftp your-tftp-server-ip-here
tftp> get pxelinux.cfg/default
tftp> get x2go-tce/x2go-tce-vmlinuz
tftp> get x2go-tce/x2go-tce-initrd.img
tftp> quit
</code>
</note>
- Copy x2go-tce-filesystem.squashfs from the directory mentioned after "Build is done:" to a suitable subdirectory under your HTTP or FTP root.
+
+ Next, copy x2go-tce-filesystem.squashfs from the directory mentioned after "Build is done:" to a suitable subdirectory under your HTTP or FTP root.
We suggest using ./x2go-tce.
+
+ <note tip>To verify that both your installation
in general and the newly copied file are reachable via HTTP or FTP, use an HTTP/FTP client - we suggest wget - and perform these steps:
+ <code> cd $(mktemp -d)
+ wget -Y off http://your-http-server-ip-here/
+ wget -Y off http://your-http-server-ip-here/x2go-tce/x2go-tce-filesystem.squashfs
+ </code>
+ </note>
--
This mail was generated by DokuWiki at
http://wiki.x2go.org/
A page in your DokuWiki was added or changed. Here are the details:
Date : 2016/12/15 02:15
Browser : Mozilla/5.0 (Windows NT 6.1; WOW64; rv:45.0) Gecko/20100101 Firefox/45.0
IP-Address : 78.43.90.159
Hostname : HSI-KBW-078-043-090-159.hsi4.kabel-badenwuerttemberg.de
Old Revision: http://wiki.x2go.org/doku.php/doc:howto:tce?rev=1481768080
New Revision: http://wiki.x2go.org/doku.php/doc:howto:tce
Edit Summary: [Building your own netbootable X2Go-TCE image]
User : stefanbaur
@@ -129,14 +129,15 @@
x2go-tce-vmlinuz and x2go-tce-initrd.img to a suitable subdirectory under your TFTP root.
We suggest using ./x2go-tce.
<note tip>To verify that both your installation in general and the newly copied files are reachable, use a TFTP client - we suggest atftp - and perform these steps:
- cd $(mktemp -d)
+ <code> cd $(mktemp -d)
atftp your-tftp-server-ip-here
tftp> get pxelinux.cfg/default
tftp> get x2go-tce/x2go-tce-vmlinuz
tftp> get
x2go-tce/x2go-tce-initrd.img
tftp> quit
+ </code>
</note>
Copy x2go-tce-filesystem.squashfs from the directory mentioned after "Build is done:" to a suitable subdirectory under your HTTP or FTP root.
We suggest using ./x2go-tce.
--
This mail was generated by DokuWiki at
http://wiki.x2go.org/
A page in your DokuWiki was added or changed. Here are the details:
Date : 2016/12/15 02:14
Browser : Mozilla/5.0 (Windows NT 6.1; WOW64; rv:45.0) Gecko/20100101 Firefox/45.0
IP-Address : 78.43.90.159
Hostname : HSI-KBW-078-043-090-159.hsi4.kabel-badenwuerttemberg.de
Old Revision: http://wiki.x2go.org/doku.php/doc:howto:tce?rev=1481766808
New Revision: http://wiki.x2go.org/doku.php/doc:howto:tce
Edit Summary: [Building your own netbootable X2Go-TCE image]
User : stefanbaur
@@ -121,4 +121,22 @@
fi
</code>
=== Adding the files to your Boot and Web server ===
+
+ This is assuming you already have a PXE/TFTP and HTTP or FTP setup.
+
+ Once you see the message "Build is done:", go to the directory mentioned there, and copy
+ x2go-tce-vmlinuz and x2go-tce-initrd.img to a suitable subdirectory under your TFTP root.
+
+ We suggest using ./x2go-tce.
+ <note tip>To verify that both your installation in general and the newly copied files are reachable, use a
TFTP client - we suggest atftp - and perform these steps:
+ cd $(mktemp -d)
+ atftp your-tftp-server-ip-here
+ tftp> get pxelinux.cfg/default
+ tftp> get x2go-tce/x2go-tce-vmlinuz
+ tftp> get x2go-tce/x2go-tce-initrd.img
+ tftp> quit
+ </note>
+ Copy x2go-tce-filesystem.squashfs from the directory mentioned after "Build is done:" to a suitable subdirectory under your HTTP or FTP root.
+
+ We suggest using ./x2go-tce.
--
This mail was generated by DokuWiki at
http://wiki.x2go.org/
A page in your DokuWiki was added or changed. Here are the details:
Date : 2016/12/15 01:53
Browser : Mozilla/5.0 (Windows NT 6.1; WOW64; rv:45.0) Gecko/20100101 Firefox/45.0
IP-Address : 78.43.90.159
Hostname : HSI-KBW-078-043-090-159.hsi4.kabel-badenwuerttemberg.de
Old Revision: http://wiki.x2go.org/doku.php/doc:howto:tce?rev=1481766697
New Revision: http://wiki.x2go.org/doku.php/doc:howto:tce
Edit Summary:
User : stefanbaur
@@ -119,4 +119,6 @@
fi
cd ..
fi
</code>
+
+ === Adding the files to your Boot and Web server ===
--
This mail was generated by DokuWiki at
http://wiki.x2go.org/