Commit Graph

96 Commits (4346a9a9ef4c4defcdf18c1a41515ec627f02a1d)

Author SHA1 Message Date
mbusb 4ca22ff1fd Bug fix
1.  GRUB command not found error
2.  Added missing command.lst file
3.  Crash while writing ISO to USB disk under Windows
7 years ago
Alin Trăistaru 43d3754354 add some icons 7 years ago
mbusb ec637515f8 Improvement in loopback.cfg creation
1. Changed logic to convert syslinux config files to loopback.cfg
2. Added improvement in GUI (install and uninstall icons on buttons). But this does not work at the moment.
7 years ago
mbusb cb3bd559e2 Merge branch 'devel' of https://github.com/mbusb/multibootusb.git into devel 7 years ago
mbusb 5cdf831892 Improvements in loopback.cfg conversion 7 years ago
Alin Trăistaru 9923b57f3f fix persistence on mount points containing spaces 7 years ago
Alin Trăistaru 374d494f16 fix typos and reword 7 years ago
Alin Trăistaru 42f97f3a3c linux: rethink device detection logic
Don't rely on ID_USB udev item
Should fix #110
7 years ago
Alin Trăistaru 97712a0741 Fix CentOS ISOs detection
Closes #98

Signed-off-by: Alin Trăistaru <alin.traistaru+github@gmail.com>
7 years ago
Alin Trăistaru 60635d4808 Safely access usb info dict 7 years ago
mbusb 7c98ec00a0 Windows Fix for commit 0e73b8b
1. Activate listing of devices when All drives option is enabled and disabled
2. Add a dummy devtype to usb.py module to avoid crash under Windows
7 years ago
Alin Trăistaru 3f55b26bfe Fix device information display 7 years ago
Alin Trăistaru a18c3be489 re-enable "All drives" functionality 7 years ago
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
Alin Trăistaru b1e7a3ae1f fix persistence logic 8 years ago
Alin Trăistaru 78ebfaf7e4 rework ui/core (partial) 8 years ago
mbusb 2fc61df51e Detect isolinux version 2 and install version 3 instead. 8 years ago
mbusb 8148c33752 Merge branch 'master' of https://github.com/mbusb/multibootusb into devel 8 years ago
mbusb b210bcccbc Merge branch 'devel' of https://github.com/mbusb/multibootusb into devel 8 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.
8 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...
8 years ago
Alin Trăistaru 8cb345d764 linux: use system pyudev library instead of bundled 8 years ago
Alin Trăistaru 71496955cb tweak log progressbar 8 years ago
Alin Trăistaru 349dca6f22 fixed typos 8 years ago
Alin Trăistaru 5266992ac4 use dd sync writes 8 years ago
Alin Trăistaru 7dd6cd041c GUI cleanup and minor fixes 8 years ago
mbusb 59a3ff23d1 Fix for random crash
Fix for random crash when ISO file contain non utf charectors.
8 years ago
mbusb b9fb603f27 Change in debian installer detection. 8 years ago
mbusb f6b6d1c0e5 Update to new release - 8.5.0 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
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
mbusb be4c8d9763 update to version 8.4.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 1e3f1f1c26 Added ReactOS 8 years ago
mbusb 95245ffc63 Added Fedora persistence. Bug fix for crash when uninstalling Sergei Strelec. Also fixed the knoppix bug. 8 years ago
mbusb e4173be1b7 Added Sergei Strelec 8 years ago
mbusb acde57f600 Added Alt Linux. 8 years ago
mbusb 5aaa28c4b2 Update files to version 8.1.0 8 years ago
mbusb 5e9fcf9f63 Removing unwanted files from source. 8 years ago
mbusb 2c33ed73de Upgrading to version 8.0.0 8 years ago