
I already have micro distros like SliTaz and DSL that I may someday use in case of emergency. However, I needed a more powerful and more complete rescue tool. SystemRescueCd is the answer. Just recently, I got the freshly released SystemRescueCd version 1.0.3 HERE , and then loaded it for a test drive.

To run SystemRescueCd, you have to burn the ISO image first to a CD ROM. You can also install it to a USB stick in case your CD drive is inaccessible or is not available.
SystemRescueCd will start off by giving you several options since it contains four main boot images such as:
* rescuecd --the default choice for 32bits systems with Framebuffer disabled; best choice;
* altker32 --an alternative kernel for 32bits systems; Boot with this kernel in case you have problems with rescuecd;
* rescue64 --the default 64 bits kernel; Use it if you want to chroot to a 64bits Linux system installed on your hard disk, or if you have to run 64 bits programs;
* altker64 --an alternative kernel for 64bits systems; Boot with this kernel in case you have problems with rescue64;
Other boot option parameters are also available for performing special tasks. Here are some of them:
* docache --with that option the system will copy all the files it needs to the RAM of your computer. Once the files are cached into memory, you can eject the disc from the drive and continue using the Live CD. It allows you to insert another disc in the drive, and the system is running faster. That option requires at least 256MB of memory;
* setkmap=xx: --usually the systems ask you which kind of keyboard you have during the boot process. If you enter this option there will be no question to answer during the boot. Replace 'xx' with the keyboard you have: 'us' for USA, 'uk' for British, 'de' for German, and so on;
* ide=nodma or all-generic-ide --use these options if there is a problem related to the hard disk, for instance if the kernel boot process hangs on a driver related to the storage;
* doxdetect or forcevesa --use these options if you cannot get the graphical environment to work when you type startx in the shell prompt;
* acpi-off / noapic / irqpool --use these options if you have any problem when the kernel boots: if it hangs on a driver or if it crashes;
Working in console mode or in graphical environment

SystemRescueCd will also allow you to make backups over the network, download some files, work remotely using ssh and telnet, or access files that are shared on a Unix server (with NFS) or on a Windows machine (with Samba). You also have a read/write access to MS Windows NTFS partitions using Ntfs3g. In addition, there’s a Test-disk tool to check and undelete partition that supports reiserfs, ntfs, fat32, ext2/3 and many others.

Conclusion:
---
No comments
Post a Comment