Language Selection

English French German Italian Portuguese Spanish

Freshly Squeezed Debian: Installing from Live DVD

Filed under
Reviews

Last month, the Debian Live Project released live CD and DVD images of the next version of Debian, codenamed "Squeeze." (For an overview of the various Debian repositories and codenames, see this Wikipedia article.) They included an installer that uses the live filesystem rather than packages, so it has the advantages of being fast and allowing you to preview on the live media, what you eventually get on your hard drive. This may not seem like a big deal, since most modern Linux distributions use this installation method, but it's still fairly new for Debian.

I downloaded and installed the 64-bit GNOME version.

 
 

Installation

A graphical, wizard-like installer (like Ubuntu's) is not available; the installer runs in a terminal. (Other than nice anti-aliased fonts, there's not much difference between the current graphical installer and the traditional ncurses-based installer anyway, so you're not missing much.)

 
 


From Debian Squeeze from Live DVD

Since it's an alpha release, bugs are to be expected. They weren't hard to find, starting off with the desktop icon that's supposed to launch the installer. The *.desktop file is apparently malformed and threw up an error message.

 
 


From Debian Squeeze from Live DVD

However, it's easy enough to copy the installer's command line from the icon's properties and launch it using the terminal, which is where we would end up anyway.

 
 


From Debian Squeeze from Live DVD
From Debian Squeeze from Live DVD

The next two screens that came up in the terminal explained the difference between the text-based installer and the GUI installer. Since a GUI installer isn't available, they seemed to be leftovers from the regular installation program.

 
 


From Debian Squeeze from Live DVD

The installer looks and feels just like the regular Debian installer. (Speaking of bugs, somewhere during the installation process, my ability to run applications, including gnome-screenshot, went away, for some unknown reason.) Perhaps the biggest change in Squeeze is that it now uses GRUB 2 as its bootloader.

 
 

Post-install


From Debian Squeeze from Live DVD


From Debian Squeeze from Live DVD

Amazingly enough, after installation was finished and the system rebooted, it looked exacly like it did when running from the live DVD. One problem: "/etc/apt/sources.list" was empty except for the Debian security repository. Regular repositories had to be added manually.

Installed applications included the following:

 
 


From Debian Squeeze from Live DVD


Office-related applications:
OpenOffice.org 3.1.1
Gnumeric spreadsheet 1.10.0
AbiWord (Note: It wouldn't run from the Live DVD due to an error about a missing library. This was automatically fixed via a dist-upgrade.)
Evolution 2.28.2

 
 


From Debian Squeeze from Live DVD


Graphics-related applications:
GIMP 2.6.7
Inkscape 0.47

 
 


From Debian Squeeze from Live DVD


Multimedia-related applications:
Totem Movie Player 2.28.5
Brasero CD burner 2.28.3
Rhythmbox 0.12.6

 
 


From Debian Squeeze from Live DVD


Internet-related applications:
ekiga 3.2.6
Empathy 2.28.2
Transmission bittorrent client 1.9.1
Iceweasel (debranded Firefox) 3.5.8

 
 


Other:
GNU make 3.81
Kernel 2.6.32-trunk-amd64
GNOME 2.28.2

 
 

And Finally...

Your experience and my experience will differ based on the hardware we have. Personally, I found that Debian Squeeze didn't support my motherboard's on-board audio chipset (Via VT1708B). Apparently it's only supported by ALSA v1.0.22.1 and above, and so far the only distro I've found that supports it out of the box is Fedora 13. Also, I still haven't been able to install the proprietary NVIDIA drivers the "Debian way" using a stock Debian kernel. Instead, I have to use the NVIDIA installer. This means that every time there's an update to one of X.org's components, or a new kernel's installed, I have to reinstall the NVIDIA driver. Finally, GRUB 2 is not very user-friendly, and it doesn't seem to "play nice" with the NVIDIA driver. I've found that switching from GRUB 2 to gdm (the GNOME display manager) won't necessarily work when GRUB 2's running in any mode other than 640x480.

 
 


From Debian Squeeze from Live DVD

And then there's Debian's default look 'n' feel, which, in my opinion, could use some polish.


From Debian Squeeze from Live DVD

I don't want to seem overly critical, though. My impression is that Debian values stability and functionality over looks and release schedules. You can look at this alpha version as a preview of Debian's next stable release, or you could simply run Debian Testing as a constantly-updated "rolling release." Despite the "testing" moniker, it's a pretty good balance between the stablity of Debian Stable and the more up-to-date applications in Debian Unstable. It's also got a huge repository of over 25,000 available packages and an excellent package management system going for it.

— Andrew Heil, 4/19/10

More in Tux Machines

digiKam 7.7.0 is released

After three months of active maintenance and another bug triage, the digiKam team is proud to present version 7.7.0 of its open source digital photo manager. See below the list of most important features coming with this release. Read more

Dilution and Misuse of the "Linux" Brand

Samsung, Red Hat to Work on Linux Drivers for Future Tech

The metaverse is expected to uproot system design as we know it, and Samsung is one of many hardware vendors re-imagining data center infrastructure in preparation for a parallel 3D world. Samsung is working on new memory technologies that provide faster bandwidth inside hardware for data to travel between CPUs, storage and other computing resources. The company also announced it was partnering with Red Hat to ensure these technologies have Linux compatibility. Read more

today's howtos

  • How to install go1.19beta on Ubuntu 22.04 – NextGenTips

    In this tutorial, we are going to explore how to install go on Ubuntu 22.04 Golang is an open-source programming language that is easy to learn and use. It is built-in concurrency and has a robust standard library. It is reliable, builds fast, and efficient software that scales fast. Its concurrency mechanisms make it easy to write programs that get the most out of multicore and networked machines, while its novel-type systems enable flexible and modular program constructions. Go compiles quickly to machine code and has the convenience of garbage collection and the power of run-time reflection. In this guide, we are going to learn how to install golang 1.19beta on Ubuntu 22.04. Go 1.19beta1 is not yet released. There is so much work in progress with all the documentation.

  • molecule test: failed to connect to bus in systemd container - openQA bites

    Ansible Molecule is a project to help you test your ansible roles. I’m using molecule for automatically testing the ansible roles of geekoops.

  • How To Install MongoDB on AlmaLinux 9 - idroot

    In this tutorial, we will show you how to install MongoDB on AlmaLinux 9. For those of you who didn’t know, MongoDB is a high-performance, highly scalable document-oriented NoSQL database. Unlike in SQL databases where data is stored in rows and columns inside tables, in MongoDB, data is structured in JSON-like format inside records which are referred to as documents. The open-source attribute of MongoDB as a database software makes it an ideal candidate for almost any database-related project. This article assumes you have at least basic knowledge of Linux, know how to use the shell, and most importantly, you host your site on your own VPS. The installation is quite simple and assumes you are running in the root account, if not you may need to add ‘sudo‘ to the commands to get root privileges. I will show you the step-by-step installation of the MongoDB NoSQL database on AlmaLinux 9. You can follow the same instructions for CentOS and Rocky Linux.

  • An introduction (and how-to) to Plugin Loader for the Steam Deck. - Invidious
  • Self-host a Ghost Blog With Traefik

    Ghost is a very popular open-source content management system. Started as an alternative to WordPress and it went on to become an alternative to Substack by focusing on membership and newsletter. The creators of Ghost offer managed Pro hosting but it may not fit everyone's budget. Alternatively, you can self-host it on your own cloud servers. On Linux handbook, we already have a guide on deploying Ghost with Docker in a reverse proxy setup. Instead of Ngnix reverse proxy, you can also use another software called Traefik with Docker. It is a popular open-source cloud-native application proxy, API Gateway, Edge-router, and more. I use Traefik to secure my websites using an SSL certificate obtained from Let's Encrypt. Once deployed, Traefik can automatically manage your certificates and their renewals. In this tutorial, I'll share the necessary steps for deploying a Ghost blog with Docker and Traefik.