<?xml version="1.0"?>
<?xml-stylesheet type="text/css" href="https://knoppix.net/wiki3/skins/common/feed.css?303"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>https://knoppix.net/wiki3/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Tnm91</id>
		<title>Knoppix Documentation Wiki - User contributions [en]</title>
		<link rel="self" type="application/atom+xml" href="https://knoppix.net/wiki3/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Tnm91"/>
		<link rel="alternate" type="text/html" href="https://knoppix.net/wiki/Special:Contributions/Tnm91"/>
		<updated>2026-09-18T15:10:13Z</updated>
		<subtitle>User contributions</subtitle>
		<generator>MediaWiki 1.23.3</generator>

	<entry>
		<id>https://knoppix.net/wiki/PXE_FAQ</id>
		<title>PXE FAQ</title>
		<link rel="alternate" type="text/html" href="https://knoppix.net/wiki/PXE_FAQ"/>
				<updated>2005-10-30T02:57:08Z</updated>
		
		<summary type="html">&lt;p&gt;Tnm91: /* From the mailing list by Michael Bramer: */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==== Q: can i have multiple terminal server run simultaneously? so pxe client can choose wheter to boot ltsp or knoppix or clusterknoppix or damnsmalllinux, or other...?? ====&lt;br /&gt;
A: Yes, for instance, have a look at [http://syslinux.zytor.com/pxe.php PXELinux]  which allows you to make a menu (with submenus...).&lt;br /&gt;
&lt;br /&gt;
==== Q: is PXE + ssh possible?? ====&lt;br /&gt;
A:Yes SSH is possible from a PXE boot environment even if the environment is read-only.  When running in a read-only environment, SSH keys should be generated during the boot scripts and saved to a ram filesystem that will be cleared during a reset or powerdown.&lt;br /&gt;
&lt;br /&gt;
==== Q: What is PXE? ====&lt;br /&gt;
A: PXE stands for &amp;lt;b&amp;gt;'Preboot Execution Environment'&amp;lt;/b&amp;gt; and is part of Intels(tm) Wired for Management (WfM).&amp;lt;br&amp;gt;The &amp;lt;b&amp;gt;Linux Magazine&amp;lt;/b&amp;gt; has written a good article about &amp;lt;b&amp;gt;[http://www.linux-mag.com/2002-10/netbooting_01.html 'Network Booting']  - Please read it first&amp;lt;/b&amp;gt; to know about Network Booting and PXE&amp;lt;b&amp;gt;!&amp;lt;/b&amp;gt;&amp;lt;br&amp;gt;Intel offers 103 pages of [ftp://download.intel.com/labs/manage/wfm/download/pxespec.pdf PXE Specifications 2.1 (Sep. 20.1999)].&lt;br /&gt;
&lt;br /&gt;
==== Q: Where can I find more information about PXE &amp;amp; GNU/Linux? ====&lt;br /&gt;
*[http://www.linux-mag.com/2002-10/netbooting_01.html] (Reminder: good article 'Network Booting' (10/2002))&lt;br /&gt;
*[http://www.kegel.com/linux/pxe.html] (good place to start)&lt;br /&gt;
&lt;br /&gt;
==== Q: Can I boot via a PCMCIA-network-card? ====&lt;br /&gt;
A: Probably yes, but the boot rom-o-matic site does not support any PCMCIA cards. We still have to write a guide or a script to support this. Suggestions Welcome.&lt;br /&gt;
&lt;br /&gt;
- ''(Do you know more? Please add and comment here)''&lt;br /&gt;
&lt;br /&gt;
==== Q: How can I boot with PXE? ====&lt;br /&gt;
A: There are a number of possible routes:&lt;br /&gt;
#Modern BIOS with a PCI or an on-board network card (AFAIK no PCMCIA-cards)&lt;br /&gt;
#PXE-bootimage on a &amp;lt;b&amp;gt;floppy&amp;lt;/b&amp;gt;&lt;br /&gt;
#PXE-bootimage on a &amp;lt;b&amp;gt;cdrom&amp;lt;/b&amp;gt;&lt;br /&gt;
#PXE Capable &amp;lt;b&amp;gt;bootloader&amp;lt;/b&amp;gt; (e.g. [http://www.gnu.org/software/grub Grub])&lt;br /&gt;
#PXE-bootimage on the &amp;lt;b&amp;gt;hard drive&amp;lt;/b&amp;gt;&lt;br /&gt;
------------------------------------------------------------------&lt;br /&gt;
'''1. Modern Bios with a PCI or an on-board network card''' (AFAIK no PCMCIA-cards)&lt;br /&gt;
Go into your Bios and choose your NIC as primary Boot device.&lt;br /&gt;
At boottime you can configure this to use PXE and DHCP. You will probably have to enable Network booting before it shows up in the boot order menu, this depends on the particular Bios.&lt;br /&gt;
------------------------------------------------------------------&lt;br /&gt;
'''2. PXE with Floppy Quick-Tutorial:&lt;br /&gt;
(by Fabian)&lt;br /&gt;
&lt;br /&gt;
*Start Knoppix with CD on computer 1...&lt;br /&gt;
*Start knoppix-terminalserver (Choose the right network card you want to use in computer two which will boot from network)&lt;br /&gt;
*Make an floppydisk for you NIC (network interface card) from [http://www.rom-o-matic.net] ... (lzdsk)&lt;br /&gt;
*Write image to floppy&lt;br /&gt;
*'''dd if=eb-5.0.7-xx.lzdsk of=/dev/floppy&lt;br /&gt;
*Boot computer two from floppy ...&lt;br /&gt;
*Choose boot from network, when asked (press 'n')&lt;br /&gt;
*Finished&lt;br /&gt;
&lt;br /&gt;
===== From the mailing list by Michael Bramer: =====&lt;br /&gt;
 But beware, Openoffice takes more than 10 Minutes to start with 133MHz;-)), but it works,&lt;br /&gt;
 if you are not typing too fast!&lt;br /&gt;
 &lt;br /&gt;
 Shouldn't it run on the server?&lt;br /&gt;
 &lt;br /&gt;
 No, &amp;lt;b&amp;gt;it's a FAT client&amp;lt;/b&amp;gt;. The Server only exports the compressed images and&lt;br /&gt;
 the kernel, the software runs completely on the Clients, with access to&lt;br /&gt;
 local drives (if not being run in secure mode).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
To run a THIN client shouldn't be a big task.&lt;br /&gt;
&lt;br /&gt;
on the server:&lt;br /&gt;
* start the normal terminal server:&lt;br /&gt;
* start kdm/xdm/... with XDMCP&lt;br /&gt;
* maybe add user01 - user30 with empty passwords..&lt;br /&gt;
&lt;br /&gt;
on the client:&lt;br /&gt;
*  boot normally (like the FAT client) - use the following boot parameters : knoppix 2&lt;br /&gt;
*  Start X with `X -broadcast` or a `X -query $SERVER` (where $SERVER is the name or IP of your server)&lt;br /&gt;
&lt;br /&gt;
A remastered CD will also be able to create a hybrid thin-fat client where both involved hosts share their CPU power using openMosix or similar, (while still running their own programs from the image), however, pre-remastered CDs [e.g. ClusterKnoppix 3.6] with this capability are currently only available for dated versions of Knoppix, especially because of the restriction of this &amp;quot;technology&amp;quot; currently to 2.4 series kernels.&lt;br /&gt;
&lt;br /&gt;
------------------------------------------------------------------&lt;br /&gt;
'''3. PXE-boot image on a CD-ROM&lt;br /&gt;
&lt;br /&gt;
------------------------------------------------------------------&lt;br /&gt;
'''4. PXE Capable Bootloader (e.g. Grub)&lt;br /&gt;
see ''''man grub''', '''info grub''' and grub webpage&lt;br /&gt;
&lt;br /&gt;
Now here is a quote from&lt;br /&gt;
[http://www.gnu.org/manual/grub/html_mono/grub.html#Network]&lt;br /&gt;
for you about grub and PXE:&lt;br /&gt;
&lt;br /&gt;
 Booting from a network&lt;br /&gt;
 &lt;br /&gt;
 It is sometimes very useful to boot from a network, especially, when you use a machine&lt;br /&gt;
 which has no local disk.&lt;br /&gt;
 In this case, you need to obtain a   kind of Net Boot ROM, such as a PXE ROM or a free&lt;br /&gt;
 software package like Etherboot.&lt;br /&gt;
 Such a Boot ROM first boots the machine, sets up the network card   installed into the machine&lt;br /&gt;
 and downloads a second  stage boot image from the network.&amp;lt;br&amp;gt;&lt;br /&gt;
 Then, the second image will try to boot an operating system   from the network actually.&lt;br /&gt;
 &lt;br /&gt;
 GRUB provides two second stage images, nbgrub and pxegrub (see Images).&amp;lt;br&amp;gt;&lt;br /&gt;
 Those images are the same as the normal Stage 2,  except that they set up a network automatically,&lt;br /&gt;
 and try to load a configuration file from the network, if specified.&lt;br /&gt;
 The usage is very simple: If the machine has a PXE ROM, use pxegrub.&lt;br /&gt;
 If the machine has a NBI loader such as Etherboot,  use nbgrub.&lt;br /&gt;
 There is no difference between them but their formats.&lt;br /&gt;
 As how to load a second stage image you want to use should be described in the manual on your&lt;br /&gt;
 Net Boot ROM,  please refer to the manual, for more information.&lt;br /&gt;
 &lt;br /&gt;
 However, there is one thing specific to GRUB.&lt;br /&gt;
 Namely, how to specify a configuration file in a BOOTP/DHCP server.&lt;br /&gt;
 For now, GRUB uses the tag 150, to get the name of a configuration file.&lt;br /&gt;
 This below is an example about a BOOTP configuration:&lt;br /&gt;
 &lt;br /&gt;
 .allhost:hd=/tmp:bf=null:\&lt;br /&gt;
 :ds=145.71.35.1 145.71.32.1:\&lt;br /&gt;
 :sm=255.255.254.0:\&lt;br /&gt;
 :gw=145.71.35.1:\&lt;br /&gt;
 :sa=145.71.35.5:&lt;br /&gt;
 &lt;br /&gt;
 foo:ht=1:ha=63655d0334a7:ip=145.71.35.127:\&lt;br /&gt;
 :bf=/nbgrub:\&lt;br /&gt;
 :tc=.allhost:\&lt;br /&gt;
 :T150=&amp;quot;(nd)/tftpboot/menu.lst.foo&amp;quot;:&lt;br /&gt;
 &lt;br /&gt;
 Note that you should specify the drive name (nd) in the name of the configuration file.&lt;br /&gt;
 That is because you can change the root drive before downloading the configuration&lt;br /&gt;
 from the TFTP server,  when the preset menu feature is used (see Preset Menu)&lt;br /&gt;
 &lt;br /&gt;
 See the manual about your BOOTP/DHCP server, for more information.&lt;br /&gt;
 The exact syntax should differ from the example, more or less.&lt;br /&gt;
&lt;br /&gt;
==== Tip: Grub====&lt;br /&gt;
You should be familar with [http://en.wikipedia.org/wiki/GRUB grub] before tring this. Take time to learn&lt;br /&gt;
grub from the ground on and you will enjoy grub!&lt;br /&gt;
&lt;br /&gt;
------------------------------------------------------------------&lt;br /&gt;
'''5. PXE-bootimage on hd&lt;br /&gt;
''see 4. bootloader (grub)''&lt;br /&gt;
------------------------------------------------------------------&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
This wiki-page was revised by:&lt;br /&gt;
Robert Michel, thadk&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category : FAQ Page]]&lt;/div&gt;</summary>
		<author><name>Tnm91</name></author>	</entry>

	<entry>
		<id>https://knoppix.net/wiki/Bugs/3.9-2005-05-27</id>
		<title>Bugs/3.9-2005-05-27</title>
		<link rel="alternate" type="text/html" href="https://knoppix.net/wiki/Bugs/3.9-2005-05-27"/>
				<updated>2005-06-10T16:16:26Z</updated>
		
		<summary type="html">&lt;p&gt;Tnm91: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;List V3.9 2005-05-27 bugs here&lt;br /&gt;
&lt;br /&gt;
1.) It seems that [http://www.knoppix.net/forum/viewtopic.php?p=85330#85330 v3.9's UnionFS has broken Debian package management]. To reproduce the bug: Boot Knoppix V3.9, download a package &amp;amp; install it.&lt;br /&gt;
&lt;br /&gt;
 wget http://debian.mirrors.pair.com/pool/main/a/aterm/aterm_0.4.2-11_i386.deb&lt;br /&gt;
 sudo dpkg -i aterm_0.4.2-11_i386.deb&lt;br /&gt;
&lt;br /&gt;
--[[User:UnderScore|UnderScore]] 20:02, 3 Jun 2005 (GMT)&lt;br /&gt;
&lt;br /&gt;
Confirmed. Note that apt-get update; apt-get upgrade gets partially through an install before freezing, not all packages trigger this bug.&lt;br /&gt;
&lt;br /&gt;
--[[User:Nosknoppix|Nosknoppix]] 12:21, 6 Jun 2005 (GMT)&lt;br /&gt;
&lt;br /&gt;
2.) The &amp;quot;ub&amp;quot; kernel module is still compiled into the kernel.  This prevents Knoppix from booting on USB CD/DVD-ROMs.  &amp;lt;a href=&amp;quot;http://linux.usc.edu/pipermail/usclug-chat/2004-December/000111.html&amp;quot;&amp;gt;This has been known since Linux 2.6.9&amp;lt;/a&amp;gt;.  --[[User:PopeFelix|PopeFelix]] 16:29, 4 Jun 2005 (GMT)&lt;br /&gt;
&lt;br /&gt;
3.) Please config out CONFIG_BLK_DEV_UB (the ub driver). This driver has the bizzare side effect of stopping the usb-storage driver from ever seeing a USB device, irrespective of whether the ub module is loaded or not. As PopeFelix noted, this stops knoppix being able to use USB CD/DVD drives. One reason I have switched to kanotix is that absence of the ub driver.&lt;br /&gt;
&lt;br /&gt;
4.) Please use the &amp;quot;ati&amp;quot; driver for ATI Radeon 7000 based video cards. Mine was detected properly, but the generic &amp;quot;vesa&amp;quot; driver was loaded, so no 3D for me!!&lt;br /&gt;
&lt;br /&gt;
markn1ugm&lt;br /&gt;
&lt;br /&gt;
5.) When I try to go to the System Configuration menu item under Quick Browser the KDE menu bar disappears and I cannot get it to come back.  This also happened once when trying to load Firefox, which never loaded.  &lt;br /&gt;
&lt;br /&gt;
6.) When shuting the system down, HP ze4610us, the shutdown hangs completely right after sending the kill signal.&lt;br /&gt;
&lt;br /&gt;
7.) I have not tried my usb flash drive but will next to see if the ub driver problem above hits me as well&lt;br /&gt;
&lt;br /&gt;
8.) Unable to boot on a Toshiba Satellite Pro 6000 laptop with a NTFS partition. Boots correctly everywhere with a FAT32 partition on the disk. For more informations and investigations, [[http://www.knoppix.net/forum/viewtopic.php?t=18245 see this topic]].&lt;br /&gt;
&lt;br /&gt;
9.) Unable to boot: kernel Oops PREEMPT SMP on dual 231MHz Pentium Pro server, &amp;quot;balboa&amp;quot; class (BIOS:&lt;br /&gt;
  AMIBIOS (C) AMI 02/02/1995 Date:-02/02/95&lt;br /&gt;
  BIOS Version 0.04.05.DA0  Beta 5.04 Production Candidate )&lt;br /&gt;
Runs RedHat 7.3, 8.0, 9; boots Debian sarge netinst and Fedora Core 3 installer OK.&lt;br /&gt;
&amp;quot;boot: knoppix lang=us nopcmcia noagp noapm nomce noddc&amp;quot;&lt;br /&gt;
produces &amp;quot;You passed an undefined mode number ...&amp;quot; [for VGA]&lt;br /&gt;
Selecting any of modes 80x25, 80x34, 80x43, 80x50 then gives:&lt;br /&gt;
-----&lt;br /&gt;
 audit(1118362598.471:0): initialized&lt;br /&gt;
 Unable to handle kernel NULL pointer dereference at virtual address 00000050&lt;br /&gt;
  printing eip:&lt;br /&gt;
 *pde = 00000000&lt;br /&gt;
 Ooops: 0000 [#1]&lt;br /&gt;
 PREEMPT SMP&lt;br /&gt;
 Modules linked in:&lt;br /&gt;
 CPU: 0&lt;br /&gt;
 EIP: 0060:[&amp;lt;c1087768&amp;gt;]     Not tainted VLI&lt;br /&gt;
 EFLAGS: 00010286   (2.6.11)&lt;br /&gt;
 EIP is at sysfs_hash_and_remove+0x8/0xdc&lt;br /&gt;
 eax: 00000000  ebx: c0434638  ecx: c03752b8  edx: 00000200&lt;br /&gt;
 esi: c0434638  edi: c03753ac  ebp: caeb7280  esp: c12b3e5c&lt;br /&gt;
 ds: 007b  es: 007b  ss: 0068&lt;br /&gt;
 Process swapper (pid:1, ...)&lt;br /&gt;
 Stack: c0434638 c0434638 ...&lt;br /&gt;
 Call Trace:&lt;br /&gt;
 [&amp;lt;c020c47a&amp;gt;] device_release_driver:0x1a/0x60&lt;br /&gt;
 [&amp;lt;c020c661&amp;gt;] bus_remove_device+0x3d/0x6c&lt;br /&gt;
             device_del+0x3f&lt;br /&gt;
             device_unregister+0xb&lt;br /&gt;
             ide_unregister+0x32d&lt;br /&gt;
             ide_register_hw_with_fixup+0x161&lt;br /&gt;
             ide_register_hw+0xf&lt;br /&gt;
             idepnp_probe+0x9a&lt;br /&gt;
             match_device+0x24&lt;br /&gt;
              . . .&lt;br /&gt;
             ide_init+0x44&lt;br /&gt;
             do_initcalls+0x27&lt;br /&gt;
             init+0x78&lt;br /&gt;
             init+0&lt;br /&gt;
             kernel_thread_helper+0x5&lt;br /&gt;
 Code: 89 92 74 03 89 50 04 c7 41 ...&lt;br /&gt;
-----&lt;br /&gt;
This is 100% reproducible, but I got tired of copying down all the numbers.&lt;br /&gt;
&amp;quot;boot: failsafe&amp;quot; works, but all I get is a shell and a few commands (no install).&lt;br /&gt;
&lt;br /&gt;
lspci says:&lt;br /&gt;
-----&lt;br /&gt;
 00:00.0 Host bridge: Intel Corp. 440FX - 82441FX PMC [Natoma] (rev 02)&lt;br /&gt;
 00:0f.0 USB Controller: NEC Corporation USB (rev 41)&lt;br /&gt;
 00:0f.1 USB Controller: NEC Corporation USB (rev 41)&lt;br /&gt;
 00:0f.2 USB Controller: NEC Corporation USB 2.0 (rev 02)&lt;br /&gt;
 00:12.0 ISA bridge: Intel Corp. 82371SB PIIX3 ISA [Natoma/Triton II] (rev 01)&lt;br /&gt;
 00:12.1 IDE interface: Intel Corp. 82371SB PIIX3 IDE [Natoma/Triton II]&lt;br /&gt;
 00:14.0 PCI bridge: Digital Equipment Corporation DECchip 21152 (rev 01)&lt;br /&gt;
 01:05.0 SCSI storage controller: Adaptec AIC-7880U&lt;br /&gt;
 01:0a.0 Ethernet controller: Intel Corp. 82557/8/9 [Ethernet Pro 100] (rev 01)&lt;br /&gt;
 01:0f.0 VGA compatible controller: Cirrus Logic GD 5430/40 [Alpine] (rev 22)&lt;br /&gt;
-----&lt;br /&gt;
There is 176MB RAM, SCSI CD-ROM, 2 (E)IDE disks on only one channel.&lt;br /&gt;
&lt;br /&gt;
--&lt;br /&gt;
[[User:jreiser|jreiser]] 02:15, 10 Jun 2005 (UTC)&lt;br /&gt;
&lt;br /&gt;
10.) Knoppix always and only tries to load the vesa and fb drivers for X.  Even if another driver [e.g. i810] is detected.  X worked on most machines in 3.7, but many are broken in 3.9 now.  Maybe consider reverting X's config or modifying the script? --[[User:tnm91|tnm91]] 17:29, 10 Jun 2005 (GMT)&lt;/div&gt;</summary>
		<author><name>Tnm91</name></author>	</entry>

	</feed>