Using 4k Native drives as OS (Bootable)
Installation
Create a virtual drive
- Create a virtual drive in the RAID controller
- Be sure to disable drive emulation
The reason we set emulation to disable, was that there was a bug in the firmware where Virtual Disks built from 4kn SED SSD drives, that were set to emulate 512 drives would fail during initialization, and require low level format of physical disks to recover.
Emulation "Force" and "Default" will not do anything on 512 drives, but will set 512 emulation on drives with other block sizes.
- Attach the ISO over the remote IPMI connection.
- Go to the boot section in the BIOS and select 'UEFI Boot Drive BBS Priorities'
- Select the IPMI virtual CD
- Boot from the UEFI Virtual CD
OS installation
- Install the OS
- Remove the virtual CD from the IPMI
Wrap-up
- Load the BIOS
- Set the installation target as the 1st Device in the 'UEFI Boot Drive BBS Priorities'
- Make sure that this is set on the overall boot priorities as well
Related Articles
Setting virtual drives as bootable
Q: I have just created a new RAID configuration, and installed my operating system. However, my system fails to find the boot device on the next reboot. Why is this happening? A: The LSI controller needs to add a boot flag to the virtual drive ...
4Kn drive does not show up in bootable device list after OS installation
With Supermicro systems, 4Kn drives are only supported in UEFI mode. In order to boot the OS from this drive, you need to set the BIOS Boot mode to UEFI and install the OS in this BIOS mode. https://www.supermicro.com/support/faqs/faq.cfm?faq=21942
Create a Bootable Linux USB Flash Drive Using dd
Insert your USB drive into your computer and use ‘df’ or ‘lsblk’ from the command line to determine the device name your flash drive has been assigned, e.g. /dev/sdb, sdc, etc. Make sure the drive is not mounted. If necessary, unmount it with: sudo ...
Creating FreeDOS bootable ISO
Prerequisites: Linux mkisofs or genisoimage unzip utility for Linux unix2dos (part of dos2unix packages) This guide will cover creating DOS bootable ISO files to assist with simple and automated firmware updates for the most frequently updated ...
BIOS Setting for Bootable RAID configurations
When using RAID as an OS Volume, it's important to ensure that all volumes are used for Boot. Certain RAID configurations will require that any drive within the RAID be available as a Boot volume. While UNIX and Windows installers may correctly setup ...