Ask Klaus
Ask Klaus

Klaus Knopper answers your Linux questions.
UEFI Boot Problems
I just bought a new Lenovo Notebook, and I'm trying to start Knoppix from USB flash disk. Knoppix seems to start to a certain point, but then I get no graphics, just a black screen. None of the cheatcodes seem to help. What happens, how to fix?
With the recent versions, Knoppix supports booting on UEFI-enabled computers. However, the graphics card in UEFI boot mode is set to a VESA graphics mode by the firmware, not to "text mode" as known for non-UEFI systems. A visible indication of this is the missing boot logo and the fact that after the kernel has loaded, the usual text messages that indicate progress during the Knoppix boot are missing until the mode setting kicks in and resets the screen resolution. Because the graphics chipset had been in a VESA mode previously, the X server can fail to set the native resolution; hence, the "black screen" or system freeze effect that you observed.
The only workaround I found so far is disabling UEFI and reverting to Legacy or CSM (compatibility support module) boot mode, which re-enables text mode for the bootloader and puts the graphics card in a default mode that lets Xorg start normally. Some notebooks, especially MacBooks with DVD drives, do not boot in UEFI mode automatically when selecting to boot from CD or DVD. For this purpose, the Knoppix "boot-only" CD is useful. An ISO for the CD resides in the KNOPPIX
folder. The boot-only CD starts the bootloader and kernel from the CD, then searches for other drives that contain the KNOPPIX
folder (e.g., a USB flash disk), and continues booting from there.
Joining PDFs
Is there a simple way to concatenate several hundred PDF files into a single, continuous PDF under Linux?
The easiest way that requires no special program is using the PostScript/PDF interpreter Ghostscript directly. The original command line is somewhat lengthy, so I usually put this in a script (e.g., pdfcat.sh
):
#!/bin/bash gs -q -sPAPERSIZE=a4 -dNOPAUSE -dBATCH -sDEVICE=pdfwrite -sOutputFile=- "$@"
If you need a different paper size than A4 (e.g., letter), change the PAPERSIZE
option accordingly.
The syntax for concatenating all files in a directory is:
pdfcat.sh directory/*.pdf > all.pdf
Buy this article as PDF
(incl. VAT)
Buy Linux Magazine
Direct Download
Read full article as PDF:
Price $2.95
Subscribe to our Linux Newsletters
Find Linux and Open Source Jobs
Subscribe to our ADMIN Newsletters
Find SysAdmin Jobs
News
-
LibreOffice 7.5 has Arrived and is Loaded with New Features and Improvements
The favorite office suite of the Linux community has a new release that includes some visual refreshing and new features across all modules.
-
The Next Major Release of Elementary OS Has Arrived
It's been over a year since the developers of elementary OS released version 6.1 (Jólnir) but they've finally made their latest release (Horus) available with a renewed focus on the user.
-
KDE Plasma 5.27 Beta Is Ready for Testing
The latest beta iteration of the KDE Plasma desktop is now available and includes some important additions and fixes.
-
Netrunner OS 23 Is Now Available
The latest version of this Linux distribution is now based on Debian Bullseye and is ready for installation and finally hits the KDE 5.20 branch of the desktop.
-
New Linux Distribution Built for Gamers
With a Gnome desktop that offers different layouts and a custom kernel, PikaOS is a great option for gamers of all types.
-
System76 Beefs Up Popular Pangolin Laptop
The darling of open-source-powered laptops and desktops will soon drop a new AMD Ryzen 7-powered version of their popular Pangolin laptop.
-
Nobara Project Is a Modified Version of Fedora with User-Friendly Fixes
If you're looking for a version of Fedora that includes third-party and proprietary packages, look no further than the Nobara Project.
-
Gnome 44 Now Has a Release Date
Gnome 44 will be officially released on March 22, 2023.
-
Nitrux 2.6 Available with Kernel 6.1 and a Major Change
The developers of Nitrux have officially released version 2.6 of their Linux distribution with plenty of new features to excite users.
-
Vanilla OS Initial Release Is Now Available
A stock GNOME experience with on-demand immutability finally sees its first production release.