BTS

Issue1273

Title booting via PXE fails with grml96
Priority bug Status resolved
Superseder Nosy List jimmy, mika
Assigned To Topics

Created on 2013-09-13.09:25:46 by mika, last changed 2014-03-30.08:58:24 by mika.

Messages
msg4766 (view) Author: mika Date: 2014-03-30.08:58:24
Jimmy reported that it's working fine now, thanks to his work in
grml-terminalserver. Thanks!

regards,
-mika-
msg4764 (view) Author: mika Date: 2014-03-28.09:45:31
Michael Prokop <mika@grml.org> has uploaded a package that may fix your bug.
Please test the package and inform the maintainer whether
version 0.101.0 of grml-terminalserver works as intended or not.

Thank you

The changelog is attached below

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Fri, 28 Mar 2014 10:31:35 +0100
Source: grml-terminalserver
Binary: grml-terminalserver
Architecture: source all
Version: 0.101.0
Distribution: grml-testing
Urgency: medium
Maintainer: Michael Gebetsroither <gebi@grml.org>
Changed-By: Michael Prokop <mika@grml.org>
Description: 
 grml-terminalserver - terminalserver for grml to boot via PXE
Changes: 
 grml-terminalserver (0.101.0) grml-testing; urgency=medium
 .
   [ Andreas "Jimmy" Gredler ]
   * [a843783] Get rid of code which breaks Multi-ISO boot
     [Testing: issue1273]
   * [876ee70] Remove old grub support
 .
   [ Michael Prokop ]
   * [f47343b] grub-pxelinux_config: use shell features for directory
     browsing
Checksums-Sha1: 
 3b92da4475e790a93f088ff85bf0648262c2d6af 1010 grml-terminalserver_0.101.0.dsc
 5907a89ef2773c254f38dcdf303ce8a941b9f5c3 22727 grml-terminalserver_0.101.0.tar.gz
 c76dd2c4bfd26cd342d8d1469ae60aed07c430e9 22548 grml-terminalserver_0.101.0_all.deb
Checksums-Sha256: 
 26eb8d4f0bf6829ea0132e2bde9f63000cd139af9f8efc6e135c4592a8c5b327 1010 grml-terminalserver_0.101.0.dsc
 5a553da0c0fdc4071cb243541aa9cb645025ff15d6ba729c744ea175daab32ab 22727 grml-terminalserver_0.101.0.tar.gz
 9c95b336bb8135350e08c81d3fe97f98ce9cf030db59383c7c24da2a6f2579c7 22548 grml-terminalserver_0.101.0_all.deb
Files: 
 594d369adf657e1190a45132f83bf53d 1010 net optional grml-terminalserver_0.101.0.dsc
 30bceb49a9f9874af79d39cac355b3bd 22727 net optional grml-terminalserver_0.101.0.tar.gz
 d775d9006656d5aff31bf3b46c0e2ecb 22548 net optional grml-terminalserver_0.101.0_all.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iEYEARECAAYFAlM1QncACgkQ2N9T+zficuipuwCfV/rCJyVJ4kN1/wTs28KBK1Ne
zVkAn2Ys87o0D7EHlRUH3rzai6ENWblA
=ep+r
-----END PGP SIGNATURE-----
msg4755 (view) Author: mika Date: 2014-03-27.11:57:36
Jimmy,

if you could address the notes I made in your pull request we might be able to
include it for the stable release. :)

regards,
-mika-
msg4754 (view) Author: mika Date: 2014-03-27.11:43:11
https://github.com/grml/grml-terminalserver/pull/1 seems to address this one
(thanks, Jimmy!) - I'm not sure though whether we can include it in the stable
release, checking with the other folks :)
msg4612 (view) Author: mika Date: 2013-09-13.09:25:46
When executing grml-terminalserver on grml96 then booting from a client via PXE fails if you're selecting the grml64 flavour (it works 
fine for the grml32 one though).

This is caused by serving /var/lib/tftpboot/vmlinuz and initrd which are copied from the 32bit flavour when running in the grml96 setup 
-> we can't handle multiple kernels/initrds yet. We would have to copy kernels/initrds without overwriting each other and then also 
rewrite the /var/lib/tftpboot/*.cfg files to select the proper files depending on what you want to boot.

Issue identified by following a problem reported by opiwahn on IRC.
History
Date User Action Args
2014-03-30 08:58:24mikasetstatus: testing -> resolved
messages: + msg4766
2014-03-28 09:45:31mikasetstatus: chatting -> testing
messages: + msg4764
2014-03-27 11:57:36mikasetnosy: + jimmy
messages: + msg4755
2014-03-27 11:43:11mikasetstatus: unread -> chatting
messages: + msg4754
2013-09-13 09:25:46mikacreate