Commit Graph

200 Commits (8e0a8fae9f1e3c7897754174ccee36edd1285056)
 

Author SHA1 Message Date
mbusb 8e0a8fae9f modify install.py 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
mbusb b0e1914e79 change mode 7 years ago
mbusb 1a4e2520e6 GPT partition table support and more
1.  Support for GPT partition table (only under Linux as of now)
2.  Added various binaries to source for GPT partition table support
3.  Added command line option to install sysinux (use -s or --syslinux)
4.  Added command line option to direct ISO writing to USB disk (use -r or --raw)
7 years ago
mbusb c0094c66b3 change mode 7 years ago
mbusb 7b70def279 Added CLI option and simplified USB detection logic.
1. Added '-r' '--raw' option to direct writing of ISO image to USB disk
2. Simplified USB detection logic to reduce looping
7 years ago
mbusb 815241572c Improvements and memdisk for ISO boot:
1. Catch 7zip error while listing ISO content
2. Way to detect .ISO and .IMG files for direct booting using memdisk
3. Added a class for finding available RAM size
4. Added feature for selecting ISO, IMG, Zip and all files options in file chooser dialog
5. Added generic menu entry for memdisk
6. Corrected path to menu.lst file for distrs based on grub4dos
7. Fix for crash when multicard reader is inserted on the system without a SD card
8. Correctly detect USB disk information using udisk2-dbus without crash
7 years ago
mbusb aea27c414b Merge branch 'master' of https://github.com/mbusb/multibootusb.git into devel 7 years ago
multibootusb 807756981c Merge pull request #167 from metemaddar/master
Ability to work with PyQt4
7 years ago
mbusb a0fca202ab Added distro and functionality...
1. Added Nano Linux
2. Ability to select *.img files for writing to USB (dd method)
7 years ago
Mohammad Etemaddar adaf07c00b Update msgBox.exec() to msgBox.exec_()
It crashed on startup.
So it works with PyQt4 too.
http://stackoverflow.com/a/22619556/1951027
7 years ago
multibootusb 2a7e1abfc6 Merge pull request #166 from Majora320/master
Fixed an issue where using a path with spaces would cause a qemu error
7 years ago
Moses Miller 602cc128f9
Fixed an issue where using a path with spaces would cause a qemu error 7 years ago
mbusb fd801cb171 Fix git commit error for release. 7 years ago
mbusb d9863ac9b5 Version 8.8.0 update 7 years ago
mbusb 1e77980bf7 Prepare for version 8.8.0 release 7 years ago
mbusb 85d3b5b4a4 Improvements, bug fix and new distros:-
1. Simplified 7zip listing to include directories as well
2. Correctly remove files installed outside multibootusb directory when uninstalling
3. Added Liberte
4. Added option to select zip files when choosing files
5. Added INSERT ISO
6. Added option to choose between two methods when syslinux shipped by ISO is version 3 or below
7 years ago
mbusb 75ea234d1c Check and add python path for debian to avoid import error after install 7 years ago
mbusb 848ae787e3 Merge branch 'master' of https://github.com/mbusb/multibootusb 7 years ago
mbusb c918aa4563 Bug fix to setup file and new distros:
1. Added Alpine (you can install one version only)
2. Fix for trinity boot issue
3. Modified setup file for including grub2 modules in correct place
7 years ago
mbusb 057fd1cdcf Show error message... 7 years ago
mbusb 021b3ae436 Bug fix and typos
1. Add python path so as to avaoid import error under debian
2. Fixed shipping of grub2 modules under correct directory
3. Display version info only before launching the application
7 years ago
mbusb 5a86aff8a1 Merge branch 'devel' of https://github.com/mbusb/multibootusb 7 years ago
mbusb 68732e9473 Merge branch 'master' of https://github.com/mbusb/multibootusb
Conflicts:
	.gitignore
7 years ago
mbusb 7e79664b23 Don't include temp files for git commits 7 years ago
mbusb 4346a9a9ef Reduce the usage of 7zip for extracting files 7 years ago