Symbianize Forum

Most of our features and services are available only to members, so we encourage you to login or register a new account. Registration is free, fast and simple. You only need to provide a valid email. Being a member you'll gain access to all member forums and features, post a message to ask question or provide answer, and share or find resources related to mobile phones, tablets, computers, game consoles, and multimedia.

All that and more, so what are you waiting for, click the register button and join us now! Ito ang website na ginawa ng pinoy para sa pinoy!

[TUT] Create a bootable usb

arman666

The Devotee
Advanced Member
Messages
372
Reaction score
2
Points
28
share ko lang po itong ginawa kong batchfile para sa bootable usb.

STEPS:
1) Download the USBBOOT.zip file.
2) Extract it sa drive C:
3) Run "usb boot.bat"
4) If you have existing Windows ISO, extract it and Enjoy


Hope makatulong sa mga kapwa natin member ng symbianize.com

my motto is "may magpa-thank you man lamang sa araw araw, mayaman na po ako nyan".


- - - Updated - - -

To ensure you have the right HDD selected, because some users overlooked the drive partition.

1) Press "windows key + R", to show run command.
2) type diskmgmt.msc at run command
3) Jot down the disk#

To extract ISO files, I strongly recommend 7ZIP

- - - Updated - - -

eto po batch code, malinis po yan

@echo off
:menu
cls
title arman666-symbianize.com
color 3
mode con cols=63 lines=40
echo ------------------------------------------------------
echo - Creating a bootable USB flash drive
echo ------------------------------------------------------
echo - -
echo M U S T R E A D :
echo 1)1ST HARD DISK DRIVE IS DISK 0 (w/c includes partition)
echo 2)Copy 1.txt,2.txt,3.txt,4.txt to Drive C:
echo 3)Copy usb boot.bat and a.mbi to Drive C:
echo -
echo ======================================================
echo 1. PRESS 1: If you have one(1) HDD installed
echo ======================================================
echo 2. PRESS 2: If you have two(2) HDD installed
echo ======================================================
echo 3. PRESS 3: If you have three(3) HDD installed
echo ======================================================
echo 4. PRESS 4: If you have four(4) HDD installed
echo ======================================================
echo 5. PRESS 5: COPY MBI TO USB
echo ======================================================
echo 6. PRESS 6: EXIT
echo ======================================================
echo - -
echo ------------------------------------------------------

set /p choice=Choose:
if %choice% equ 1 goto SEL1
if %choice% equ 2 goto SEL2
if %choice% equ 3 goto SEL3
if %choice% equ 4 goto SEL4
if %choice% equ 5 goto MBI
if %choice% equ 6 goto EXIT

echo Invalid choice. & pause & goto menu

:SEL1
cls
DiskPart.exe /s C:/1.txt
goto menu

:SEL2
cls
DiskPart.exe /s C:/2.txt
goto menu

:SEL3
cls
DiskPart.exe /s C:/3.txt
goto menu

:SEL4
cls
DiskPart.exe /s C:/4.txt
goto menu

:MBI
echo Enter your USB flash drive letter (D,E,F,G) then press Enter
set /p drive=
if ‘%drive%’ == ‘D’ goto Dproceed
if ‘%drive%’ == ‘E’ goto Eproceed
if ‘%drive%’ == ‘F’ goto Fproceed
if ‘%drive%’ == ‘G’ goto Gproceed
if ‘%drive%’ == ‘d’ goto Dproceed
if ‘%drive%’ == ‘e’ goto Eproceed
if ‘%drive%’ == ‘f’ goto Fproceed
if ‘%drive%’ == ‘g’ goto Gproceed

:Dproceed
copy a.mbi D:\
@pause
goto menu

:Eproceed
copy a.mbi E:\
@pause
goto menu

:Fproceed
copy a.mbi F:\
@pause
goto menu

:Gproceed
copy a.mbi G:\
@pause
goto menu

:EXIT
echo YOU MAY NOW EXTRACT WINDOWS ISO TO USB, ENJOY!
@pause
EXIT
 

Attachments

  • USBBOOT.zip
    1.8 KB · Views: 1,211
Re: Create a bootable usb

wala man lang isang ty...ha ha puro ninja mode
 
Re: Create a bootable usb

Salamat dito TS working 100% at nakapadali lang....

more power sayo....
 
Re: Create a bootable usb

Buti nalang nakita ko ito!

Thanks Bossing! ang laki ng tulong nito.

God Bless po, and more POWER!
 
Re: Create a bootable usb

TS patulong po ako, sorry newbie po...
san ung USBBOOT.zip file?
bagu lng po ako dito tsaka newbie po ako pagdating sa computer...pls help
TIA
 
Re: Create a bootable usb

thanks dito try ko ito after ko mag download ng mga OS
 
Re: Create a bootable usb

sir tanong lang kasi nalito ako .. 1 lang kasi HDD ng laptop ko with 3 parttions

tapos sinelect ko number 1.
then copied yung a.mbi sa USB kasama ng mga extracted filles ng iso

edi ok n tinest ko yung usb kung working nag work naman nag windows installation na

pero may nagpop up na message, iniskip nya na rin yung ibang parts ng installation hindi na ko pinapili ng version ng OS may mali ba ako ginawa?
 

Attachments

  • Capture.JPG
    Capture.JPG
    68.5 KB · Views: 49
Last edited:
Re: Create a bootable usb

sir tanong lang kasi nalito ako .. 1 lang kasi HDD ng laptop ko with 3 parttions

tapos sinelect ko number 1.
then copied yung a.mbi sa USB kasama ng mga extracted filles ng iso

edi ok n tinest ko yung usb kung working nag work naman nag windows installation na

pero may nagpop up na message, iniskip nya na rin yung ibang parts ng installation hindi na ko pinapili ng version ng OS may mali ba ako ginawa?

baka po sa OS iso may problema, try nyo po ibang OS iso
 
Re: Create a bootable usb

ok po sir download nlng ako ng ibang iso
 
Re: Create a bootable usb

share ko lang po itong ginawa kong batchfile para sa bootable usb.

STEPS:
1) Download the USBBOOT.zip file.
2) Extract it sa drive C:
3) Run "usb boot.bat"
4) If you have existing Windows ISO, extract it and Enjoy


Hope makatulong sa mga kapwa natin member ng symbianize.com

my motto is "may magpa-thank you man lamang sa araw araw, mayaman na po ako nyan".


- - - Updated - - -

To ensure you have the right HDD selected, because some users overlooked the drive partition.

1) Press "windows key + R", to show run command.
2) type diskmgmt.msc at run command
3) Jot down the disk#

To extract ISO files, I strongly recommend 7ZIP

- - - Updated - - -

eto po batch code, malinis po yan

@echo off
:menu
cls
title arman666-symbianize.com
color 3
mode con cols=63 lines=40
echo ------------------------------------------------------
echo - Creating a bootable USB flash drive
echo ------------------------------------------------------
echo - -
echo M U S T R E A D :
echo 1)1ST HARD DISK DRIVE IS DISK 0 (w/c includes partition)
echo 2)Copy 1.txt,2.txt,3.txt,4.txt to Drive C:
echo 3)Copy usb boot.bat and a.mbi to Drive C:
echo -
echo ======================================================
echo 1. PRESS 1: If you have one(1) HDD installed
echo ======================================================
echo 2. PRESS 2: If you have two(2) HDD installed
echo ======================================================
echo 3. PRESS 3: If you have three(3) HDD installed
echo ======================================================
echo 4. PRESS 4: If you have four(4) HDD installed
echo ======================================================
echo 5. PRESS 5: COPY MBI TO USB
echo ======================================================
echo 6. PRESS 6: EXIT
echo ======================================================
echo - -
echo ------------------------------------------------------

set /p choice=Choose:
if %choice% equ 1 goto SEL1
if %choice% equ 2 goto SEL2
if %choice% equ 3 goto SEL3
if %choice% equ 4 goto SEL4
if %choice% equ 5 goto MBI
if %choice% equ 6 goto EXIT

echo Invalid choice. & pause & goto menu

:SEL1
cls
DiskPart.exe /s C:/1.txt
goto menu

:SEL2
cls
DiskPart.exe /s C:/2.txt
goto menu

:SEL3
cls
DiskPart.exe /s C:/3.txt
goto menu

:SEL4
cls
DiskPart.exe /s C:/4.txt
goto menu

:MBI
echo Enter your USB flash drive letter (D,E,F,G) then press Enter
set /p drive=
if ‘%drive%’ == ‘D’ goto Dproceed
if ‘%drive%’ == ‘E’ goto Eproceed
if ‘%drive%’ == ‘F’ goto Fproceed
if ‘%drive%’ == ‘G’ goto Gproceed
if ‘%drive%’ == ‘d’ goto Dproceed
if ‘%drive%’ == ‘e’ goto Eproceed
if ‘%drive%’ == ‘f’ goto Fproceed
if ‘%drive%’ == ‘g’ goto Gproceed

:Dproceed
copy a.mbi D:\
@pause
goto menu

:Eproceed
copy a.mbi E:\
@pause
goto menu

:Fproceed
copy a.mbi F:\
@pause
goto menu

:Gproceed
copy a.mbi G:\
@pause
goto menu

:EXIT
echo YOU MAY NOW EXTRACT WINDOWS ISO TO USB, ENJOY!
@pause
EXIT

nka guine napo ba ito sir..saka anong os nito win 7 ba sir
 
Re: Create a bootable usb

tested ko po sa windows server 2008 and windows 7
 
Re: Create a bootable usb

working po ba to sa winxp, ayaw kasing tumanggap ng ibang os yung driver ng lumang computer e
 
Re: Create a bootable usb

Working ba eto sa lahat ng windows Os?
 
Re: Create a bootable usb

pa try ako. salamat
 
Re: Create a bootable usb

eto pa po isang way pag gawa ng bootable USB nyu
hope makatulong din :)


o create a bootable USB flash drive

Insert a USB flash drive into a running computer.
Open a Command Prompt window as an administrator.
Type diskpart.
In the new command line window that opens, to determine the USB flash drive number or drive letter, at the command prompt, type list disk, and then click ENTER. The list disk command displays all the disks on the computer. Note the drive number or drive letter of the USB flash drive.
At the command prompt, type select disk <X>, where X is the drive number or drive letter of the USB flash drive, and then click ENTER.
Type clean, and the click ENTER. This command deletes all data from the USB flash drive.
To create a new primary partition on the USB flash drive, type create part pri, and then click ENTER.
To select the partition that you just created, type select part 1, and then click ENTER.
To format the partition, type format fs=ntfs quick, and then click ENTER.
ImportantImportant
If your server platform supports Unified Extensible Firmware Interface (UEFI), you should format the USB flash drive as FAT32 rather than as NTFS. To format the partition as FAT32, type format fs=fat32 quick, and then click ENTER.
Type active, and then click ENTER.
Type exit, and then click ENTER.
When you finish preparing your custom image, save it to trtu 5eiu7ujlkio[758/5he root of the USB flash drive.




enjoy!!.
:)
 
Re: Create a bootable usb

For any iso os installation use xcopy of cmd
 
Re: Create a bootable usb

Try ko to TS... compatible ba sa any OS?
 
Back
Top Bottom