Commit Graph

483 Commits (master)
 

Author SHA1 Message Date
multibootusb fa89b28f27
Merge pull request #489 from lucc/master
Fix SyntaxWarning for python 3.8.0
4 years ago
multibootusb 94003193de
Merge pull request #482 from chlorophyll-zz/master
menus.zip added for convenience
4 years ago
Lucas Hoffmann 0b71b41829 Fix SyntaxWarning for python 3.8.0
Closes #488
4 years ago
chlorophyll-zz 3db857a8bf menus.zip added for convenience 5 years ago
multibootusb ed40e30494
Merge pull request #434 from isprogrammer/master
Added missing insmod
5 years ago
multibootusb cd3864a1d3
Merge pull request #460 from haxj/master
Fix issue #459 and #439
5 years ago
Hoang-Anh Nguyen 91f494c567 Fix issue #439: Boot to Windows installer not working in UEFI mode.
Copy /efi/boot/bootx64.efi (from Windows ISO) to /EFI/BOOT_WINDOWS/
bootx64.efi in usb (to avoid grub's /efi/boot/bootx64.efi). In UEFI
mode, chainload it instead of bootmgr.efi.
5 years ago
Hoang-Anh Nguyen 0b504f2a8c Fix issue #459: Wrong detection of Windows ISO, detect as memdisk_iso instead of Windows 5 years ago
multibootusb 7c86a2bdfd
Merge pull request #456 from martinwhitaker/master
Fix Mageia support.
5 years ago
Martin Whitaker 67b3f6fc30 Fix Mageia support.
Works cleanly with Mageia 7, which no longer uses isolinux. Mageia 6.1
can be booted using grub2, albeit only with a text menu, but syslinux
boot is still broken.
5 years ago
isprogrammer 3b5f412c57 added missing insmod 5 years ago
multibootusb 7ef3781997
Merge pull request #424 from C0rn3j/patch-1
Fix typos
5 years ago
Martin 5cded85bf4
Fix typo
tis > this
5 years ago
Martin 093cbde253
Fix typo
tis > this
5 years ago
Martin d92f2f58e9
Fix typo
log used 'a' in both MBR and GPT, but  it should be 'an MBR'
6 years ago
Martin f28d48962f
Fix typo
sleceted > selected
6 years ago
multibootusb dec46eff5e
Merge pull request #419 from alandmoore/fixes_414
rename isolinux.cfg to syslinux.cfg in a case-insensitive way
6 years ago
Alan D Moore ec34f98244 rename isolinux.cfg to syslinux.cfg in a case-insensitive way\n\n Fixes issue #414, possibly others. isolinux.cfg was not being renamed when it was not all-lowercase. 6 years ago
multibootusb eef88edceb
Merge pull request #418 from alandmoore/master
Replace tabs with spaces to match the rest of the project
6 years ago
Alan D Moore 32cbe9add8 Replace tabs with spaces to match the rest of the project 6 years ago
multibootusb dab6d82e3e
Merge pull request #417 from alandmoore/fixes_397
Fixes 397
6 years ago
Alan D Moore d25b730075 fix merge cruft 6 years ago
Alan D Moore 22089c63d3 Merge remote-tracking branch 'upstream/master' into fixes_397 6 years ago
Alan D Moore 75e34c9e02 Catch PartitionNotMounted exceptions\n\nCatch PartitionNotMounted exceptions wherever details() is called. Handle in a context-appropriate manner 6 years ago
Sundar 0d34d70c38 Merge branch 'devel' of https://github.com/mbusb/multibootusb.git into devel 6 years ago
Sundar 1eb0d61b82 Merge branch 'HEAD' of https://github.com/mbusb/multibootusb.git into devel 6 years ago
Sundar 9ca642fe8e Updated changelog and other files for new release 9.3.0 6 years ago
Alan D Moore 0f331e9b04 Throw exception when partition is not mounted.
Instead of returning strings for partition size value,
throw an exception when the partition is not (and presumably cannot be) mounted
in `details_udisks2()`.

Also, return 0s instead of empty strings in a similar situation in `details_udev()`

This changes prevent the conversion error reported in issue #397; however,
additional changes will be needed to catch the `PartitionNotMounted` exception
now potentially thrown by a call to `details()` on Linux.
6 years ago
multibootusb 6ece8effe7
Merge pull request #416 from alandmoore/fixes_409
Call correct function to uninstall. Fixes issue #409.
6 years ago
Alan D Moore 789fdf66a4 Call correct function to uninstall. Fixes issue #409. 6 years ago
multibootusb 730da2e70a
Merge pull request #407 from shinji-s/devel
Set 'win_gdisk' on Windows only to avoid getting a warning. (Could ha…
6 years ago
Shinji Suzuki c43a7659b9 Set 'win_gdisk' on Windows only to avoid getting a warning. (Could have just removed the assignment entirely but I'm
playing it safe here.)
6 years ago
multibootusb b420ccfcf2
Merge pull request #406 from shinji-s/devel
Fix bug of not having osdriver.Windows.add_dd_args() defined.
6 years ago
Shinji Suzuki 3753f20d71 Fix bug of not having osdriver.Windows.add_dd_args() defined. 6 years ago
multibootusb dac0a4567d
Merge pull request #402 from shinji-s/devel
Defer check for SuperGrubDisk so that more specific distro checks tak…
6 years ago
Shinji Suzuki 2b40966081 Defer check for SuperGrubDisk so that more specific distro checks take precedence.
Improved a comment.
6 years ago
multibootusb 2b86aee655
Merge pull request #388 from shinji-s/devel
New implementaion of image dd-ing on Windows.
6 years ago
shinji-s 30128a7933 Show phyiscal disks on Windows too.
Unmount partitions and lock physical drive when dd-ing iso on Windows
Reset progres before starting dd-iso thread.
6 years ago
multibootusb 104786708e
Merge pull request #385 from shinji-s/devel
Check physical disk capacity, not the size of the partition, before i…
6 years ago
Shinji Suzuki 9d349c7c64 Check physical disk capacity, not the size of the partition, before imaging.
Raise exception when partition size detection fails.
Fix description of an exception which gets raised of diskpart.exe fails.
6 years ago
multibootusb 9750ec67e7
Merge pull request #383 from shinji-s/devel
Stop catching subprocess.CalledProcessError. (No point in re-raising …
6 years ago
Shinji Suzuki 635f4f5677 Stop catching subprocess.CalledProcessError. (No point in re-raising a degraded exception.) 6 years ago
multibootusb 0eaf4d1b1a
Merge pull request #382 from shinji-s/devel
Fix unintended reference to a variable (which is unlikely to be evalu…
6 years ago
Shinji Suzuki 225872d5f0 Fix unintended reference to a variable (which is unlikely to be evaluated though). 6 years ago
multibootusb 669f1378eb
Merge pull request #381 from shinji-s/devel
Fix hang from parted not exiting. (See issue 380 for details.)
6 years ago
shinji-s 77599ff679 Fix hang from parted not exiting. (See issue 380 for details.)
Fix repeated calls to self.ui.combo_drives.setCurrentIndex(0) when refreshing the combo-box.
Wait for command completion when checking tool availability.
6 years ago
multibootusb 8967c3ce42
Merge pull request #379 from shinji-s/devel
Log the last 16(max) lines of dd output.
6 years ago
Shinji Suzuki e42ff77bd8 Log the last 16(max) lines of dd output.
Rename variables and fix a comment for clarity.
Fix syntax of an exception description.
6 years ago
multibootusb b12d053a68
Merge pull request #378 from shinji-s/devel
Unify imager code again.
6 years ago
Shinji Suzuki 7f3fe377c3 Unify imager code again.
Disable assignment to 'config.imager_return' as it is not used elsewhere yet.
6 years ago