Skip to content

Common Installation Issues

Michael DeGuzis edited this page May 23, 2017 · 6 revisions

Table of Contents generated with DocToc

About

This page details some common issues and pitfalls when installing SteamOS

Issues List

Cannot detect CD-ROM when using USB install media

Try creating you USB install media again with the methods outlined in the Getting Started wiki page. Aside from this you can do the following when the failure occurs:

  1. Answer no to both prompts to enter the location
  2. From the list, choose "execute a shell"\
  3. List your devices with blkid
  4. Mount your usb drive with sudo mount /dev/sdX /cdrom, where X is the letter of your USB drive
  5. Type exit and try the detection again

Video card is too old

Message:
"Failure trying to run: chroot /target dpkg --force-overwrite --force-confold --skip-same-version --install /var/cache/apt/archives/nvidia-legacy-check_$VERSION"

  • Translation:
    Your video card is either too old, or unsupported for the mentioned driver version. See "Getting Started - GPU"
Clone this wiki locally