Step 1: Download Required Files
Download Asus Linux Image:
Save the Linux image file provided by Asus.
Download Memtest Tool:
- Open a browser, search for "Memtest," and download the free version from the Passmark website.
Step 2: Prepare Bootable USB
- Extract Memtest:
- Locate the downloaded file and extract its contents.
- Run ImageUSB Tool:
- Locate and launch
imageusb from the extracted Memtest files.
- Insert USB Drive:
- Connect your USB drive to the system.
- Create Bootable USB:
- Select the Asus-provided Linux image file (e.g., Rocky Linux) in
imageusb and start the imaging process.
- Complete Imaging:
- Once the process is complete, safely remove the USB drive.
Run Tests
- Connect to the server:
- Insert the bootable USB into the target server.
- Boot from USB:
- Power on the server and press F8 to select the bootable USB device.
- Automatic Testing:
- The test will begin automatically upon booting.
- View Results:
Copying Files from Rocky Linux to USB
- Insert USB Drive:
- Connect the USB drive to your computer.
- Identify USB Drive:
- Open a terminal and type:
sudo fdisk -l
- Note the identifier (e.g.,
/dev/sdb1) of your USB drive.
- Mount USB Drive:
- Copy File to USB:
- Verify File Copy:
- Check the contents of the USB drive:
ls /mnt
- Unmount USB:
- Safely unmount the USB drive:
sudo umount /mnt
Method 1: Using the Terminal
- Identify USB Drive:
- Unmount USB:
- Unmount the USB drive if mounted:
sudo umount /dev/sdb1
- Format USB:
- Verify Format:
- Confirm formatting:
sudo fdisk -l /dev/sdb1
By following these steps, you can create bootable USB, test the server, transfer files from Rocky Linux, and format USB drives efficiently.