Slashdot Mirror


Fedora 16, OpenSuse 12.1 Betas With Gnome 3.2

Andy Smith writes "Fedora 16 beta and OpenSuse 12.1 beta have been released. For most users the major change in each distro is Gnome 3.2. Fedora also adopts the new Linux 3 kernel and the GRUB2 bootloader."

3 of 117 comments (clear)

  1. Re:No grub 2 by Anonymous Coward · · Score: 1, Informative

    NIH syndrome. Lilo is BSD-licensed and the copyrights not owned by the GNU Project. This was unacceptable and a more complex and harder to use GPL version was needed.

  2. Linux Mint Debian Edition LMDE is Gnome 2 by Forget4it · · Score: 3, Informative

    LMDE is a good alternative maintained Linux that continues with the latest Gnome 2 not 3
    http://www.linuxmint.com/download_lmde.php

    --
    Artificial intelligence is the study of how to make real computers act like the ones in the movies.
  3. Re:No grub 2 by diegocg · · Score: 3, Informative

    No, LILO doesn't work fine. LILO always was incredibly unreliable, it needs to know the fixed location of the kernel inside the disk (if you move your kernel it stops working). I can't count the times my system stopped booting because of stupid things like that. GRUB in the other hand can read filesystems so it doesn't need to know where kernels are, only the stages are neccesary. Even if it fails to find a kernel it has an interactive editor where you can list the available files in the /boot directory, which is useful for recovery. Also, LILO doesn't support UEFI.