Benutzer-Werkzeuge

Webseiten-Werkzeuge


usb_boot_stick

Unterschiede

Hier werden die Unterschiede zwischen zwei Versionen angezeigt.

Link zu dieser Vergleichsansicht

Beide Seiten der vorigen Revision Vorhergehende Überarbeitung
Nächste Überarbeitung
Vorhergehende Überarbeitung
usb_boot_stick [2014/05/05 17:18]
karl
usb_boot_stick [2018/03/26 00:41] (aktuell)
karl [Linux Mint 17.2 64 Bit]
Zeile 1: Zeile 1:
-<nowiki> +====== Linux USB Bootstick ====== 
-Its a simple process.+===== YUMI ===== 
 +Mit [[http://www.pendrivelinux.com/yumi-multiboot-usb-creator/|YUMI]] kann man mühelos einen Multiboot USB-Stick erzeugen!
  
-Format the usb to fat32 (I've heard ntfs works too, but I've never tested it myself, so for this tutorial I'm using fat32) + 
-Mount the usb somewhere, for example /media//+===== Manueller Multiboot (veraltet) ===== 
 + 
 +Mit Linux kann man einen multiboot-bootstick erstellen, auf dem dann z.B. ein Kubuntu oder Windows-Image (.iso) entpackt wird und somit davon gebootet werden kann.  
 + 
 +<code> 
 +Format the usb to NTFS 
 +Mount the usb somewhere, for example /media/usb-stick
 Install grub to the usb using: Install grub to the usb using:
  
-grub-install --force --no-floppy --boot-directory=/media///boot /dev/sdX (Install to the disk; not partition!)+grub-install --force --no-floppy --boot-directory=/media/usb-stick/boot /dev/sdX (Install to the disk; not partition!) 
 +</code> 
 +Bei mir war der usb-stick auf /dev/sdd. \\ 
 +Das kann man am einfachsten überprüfen mit dem Partition Manager. 
  
 +<code>
 Extract the contents of the iso onto the root of the usb stick; I personally use 7z for this: Extract the contents of the iso onto the root of the usb stick; I personally use 7z for this:
  
Zeile 23: Zeile 34:
 Edit/create boot/grub/grub.cfg so it contains the following menuentry: Edit/create boot/grub/grub.cfg so it contains the following menuentry:
  
-menuentry 'Windows 7 AIO Installerr' --class windows --class os {+menuentry 'Windows 7 DE Installer' --class windows --class os {
   set root=(hd0,1)   set root=(hd0,1)
   insmod part_msdos   insmod part_msdos
-  insmod fat+  insmod ntfs
   insmod ntldr   insmod ntldr
   ntldr /bootmgr   ntldr /bootmgr
Zeile 32: Zeile 43:
 Enjoy your bootable stick. Enjoy your bootable stick.
 It may be a bit of a runaround, but this lets you add addtional resources as needed via edits to the grub.cfg file. I personally have a Windows 7 All In one (9 editions of win7) installer, Mini Windows XP (from hirens), DOS 6.22, memtest, and gparted live on one usb stick this way. It may be a bit of a runaround, but this lets you add addtional resources as needed via edits to the grub.cfg file. I personally have a Windows 7 All In one (9 editions of win7) installer, Mini Windows XP (from hirens), DOS 6.22, memtest, and gparted live on one usb stick this way.
-</nowiki>+</code> 
 + 
 +Anleitung ursprünglich von: 
 +http://askubuntu.com/questions/116885/can-i-use-ubuntu-to-write-a-windows-7-iso-to-usb\\ 
 +und dann bearbeitet. 
 +Mit FAT32 hat es nicht funktioniert, daher hab ich NTFS genommen.  
 + 
 +===== Linux Mint 17.2 64 Bit===== 
 +vesamenu com32\\ 
 +vesamenu.c32: not a COM32 image \\ 
 +failed to load COM32 file vesamenu.c32 
 + 
 +http://www.ajopaul.com/2014/10/21/linux-usb-boot-disk-error-failed-to-load-com32-file-menu-c32/
  
-Anleitung von: +{{tag>linux howto boot software deutsch}}
-http://askubuntu.com/questions/116885/can-i-use-ubuntu-to-write-a-windows-7-iso-to-usb+
usb_boot_stick.1399303139.txt.gz · Zuletzt geändert: 2014/05/05 17:18 von karl