Install and Boot Openfiler 2.99 from a USB Flash Drive
I have been playing around with ESXi server lately and needed to set up iSCSI shared storage to take advantage of the more complex features. Openfiler 2.99 has received a lot of good reviews so that seemed like a good start and a nice way to set up shared storage.
I wanted to boot Openfiler 2.99 from a USB flash drive but had some problems finding documentation how to get this done. There seem to be a lot of good guides out there but most are for version 2.3 which was very complicated to set up as the USB device was not properly detected and required to manually install the drivers. I couldn’t find any good 2.99 guides on the net so I decided to write my own.
Why would I want to Boot Openfiler 2.99 from a USB Flash drive?
-
Free up an extra hard drive that could be used for shared storage.
-
No need to permanently install it on a hard drive.
-
Uses flash memory instead of a spindle disk.
- Use shared storage on your laptop that has a single hard drive.
1. Download the Openfiler 2.99 installation image. You will need to burn it to a CD by using ImgBurn (link to my other post about top 10 windows app, imgburn is #7 on the list). You can also boot directly from the .iso file in VMware Player. In the below example I’m using VMware Player and I connected my removable USB Flash Drive directly to the Virtual Machine.
-
Press Enter
3. Click Next.
4. Start from the bottom of this screen.
- What drive would you like to boot this installation from – select your USB
- Place a checkmark beside your USB drive
- Choose Create custom layout
- Click Next.
5. If you don’t see the “Free” space underneath sdb, select /dev/sdb and then click on DELETE, now you should see free space right under /dev/sdb as shown in screenshot.
- Create 4 partitions on the USB drive (/boot,swap,/var/log,/)
Partition 1 – /boot,ext2,100MB,Primary
Partition 2 – swap,1024, Primary
Partition 3 – /var/log,ext3,512MB,NOT Primary
Partition 4 – /,ext3,Primary, Size: “Fill to maximum allowable size”
6. Select the root / partition to install Openfiler and click on Next.
5. The default bootloader is fine, just click on Next.
6. I’ll skip a few screens where you basically have to click Next (networking,time zone, set admin user/password) and you should get to the below screen and the installation will begin.
7. The installation has finished.
8. Don’t forget to go into BIOS and set the boot order to boot from the USB. I just tested it on my system here and I was able to boot from USB.
Great article – thank you! The only issue was that on reboot I got “bootmgr is missing”
very useful article