13.4. Preparing a driver update USB drive


You can prepare a driver update on a USB flash drive to perform a driver update during installation.

Prerequisites

  • You have received the driver update ISO image from Red Hat, your hardware vendor, or a trusted third-party vendor.
  • You have prepared a USB flash drive with a file system compatible with RHEL to place the driver update ISO on.

Procedure

  1. Connect the USB drive to your computer and find out what device it was assigned by the system. To find the assigned device, you can inspect the output of dmesg or lsblk -o +MOUNTPOINT command.
  2. Find out if the drive has been mounted and what the mount point is (based on the output of lsblk command). If it’s not mounted, mount it manually:

    1. Optional: Create a mount point directory:

      mkdir /path/to/mountpoint
    2. Mount the USB device’s partition in the mount point directory. The following example assumes that the device’s partition that will be used for storing the driver update ISO file is /dev/sdb1 and the mount point is /mnt/usbdrive:

      sudo mount /dev/sdb1 /mnt/usbdrive
  3. Copy the driver update ISO file on the USB drive.

    The following example assumes that the mount point is /mnt/usbdrive and the ISO file’s location is /home/user/driverdisk.iso:

    sudo cp /home/user/driverdisk.iso /mnt/usbdrive
  4. Unmount the USB device by using the umount command.

    sudo umount /mnt/usbdrive
Red Hat logoGithubredditYoutubeTwitter

詳細情報

試用、購入および販売

コミュニティー

Red Hat ドキュメントについて

Red Hat をお使いのお客様が、信頼できるコンテンツが含まれている製品やサービスを活用することで、イノベーションを行い、目標を達成できるようにします。 最新の更新を見る.

多様性を受け入れるオープンソースの強化

Red Hat では、コード、ドキュメント、Web プロパティーにおける配慮に欠ける用語の置き換えに取り組んでいます。このような変更は、段階的に実施される予定です。詳細情報: Red Hat ブログ.

会社概要

Red Hat は、企業がコアとなるデータセンターからネットワークエッジに至るまで、各種プラットフォームや環境全体で作業を簡素化できるように、強化されたソリューションを提供しています。

Theme

© 2026 Red Hat
トップに戻る