Pardus ortamında w7 yi bootable usb ile çalıştırmak

Kodla Büyü

ethayret

Üye
Mesajlar
8
Selam arkadaşlar bilgisayarımda pardus kurulu. w7 nin iso dosyası elimde. pardus ile beraber kullnmak için w7 bootable usb şeklinde hazırlamak istiyorum ama pardus konusunda fazla deneyimim yok. pardus ortamında bunu nasıl yapacağımı bilmiyorum yardımcı olacak arkadaşlara teşekkürler. özellikle konsol üzerinden bunu nasıl yapabilirim.
 
peki ben neden pardus ta indirdiğim uygulamaların hiç birini çalıştıramıyorum, YUMI yi indirip arşivden çıkar dedim, daha sonra üzerine sağ tıklayıp terminalde aç dedim terminal penceresi 1sn görünüp kayboldu başka da hiçbir şey olmadı. Neden çalışmıyor acaba?
bu komutları da tek tek uyguladım. yine de çalışmadı>>>>>>
I. Format your USB Flash Drive to use a Single Partition:

  1. Open a terminal and type sudo su
  2. Type fdisk -l (and note which device is your USB Drive)
  3. Type fdisk /dev/sdx (replacing x with your actual usb device)
  4. Type d (to delete the existing partition)
  5. Type n (to create a new partition)
  6. Type p (for primary partition)
  7. Type 1 (to create the first partition)
  8. Press Enter (to use the first cylinder)
  9. Press Enter again (to use the default value as the last cylinder)
  10. Type a (for active)
  11. Type 1 (to mark the first partition active "bootable")
  12. Type t (for partition type)
  13. Type c (to use fat32 partition)
  14. Type w (to write the changes and close fdisk)
II. Create a Fat32 Filesystem on the USB Flash Drive:

  1. Type umount /dev/sdx1 (to unmount the mounted partition)
  2. Type mkfs.vfat -F 32 -n MULTIBOOT /dev/sdx1 (to format the partition as fat32)
  3. Remove and reinsert your USB flash drive, or remount it
III. Install WINE:

  1. To install WINE from within an Ubuntu operating environment, open a terminal and type sudo apt install wine and press enter. Once WINE is installed, launch YUMI as you normally would by simply clicking the YUMI-2.0.5.4.exe
yani bu pencereyi hiç görmedim!!!
YUMI-Multiboot-USB-Creator.png
 
Son düzenleme:
Geri
Üst