Commit Graph

224 Commits (89ca0a94cad83202c0057666c94d822db802aba5)
 

Author SHA1 Message Date
Sundar 89ca0a94ca New release - version 9.1.0 7 years ago
Sundar 614373c53f Merge branch 'master' of https://github.com/mbusb/multibootusb.git 7 years ago
Sundar f4bd0343bb Include missing files in setup.py 7 years ago
mbusb c203f28e6a Fix for windows crash 7 years ago
mbusb 77be8a47ca Fix for crash under windows when system language is not an English 7 years ago
mbusb ec0f8d95f9 Added i386 grub2 modules and scan and boot ISO files directly from "/multibootusb/iso" directory.
1. Added latest i386 compatable module files
2. Added menu entries from multibootusb project http://mbusb.aguslr.com
3. Included section to boot ISOs directly using loop mount
7 years ago
mbusb d854c310f6 Merge branch 'master' into devel 7 years ago
mbusb ec5b2d2bb8 Change mode on windows 7 years ago
Sundar 82d3c5a87a Merge branch 'master' of https://github.com/mbusb/multibootusb.git 7 years ago
Sundar be8c0d2e62 version file update 7 years ago
mbusb f868ea85f5 Windows improvements and update extlinux.cfg
1. Hide command wind when multibootusb is launched
2. Update extlinux.cfg to match with updated syslinux.cfg
7 years ago
Sundar 86e56e71f0 Update Readme 7 years ago
Sundar fa1398a168 Updated Readme file 7 years ago
Sundar 0c527d1bc2 Merge branch 'master' into devel 7 years ago
Sundar 1c6ead5ee9 Update Changelog for new release 7 years ago
Sundar b750be3e72 Merge branch 'master' into devel 7 years ago
mbusb 5809fb78fe Merge branch 'master' of https://github.com/mbusb/multibootusb.git 7 years ago
mbusb 33b353f479 Merge branch 'devel' of https://github.com/mbusb/multibootusb.git 7 years ago
mbusb 8e0a8fae9f modify install.py 7 years ago
mbusb 22226a40fc Added xenialpup distro 7 years ago
mbusb d14da4b351 Added OSFclone distro 7 years ago
mbusb 3a5cbfe282 Added support for Redcore Linux 7 years ago
mbusb 7dd1df0004 Fix slacko detection and add as supported distro 7 years ago
mbusb 28e8806658 Replace old efi binary with new one for backward compatability 7 years ago
mbusb 97b3cd830b Improvements to uefi booting.
1. Compiled new efi binary based from latest grub2 source
2. Added grub2 efi modules
3. Corrected partedmagic path issues
4. Added few more text in grub.cfg
7 years ago
mbusb 67f57a8d88 Improve GPT detection code under Windows
This commit improves the GPT detection code under Windows and also avoide crashing application crash due to host system lanuage other than English.
7 years ago
Sundar 8e96b70339 Fix for rpm packages which throus import error 7 years ago
Sundar b04dc1e6fa Merge branch 'HEAD' of https://github.com/mbusb/multibootusb.git 7 years ago
Sundar f007fc2dc9 Add example in help text for installing syslinux 7 years ago
Sundar 151077da7b Improvements in CLI operations.
1. Install extlinux under Linux for NTFS filesystem
2. Check for root previlage when using CLI
3. Fix crash when installing ISO from CLI due to GPT check
4. Fix crash when installing syslinux from CLI due to GPT check
5. Correct usage instructions
7 years ago
mbusb 8818a2afbc Merge branch 'devel' 7 years ago
mbusb d5882766a3 Added option to choose install distro using memdisk 7 years ago
Sundar 50a72af14a Revert back to previous syslinux install on ntfs FS 7 years ago
Sundar c84289d9d3 Merge branch 'master' of https://github.com/mbusb/multibootusb.git 7 years ago
Sundar 2c91ed4c7f Fix import error under Linux correct the gpt detection code under Linux 7 years ago
Sundar 2394e15ff8 Merge branch 'devel' of https://github.com/mbusb/multibootusb.git 7 years ago
mbusb b5725a0c92 Merge branch 'devel' of https://github.com/mbusb/multibootusb.git into devel 7 years ago
mbusb ed820167e6 Upgrade to version 8.9.0
* Improved the GPT detecttion under Windows
* Support for GPT based USB disks. BIOS and UEFI mode works only under USB created under Linux.
* Added command line option to install sysinux on multibootusb director (use -s or --syslinux)
* Added command line option to direct ISO writing to USB disk (use -r or --raw)
* Boot ISO and IMG directly using memdisk
* Added feature for selecting ISO, IMG, Zip and all files options in file chooser dialog
* Corrected path to menu.lst file for distrs based on grub4dos
* Fix for crash when multicard reader is inserted on the system without a SD card
* Correctly detect USB disk information using udisk2-dbus without crash under Linux
* Fixed an issue where using a path with spaces would cause a qemu boot error
* If distro is not supported, ISO is automatically added using memdisk. You can uninstall later if it does not work
* Added Nano Linux
7 years ago
multibootusb 147c46a2e4
Merge pull request #223 from zer0def/master
Reapplied upstream PR #26
7 years ago
zer0def 9a35df42e3 Reapplied upstream PR #26 7 years ago
multibootusb 9dc593d176 Merge pull request #218 from alandmoore/devel
Fix inconsistent indentation
7 years ago
Alan D Moore 0f6603dcf6 Display an error when ISO is invalid
Previous behavior was to crash the program when an iso file was
unreadable or had 0 length.

This patch has the program display an error dialog and not select the file.
7 years ago
Alan D Moore 27a74ef89d Fix inconsistent indentation
change 3-space indent to 4-space.

Fix a couple other spacing issues.
7 years ago
multibootusb 7df6e80992 Merge pull request #205 from alandmoore/master
Fix #180: crash when fdisk fails on usb disk device
7 years ago
multibootusb 3f8a372861 Merge pull request #207 from alandmoore/about_dialog_fix
Fix hyperlinks in about dialog
7 years ago
Alan Moore 31a44e5628 Fix hyperlinks in about dialog
Correct the hyperlinks in the about dialog and make them open a web
browser tab to the link when clicked.  Fixes. #193.
7 years ago
Alan Moore 6d91c5d882 Fix hyperlinks in about dialog
Correct the hyperlinks in the about dialog and make them open a web
browser tab to the link when clicked.  Fixes. #193.
7 years ago
Alan Moore 800e07aa96 Fix crash when fdisk fails on usb disk device
In the event that `fdisk -l` fails on a partition or device (e.g., a
usb card reader has no media), don't crash the program.  Just return
None, since this is just a partition that the program can't use.

Fixes #180.
7 years ago
mbusb ea2e3ce9ed Partital GPT disk support under Windows (No BIOS boot). 7 years ago
mbusb 239363b00f Merge branch 'devel' of https://github.com/mbusb/multibootusb.git into devel 7 years ago