Skip to content

Live CD

CyrIng edited this page Mar 23, 2024 · 90 revisions
  1. Download the CoreFreq from this link
  • Prerequisites:

    • Live CD: 1.1GB
    • RAM: 916MB
    • CPU: 1 x86_64
    • Host: Bare-Metal, QEMU/KVM, VirtualBox
  • Verify against the sha1sums.txt

  • Next, blank a CD and burn the image onto it:

# 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 from this link