Obtaining Baruwa Enterprise Edition

If you have a Baruwa Enterprise Edition subscription, you can download ISO image files of the Baruwa Enterprise Edition 9.8 installation DVD from the Download Area on the Baruwa website. If you do not have a subscription, you need to purchase one or get a free 30 subscription via the Baruwa website.

Download ISO image

If you have a subscription, follow these steps to obtain the Baruwa Enterprise Edition 9.8 ISO image files:

  1. Visit the Download area at https://downloads.baruwa.com
  2. You will be prompted for a login, enter your Mailing list Login and Password.
  3. Click iso, click the 9.8 directory then click BaruwaOS-9.8.iso.

After you download an ISO image file of the installation DVD from the Baruwa website, you can:

  • Burn it to a physical CD/DVD
  • Create a bootable USB drive
  • Use it as an ISO image for installation in virtual enviroments.

Creating a bootable installation media

Creating a bootable DVD

You can create a bootable installation DVD by using a burning software and a DVD burner. The exact steps to produce a DVD from an ISO image file vary greatly, depending on the operating system and disc burning software installed. Consult your system’s burning software documentation for the exact steps to burn a DVD from an ISO image file.

Creating a bootable USB device on Linux

You can create a bootable USB device which you can then use to install Baruwa Enterprise Edition on other machines. This procedure overwrites the existing data on the USB drive without any warning. Back up any data or use an empty flash drive. A bootable USB drive cannot be used for storing data.

Procedure

  1. Connect the USB flash drive to the system.

  2. Obtain and record the device node and number by looking at the output of the dmesg command:

    dmesg
    [288954.686557] usb 2-1.8: New USB device strings: Mfr=0, Product=1, SerialNumber=2
    [288954.686559] usb 2-1.8: Product: USB Storage
    [288954.686562] usb 2-1.8: SerialNumber: 000000009225
    [288954.712590] usb-storage 2-1.8:1.0: USB Mass Storage device detected
    [288954.712687] scsi host6: usb-storage 2-1.8:1.0
    [288954.712809] usbcore: registered new interface driver usb-storage
    [288954.716682] usbcore: registered new interface driver uas
    [288955.717140] scsi 6:0:0:0: Direct-Access     Generic  STORAGE DEVICE   9228 PQ: 0 ANSI: 0
    [288955.717745] sd 6:0:0:0: Attached scsi generic sg4 type 0
    [288961.876382] sd 6:0:0:0: sdd Attached SCSI removable disk
    
  3. Switch user to the root user if not already root.:

    su -
    
  4. If the inserted device was automatically mounted, unmount it.

  5. Write the ISO image directly to the USB device:

    dd if=/image_directory/BaruwaOS-9.8.iso of=/dev/device
    
  6. Wait for the dd command to finish writing the image to the device. Run the sync command to synchronize cached writes to the device.

  7. Logout of the root user and unplug the USB device.

  8. The USB drive is now ready to use as a boot device.