» Announcements

Article posted on Oct 23

Finnix 103 released

  • Posted by Ryan Finnie on October 23, 2011, 12:00 am

Finnix is a small, self-contained, bootable Linux CD distribution for system administrators, based on Debian testing. Today marks the release of Finnix 103, the nineteenth release of Finnix, and marks three months since the release of Finnix 102, and six years since the relaunch of Finnix 86.0 in 2005. Finnix 103 includes a new forensic mode, RNG entropy gathering, a minor kernel update, a large number of bug fixes, new packages and new minor features.

  • Home page: http://www.finnix.org/
  • Download: http://www.finnix.org/Download
  • Release notes: http://www.finnix.org/Finnix_103_release_notes
  • Free stickers! http://www.finnix.org/Free_stickers

Forensic mode

Finnix 103 includes a new forensic mode. When booted with the "forensic" or "forensics" boot flags, Finnix changes its behavior to minimize the chance of loading suspect code or writing to suspect media. These changes include cryptographic hash verification of discovered Finnix CD media, locking block devices, and avoiding swap, LVM, RAID, crypt and network autodetection. For more information, see the Forensics page on finnix.org.

Entropy generation added

Modern Linux distributions add to their random number generator (RNG) entropy pool by saving some random data before shutdown, and adding it back into the pool during startup. A LiveCD cannot normally do this, so Finnix includes a new feature to generate random data to be fed into the pool via a method that relies on the separation of a computer's CPU and RTC. By default 8 bytes are generated during each Finnix startup (due to the time it takes to generate data via this method), but a new utility wrapper, "finnix-generate-entropy" is included to generate a full pool's worth of entropy (currently 4096 bytes). For more information, see this blog post on finnie.org.

  • 1 Comment
  • Posted in Announcements, Finnix

Article posted on Jul 23

Finnix 102 released

  • Posted by Ryan Finnie on July 23, 2011, 12:00 am

Finnix is a small, self-contained, bootable Linux CD distribution for system administrators, based on Debian testing. Today marks the release of Finnix 102, the eighteenth release of Finnix since its beginnings over ten years ago. Finnix 102 includes Linux kernel 3.0, a smaller distribution size, new Xen pvops and 486 support, and minor bug fixes.

  • Home page: http://www.finnix.org/
  • Download: http://www.finnix.org/Download
  • Release notes: http://www.finnix.org/Finnix_102_release_notes
  • Free stickers! http://www.finnix.org/Free_stickers

Linux 3.0

Finnix 102 includes the recently-released Linux 3.0 kernel, and is a slight departure from usual Finnix method of closely following Debian kernel development. Config management was based on Debian pre-release kernels, but patch management was handled internally, basing only partly on Debian. Linux 3.0 support was tested heavily throughout the Linux 3.0-rc process.

Smaller size

Finnix 102 includes XZ (LZMA2) compression of the compressed root and initrd, resulting in distribution savings of more than 20% over previous Gzip compression, and no measurable reduction of boot times.

Xen pvops guest support

While Finnix has included Xen guest recognition since Finnix 86.1, Finnix 102's AMD64 kernel now includes built-in Xen pvops guest support. Therefore, Finnix may now be booted in a Xen environment with no extra building or configuration. Simply use the included linux64 kernel file, the initrd.xz initial ramdisk, and the Finnix 102 ISO as a virtual block device.

486 support

Finnix 102 is the first Finnix release, including Finnix 0.03 way back in 2000, to include 486 support, though it has not been tested. This is done by not including PAE support in the x86 kernel. The downside is x86 computers with more than 4GB of RAM can only use 4GB with the x86 kernel. However, nearly all computers with over 4GB RAM are also 64-bit capable, so the AMD64 kernel (default on capable platforms) may be used.

Anyone sending photographic proof of Finnix being booted on a 486 (showing Finnix boot plus the output of /proc/cpuinfo on the screen) will be given a free Finnix full-color CD and free Finnix stickers.

G5 support reaffirmed

While the PowerPC G5 platform has remained a supported platform since PowerPC support was introduced in Finnix 88.0, it was never tested before release, due to lack of hardware. Now a Power Mac G5 DP/DC model is available for testing. The full list of platforms tested include: 586, 686, AMD64, G3 NewWorld, G4, G5, Xen.

  • 6 Comments
  • Posted in Announcements, Finnix

Article posted on Dec 25

Finnix 101 released

  • Posted by Ryan Finnie on December 25, 2010, 12:00 am

Finnix is a small, self-contained, bootable Linux CD distribution for system administrators, based on Debian testing. Today marks the eggnog-induced release of Finnix 101, the seventeenth release of Finnix since its beginnings over ten years ago. Finnix 101 includes major behind-the-scenes architectural changes, the re-introduction of PowerPC support, new features, and minor bug fixes.

  • Home page: http://www.finnix.org/
  • Download: http://www.finnix.org/Download
  • Release notes: http://www.finnix.org/Finnix_101_release_notes
  • Free stickers! http://www.finnix.org/Free_stickers

PowerPC support returns

After a show of public support, Finnix is once again producing PowerPC releases. Finnix is one of the only dedicated Linux LiveCDs with PowerPC support, and we are happy to continue serving the PowerPC community. Note that PowerPC releases are still not considered release goals, but in the future a lack of a PowerPC release will only happen under extraordinary circumstances.

Behind-the-scenes re-engineering

While using Finnix still has its same familiar look, much of the core infrastructure which comprises Finnix has been re-engineered. Many of the changes are intended to make development and re-development (remastering) easier and more powerful, and to help with deployment by Virtual Private Server (VPS) providers. Changes include a new CD filesystem layout, an enclosed remastering environment, a Finnix-specific SysV-compatible RC system, and componentized Finnix RC scripts.

Linux 2.6.36

Due to Debian testing being in deep freeze, the most recent kernel in either "testing" or "unstable" is 2.6.32. Therefore, a set of 2.6.36 kernels have been compiled based on 2.6.36-1~experimental.1 from Debian "experimental". Despite the "experimental" name, these kernels have been tested more heavily than the average Finnix release, and have proven to be very stable.

Hardware Detection Tool (HDT) added

On the X86 CD, Hardware Detection Tool has been added to the boot menu. This allows users to view system information (processor, memory, PCI devices, etc) quickly, without booting into a full operating system.

  • 9 Comments
  • Posted in Announcements, Finnix

Article posted on Oct 28

Finnix 100 released

  • Posted by Ryan Finnie on October 28, 2010, 12:20 am

Finnix is a small, self-contained, bootable Linux CD distribution for system administrators, based on Debian testing. Today marks the release of Finnix 100, the sixteenth release of Finnix since its beginnings over ten years ago.

Finnix 100 comes over a year since its previous release, Finnix 93.0, and introduces a new version scheme, with future versions incrementing numerically. Finnix 100 includes updated upstream Debian software, and Linux kernel 2.6.32. The finnix-thumbdrive utility has been removed in favor of UNetbootin, which can take a Finnix ISO and extract it to a bootable USB drive without needing to boot Finnix first. PowerPC support has been officially dropped, though future PowerPC releases may be made on a one-off basis. The last PowerPC release, Finnix 93.0, will continue to be distributed through finnix.org and should continue to be useful for some time.

The Finnix store has been discontinued, and in its place is a free sticker service. High quality vinyl stickers can be obtained by sending a donation to Finnix, sending a self-addressed stamped envelope, or sending trinkets. Please see the free sticker page for more details.

  • Home page: http://www.finnix.org/
  • Download: http://www.finnix.org/Download
  • Release notes: http://www.finnix.org/Finnix_100_release_notes
  • 4 Comments
  • Posted in Announcements, Finnix

Article posted on Aug 11

Finnix 93.0 released

  • Posted by Ryan Finnie on August 11, 2009, 12:01 am

Finnix is a small, self-contained, bootable Linux CD distribution for system administrators, based on Debian testing. Today marks the release of version 93.0 for the x86/AMD64, PowerPC, and UML/Xen platforms.

Finnix 93.0 itself is a maintenance release, but due to the length of time between Finnix 92.1 and 93.0, the time between Debian upstream updates warranted a major version number bump. New features include Linux kernel 2.6.30, and updated upstream software.

  • Home page: http://www.finnix.org/
  • Download: http://www.finnix.org/Download
  • Release notes: http://www.finnix.org/Finnix_93.0_release_notes
  • 6 Comments
  • Posted in Announcements, Finnix

Article posted on Dec 3

Finnix 92.1 released

  • Posted by Ryan Finnie on December 3, 2008, 8:15 pm

Finnix is a small, self-contained, bootable Linux CD distribution for system administrators, based on Debian testing. Today marks the release of version 92.1 for the x86/AMD64, PowerPC, and UML/Xen platforms.

Finnix 92.1 is a regular maintenance release. New features include Linux kernel 2.6.26, updated upstream software, and x86 boot menu cleanups.

  • Home page: http://www.finnix.org/
  • Download: http://www.finnix.org/Download
  • Release notes: http://www.finnix.org/Finnix_92.1_release_notes
  • 3 Comments
  • Posted in Announcements, Finnix

Article posted on Jun 28

Finnix 92.0 Released

  • Posted by Ryan Finnie on June 28, 2008, 9:59 pm

Finnix is a small, self-contained, bootable Linux CD distribution for system administrators, based on Debian testing. Today marks the release of version 92.0 for the x86/AMD64, PowerPC, and UML/Xen platforms.

Finnix 92.0 includes updated software (including a fix for the Debian OpenSSL security vulnerability), a Linux 2.6.25 kernel, and a new, graphical boot menu.

  • Home page: http://www.finnix.org/
  • Download: http://www.finnix.org/Download
  • Release notes: http://www.finnix.org/Finnix_92.0_release_notes
  • Leave Comment
  • Posted in Announcements, Finnix

Article posted on Mar 4

Finnix 91.1 Released

  • Posted by Ryan Finnie on March 4, 2008, 12:15 am

Finnix is a small, self-contained, bootable Linux CD distribution for system administrators, based on Debian testing. Today marks the release of version 91.1 for the x86/AMD64, PowerPC, and UML/Xen platforms.

Finnix 91.1 is a bugfix and maintenance release. Memtest86+ has been upgraded to 2.01, software RAID autodetection has been fixed, and finnix-thumbdrive has been fixed with udev support and support for drives over 1GB.

Finnix 91.1 also incudes an updated 2.6.24 kernel with the Linux vmsplice exploit fixed. If you use Finnix in any environment where untrusted users are allowed local access, please do not use Finnix 88.0 - 91.0, as these versions contain vulnerable kernels.

  • Home page: http://www.finnix.org/
  • Download: http://www.finnix.org/Download
  • Release notes: http://www.finnix.org/Finnix_91.1_release_notes
  • Leave Comment
  • Posted in Announcements, Finnix

Article posted on Jan 28

Finnix 91.0 Released

  • Posted by Ryan Finnie on January 28, 2008, 1:51 pm

Finnix is a small, self-contained, bootable Linux CD distribution for system administrators, based on Debian testing. Today marks the release of version 91.0 for the x86/AMD64, PowerPC, and UML/Xen platforms.

Finnix 91.0 includes a new Linux kernel (2.6.24), automatic 32-bit/64-bit detection on the x86 platform, stackable RAID/LUKS/LVM detection and setup, and several bug fixes.

Automatic 32-bit/64-bit detection (x86)

If you press "enter" at the boot screen of Finnix 91.0 x86, the boot loader will now detect if you have a 64-bit capable CPU, and will load the appropriate kernel. You can still force 32-bit or 64-bit by entering the "finnix" or "finnix64" boot profiles. Note that this is for the x86 Finnix CD only; PowerPC G5 users will still have to enter the "finnix64" boot profile manually, as the yaboot boot loader does not have this capability.

Stackable RAID/LUKS/LVM

While RAID, LUKS (encryption) and LVM detection have been in Finnix for awhile now, they were loaded in a certain order, and some configurations were not detected as a result. With Finnix 91.0, most configurations should be detected. For example, an encrypted LVM set on top of two RAID disks should be set up automatically.

Bug fixes

While not a "major new feature", several bug fixes were made for Finnix 91.0, including LVM/LUKS fixes, and multiple-level /dev block device detection corrections.

  • Home page: http://www.finnix.org/
  • Download: http://www.finnix.org/Download
  • Release notes: http://www.finnix.org/Finnix_91.0_release_notes
  • Leave Comment
  • Posted in Announcements, Finnix

Article posted on Oct 23

Finnix 90.0 Released

  • Posted by Ryan Finnie on October 23, 2007, 9:28 am

On October 23, 2005, Finnix 86.0 was released, marking the revival of Finnix. Now, two years and 9 releases later, Finnix 90.0 has been released for the x86/AMD64, PowerPC, and UML/Xen platforms. Finnix is a small, self-contained, bootable Linux CD distribution for system administrators, based on Debian testing.

Finnix 90.0 includes a new Linux kernel (2.6.22), faster booting, and the ability to boot from SATA CD-ROM and DVD-ROM devices, as well as updated Debian system software and bug fixes.

New Linux kernel

For the last 3 versions, Finnix has remained at kernel 2.6.18. After much delay, Finnix 90.0 includes Linux 2.6.22. Finnix 90.0's kernel includes support for both UnionFS 2 and AUFS, with UnionFS as the default for stability reasons.

Faster booting

Finnix 90.0 will now boot even quicker, about 8 seconds quicker than Finnix 89.0!

SATA CD-ROM booting

Finnix 90.0 can now be booted using Serial ATA (SATA) CD-ROM or DVD-ROM drives. This is in addition to the many other existing ways to boot Finnix: Parallel ATA CD/DVD drive, SCSI CD/DVD drive, USB thumb drive, hard drive, netboot, or virtualized (User Mode Linux, Xen).

  • Home page: http://www.finnix.org/
  • Download: http://www.finnix.org/Download
  • Release notes: http://www.finnix.org/Finnix_90.0_release_notes
  • 5 Comments
  • Posted in Announcements, Finnix

« Previous Entries
Next Page »

Finnix

  • Wiki
  • Blog
  • Snapshots

Finnix on Identi.ca

  • fo0bar: !Finnix has become quite popular in China in the last day. About 5000 downloads in the last few hours.
  • fo0bar: This !Finnix release has been unusually quiet. Usually the Internet becomes a release announcement echo chamber in the first 24 hours.
  • fo0bar: !Finnix 102 released! http://blog.finnix.org/2011/07/23/finnix-102-released/
  • finnix: Hello! Please join the !Finnix group on Identica, http://blog.finnix.org/ for blog updates, and http://www.finnix.org/ to download. Thanks!
  • fo0bar: !Finnix 101 released, fueled by eggnog and tinsel: http://blog.finnix.org/2010/12/25/finnix-101-released/

Categories

  • Announcements (27)
  • Development (34)
  • Finnix (96)
  • Miscellany (24)

Archives

  • February 2012
  • January 2012
  • December 2011
  • October 2011
  • September 2011
  • August 2011
  • July 2011
  • June 2011
  • March 2011
  • January 2011
  • December 2010
  • November 2010
  • October 2010
  • November 2009
  • August 2009
  • January 2009
  • December 2008
  • November 2008
  • June 2008
  • March 2008
  • January 2008
  • October 2007
  • July 2007
  • April 2007
  • January 2007
  • October 2006
  • August 2006
  • July 2006
  • May 2006
  • April 2006
  • March 2006
  • February 2006
  • January 2006
  • November 2005
  • October 2005

Recent Comments

  • Working at Canonical, and how it relates to Finnix: decision to use Launchpad for Finnix bug tracking was unrelated...
  • Ubik: I <3 Finnix Thank you :D
  • 5ยช Coluna: Hope the mirror in Portugal helps balancing the load for European users.
  • presi: The problem with mini CDs is currently there are more and more slot loading drives that simply don’t...
  • presi: Good work!

Search

Meta

  • Log in
  • Valid XHTML

Keep 'em coming!

330,277 spam comments
blocked by
Akismet
Powered by WordPress.