Remote Exam Pilot Documentation: System Requirements 2 Creating A Remote Exam Bootable Live USB 3
Remote Exam Pilot Documentation: System Requirements 2 Creating A Remote Exam Bootable Live USB 3
Remote Exam Pilot Documentation: System Requirements 2 Creating A Remote Exam Bootable Live USB 3
● You will need a USB key with at least 2 GB storage, preferably USB 2.0 or higher
● Important: You need to be an administrator of the system. Obtain administrator privileges
from your IT department if you are using a laptop provided by your organization. Use your
personal laptop/computer to create a bootable USB If admin rights cannot be provided
for security reasons.
1. Download the Remote Exam Bootable Live USB from here and save it in the local
hard drive.
2. Connect the USB drive intended for creation of Live USB
3. Go here to download and install Fedora Media Writer
4. Use the Fedora Media Writer to write the downloaded .iso file to your USB drive.
a. Launch Fedora Media Writer from the list of installed programs
b. Select Custom Image
c. Navigate to the bootable live usb image (.iso) stored in your computer, click on
‘Open’ and bring up the ‘Write Custom Image’ window
d. If you have a USB drive connected to your computer, Fedora Media Writer will
display that as the target device to create a bootable image. Note: Fedora
Media Writer destroys all data on the USB stick while creating a Live USB
media. We recommend you back up the contents of your USB drive
beforehand
e. Select ‘Write To Disk’ to initiate the Live USB creation process. The ‘Write
Custom Image’ window should identify the connected USB drive
● You will need a USB key with at least 2 GB storage, preferably USB 2.0 or higher
● Important: Root access or SUDO access is needed to perform these operations.
1. Download the Remote Exam Bootable Live USB f rom here and save it in the local hard
drive.
2. Download ‘Fedora Media Writer’ from the Software Download Utility
3. Search for “Fedora Media Writer” in the Software Download Utility
4. Select and Install
5. Click on Launch after installation
6. Select ‘Custom Image’ at the Fedora Media Writer screen
7. Select the Remote Exam Bootable Live USB image stored in your computer
8. Select Write To Disk - Plugin the USB disk if you haven’t already done so and ensure that
the right USB disk is detected in the Fedora Media Writer screen
9. E
nter the root password to your Fedora operating system to proceed
10. C
lose and remove the USB Drive once finished
11. Boot to the Remote Exam Bootable Live USB - Go to instructions
Method 2 - U
sing the dd utility
1. Download the Remote Exam Bootable Live USB from here and save it in the local hard
drive.
2. Open Terminal window and run the dd command to write the installation ISO image
directly to the USB device
3. Use the lsblk command to find the attached usb drive (For ex: It can be
sda,sdb or sdc). Here it is sda.
$ lsblk
4. As a sudo user run the dd command, enter the sudo password when prompted
$ sudo dd if=/home/<<user>>/Downloads/<<File_name_of_image.iso>> of=/dev/sda bs=512k
5. Execute lsblk command again and you can see the partitions for sda (i.e., sda1,
sda2,sda3)
6. Unplug the usb and connect it again, you can see the mount point now
/run/media/<<user>>/<<Live_USB_Image_Name>>
7. Boot to the Remote Exam Bootable Live USB - G
o to instructions
OS: Macintosh - El Capitan, Mojave and Catalina
Using the dd utility
● You will need a USB key with at least 2 GB storage, preferably USB 2.0 or higher
● Important: Root access or SUDO access is needed to perform these operations.
● Important: Newer Mac users will need a USB-C to Ethernet adapter converter for
plugging in a network cable and a USB to Thunderbolt adapter to connect a conventional
wired mouse/keyboard
1. Download the Remote Exam Bootable Live USB from here and save it in the local hard
drive.
2. Connect the USB drive and run the below command to list the disks
$ diskutil list
● The connected drive address and name would be listed. In the above example, the
USB drive is /dev/disk3
● Unmount the disk named /dev/disk3 (if this step is not completed, then you will get a
“Resource Busy” error while attempting to write a bootable image)
$ diskutil unmountDisk /dev/disk3
Sample Output: Unmount of all volumes on disk3 was successful
● The disk can also be unmounted by going to the Disk Utility, locating the USB drive
and clicking on the ‘Unmount’ button at the top
,
3. Create the disk image with dd: In the terminal, run
$ sudo dd if=/home/<<user>>/Downloads/<<File_name_of_image.iso>> of=/dev/disk3 bs=512k
**Replace “/home/<<user>>/Downloads/<<File_name_of_image.iso>>” by the actual path to the
remote exam image in the Mac hard drive
4. Enter sudo password at the prompt:
The .iso to usb writing process takes time. Wait patiently at the terminal screen. Final output
could look something like below:
2358+1 records in
2358+1 records out
1236664320 bytes transferred in 514.656396 secs (2402893 bytes/sec)
5. Boot to the Remote Exam Bootable Live USB - G o to instructions
OS: Red Hat Enterprise Linux 8.0 CSB (For Red Hat internal
associates only)
Method 1 - Using Internal “ISO to USB Copy Tool”
● You will need a USB key with at least 2 GB storage, preferably USB 2.0 or higher
● This method does not require su or sudo permissions unlike the next method
1. Download the Remote Exam Bootable Image from h ere and save it in the local hard
drive.
2. Check if the ISO to USB Copy Tool is installed by going to Applications > Red Hat
Internal > Internal Software Catalogue
a. The software would be listed under the ‘Internal’ tab
b. If ISO to USB Copy Tool is not found in the above location, it can be installed
through the internal software catalogue in RHEL 8 CSB.
c. This tool uses the ‘dd’ command at the backend, but gives a simpler, graphical
user interface.
3. Specify the path of the downloaded ISO image at ‘Select ISO File’, select the USB
stick to write on and click on ‘Create USB Stick’ to get started. Follow the prompts
further till you are asked to eject the USB drive
4. Boot to the Remote Exam Bootable Live USB - G o to instructions
● You will need a USB key with at least 2 GB storage, preferably USB 2.0 or higher
● Important: Root access or SUDO access is needed to perform these operations. Since
root is not shared by IT in general, sudo access will suffice.
1. The user needs to have sudo permissions which can be obtained through the Red Hat
Internal software suite.
a. To obtain sudo access, go to Applications > Red Hat Internal> Switch the
RHEL CSB Satellite Channel config. Check mark “I need sudo access” for
sudo access. Normally it will take 15 minutes to get the sudo access
depending on the network. Please wait if it takes time for the access.
b. KB0004081: Setting up sudo/root Access on RHEL 7/8 CSB
c. Prerequisites: T o complete these steps, you must be connected to the Red
Hat internal network (using the "Red Hat" wired or wireless network in a Red
Hat office / using a Red Hat VPN connection on any other network).
2. Download the RE Bootable Image from h
ere and save it in the local hard drive.
3. Open Terminal window and run the dd command to write the installation ISO image
directly to the USB device
4. Use the lsblk command to find the attached usb drive (For ex: It can be
sda,sdb or sdc). Here it is sda.
$ lsblk
5. As a sudo user run the dd command, enter the sudo password when prompted
$ sudo dd if=/home/<<user>>/Downloads/<<File_name_of_image.iso>> of=/dev/sda bs=512k
nd you can see the partitions for sda (i.e., sda1,
6. Execute lsblk command again a
sda2,sda3)
7. Unplug the usb and connect it again, you can see the mount point now
/run/media/<<user>>/<<Live_USB_Image_Name>>
8. Boot to the Remote Exam Bootable Live USB - G
o to instructions
OS: Red Hat Enterprise Linux 7.X (For Red Hat internal
associates only)
Method 1 - Using Internal “ISO to USB Copy Tool”
● You will need a USB key with at least 2 GB storage, preferably USB 2.0 or higher
● Important: Root access or SUDO access is needed to perform these operations. Since
root is not shared by IT in general, sudo access will suffice
1. Download the RE Bootable Image from h ere and save it in the local hard drive.
2. Under A pplications > Red Hat Internal, look for the ISO to USB Copy Tool
3. If found, open the application
a. Specify the path of the downloaded ISO image at ‘Select ISO File’, select
the USB stick to write on and click on ‘Create USB Stick’ to get started. Follow
the prompts further till you are asked to eject the USB drive
4. If the ISO to USB Tool is not found (we observed that some RHEL 7 CSB releases did
not have that listed as a default), use the below steps. Contact IT by raising a ticket at
help.redhat.com for further assistance
a. Run $ sudo sudo yum install redhat-internal-iso-to-usb-0.1-3.el7.csb.x86_64
at the terminal
b. If the above command does not work, it might be due to some of the rhel-7
repos not being enabled in your system. Contact IT helpdesk at
help.redhat.com for their best effort assistance
c. References: K B0003859: Create USB Operating System (OS) Installation
Media on a Linux Machine
5. Boot to the Remote Exam Bootable Live USB - G o to instructions
● You will need a USB key with at least 2 GB storage, preferably USB 2.0 or higher
● Important: Root access or SUDO access is needed to perform these operations. Since
root is not shared by IT in general, sudo access will suffice
1. Download the RE Bootable Image from h ere and save it in the local hard drive.
2. The user needs to have sudo permissions which can be obtained through the Red Hat
Internal software suite.
a. To obtain sudo access, go to Applications > Red Hat Internal> Switch the
RHEL CSB Satellite Channel config. Check mark “I need sudo access” for
sudo access. Normally it will take 15 minutes to get the sudo access
depending on the network. Please continue to wait if it takes a little longer to
get the access.
b. KB0004081: Setting up sudo/root Access on RHEL 7/8 CSB
c. Prerequisites: T o complete these steps, you must be connected to the Red
Hat internal network (using the "Red Hat" wired or wireless network in a Red
Hat office / using a Red Hat VPN connection on any other network).
3. Open Terminal window and run the dd command t o write the installation ISO image
directly to the USB device
4. Use the lsblk command to find the attached usb drive (For ex: It can be
sda,sdb or sdc). Here it is sda.
$ lsblk
5. As a sudo user run the dd command, enter the sudo password when prompted
$ sudo dd if=/home/<<user>>/Downloads/<<File_name_of_image.iso>> of=/dev/sda bs=512k
6. Execute lsblk command again and you can see the partitions for sda (i.e., sda1,
sda2,sda3)
7. Unplug the usb and connect it again, you can see the mount point now
/run/media/<<user>>/<<Live_USB_Image_Name>>
8. Boot to the Remote Exam Bootable Live USB - G
o to instructions
Booting to the Remote Exam Live USB image
1. Restart your computer/Mac and go to the Boot Menu. Select your boot device as
USB Flash Drive.
a. Note: Depending on your hardware, the keystroke to enter the boot menu
may differ. The typical keys used for various hardware are, but not limited to
‘delete’, ‘enter’, F2, F4, F10 and F12. Look at the splash screen when the
computer starts to know the key to enter startup or modify boot order.
b. For Mac, press and hold the Option key to access the startup manager and
select the boot device
2. Boot order selection screen - will differ on various systems, a typical screen given
below:
A typical Macintosh boot screen would look like below. **Select any of the EFI Boot icons
3. Select Red Hat Remote Exams
6. Go to Network and make sure that your wired internet connection is recognized.
Wifi compatibility with the Remote Exam Live USB cannot be guaranteed on all makes of
hardware. Wifi may not be listed if the wireless adapter is not recognized by the image.
If the Wifi adapter in your computer is recognized, you may be able to connect to a wireless
router with the router password. Additional credentials may be needed to connect to your
Internet Service Provider. Please note that network performance and stability will depend on
various aspects such as the distance between your computer and the wifi router, bandwidth
shared with other connected devices etc.
7. From Region and Language, click on the Login Screen button at the top right corner
and close the settings window to connect to the Red Hat Individual Exam Scheduler page
8. Login using your redhat.com account username and password. Ensure that this is the
same that was used to purchase the exam
9. Once inside the Live Environment, run the Compatibility Check to verify that your
system requirements are met.
Fedora Media Writer throws errors while creating a Live USB on Windows 10
There are a few errors seen occasionally when Fedora Media Writer is used to create a Live USB
from an iso file in Windows 10. Some of the screenshots given below.
Fedora Media Writer saves the ISO to your USB and then reads it back to verify that it gets the same
data back as it wrote. If the read does not match the write, FMW will show an error saying 'Your Disk is
Probably Damaged'. This is a very stark message which actually means "Warning - there are
inconsistencies between what was written and what was read back".
There are many possible reasons why the read might not match the write and it doesn't always
necessarily mean that the write failed or that the USB will not work. You can ignore this message on
an otherwise known good USB and continue using the same.
Click on 'Cancel' to exit Fedora Media Writer, reboot your system and try to boot from the USB drive.
If it boots successfully to the Remote Exam image, the USB drive and the image on it is fine and can
be used for your exam.
The above error may appear if there is an existing Live USB in the disk already. The presence of a
Live USB will be detected by FMW and a ‘Restore’ option will be available to format the drive. Click
on Restore, finish the format process and reattempt the process of creating a Live USB.
Follow the instructions to restore your USB drive to the Factory Settings:
**Note to Windows Users: “Factory Settings” would most likely imply that your USB drive is
formatted in FAT32 file system. FAT32 does not allow transfer of files larger than 4GB and
hence most Windows users prefer NTFS.
exFAT handles larger files and is Windows and Mac OS compatible. Hence, you will need to
use an additional level of formatting using the Windows format utility.
How many free USB ports should be available for use during the exam?
You should ideally have a minimum of two USB ports available in a laptop for a bootable USB drive
and an external web camera. In the case of a desktop computer, the requirement would be four
ports: one port each for an external webcam, USB drive, keyboard and mouse.
Can I boot to the exam environment using a virtual machine rather than a USB drive?
No. The Remote Exam image must be loaded on a USB drive. Booting off a Virtual Machine is not
allowed.
Can I create a bootable live USB by keeping my existing data in the same USB drive?
No. The process of live USB creation will wipe out any existing data and reformat your USB drive as
needed.
Is an iMac allowed?
Compatibility cannot be guaranteed. If your pre-exam test by booting in to the Remote Exam Live
USB works fine, then you can proceed. A few things to note:
● iMacs come with wireless keyboard and mouse. Wireless devices may not work.
● Detection and stable performance of wifi internet is NOT guaranteed.
● Using a wired keyboard and mouse and a wired internet on an iMac should work fine subject
to successful pre-exam testing.
● One external webcam with at least 1m cable and 90 degree field of view or more is
required. The webcam must be focusable from 10 cm to 2 m.
Why am I getting a “Resource Busy” error which is not allowing me to write to USB on
my Mac?
Prior to running the dd command, the disk must be unmounted. Try either of the below:
$ diskutil unmountDisk /dev/disk3
Sample Output: Unmount of all volumes on disk3 was successful
The disk can also be unmounted by going to the Disk Utility, locating the USB drive and
clicking on the ‘Unmount’ button at the top