Thursday, May 22, 2025

How Can Make Bootabl Pendrive

To make a bootable pendrive, you can use tools like Rufus (Windows), BalenaEtcher (Windows/macOS/Linux), or the dd command (Linux/macOS). Here's how you can do it step by step:


Method 1: Using Rufus (Windows)

  1. Download Rufus:
    https://rufus.ie

  2. Insert your USB drive (at least 8 GB recommended).

  3. Open Rufus (no installation needed).

  4. Choose Device: Select your USB drive from the "Device" list.

  5. Boot Selection: Click "SELECT" and choose the ISO file (e.g., Windows or Linux ISO).

  6. Partition scheme: Choose:

    • MBR for BIOS or UEFI-CSM.
    • GPT for UEFI.
  7. Click Start and confirm when prompted. It will format the USB and write the bootable image.


Method 2: Using BalenaEtcher (All platforms)

  1. Download BalenaEtcher:
    https://www.balena.io/etcher/

  2. Insert USB drive.

  3. Open Etcher and:

    • Select the ISO image.
    • Choose your USB drive.
    • Click Flash.
  4. Wait until it's done. That's it.


Method 3: Using dd command (Linux/macOS)

WARNING: Be very careful with this method, it can wipe your drive.

sudo dd if=/path/to/your.iso of=/dev/sdX bs=4M status=progress && sync
  • Replace /path/to/your.iso with the ISO file path.
  • Replace /dev/sdX with your USB device (e.g., /dev/sdb).
    Double-check with lsblk or fdisk -l to avoid overwriting your main drive.

No comments:

Post a Comment

Computer Care

योग वेबसाइट डिज़ाइन Google Sites पर – स्टेप बाय स्टेप हिंदी में

  योग वेबसाइट (Yoga Website) बनाना चाहते हैं — चलिए मैं आपको Google Sites पर एक योग वेबसाइट डिज़ाइन करने की पूरी प्रक्रिया हिंदी में विस्त...