Esxi Install From Usb Syslinux Tutorial
Windows Xp Install From Usb
Booting MRI from USB using syslinux - Tutorial. (its stand alone this time and needs no install). Select your USB Pen Drive and format. MENU LABEL Geek Squad.
Install Esxi From Usb Drive
Note Kindly check the following packages on your system: 1. Syslinux if not installed then install it using yum yum install syslinux 2. Qemu-system-x8664 ( i am installin 64 bit fedora so to test the pen drive finally we need this Virt. Machine) if not installed then install it using yum yum install -y qemu.x8664 it will take some time Note if you dont want to test ur pen drive then you can skip the above step: Now we can start the process 1.
Download the ISO image of the OS ( Linux) on you system and mount the same under some directory. E.g with the following command. Mount -t iso9660 /home/harkamal/ISO/Fedora-16-x8664-Live-KDE.iso /mnt/iso/ 2. Use a pen drive which doesn't contain any files, it can have folders but not free files. And at least 1GB free space.
Now find out where you pen drive has mounted automaticall it gets mounted on /media/HARKAMAL Note: HARKAMAL is the LABEL of my pen drive yours could be something else pl. Command to find out where your pen drive gets mounted are df -h or fdisk -l use the first one as root user or use sudo instead. In my case it was /deb/sdb1 pl note it too. Go to /mnt/iso with the command cd /mnt/iso ( here u have mounted the ISO img. In step 1 with mount cmd) 4 Now run cp.rv /media/HARKAMAL/ note: pl change the LABLEL accordingly 5 now run the following command syslinux -install -d EFI/boot/ /dev/sdb1 6 Now go to the directory /media/HARKAMAL/EFI/boot cd /media/HARKAMAL/EFI/boot 7.
Comments are closed.