SteamOS: debian installer cdrom bug
No Common CD-ROM drive was detected.
This is a very common problem for the Debian Installer when installing from a USB flash drive.
Thankfully I used Debian years ago and know how to circumvent this issue.
Steps in the Debian Installer:
- Select
Expert install
at the grub menu - Select
Go Back
at theSelect a language
menu - Select
Execute a shell
at theDebian installer main menu
- Select
Continue
at theExecute a shell
warning screen - At the
Execute a shell
window: -
- List partitions:
cat /proc/partitions
- List partitions:
-
- Determine the partition of your flash drive that contains the installer. (NOTE: It will be smaller than your hard drive) Mine was
/dev/sdb1
- Determine the partition of your flash drive that contains the installer. (NOTE: It will be smaller than your hard drive) Mine was
-
- Make the cdrom directory at root:
mkdir /cdrom
- Make the cdrom directory at root:
-
- Mount the partition to
/cdrom
:mount -t vfat /dev/sdb1 /cdrom
- Mount the partition to
-
- Exit the shell:
exit
- Exit the shell:
- Continue with the Debian installer to install SteamOS.