Commit Graph

483 Commits (master)
 

Author SHA1 Message Date
multibootusb 1e384a27a2 Merge pull request #146 from alindt/fixes
Further reduce CPU usage
7 years ago
Alin Trăistaru 9e16529e44 further reduce CPU usage 7 years ago
multibootusb f4734bd931 Merge pull request #145 from alindt/fixes
Disable and enable ui when action in progress. 
Reduce CPU usage.
7 years ago
Alin Trăistaru a0dd6438c5 greatly reduce CPU usage 7 years ago
Alin Trăistaru 670cdbd4d1 disable/enable UI when actions in progress
fixes #90
7 years ago
mbusb 9005fb3f52 Fix for QEMU under windows post install 7 years ago
mbusb e73e8821ed Added setup.exe support and qemu device boot failure fix for Linux 7 years ago
mbusb f83297504c Fix for previous commit under windows (check if USB is a disk or partition) 7 years ago
mbusb 11096af0d8 User improvements and version bump
1. Warn users when using partition/disk for dd and normal disto install through a message
2. Bumped the version to 8.6.0
3. Updated changelog for version 8.6.0
4. Changes logic for Slackware mini
5. Check for host pyudev and use inbuilt if not available
6. Updated setup.py for inclusion of newer files towards new release
7 years ago
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
multibootusb b84cfea589 Merge pull request #135 from alindt/ui-resources
Add some icons to make GUI better
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 0e9cd432e3 Added temp file in gitignore 7 years ago
mbusb 5cdf831892 Improvements in loopback.cfg conversion 7 years ago
multibootusb 0a25f582ba Merge pull request #133 from alindt/fixes
various fixes
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
multibootusb a150156509 Merge pull request #131 from alindt/no-bus-check
linux: rethink device detection logic
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
multibootusb 4dcf38d523 Merge pull request #129 from alindt/detect-centos
Fix CentOS ISOs detection
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
multibootusb 552085a73d Merge pull request #128 from alindt/safe-usb-info-access
Safely access usb info dict
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
multibootusb 0e73b8b301 Merge pull request #125 from alindt/dev-info-display
Fix device information display
7 years ago
Alin Trăistaru 3f55b26bfe Fix device information display 7 years ago
multibootusb df9779935f Merge pull request #124 from alindt/all-drives
re-enable "All drives" functionality
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
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