Install Portable gOS 3 to a Flash Drive from the CD

The following tutorial covers the process of creating a gOS 3 Gadgets Linux OS USB Flash Drive using the Live CD. In addition, the Ubuntu based casper persistence overlay option can being utilized for saving and then restoring some of your changes, automatically. Good OS is based on Ubuntu and features the Gnome desktop environment with Wbar. It features a dock and stack that looks and functions much like Mac OSX fan view. The Gadgets version also incorporates many useful Google Apps, open office, wine, skype and more.

*gOS 3 was a product of Good OS LLC corporation. It was commonly found on sub $200 Walmart Everex Computers. This Live Linux distribution was offered between 2007 and 2009, and was later discontinued. It is no longer actively being developed.

gOS Gadgets Screenshot

gOS Gadgets Screenshot

Distribution Home Page: thinkgos.com (discontinued project)

Minimum Flash Drive Capacity: 1GB

Persistent Feature: Yes

Essentials to create a Bootable USB flash drive

  • CD ROM Drive
  • Working internet connection
  • gOS 3 Gadgets ISO -> CD
  • 1GB+ USB flash drive

Portable gOS3 Persistent install via Live CD

  1. Download gOS 3 Gadgets ISO and burn to a CD
  2. Reboot your PC, booting from the Live CD
  3. Insert your USB flash drive
  4. Open a terminal and type sudo su
  5. Type apt-get update
  6. Type apt-get install syslinux mtools
  7. Now type fdisk -l to list available drives/partitions (note which device is your flash drive Example: /dev/sdb). Throughout this tutorial, replace all instances of x with your flash drive letter. For example, if your flash drive is sdb, replace x with b
  8. Type fdisk /dev/sdx
    • type p to show the existing partition and d to delete it
    • type p again to show any remaining partitions (if partitions exist, repeat the previous step)
    • type n to make a new partition
    • type p for primary partition
      • type 1 to make this the first partition
      • hit enter to use the default 1st cylinder
      • type +750M to set the partition size
      • type a to make this partition active
      • type 1 to select partition 1
      • type t to change the partition filesystem
      • type 6 to select the fat16 file system
    • type n to make another new partition
    • type p for primary partition
      • type 2 to make this the second partition
      • hit enter to use the default cylinder
      • hit enter again to use the default last cylinder
      • type w to write the new partition table
  9. Remove and reinsert your flash drive
  10. Type mkfs.vfat -F 32 -n gOS /dev/sdx1 to format the first partition
  11. Type mkfs.ext2 -b 4096 -L casper-rw /dev/sdx2 to format the second partition
  12. Type syslinux -sf /dev/sdx1
  13. Remove and reinsert your flash drive again
  14. Type cd /cdrom
  15. Type cp -rfv casper dists install pics pool preseed .disk isolinux/* md5sum.txt README casper/vmlinuz /media/gOS
  16. Type cd /media/gOS
  17. Type wget pendrivelinux.com/downloads/gos3/syslinux.cfg
  18. Type cd casper
  19. Type rm initrd.gz
  20. Type wget pendrivelinux.com/downloads/gos3/initrd.gz
  21. Reboot your computer and set your BIOS boot priority or Boot Menu to boot from the USB device. Save your changes and proceed to boot from your gOS USB device.

If all went well, you should be booting from your very own portable Good OS Linux bootable USB. With the casper persistence feature enabled, you should also be able to save and restore some of your changes on each subsequent boot.