(Actually I am using a 500GB 3.5" mechanical hard disk with SATA to USB connector as the "bootable USB drive". I do not have CDROMs or USB sticks around.)
(The ISO image I would like to boot is the HDDGURU's MHDD. I need to fix some hard disk problems.)
Here are the steps. But I experience some minor and major problems.
- Initialise the disk with fdisk /dev/sdb
- In fdisk, o to create a new empty DOS partition table.
- In fdisk, Create a new partition with type 0b W95 FAT32. (It is a partition of 465.8GiB. Will it be a problem as it is too large?)
- Format the partition with mkfs.fat -F32 /dev/sdb1
- mount /dev/sdb1 /mnt/bootableUSB
- emerge -av sys-boot/unetbootin. (Minor problem when man unetbootin: No manual entry for unetbootin.)
- Launch UNetbootin with QT_X11_NO_MITSHM=1 targetdrive=/dev/sdb1 /usr/bin/unetbootin. (Minor problem: without targetdrive=/dev/sdb1, the "Drive" drop down menu is blank.)
- In UNetbootin GUI, write Diskimage ISO (mhdd32ver4.6.iso) to USB Drive /dev/sdb1.
- Here is the content of my bootable USB drive. I notice the ISO image is not copied to the drive. And all the files in the USB drive are smaller than the ISO image file. Is it a problem?
Code: Select all
# ls -l mhdd32ver4.6.iso -rw-r--r-- 1 root root 1,533,952 Dec 8 11:53 mhdd32ver4.6.iso # ls -lAR /mnt/bootableUSB/ /mnt/bootableUSB/: total 524,288 -r-xr-xr-x 1 root root 116,028 Dec 8 10:54 ldlinux.c32 -r-xr-xr-x 1 root root 69,632 Dec 8 10:54 ldlinux.sys -rwxr-xr-x 1 root root 179,600 Dec 8 10:54 libcom32.c32 -rwxr-xr-x 1 root root 23,680 Dec 8 10:54 libutil.c32 -rwxr-xr-x 1 root root 26,568 Dec 8 10:54 menu.c32 -rwxr-xr-x 1 root root 145 Dec 8 10:54 syslinux.cfg -rwxr-xr-x 1 root root 0 Dec 8 10:54 ubnfilel.txt -rwxr-xr-x 1 root root 0 Dec 8 10:54 ubnpathl.txt




