Skip to content

Tags: rescatux/rescatux

Tags

v0.71-beta7

Toggle v0.71-beta7's commit message
0.71-beta7

v0.51b3

Toggle v0.51b3's commit message
Updated version to 0.51 beta 3

* Rescapp was updated to: 0.51b3 version
** Removed boot-repair option

* Move rescapp out of Rescatux main source code
* Use chntpw from Rescatux repo directly
* Use rescapp from Rescatux repo directly
* Added dosfstools package to enhance gparted functionality.
* Make uefi boot entries made by Rescatux smaller (avoids bugs)
* Added gddrescue and myrescue packages. Closes #92 .

v0.41b1

Toggle v0.41b1's commit message
Updated version to 0.41 beta 1

* New option: Update UEFI order option
** Show all available UEFI boot entries and lets you order them

* New option: Create a new UEFI Boot entry.
** Select an EFI file among those present in the ESP partition and add them to the UEFI boot

* New option: UEFI Partition Status to know if an ESP partition is a proper ESP partition or not
** Checks if fdisk detects it as an esp partition
** Checks esp flag on the partition
** Checks boot flag on the partition
** Checks if there's a valid filesystem (fat12,fat16 or fat32) on the partition
** Checks if the partition can be mounted
** Checks if the partition' hard disk type is either gpt or msdos

* New option:  Fake Microsoft Windows UEFI boot entry
** Select an EFI file and overwrite the Microsoft EFI files
** Rename it to 'Windows Boot Manager' too.

* New option: Hide Microsoft Windows UEFI boot entry and define default fallback one.
** Select an EFI file and overwrite the default EFI one
** Make sure to delete the default Microsoft Windows ones
** This should be useful for fault UEFIs as the HP EliteBook 8460p or HP EliteBook 8460p ones

* New option: Reinstall Microsoft Windows EFI
** It copies UEFI files from Windows installation into EFI System Partiton (ESP)
** It adds a new 'Windows Boot Manager' entry and makes it the default one.
** Unfornately this option is unable to regenerate BCD so it's only useful when you only overwrite or lose the UEFI files

* Now EFI System partitions are shown properly in the Rescapp menues
* Now partition types are shown in partition dialogs in the Rescapp menues
* Now partition flags are shown in partition dialogs in the Rescapp menues
* Now partition os-prober long names are shown in partition dialogs in the Rescapp menues
* Show 'Unknown GNU/Linux distro' if we ever fail to parse an /etc/issue file.
* order.py: Usability improvement. When moving entries the last entry moved keeps selected.

* Rescatux width has been increased to 800 pixels.
* Added AFD scanning tecnology adapted for Spanish systems.
* Many grubeasy option improvements (Now handles UEFI too)

v0.40b11

Toggle v0.40b11's commit message
Rescatux 0.40 beta 11

v0.40b10

Toggle v0.40b10's commit message
Rescatux 0.40 beta 10

v0.40b9

Toggle v0.40b9's commit message
Rescatux 0.40 beta 9

rescatux-0.40b7

Toggle rescatux-0.40b7's commit message
Rescatux 0.40 beta 7

v0.40b6

Toggle v0.40b6's commit message
Updated version to 0.40 beta 6

* Added AFD scanning tecnology which allows a better performance of Rescatux while scanning your system.
* Updated github.com repos to the ones based on rescatux organization.
* Improved UEFI support (Avoid blind mode booting which caused problems on some setups).