usb_boot_stick
Unterschiede
Hier werden die Unterschiede zwischen zwei Versionen angezeigt.
Nächste Überarbeitung | Vorhergehende Überarbeitung | ||
usb_boot_stick [2014/05/05 17:16] – angelegt karl | usb_boot_stick [2018/03/26 00:41] (aktuell) – [Linux Mint 17.2 64 Bit] karl | ||
---|---|---|---|
Zeile 1: | Zeile 1: | ||
- | http:// | + | ====== Linux USB Bootstick ====== |
+ | ===== YUMI ===== | ||
+ | Mit [[http:// | ||
+ | |||
+ | |||
+ | ===== 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. | ||
+ | |||
+ | < | ||
+ | Format the usb to NTFS | ||
+ | Mount the usb somewhere, for example / | ||
+ | Install grub to the usb using: | ||
+ | |||
+ | grub-install --force --no-floppy --boot-directory=/ | ||
+ | </ | ||
+ | Bei mir war der usb-stick auf /dev/sdd. \\ | ||
+ | Das kann man am einfachsten überprüfen mit dem Partition Manager. | ||
+ | |||
+ | < | ||
+ | Extract the contents of the iso onto the root of the usb stick; I personally use 7z for this: | ||
+ | |||
+ | 7z x / | ||
+ | |||
+ | ├── autorun.inf | ||
+ | ├── boot | ||
+ | │ | ||
+ | ├── bootmgr | ||
+ | ├── efi | ||
+ | ├── setup.exe | ||
+ | ├── sources | ||
+ | ├── support | ||
+ | └── upgrade | ||
+ | Edit/create boot/ | ||
+ | |||
+ | menuentry ' | ||
+ | set root=(hd0, | ||
+ | insmod part_msdos | ||
+ | insmod ntfs | ||
+ | insmod ntldr | ||
+ | ntldr /bootmgr | ||
+ | } | ||
+ | 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. | ||
+ | </ | ||
+ | |||
+ | Anleitung ursprünglich von: | ||
+ | http:// | ||
+ | und dann bearbeitet. | ||
+ | Mit FAT32 hat es nicht funktioniert, | ||
+ | |||
+ | ===== Linux Mint 17.2 64 Bit===== | ||
+ | vesamenu com32\\ | ||
+ | vesamenu.c32: | ||
+ | failed to load COM32 file vesamenu.c32 | ||
+ | |||
+ | http:// | ||
+ | |||
+ | {{tag> |
usb_boot_stick.1399302994.txt.gz · Zuletzt geändert: 2014/05/05 17:16 von karl