Distributions
News and Editorials
GRUB 2 becomes the default bootloader in Ubuntu 9.10
At the Ubuntu Developer Summit, some discussions took place about the status of GRUB 2, and in early June Canonical's Colin Watson announced that GRUB 2 would be the default boot loader for new Ubuntu installations, starting with Ubuntu 9.10 scheduled for release later this year. GRUB 2 will replace GRUB, which has been used for many years for the task of selecting different kernel images or other operating systems to boot from, both in Ubuntu and other Linux distributions.
GRUB is the first thing a user sees after the computer's BIOS has initialized the PC. In recent times Linux distributions have had the tendency to hide GRUB's menu, so one might wonder why users should care about it. Nevertheless, Ubuntu's switch to GRUB 2 will bring internationalization support, greater flexibility and many other improvements to the boot loader. As changing the boot loader is an inherently risky operation, upgrades from existing Ubuntu installations will not replace GRUB by GRUB 2.
Problems with legacy GRUB
Although GNU GRUB is used by virtually all Linux distributions, it has a couple of problems. First, official development for the most used version, called GRUB Legacy, was stopped. The developers still accept bug fixes but don't add new features. They have refocused on GRUB 2, a complete rewrite of the boot loader. This leaves Linux distributions with a maintenance problem, according to Watson in an email interview with your author:
Because the GRUB developers don't accept new features, each distribution has actually forked the package to add the features it needs. Ubuntu, for example, added support for UUIDs (a "Universally Unique Identifier" to identify a partition uniquely, even when the boot order and hence the name changes) and for the Ext4 file system. But this is not the preferred way to go, Watson admits:
There are also a variety of technical problems without much hope of a good resolution. For example, the mapping of Linux device names to and from GRUB device names, which on a PC-class system ought to be derived from the BIOS boot order, has long been problematic. In principle the primary master hard disk is known to GRUB as hd0, but some BIOSes let the user configure the secondary master hard disk to become the first one to boot, which confuses GRUB. BIOS Enhanced Disk Drive (EDD) Specification support helps when it works, but hardware support for it is rather limited: BIOSes older than a few years don't have it and even newer BIOSes do not implement it consistently or completely. Ubuntu has papered over this with the use of UUIDs, but this only works for some parts of the boot chain. For example, it doesn't help GRUB find its own stage 1.5, the stage that understands a file system. Another problem is the format of the configuration file /boot/grub/menu.lst, which Watson describes as "a historical disaster
".
New features of GRUB 2
So which problems would GRUB 2 solve? First, GRUB 2 adds built-in UUID support, so different distributions no longer have to maintain their own hacked-up versions for this. The boot loader has also refactored its multi-stage load process, which according to Watson "is likely to be less of a practical problem than the current load process
". Stage 1.5 was eliminated.
Another change is the new configuration file format, which has been entirely overhauled. It has more extensive scripting support, with conditionals, loops, variables and functions, allowing the user to express some more complex booting logic. However, according to Watson this complexity doesn't make it more complex to use these features:
Other interesting new features are the graphical boot menu, internationalization (including support for non-ASCII character codes, fonts and message catalogs like gettext), a modular framework and the possibility of dynamic loading of modules at run time. Beyond that, GRUB 2 also supports non-x86 platforms, such as PowerPC.
What will Ubuntu do with GRUB 2?
Now the question is what GRUB 2 will bring for Ubuntu's users. The more reliable configuration handling should let the developers do some more interesting things at the desktop level, which according to Watson have been difficult in practice before, "as inserting the right options ran a significant risk of stomping over people's local changes.
" One example he gives is to offer a straightforward interface to reboot into a specific operating system at the desktop level. The user doesn't have to first reboot and then pick that operating system from GRUB's boot menu.
The use of a graphical menu means that, in principle, distributions have a chance of integrating fairly smoothly with kernel mode setting even when a boot menu is displayed. Watson adds:
There's a Google Summer of Code project to add graphical menu support to GRUB 2, although it hasn't landed yet. Even though Ubuntu will be aiming for a so-called "quiet-by-default
" boot loader, which doesn't show a boot menu by default, Watson expects from the sheer volume of requests that many Ubuntu users will be interested in a graphical boot menu that they can tweak with their own theme.
Why switch now?
The switch to GRUB 2 doesn't come out of the blue. According to Watson, Ubuntu has been keeping half an eye on GRUB 2 for some time:
This situation has changed considerably in recent times. The pace of development over the last year has picked up markedly, and there's now quite an active GRUB 2 community in place. Then, pressure to add proper support for things like EFI and boot menu internationalization in Ubuntu has been growing, so the developers thought they'd take the opportunity to have another look at the new boot loader:
Ubuntu is not alone in this task. As Watson says, Debian makes a big difference to Ubuntu too:
With all this in mind, the Ubuntu developers felt that switching over was much more feasible than they'd previously thought, and that the risk of there still being a couple of missing features was tolerable given the pace of upstream development. Watson considers the time ripe now for GRUB 2 in Ubuntu:
No switch to GRUB 2 in openSUSE 11.2
While Ubuntu is switching later this year, openSUSE currently has no plans to switch to GRUB 2 in its next release, version 11.2. Andreas Jaeger explains this:
Jaeger is right that GRUB 2 is not entirely ready. For example, some GRUB Legacy functionality isn't yet supported in GRUB 2: it doesn't have boot password support yet, and the savedefault functionality which saves the current menu entry as the default entry doesn't work properly.
According to Jaeger, the openSUSE developers have so far not received a single request to move to GRUB 2. But if somebody volunteers to maintain the package and integrate it in openSUSE, he welcomes it to give it some testing and then decide if it can be used for future releases. He adds that support for GRUB 2 doesn't mean only a new package, but also changes the way the boot loader setup is automatically generated by openSUSE's system management tool YaST.
Fedora
The Fedora developers also have no concrete plans to use GRUB 2 as their default boot loader. However, Fedora's GRUB 2 maintainer Lubomir Rintel sees the current situation with GRUB clearly as unsatisfactory:
GRUB Legacy has posed some real problems for Fedora. For example, the support for Ext4 didn't land in the version shipped with Fedora 11, because the patches weren't ready in time for the beta. This means that Fedora 11 users can't boot from an Ext4 file system, something that is possible in Ubuntu 9.04.
Rintel sees the active upstream community of GRUB 2 as a nice advantage, especially now that Ubuntu is going to use it. He expects the community around it to grow and the quality of the GRUB 2 code to increase rapidly, increasing chances of inclusion in other distributions, including Fedora. In the meantime, he will ensure that GRUB 2 is up-to-date with upstream code and easily installable for anyone interested in using it in Fedora. The short runway for Fedora 12 means that there's really not that much time to get GRUB 2 in shape for Fedora's next release, but according to Fedora's wiki the integration is planned for Fedora 13.
With respect to the technical qualities of GRUB 2, Rintel is mostly impressed about GRUB 2's modular architecture. He calls other features such as the graphics subsystem with mouse support capable of rendering antialiased Unicode glyphs "hardly things that would convince anyone to switch to GRUB 2
".
An interesting adventure
It remains to be seen which hurdles Ubuntu has to take for the switch from the stable legacy GRUB to the new GRUB 2. Adventurous Ubuntu users can already test GRUB 2 in Jaunty Jackalope and are invited to report any bugs. If this experiment turns out successfully, other distributions could very well follow Ubuntu's lead.
New Releases
Mandriva Linux 2010 Alpha 1 and 2010 specifications
Mandriva Linux 2010 Alpha 1 has been announced. "Mandriva Linux 2010 Alpha 1 is now available on public mirrors. This first alpha is available only through Free version, 32 and 64 bits DVDs. This development release is the first one realized without mkcd, our historical build tool, but using bcd available also on Mandriva svn. This new tool should improve global quality of our release and make tests much easier and efficient."
Distribution News
Fedora
June 2009 Fedora Board election results
The election results for the Fedora Advisory Board are available. Tom Callaway, Mike McGrath and Dennis Gilmore have been elected to the Fedora Board for a complete two release cycle term. Click below for details.FESCo June 2009 election results
The Fedora Engineering Steering Committee election results are in. Bill Nottingham, Seth Vidal, Kevin Fenzi, Kevin Kofler and Dennis Gilmore have been elected to FESCo for a full, 2 release cycle term. Click below for details.Fedora 11 s390x preview
The Fedora s390x team has announced a first preview of Fedora 11 for s390x. "We currently have ~11600 binary packages of Fedora 11/s390x and are working on getting real boot images."
Gentoo Linux
Gentoo Council meeting summary
Click below for a summary of the Gentoo Council meeting of June 11, 2009. Topics include Short discussion of EAPI 3 progress, Default contents of ACCEPT_LICENSE(license filtering), BASH 4 in EAPI 3, and Define EAPI development/deployment cycles.
SUSE Linux and openSUSE
openSUSE Factory is Now Open
Joe 'Zonker' Brockmeier covers changes to the openSUSE development Factory. "openSUSE development is now even _more_ open than before. Factory development is changing, and we're making it easier for contributors to take responsibility for packages and to contribute directly to openSUSE. This means contributors will be able to be directly responsible for packages, without having to go through a Novell employee to make changes."
Ubuntu family
One Hundred Paper Cuts
A project led by Canonical's Design and User Experience team aims to improve the user experience in Ubuntu by identifying 100 small points of pain for users, or "paper cuts", and healing them. "A paper cut is a minor usability annoyance that an average user would encounter on his/her first day of using a new installation of Ubuntu 9.10"
New Distributions
Announcing the openArtist linux distribution
openArtist is a ready to use Ubuntu derivative built for creative people. Based on Ubuntu Hardy, openArtist incorporates packages from Intrepid, Jaunty, PureDyne, Debian, Mint, and RPM based distributions. There are also many self made packages, and some freeware. It can be used as live CD or installed to a hard drive. Software packages for 2D, 3D, Audio, Video, VJ, Hardware Interfacing, Programming and Collaboration have been integrated.
Distribution Newsletters
DistroWatch Weekly, Issue 308
The DistroWatch Weekly for June 22, 2009 is out. "The Slackware-based VectorLinux project has been around for almost a decade, making regular releases of the fast, desktop-friendly Linux distribution. Robert Lange, the project's co-founder and lead developer, was kind enough to agree to an interview. How did it all start? And what does the future hold for the project? Read on to find the answers to these and other questions. In the news section, the Fedora community announces a new live CD featuring the lightweight LXDE desktop environment, Mandriva prepares for its 2010 release with major changes to the development branch, and Ubuntu gets set to tackle minor annoyances which impact negatively on user experience. Also in the news, we link to an interview with Linux Mint's Clement Lefebvre and O'Reilly publishes answers provided by developers about the recently released OpenBSD 4.5. Finally, don't miss the "New Distributions" section, with no fewer than seven new additions to the DistroWatch's waiting list. Happy reading and happy testing!"
Fedora Weekly News 181
The Fedora Weekly News for June 21, 2009 is out. "Here are a few highlights from this week's issue. Announcements starts us off with a reminder that Fedora 9 end-of-life is July 10, and an update from the Fonts SIG, including many Fedora 11 items, along with coverage of the Fedora Activity Day recently held. From the Fedora Planet, details on a new Fedora Community Portal that opened to much excitement. The QA beat turns its sights to Fedora 12, with details on schedule, installer and rawhide testing plans. In Fedora Ambassador, news on the SouthEast Linux Fest last week in Clemson, SC. Translation news brings us word of many new members to the localization project, and translation updates for Fedora web for Dutch and Hebrew. The Artwork & Design beat completes the issue with coverage of discussion on Fedora 12 theming."
OpenSUSE Weekly News/77
This issue of the OpenSUSE Weekly News covers openSUSE Factory is now open, GSoC Status Reports, Lubos Lunak: OpenOffice.Org KDE4 Integration, openSUSE 11.2 Launch Planning, Linux.com/Rocky: The Plasma desktop shell of KDE 4, and more.Ubuntu Weekly News #147
The Ubuntu Weekly Newsletter for June 21, 2009 is out. "In this issue we cover Ubuntu Free Culture Showcase competition, 3 New Members of the Americas Region Membership Board, Bootchart testing for UNR, Empathy to replace Pidgin in Karmic Koala, Ubuntu Global Jam 2nd - 4th October 2009, New freenode webchat (and why to use it), Ubuntu Stats, In the Press & Blogosphere, Upcoming Meetings & Events, Updates & Security, and much, much more!"
Newsletters and articles of interest
5 Ways to Decide on a Linux Distribution (DaniWeb)
DaniWeb looks at five things to consider when choosing a Linux distribution for corporate needs. "Prejudices and opinions aside, at some point in your career you'll be asked to select a viable Linux distribution for your corporate network. How will you choose? Will you use the same distribution that you use at home or will you do some research and find something that's corporate-ready? Are you up to the task? Do you know what to look for in a distribution to support a corporate environment?"
Distribution reviews
The beginner's guide to Slackware Linux (TechRadar)
TechRadar UK takes a look at Slackware. "[Slackware is] not trying to win enormous desktop market share, nor is it loaded with blinking lights, hold-your-hand graphical wizards and package managers that change with every release. Slackware is about as pure a GNU/Linux system as you can get - at least, without all the arduous leg work of Linux From Scratch."
Page editor: Rebecca Sobol
Next page:
Development>>
