Displaying 1 result from an estimated 1 matches for "rhas3u2".
2004 Jun 23
1
Boot disk on USB memory stick
...rculating before,
I tried the recipe that Bruce Bryne suggested to make a memory stick
to be a RedHat EL bootable file system for RedHat installation,
but then hit a "missing operating system" problem.
Below are the steps I took:
a. mkdosfs /dev/sdc1
b. mount /dev/sdc1 /mnt/stick
c. cp rhas3u2/isolinux/* /mnt/stick
where rhas3u2 is the RHES AS 3 update2 CD mount point
d. cp /mnt/stick/isolinux.cfg /mnt/stick/syslinux.cfg
e. cp /rhas3u2/images/pxeboot/initrd.img /mnt/stick/
f. umount /mnt/stick
g. echo "mtools_skip_check=1" >> /root/.mtoolsrc
h. syslinux /dev/sdc1
When...