Downloads:
7,727
Downloads of v 4.4.1:
256
Last Update:
08 Sep 2023
Package Maintainer(s):
Software Author(s):
- Davide Costa
Tags:
sardu usb dvd boot multiboot util utility recovery portable- Software Specific:
- Software Site
- Software License
- Software Docs
- Software Mailing List
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
SARDU MultiBoot Creator (Portable)
- 1
- 2
- 3
4.4.1 | Updated: 08 Sep 2023
- Software Specific:
- Software Site
- Software License
- Software Docs
- Software Mailing List
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Downloads:
7,727
Downloads of v 4.4.1:
256
Maintainer(s):
Software Author(s):
- Davide Costa
SARDU MultiBoot Creator (Portable) 4.4.1
Legal Disclaimer: Neither this package nor Chocolatey Software, Inc. are affiliated with or endorsed by Davide Costa. The inclusion of Davide Costa trademark(s), if any, upon this webpage is solely to identify Davide Costa goods or services and not for commercial purposes.
- 1
- 2
- 3
Some Checks Have Failed or Are Not Yet Complete
Not All Tests Have Passed
Deployment Method: Individual Install, Upgrade, & Uninstall
To install SARDU MultiBoot Creator (Portable), run the following command from the command line or from PowerShell:
To upgrade SARDU MultiBoot Creator (Portable), run the following command from the command line or from PowerShell:
To uninstall SARDU MultiBoot Creator (Portable), run the following command from the command line or from PowerShell:
Deployment Method:
This applies to both open source and commercial editions of Chocolatey.
1. Enter Your Internal Repository Url
(this should look similar to https://community.chocolatey.org/api/v2/)
2. Setup Your Environment
1. Ensure you are set for organizational deployment
Please see the organizational deployment guide
2. Get the package into your environment
Option 1: Cached Package (Unreliable, Requires Internet - Same As Community)-
Open Source or Commercial:
- Proxy Repository - Create a proxy nuget repository on Nexus, Artifactory Pro, or a proxy Chocolatey repository on ProGet. Point your upstream to https://community.chocolatey.org/api/v2/. Packages cache on first access automatically. Make sure your choco clients are using your proxy repository as a source and NOT the default community repository. See source command for more information.
- You can also just download the package and push it to a repository Download
-
Open Source
-
Download the package:
Download - Follow manual internalization instructions
-
-
Package Internalizer (C4B)
-
Run: (additional options)
choco download sardu --internalize --source=https://community.chocolatey.org/api/v2/
-
For package and dependencies run:
choco push --source="'INTERNAL REPO URL'"
- Automate package internalization
-
Run: (additional options)
3. Copy Your Script
choco upgrade sardu -y --source="'INTERNAL REPO URL'" [other options]
See options you can pass to upgrade.
See best practices for scripting.
Add this to a PowerShell script or use a Batch script with tools and in places where you are calling directly to Chocolatey. If you are integrating, keep in mind enhanced exit codes.
If you do use a PowerShell script, use the following to ensure bad exit codes are shown as failures:
choco upgrade sardu -y --source="'INTERNAL REPO URL'"
$exitCode = $LASTEXITCODE
Write-Verbose "Exit code was $exitCode"
$validExitCodes = @(0, 1605, 1614, 1641, 3010)
if ($validExitCodes -contains $exitCode) {
Exit 0
}
Exit $exitCode
- name: Install sardu
win_chocolatey:
name: sardu
version: '4.4.1'
source: INTERNAL REPO URL
state: present
See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.
chocolatey_package 'sardu' do
action :install
source 'INTERNAL REPO URL'
version '4.4.1'
end
See docs at https://docs.chef.io/resource_chocolatey_package.html.
cChocoPackageInstaller sardu
{
Name = "sardu"
Version = "4.4.1"
Source = "INTERNAL REPO URL"
}
Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.
package { 'sardu':
ensure => '4.4.1',
provider => 'chocolatey',
source => 'INTERNAL REPO URL',
}
Requires Puppet Chocolatey Provider module. See docs at https://forge.puppet.com/puppetlabs/chocolatey.
4. If applicable - Chocolatey configuration/installation
See infrastructure management matrix for Chocolatey configuration elements and examples.
Private CDN cached downloads available for licensed customers. Never experience 404 breakages again! Learn more...
This package was approved by moderator Windos on 17 Sep 2023.
choco://sardu
To use choco:// protocol URLs, install (unofficial) choco:// Protocol support
SARDU MultiBoot Creator is a useful application designed to help you create an emergency rescue CD or USB drive. These drives can be used to check and to repair your system in case of a failure.
Most computer users have dealt with a situation when the computer simply cannot start the operating system. Although every one of us hopes to avoid this type of event, it is better to be prepared by having a recovery disk at hand.
This program intends to help you create a recovery disk with the tools required to diagnose and to repair the issues that prevents your computer from starting properly. The disk can be customized by creating multiple boot options and by adding the utilities that you need for your system configuration.
You might need to include an antivirus, a partition manager and a network diagnosis tool. The program allows you to fetch the bootable images from the internet and to include them on your disk. The recovery tool can be customized by adding any bootable image from an ISO file.
The boot menu can be personalized with folders, files and other items that are useful for the diagnostics. Unfortunately, you cannot preview the menu which means that you have to keep track of the inserted items.
The recovery disk can be saved as an ISO file for burning it to a DVD or by creating a bootable disk from a removable USB device. The app automatically detects the connected USB device and turns it into a bootable recovery toolbox.
The interface of the application is easy to use and allows you to download or manually add the images that you want to use. The included download manager can handle multiple processes at once. It requires insignificant resources while downloading the images or creating the bootable ISO.
Although it prompts you to install other components such as toolbars, SARDU is a practical tool for all the users that want to create a bootable recovery disk with minimum effort. It includes features for both novice and experienced users, as well as a documentation for the most important operations.
Please register your copy of SARDU at SARDU Pro's Homepage to enable auto update and more features.
Click here to Patreon-ize the package maintainer.
$ErrorActionPreference = 'Stop'
$packageName = 'sardu'
$shortcutName = 'SARDU.lnk'
remove-item "$env:Public\Desktop\$shortcutName" -Force -ErrorAction 'SilentlyContinue'
remove-item "$env:ProgramData\Microsoft\Windows\Start Menu\Programs\$shortcutName" -Force -ErrorAction 'SilentlyContinue'
Log in or click on link to see number of positives.
- sardu.4.4.1.nupkg (e6eda81ccb5f) - ## / 63
- SARDU_441.zip (51b9a02da113) - ## / 60
In cases where actual malware is found, the packages are subject to removal. Software sometimes has false positives. Moderators do not necessarily validate the safety of the underlying software, only that a package retrieves software from the official distribution point and/or validate embedded software against official distribution point (where distribution rights allow redistribution).
Chocolatey Pro provides runtime protection from possible malware.
Add to Builder | Version | Downloads | Last Updated | Status |
---|---|---|---|---|
SARDU MultiBoot Creator (Portable) 4.4.1 | 256 | Friday, September 8, 2023 | Approved | |
SARDU MultiBoot Creator (Portable) 4.4.0 | 176 | Tuesday, June 6, 2023 | Approved | |
SARDU MultiBoot Creator (Portable) 4.1.0 | 274 | Saturday, October 15, 2022 | Approved | |
SARDU MultiBoot Creator (Portable) 4.0.0 | 351 | Saturday, December 18, 2021 | Approved | |
SARDU (Portable) 3.4.3 | 281 | Tuesday, August 3, 2021 | Approved | |
SARDU (Portable) 3.4.2 | 486 | Friday, November 20, 2020 | Approved | |
SARDU (Portable) 3.4.0 | 557 | Friday, May 8, 2020 | Approved | |
SARDU (Portable) 3.3.0 | 774 | Sunday, July 21, 2019 | Approved | |
SARDU (Portable) 3.2.4 | 1227 | Tuesday, July 3, 2018 | Approved | |
SARDU (Portable) 3.2.3 | 414 | Friday, June 22, 2018 | Approved | |
SARDU (Portable) 3.2.2 | 1236 | Thursday, June 8, 2017 | Approved | |
SARDU (Portable) 3.2.1 | 590 | Sunday, May 7, 2017 | Approved | |
SARDU (Portable) 3.1.1 | 633 | Thursday, October 6, 2016 | Approved |
SARDU Pro srl.
This package has no dependencies.
Ground Rules:
- This discussion is only about SARDU MultiBoot Creator (Portable) and the SARDU MultiBoot Creator (Portable) package. If you have feedback for Chocolatey, please contact the Google Group.
- This discussion will carry over multiple versions. If you have a comment about a particular version, please note that in your comments.
- The maintainers of this Chocolatey Package will be notified about new comments that are posted to this Disqus thread, however, it is NOT a guarantee that you will get a response. If you do not hear back from the maintainers after posting a message below, please follow up by using the link on the left side of this page or follow this link to contact maintainers. If you still hear nothing back, please follow the package triage process.
- Tell us what you love about the package or SARDU MultiBoot Creator (Portable), or tell us what needs improvement.
- Share your experiences with the package, or extra configuration or gotchas that you've found.
- If you use a url, the comment will be flagged for moderation until you've been whitelisted. Disqus moderated comments are approved on a weekly schedule if not sooner. It could take between 1-5 days for your comment to show up.