-
Dear Maxim
Have you tried to bring this patch to the upstream linux kernel?
Do you know if any of the "forensic distributions" uses it?
Kind regards
KoSli
-
How can i make a screenshot? The keyboard button **PrtScn** does not work on my laptop
-
Hi,
I'm booting from an *UEFI* (and this is relevant) memorystick. I want to use the option `partconf=`. However, when using this USB with _different_ servers the disk configuration is different: n…
-
-
There is a http://grml.org/donations/ page, but not linked from the home page or the sponsors page.
(There is also a /tips page which links there, but itself is unlinked.)
Suggestion:
Either
…
-
```
if [ -n "$VMEFI" ]; then
parted -s "${TARGET}" 'mklabel gpt'
parted -s "${TARGET}" 'mkpart ESP fat32 1MiB 101MiB'
parted -s "${TARGET}" 'set 1 boot on'
parted -s "${TARGET}"…
-
Hi, a hit an issue with `zsh` that starting a new shell (by opening a new terminal, typing `zsh`, or benchmarking with `command time zsh -i -l -c ':'`) took ~300 ms, causing a noticeable, annoying del…
nh2 updated
11 months ago
-
**Describe the bug**
After dd’ing the ISO to a stick (and possibly adding another partition¹), it fails to boot because it cannot find the filesystem with the squashfs image. It hangs:
![IMG_3374]…
-
From the grml-devel mailing list:
```
Then I noticed that the grml96-full image has at least one different
text inside the "Additional boot entries for:" menus compared to the
grml64-full image …
-
```
What steps will reproduce the problem?
1. subversion build-essential zlib1g-dev zlib1g installed, machine is also
used to compile/make/extract debian packages
2. Attempt to extract firmware by …