steamos-community / stephensons-rocket

Stephenson's Rocket - a modified SteamOS installer, with support for older and virtualized computers
http://stephensonsrocket.horse
240 stars 44 forks source link

steamos-installer

Stephenson's Rocket - a modified SteamOS installer, with wider support for more complex computers

The Artist Formerly Known As Ye Olde SteamOSe

SteamOS is now shipping, in beta form at least, and it's all cool and stuff.

Valve have now integrated most of the improvements from Ye Olde SteamOSe, such as BIOS and DVD support, into their installer. You can download it from here.

Stephenson's Rocket replaces the Ye Olde SteamOSe project by building back on Valve's installer with bug fixes and improvements - especially hardware support.

This kind of collaborative development demonstrates the power of Open Source - and remember, you can contribute to Stephenson's Rocket too! Click "View on GitHub" at the top of the screen to get started, and watch the development tutorial video linked below!

Improvements

SteamOS on VMware

Planned improvements

How to install?

A DVD image is always available at http://stephensonsrocket.horse/

To get started, download the torrent.

Otherwise, clone this repo, and run ./gen.sh.

Installing from a DVD

Just burn the ISO to a blank DVD from your favourite tool, and boot it.

Installing from USB (Mac)

Open a Terminal window from the Utilities section of Applications.

Type diskutil list to get a list of devices - one of them will be your USB stick (e.g. /dev/disk2). Follow the Linux instructions below but change:

Installing from USB (Linux)

Plug in the USB stick and run dmesg; look for a line similar to this:

[377039.485179] sd 7:0:0:0: [sdc] Attached SCSI removable disk

In this case, sdc is the device name for the USB stick you just inserted. Now we put the installer on the stick, as root (e.g. use sudo) run

dd bs=1M if=/path/to/rocket.iso of=/dev/sdX 

sdX should be the USB stick device from the information you received from dmesg. Be sure to use sdX, not sdX1 or sdX2. Then boot into the stick.

Installing from USB (Windows)

Download Win32 Disk Imager and use it to copy the .iso to your USB stick (1GB minimum size).

Once the installer is up...

Pick the "Automatic Install" option to wipe the first hard disk in your system and install SteamOS to it.

For more sophisticated booting - e.g. dual-boot or custom partition sizes - select the "Expert" option. Use of this mode is documented in the support video here.

Beyond that, just follow Valve's instructions from their site - Stephenson's Rocket should behave exactly like the real SteamOS, except it works on more systems

Updating

Before you generate a new image you need to ensure that your pull is up to date as things change quickly:

Known issues and workarounds

How can I help?

Test it and report back to #steamos on Freenode

Or support me by donating - Donate via PayPal, Steam, or Amazon. Donations will be used to help with testing - wifi adapters, hard disks, graphics cards, etc.

Special Thanks