FAQΒΆ
- In case of blockage, how can I easily quit a live cd or a tool ?
- Accounts and passwords ?
username |
password |
---|---|
user |
live |
root |
toor |
- How to configure Windows to detect the persistent partition ?
It is necessary to have Windows 10 at least, the previous versions do not detect the persistent partition.
- Do you have an example of usage of Grub2 File Manager ?
Example: you create your key, you drop the ISO file of Windows 10 on the exFAT partition, you boot your recovery key and then with Grub2 File Manager you can install Windows.
- Is the source code of the site available ?
You can get it on Sourceforge in source folder.
- How do I delete my USB key after using Rufus or dd ?
On Windows restart Rufus, follow the 1st installation method but instead of choosing Write in DD Image mode choose Write in ISO Image mode. Once the writing is done you can delete your key.
On Linux use the fdisk command followed by the name of your disk and then create a new DOS partition table with the command o then w to save and exit. You can then use GParted to format your key.
- Is it possible to boot recovery with secure boot enabled ?
Yes you can boot with secure boot.
- What command is used to create the ISO image ?
xorriso -as mkisofs -R -r -J -joliet-long -l -cache-inodes -iso-level 3 -isohybrid-mbr /usr/lib/ISOLINUX/isohdpfx.bin -partition_offset 16 -A "recovery" -V "recovery-2.3" -b isolinux/isolinux.bin -c isolinux/boot.cat -no-emul-boot -boot-load-size 4 -boot-info-table -eltorito-alt-boot -e boot/grub/efi.img -no-emul-boot -isohybrid-gpt-basdat -isohybrid-apm-hfsplus -o recovery-2.3.iso build