Skip to content

Instantly share code, notes, and snippets.

@ryanj
Last active December 15, 2023 15:26
Show Gist options
  • Save ryanj/01b8592a04e40837ccd07b76716dbe73 to your computer and use it in GitHub Desktop.
Save ryanj/01b8592a04e40837ccd07b76716dbe73 to your computer and use it in GitHub Desktop.
How to set up CRC on SilverBlue

CRC Setup on Fedora Silverblue

https://gist.io/@ryanj/01b8592a04e40837ccd07b76716dbe73

slides: http://bit.ly/crc-silver

1. Silverblue Install

  1. download an installer image: https://silverblue.fedoraproject.org/download
  2. create USB (I used Fedora MediaWriter, linked on the /download page)
  3. disable BIOS secure boot (a required step for some hardware)
  4. boot from USB
  5. wipe partition table (or partition with /var)
  6. after first login, run:
    • rpm-ostree update
    • systemctl reboot

2. Silverblue Setup

install OS-level dependency requirements:

rpm-ostree install qemu libvirt virt-manager

WARN: bug: https://bugzilla.redhat.com/show_bug.cgi?id=1919994 workaround: https://bugzilla.redhat.com/show_bug.cgi?id=1919994#c13

Create a libvirt group:

sudo su -	
groupadd --system libvirt	
grep -E '^libvirt:' /usr/lib/group >> /etc/group # workaround	
exit	

Add your user to the libvirt group:

sudo usermod -a -G libvirt $(whoami)	

Verify group membership:

groups $(whoami)

3. CRC Download

Download latest CRC release from: https://cloud.redhat.com/openshift/create/local

Tip: Remember to download or copy your CRC pull secret before leaving this page

4. CRC Install

cd ~/Downloads && tar xvJf ./crc-*.xz
mkdir -p ~/bin
mv ./crc-linux-1.23.1-amd64/crc ~/bin

5. CRC Setup

crc setup

6. CRC Startup

crc start -p ~/Downloads/pull_secret

if you don't include the -p flag, you'll need to interactively paste the pull secret during VM initialization

Tip: make sure to note the admin credentials in the log output!

Access the resulting web console with:

crc console

(proceed through a short series of SSL warnings... 1,2,3)

7. Follow-up Tasks

  1. Visit the embedded OperatorHub service directory. Try installing an operator to enable professionally-maintained cloud service solutions on your cluster. After installation via Hub (by a cluster admin), operator-backed solutions will available for use by standard developers
  2. Add additional user accounts, login as a normal (non-admin) user, then - try building and deploying a basic application

8. Cleanup

When you're done having fun:

  • Halt the VM with: crc stop
  • Remove the VM entirely (reclaim disk space): crc delete
@ryanj
Copy link
Author

ryanj commented Jun 23, 2020

flatpak list

BlueJeans                                  com.bluejeans.BlueJeans                                1.37.22            stable   x86_64   flathub   system
RecApp                                     com.github.amikha1lov.RecApp                           1.1.0              stable   x86_64   flathub   system
Authenticator                              com.github.bilelmoussaoui.Authenticator                3.32.2             stable   x86_64   flathub   system
Tootle                                     com.github.bleakgrey.tootle                            0.2.0              stable   x86_64   flathub   system
k3x                                        com.github.inercia.k3x                                 0.1                stable   x86_64   flathub   system
Flatseal                                   com.github.tchx84.Flatseal                             1.5.3              stable   x86_64   flathub   system
OBS Studio                                 com.obsproject.Studio                                  25.0.8             stable   x86_64   flathub   system
WolfenDoom: Blade of Agony                 com.realm667.WolfenDoom_Blade_of_Agony                 2.0                stable   x86_64   flathub   system
Slack                                      com.slack.Slack                                        4.4.3              stable   x86_64   flathub   system
Spotify                                    com.spotify.Client                                     1.1.26.501         stable   x86_64   flathub   system
Peek                                       com.uploadedlobster.peek                               1.5.1              stable   x86_64   flathub   system
Steam                                      com.valvesoftware.Steam                                1.0.0.63           stable   x86_64   flathub   system
FreeTube                                   io.freetubeapp.FreeTube                                0.7.2 Beta         stable   x86_64   flathub   system
HexChat                                    io.github.Hexchat                                      2.14.3             stable   x86_64   flathub   system
Purr Data                                  net.purrdata.PurrData                                  2.10.1             stable   x86_64   flathub   system
Ardour                                     org.ardour.Ardour                                      6.0.0              stable   x86_64   flathub   system
Audacious                                  org.atheme.audacious                                   4.0.4              stable   x86_64   flathub   system
Fedora Media Writer                        org.fedoraproject.MediaWriter                          4.1.4              stable   x86_64   flathub   system
Platform                                   org.fedoraproject.Platform                                                f31      x86_64   fedora    system
Platform                                   org.fedoraproject.Platform                                                f32      x86_64   fedora    system
C* Audio Plugin Suite (LADSPA)             org.freedesktop.LinuxAudio.LadspaPlugins.CAPS          0.9.26             19.08    x86_64   flathub   system
CMT LADSPA                                 org.freedesktop.LinuxAudio.LadspaPlugins.CMT           1.17               19.08    x86_64   flathub   system
LSP (LADSPA)                               org.freedesktop.LinuxAudio.LadspaPlugins.LSP           1.1.22             19.08    x86_64   flathub   system
Tom's Audio Processing LADSPA              org.freedesktop.LinuxAudio.LadspaPlugins.TAP           1.0.1              19.08    x86_64   flathub   system
Swh LADSPA plugins                         org.freedesktop.LinuxAudio.LadspaPlugins.swh           0.4.17             19.08    x86_64   flathub   system
Freedesktop Platform                       org.freedesktop.Platform                               18.08.39           18.08    i386     flathub   system
Freedesktop Platform                       org.freedesktop.Platform                               18.08.39           18.08    x86_64   flathub   system
Freedesktop Platform                       org.freedesktop.Platform                               19.08.11           19.08    x86_64   flathub   system
i386                                       org.freedesktop.Platform.Compat.i386                                      19.08    x86_64   flathub   system
default                                    org.freedesktop.Platform.GL.default                                       19.08    x86_64   flathub   system
default                                    org.freedesktop.Platform.GL32.default                                     19.08    x86_64   flathub   system
Intel                                      org.freedesktop.Platform.VAAPI.Intel                                      18.08    i386     flathub   system
Intel VAAPI Driver                         org.freedesktop.Platform.VAAPI.Intel                                      1.6      x86_64   flathub   system
Intel                                      org.freedesktop.Platform.VAAPI.Intel                                      18.08    x86_64   flathub   system
Intel                                      org.freedesktop.Platform.VAAPI.Intel                                      19.08    x86_64   flathub   system
FFmpeg extension                           org.freedesktop.Platform.ffmpeg                                           1.6      x86_64   flathub   system
html5-codecs                               org.freedesktop.Platform.html5-codecs                                     18.08    i386     flathub   system
html5-codecs                               org.freedesktop.Platform.html5-codecs                                     18.08    x86_64   flathub   system
openh264                                   org.freedesktop.Platform.openh264                      2.1.0              2.0      x86_64   flathub   system
GNU Image Manipulation Program             org.gimp.GIMP                                          2.10.18            stable   x86_64   fedora    system
Baobab                                     org.gnome.Baobab                                                          stable   x86_64   fedora    system
GNOME Boxes                                org.gnome.Boxes                                        3.36.4             stable   x86_64   flathub   system
GNOME Calculator                           org.gnome.Calculator                                   3.36.0             stable   x86_64   fedora    system
Calendar                                   org.gnome.Calendar                                     3.36.0             stable   x86_64   fedora    system
GNOME Characters                           org.gnome.Characters                                                      stable   x86_64   fedora    system
Cheese                                     org.gnome.Cheese                                       3.34.0             stable   x86_64   flathub   system
Contacts                                   org.gnome.Contacts                                     3.36               stable   x86_64   fedora    system
Evince                                     org.gnome.Evince                                       3.36.0             stable   x86_64   fedora    system
Extensions                                 org.gnome.Extensions                                   3.36.3             stable   x86_64   flathub   system
File Roller                                org.gnome.FileRoller                                                      stable   x86_64   fedora    system
Firmware                                   org.gnome.Firmware                                     3.34.0             stable   x86_64   flathub   system
GNOME Logs                                 org.gnome.Logs                                                            stable   x86_64   fedora    system
GNOME Maps                                 org.gnome.Maps                                         3.36.1             stable   x86_64   fedora    system
GNOME Application Platform version 3.28    org.gnome.Platform                                                        3.28     x86_64   flathub   system
GNOME Application Platform version 3.34    org.gnome.Platform                                                        3.34     x86_64   flathub   system
GNOME Application Platform version 3.36    org.gnome.Platform                                                        3.36     x86_64   flathub   system
GNOME Screenshot                           org.gnome.Screenshot                                   3.36.0             stable   x86_64   fedora    system
Weather                                    org.gnome.Weather                                      3.36.1             stable   x86_64   fedora    system
GNOME Clocks                               org.gnome.clocks                                       3.36.0             stable   x86_64   fedora    system
Eye of GNOME                               org.gnome.eog                                                             stable   x86_64   fedora    system
GNOME Fonts                                org.gnome.font-viewer                                  3.32.0             stable   x86_64   fedora    system
gedit                                      org.gnome.gedit                                        3.32.2             stable   x86_64   fedora    system
Godot                                      org.godotengine.Godot                                  3.2.1              stable   x86_64   flathub   system
Adwaita dark GTK theme                     org.gtk.Gtk3theme.Adwaita-dark                                            3.22     i386     flathub   system
Adwaita dark GTK theme                     org.gtk.Gtk3theme.Adwaita-dark                                            3.22     x86_64   flathub   system
Inkscape                                   org.inkscape.Inkscape                                  1.0                stable   x86_64   flathub   system
KDE Application Platform                   org.kde.Platform                                                          5.14     x86_64   flathub   system
QGnomePlatform                             org.kde.PlatformTheme.QGnomePlatform                                      5.14     x86_64   flathub   system
QGnomePlatform-decoration                  org.kde.WaylandDecoration.QGnomePlatform-decoration                       5.14     x86_64   flathub   system
Kdenlive                                   org.kde.kdenlive                                       20.04.1            stable   x86_64   flathub   system
OpenShot Video Editor                      org.openshot.OpenShot                                  2.5.1              stable   x86_64   flathub   system
Pitivi                                     org.pitivi.Pitivi                                      0.999              stable   x86_64   flathub   system
Codecs                                     org.pitivi.Pitivi.Codecs                                                  stable   x86_64   flathub   system
PulseAudio Volume Control                  org.pulseaudio.pavucontrol                             4.0                stable   x86_64   flathub   system
Raspberry Pi Imager                        org.raspberrypi.rpi-imager                             1.3                stable   x86_64   flathub   system
ScummVM                                    org.scummvm.ScummVM                                    2.1.2              stable   x86_64   flathub   system
Shotcut                                    org.shotcut.Shotcut                                    20.04.12           stable   x86_64   flathub   system
VLC                                        org.videolan.VLC                                       3.0.11             stable   x86_64   flathub   system
Vim                                        org.vim.Vim                                            v8.2.0869          stable   x86_64   flathub   system
Wireshark                                  org.wireshark.Wireshark                                3.2.4              stable   x86_64   flathub   system
Zoom                                       us.zoom.Zoom                                           5.1.412382.0614    stable   x86_64   flathub   system```

@ryanj
Copy link
Author

ryanj commented Jun 23, 2020

@ryanj
Copy link
Author

ryanj commented Jul 13, 2020

disable wifi power management (attempted fix)

  1. sudo vi /etc/NetworkManager/dispatcher.d/02-wlan-powersave-off
  2. paste this:
IF=$1
STATUS=$2
ifaces=$(iwconfig 2> /dev/null | grep "802.11" | awk '{print $1})
for iface in $ifaces; do
    if [ "${IF}" = "$iface" ] && [ "${STATUS}" = "up" ]; then
        iwconfig ${iface} power off
        logger "${iface}: turning off powersave mode to prevent constant reconnections"
    fi
done
  1. save and quit ESC:wq
  2. sudo chmod 755 /etc/NetworkManager/dispatcher.d/02-wlan-powersave-off
  3. systemctl restart NetworkManager.service

From https://askbot.fedoraproject.org/en/question/8168/proper-disabling-of-wifi-power-management/?answer=11771

Results: Connection still drops every 5 mins or so. Does not resolve on it's own. Need to click on a popup to restore the connection :(

@ryanj
Copy link
Author

ryanj commented Jul 15, 2020

Add media codecs (first attempt)

Recommended codec setup:

# no effect
rpm-ostree install gstreamer1-plugin-openh264 mozilla-openh264

Add RPMfusion repo (optional?)

sudo rpm-ostree install https://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-$(rpm -E %fedora).noarch.rpm https://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-$(rpm -E %fedora).noarch.rpm

This works:

rpm-ostree install ffmpeg-libs compat-ffmpeg28 gstreamer1-libav gstreamer1-plugins-ugly

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment