Commit Graph

153 Commits (021b3ae436db4deda8c2c72c582d7a569b24924f)
 

Author SHA1 Message Date
mbusb 704769a81c Small improvements and added a distro
1. Added syslinux.bin and an entry in grub.cfg so as to chainload to syslinux from grub2
2. Added grml
3. Kill windows explorer when writing ISO image to USB (This is reqired to prevent dd.exe from failing)
4. Load combobox with detected drive when loading GUI
5. File dialog remembers last opened file directory
6. Logging syslinux install command
7 years ago
mbusb 1c6cd4fff7 GUI and other improvements
1. Diable persistence slider after installing a distro
2. Correct typo on default syslinux.cfg file
3. Update status text when applying filesystem to persistence file
4. Correct QEMU boot issue under Windows
7 years ago
mbusb 9ffb4ba5e5 Merge branch 'devel' of https://github.com/mbusb/multibootusb.git into devel
Also fixed crash on windows when detect usb drive button is clicked.
7 years ago
mbusb 7b92c2021b Improvements and bug fixes
1. Added Finnix
2. Check for EFI binary after uninstalling a distro (and copy mbusb binary if not present)
3. Added Fatdog
4. Improved way to detect grub*.cfg file
5. Corrected spelling mistake
7 years ago
multibootusb 07b4dc328c Merge pull request #121 from alindt/ui-core-redesign
UI/core redesign
7 years ago
Alin Trăistaru b1e7a3ae1f fix persistence logic 7 years ago
Alin Trăistaru 78ebfaf7e4 rework ui/core (partial) 7 years ago
Alin Trăistaru cc130d5d7c .gitignore update 7 years ago
mbusb 2fc61df51e Detect isolinux version 2 and install version 3 instead. 7 years ago
mbusb 8148c33752 Merge branch 'master' of https://github.com/mbusb/multibootusb into devel 7 years ago
multibootusb 7de10c1a2a Merge pull request #118 from alindt/master
Fix installing syslinux in distro dir on ext2/3/4
7 years ago
mbusb b210bcccbc Merge branch 'devel' of https://github.com/mbusb/multibootusb into devel 7 years ago
mbusb d8b485efda 1. Initial UEFI support
2. Added PLOP boot manager
3. Added netboot.iso
4. Added latest memtest
5. Added slack mini boot
6. Improved fedora detection script

This commit provide initial and bare minimum support to UEFI boot.
The support will be improved upon users feedback and raising issues.
7 years ago
Alin Trăistaru 13d798e873 Fix installing syslinux in distro dir on ext2/3/4
Executing ==>
dd if=/dev/sdb1 of=/media/user/USBFLASH"/media/user/USBFLASH/multibootusb/debian/isolinux/debian-install.bs" count=1
dd: failed to open '/media/user/USBFLASH/media/user/USBFLASH/multibootusb/debian/isolinux/debian-install.bs':
No such file or directory

Failed to install syslinux on distro directory...
7 years ago
multibootusb fa5bac15fd Merge pull request #115 from alindt/dev
Use host pyudev library instead of bundled on Linux
7 years ago
Alin Trăistaru 8cb345d764 linux: use system pyudev library instead of bundled 7 years ago
multibootusb e754db8f19 Merge pull request #114 from alindt/master
Modification to GUI and minor bug fixes and tweaking to progressbar by Alin Trăistaru.
7 years ago
Alin Trăistaru 71496955cb tweak log progressbar 7 years ago
Alin Trăistaru 349dca6f22 fixed typos 7 years ago
Alin Trăistaru 5266992ac4 use dd sync writes 7 years ago
Alin Trăistaru 7dd6cd041c GUI cleanup and minor fixes 7 years ago
mbusb 59a3ff23d1 Fix for random crash
Fix for random crash when ISO file contain non utf charectors.
7 years ago
mbusb 9c80c31736 Merge branch 'master' of https://github.com/mbusb/multibootusb.git 8 years ago
mbusb 52c66ca7cd Pull from master 8 years ago
mbusb b9fb603f27 Change in debian installer detection. 8 years ago
mbusb 1aa03afaea Update for fedora install script 8 years ago
mbusb 82ea6770a9 Updating CHANGELOG 8 years ago
mbusb f6b6d1c0e5 Update to new release - 8.5.0 8 years ago
mbusb ad5bd3e431 Change mode. 8 years ago
mbusb ba596fa2e2 Merge branch 'master' of https://github.com/mbusb/multibootusb.git 8 years ago
mbusb bb0fc1fac0 Added Solus OS and Ka OS . 8 years ago
multibootusb fd353174a3 Merge pull request #86 from bagage/master
Fix crash in ISO Imager
8 years ago
multibootusb 7bc82f4dfe Merge pull request #93 from gktrk/pyudev-fix
scripts/usb.py: use device.get() instead of device[''] to handle KeyError
8 years ago
Göktürk Yüksek 938d31412e
scripts/usb.py: use device.get() instead of device[''] to handle KeyError
The devices returned by list_devices() may not always have all the
properties and referencing them raises a KeyError. Use the .get()
interface as suggested by the upstream[0] to avoid such exceptions.

[0] http://pyudev.readthedocs.io/en/latest/guide.html#id6
8 years ago
Gautier Pelloux-Prayer 1da1f6cfee Fix crash when trying to use ISO Imager 8 years ago
Gautier Pelloux-Prayer 7ac3b16d14 Make multibootusb-pkexec executable 8 years ago
mbusb be4c8d9763 update to version 8.4.0 8 years ago
mbusb a149f762f3 Bug fix 8 years ago
mbusb 859ccc8d17 New release - 8.3.0 8 years ago
mbusb 890c266342 Inform user about the requirement of admin privilege. Added option to list all drives (including fixed). Fixed the bug 'maximum 2047 mb allowed'. 8 years ago
mbusb 4acef6fae7 . 8 years ago
mbusb 67857327db Merge branch 'master' of https://github.com/mbusb/multibootusb.git 8 years ago
mbusb 1e3f1f1c26 Added ReactOS 8 years ago
mbusb 5e96cd15f8 Include CHANGELOG for version upgrade 8 years ago
mbusb 767bcc6d4e Updating to new release 8.2.0 8 years ago
mbusb 95245ffc63 Added Fedora persistence. Bug fix for crash when uninstalling Sergei Strelec. Also fixed the knoppix bug. 8 years ago
multibootusb 7b7c50c1fb Merge pull request #74 from palob/launcher-fix
Unhardcode icon file type in GNU/Linux laucher
8 years ago
mbusb e4173be1b7 Added Sergei Strelec 8 years ago
Vincent Bermel cc37e27f0c Unhardcode icon file type in GNU/Linux laucher 8 years ago
mbusb acde57f600 Added Alt Linux. 8 years ago