Ask Klaus
Suspended State
Hi Klaus: I switched to Debian last year, coming from Windows XP. What a great experience! Nevertheless, I'm still learning a lot, and sometimes I get surprised.
I have a laptop and a desktop, both quad-cores with 8GB memory, with Debian Wheezy 64-bit running fine. When I prepare a presentation, I like to set up everything, start required applications, open documents, and put my laptop to Hibernate using the user menu. (I don't use Suspend because of my dying battery.) But the behavior is strange: The laptop saves its context, shuts down, restarts, and restores the context. I cannot get it to hibernate. The same thing happens on the desktop! Did I miss a parameter in Wheezy? Thanks for your help. Best regards, Fred
Answer: For "suspend to disk" (which is what is commonly meant by "hibernate"), you need a kernel option in the APPEND
command line of your bootloader that tells the system on which partition the data should be saved to and restored from later. It is usually the swap partition, and it should be somewhat larger than the physical RAM present.
Example: Your RAM size is 8GB, the swap partition shown with
cat /proc/swaps
in the shell is /dev/sda2
, and it's at least 8GB in size. In this case, the correct boot command line for working hibernation would be:
resume=/dev/sda2
You can set it in your GRUB configuration – in either the /etc/grub.d/*
or /etc/default/grub
file – then call grub-mkconfig
as root. For GRUB1, you simply change /boot/grub/menu.lst
. You can cause a suspend to disk manually with:
sync echo -n disk | sudo tee /sys/power/state
Unfortunately, not all notebooks can be convinced to suspend to disk and wake up again without more tuning. If the kernel still does not manage to freeze all processes and I/O resources, it will cancel the suspend procedure and immediately go back to the desktop, which is what you already have observed. You could also try the "suspend to memory" option, if you replace your notebook's battery with a good one, which may be an alternative if suspend to disk does not work. Try
sync echo -n disk | sudo tee /sys/power/state
for a quick test.
Booting via PXE
Dear Klaus, Trying to PXE-boot Knoppix 7.2 is virtually driving me crazy. Basically it works, but it works fine only if the booting client has an Intel E1000 network adapter. On others, the system seems to miss a matching network driver and the boot process breaks. As you might see from my article in a recent Linux Magazine [9], I do not seem to be a total dummy. I have a couple of other systems PXE booting fine already, including the most harmful Window$ PE. I think it worked even with previous Knoppix releases.
Any hints/ideas?
Kind regards, Fritz
Answer: I assume you were using the Knoppix terminal server to create the initial ramdisk needed for booting via PXE (Figure 1). Although kernel and ramdisk are transferred from the TFTP server by the bootloader without needing drivers, after the Linux kernel starts, you need indeed a matching kernel module for the specific network card in your computer (Figure 2), so that the Knoppix filesystem can be mounted via NFS.


To include everything necessary, Knoppix will build a set of network drivers and their dependencies based on a list of common PXE-capable network cards and a manual selection.
If, in spite of selecting the correct network card(s), the necessary modules are still not included in the ramdisk, it's a bug, and I would be glad if you email me the network card name and the module in question.
Infos
- NVidia code names: http://nouveau.freedesktop.org/wiki/CodeNames/
- Installing Ubuntu on a MacBook: https://help.ubuntu.com/community/MacBook
- Installing Ubuntu on a MacBook Pro: https://help.ubuntu.com/community/MacBookPro
- Linux on a Macintosh: http://www.tuxation.com/linux-on-mac.html
- "Ask Klaus!" by Klaus Knopper, Linux Magazine, issue 150, pg. 52: http://www.linuxpromagazine.com/Issues/2013/150/Ask-Klaus
- "Ask Klaus!" by Klaus Knopper, Linux Magazine, issue 157, pg. 56: http://www.linuxpromagazine.com/Issues/2013/157/Ask-Klaus
- CR2032 battery: http://en.wikipedia.org/wiki/CR2032_battery
- Midori: http://midori-browser.org
- "DHCP and DNS on Rasp Pi" by Friedrich Hotz, Linux Magazine, Issue 159, February 2014, pg. 30
« Previous 1 2
Buy this article as PDF
(incl. VAT)
Buy Linux Magazine
Direct Download
Read full article as PDF:
Price $2.95
News
-
KaOS 2022.06 Now Available With KDE Plasma 5.25
The newest iteration of KaOS Linux not only adds the latest KDE Plasma desktop but sets LibreOffice as the default.
-
Manjaro 21.3.0 Is Now Available
Manjaro “Ruah” has been released and includes the latest Calamares installer, GNOME 42, and much more.
-
SpiralLinux is a New Linux Distribution Focused on Simplicity
A new Linux distribution, from the creator of GeckoLinux, is a Debian-based operating system with a focus on simplicity and ease of use.
-
HP Dev One Linux Laptop is Now Available for Pre-Order
The System76/HP collaboration Dev One laptop, geared toward developers, is now available for pre-order.
-
NixOS 22.5 Is Now Available
The latest release of NixOS with a much-improved package manager and a user-friendly graphical installer.
-
System76 Teams up with HP to Create the Dev One Laptop
HP and System76 have come together to develop a new laptop, powered by Pop!_OS and aimed toward developers.
-
Titan Linux is a New KDE Linux Based on Debian Stable
Titan Linux is a new Debian-based Linux distribution that features the KDE Plasma desktop with a focus on usability and performance.
-
Danielle Foré Has an Update for elementary OS 7
Now that Ubuntu 22.04 has been released, the team behind elementary OS is preparing for the upcoming 7.0 release.
-
Linux New Media Launches Open Source JobHub
New job website focuses on connecting technical and non-technical professionals with organizations in open source.
-
Ubuntu Cinnamon 22.04 Now Available
Ubuntu Cinnamon 22.04 has been released with all the additions from upstream as well as other features and improvements.