Browsed by
Category: Research and Development

VMWare to Virtualbox Migration

VMWare to Virtualbox Migration

Purpose Move virtual machines from a VMWare host to Virtualbox host Details Virtualbox is a virtual machine hosting platform. It provides a way to run virtualized computers inside a hosting computer. These virtual machines have the same functionality of physical computers, without the need of additional hardware. VMWare is another hosting platform. It also provides the basic functionality of Virtualbox. I’ll be showing how to move virtual machines native to VMWare into Virtualbox. These steps are based off of the…

Read More Read More

Creating Bootable USB Drives from Image Files

Creating Bootable USB Drives from Image Files

Creating Bootable USB Drives from Image Files Purpose CD/DVD image files provide a way to replicate to bootable media. This will cover the steps in creating bootable USB devices from CD/DVD images. Details Image files typically are ISO types, but can be IMG or other types of files. These files contain the data and boot loader information that are required for CD/DVD and USB media to boot. Download the latest Clonezilla ISO from the vendor’s website, http://clonezilla.org/ I’ll cover methods…

Read More Read More

Clonezilla System Imaging – Disaster Recovery

Clonezilla System Imaging – Disaster Recovery

Purpose Provide a disaster recovery and system deployment method that is cross platform and location independent. Details Clonezilla is a drive media imaging tool. It can create images from media, such as hard disks, USB thumb drives, MicroSD cards, etc. The disk images it creates can be saved locally or to network attached storage. Clonezilla is a boot environment, meaning it allows for more control of local storage that would normally be mounted. It can also load these images on…

Read More Read More

Windows 3.11 on Raspberry Pi 3

Windows 3.11 on Raspberry Pi 3

Running Windows 3.11 on a Raspberry Pi can be done using emulation. This will cover how to use an emulation utilitiy called DosBox. This post (https://youtu.be/idHQk99E4VA), from Christopher Barnatt inspired me to dust off my old floppy disks and give it a go. You can find more here as well, http://explainingcomputers.com/ Sourcing Windows 3.11 can be challenging. I have 6 install disks that were part of my college computer, an AST i486SX 33Mhz CPU with 8MB of ram and a…

Read More Read More