Windows: Membuat LiveUSB: Difference between revisions

From OnnoCenterWiki
Jump to navigationJump to search
No edit summary
No edit summary
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
Sebaiknya USB 16GB minimal
sudo add-apt-repository ppa:tomtomtom/woeusb
sudo apt update && sudo apt install woeusb-frontend-wxgtk
Burn file .iso windows
Burn file .iso windows


  fdisk /dev/sdc
  fdisk /dev/sdc
  # buang semua partisi di /dev/sdc/
  # buang semua partisi di /dev/sdc/
sudo dd if=Windows\ 7\ SP1\ Ultimate\ \(64\ Bit\).iso of=/dev/sdc status=progress
sudo dd bs=4M if=windows7.iso of=/dev/sdc status=progress
sudo dd bs=4M if=Windows\ 10\ Pro\ en-US\ v1909\ x64\ BiT\ Activated.iso of=/dev/sdd status=progress
Cara booting:
HP: F9 select device
HP: F10 or Esc
Dell: F2 or F12
Lenovo: F1 or Fn + F1
Acer: F2 or Del
ASUS: F2 for all PCs, F2 or Del for motherboards


sudo dd if=Windows\ 7\ SP1\ Ultimate\ \(64\ Bit\).iso of=/dev/sdc
sudo dd bs=4M if=windows7.iso of=/dev/sdc


==Pranala Menarik==
==Pranala Menarik==


* [[Windows]]
* [[Windows]]

Latest revision as of 21:54, 21 October 2024

Sebaiknya USB 16GB minimal

sudo add-apt-repository ppa:tomtomtom/woeusb
sudo apt update && sudo apt install woeusb-frontend-wxgtk


Burn file .iso windows

fdisk /dev/sdc
# buang semua partisi di /dev/sdc/

sudo dd if=Windows\ 7\ SP1\ Ultimate\ \(64\ Bit\).iso of=/dev/sdc status=progress
sudo dd bs=4M if=windows7.iso of=/dev/sdc status=progress
sudo dd bs=4M if=Windows\ 10\ Pro\ en-US\ v1909\ x64\ BiT\ Activated.iso of=/dev/sdd status=progress



Cara booting:

HP: F9 select device
HP: F10 or Esc
Dell: F2 or F12
Lenovo: F1 or Fn + F1
Acer: F2 or Del
ASUS: F2 for all PCs, F2 or Del for motherboards


Pranala Menarik