Skip to content

Live CD

CyrIng edited this page Aug 25, 2022 · 91 revisions
  1. Download the CoreFreq Live CD (849 MB) from this link
# cdrecord dev=/dev/cdrom blank=fast
# cdrecord dev=/dev/cdrom -overburn archlinux-corefreq.iso
  • On Linux, copy the image to a flash disk:
# dd status=progress if=archlinux-corefreq.iso of=/dev/sdx
# sync

warning: /dev/sdx is the block device name of the flash disk.
Make sure to not use one referring to the system and data disks.
lsblk lists information about all available block devices.

  • On Windows, run Rufus to easily prepare the boot medium from the downloaded CoreFreq ISO image
  1. Reboot the computer from the CD-ROM, or the flash disk
    alt text alt text alt text alt text alt text alt text

  2. Screenshots

  1. Packaging guidelines
  1. Nightly build
  • The development version of CoreFreq is available at this link
  1. Archives
  • Version 1.90 (804 MB) at this link
  • Version 1.88 (949 MB) at this link
  • Version 1.87 (876 MB) at this link
  • Version 1.86 (876 MB) at this link
Clone this wiki locally