LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 02-24-2020, 01:04 PM   #1
jolly_akpaa
LQ Newbie
 
Registered: Feb 2020
Posts: 1

Rep: Reputation: Disabled
Using Linux Disk as Recovery Disk.


Can Linux operating system disk be used to recover system failure, as used on Windows operating systems?
If yes! Then how?
 
Old 02-24-2020, 01:19 PM   #2
fatmac
LQ Guru
 
Registered: Sep 2011
Location: Upper Hale, Surrey/Hants Border, UK
Distribution: Mainly Devuan, antiX, & Void, with Tiny Core, Fatdog, & BSD thrown in.
Posts: 5,479

Rep: Reputation: Disabled
It can't fix Windows, but it can recover your data, by using it running 'live', mounting your system, & copying your data to another disk.
 
3 members found this post helpful.
Old 02-24-2020, 03:23 PM   #3
rokytnji
LQ Veteran
 
Registered: Mar 2008
Location: Waaaaay out West Texas
Distribution: antiX 23, MX 23
Posts: 7,101
Blog Entries: 21

Rep: Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474
https://www.howtogeek.com/howto/3180...ur-windows-pc/
 
1 members found this post helpful.
Old 02-24-2020, 03:41 PM   #4
redneonglow
Member
 
Registered: Feb 2020
Location: PA
Distribution: Gentoo, Slackware
Posts: 75

Rep: Reputation: 24
Lightbulb

You may be interested in SystemRescueCD (a live DVD/USB with recovery tools) or LiveRecoverySystem (a non-live USB raw image with recovery tools, forked from an earlier version of SystemRescueCD)

SystemRescueCD: http://www.system-rescue-cd.org/
LiveRecoverySystem: https://forums.gentoo.org/viewtopic-...c-start-0.html
 
Old 02-24-2020, 06:23 PM   #5
andigena
Member
 
Registered: Sep 2019
Location: USA
Distribution: nixos, but i prefer plan 9
Posts: 141

Rep: Reputation: 66
Quote:
Originally Posted by redneonglow View Post
You may be interested in SystemRescueCD (a live DVD/USB with recovery tools) or LiveRecoverySystem (a non-live USB raw image with recovery tools, forked from an earlier version of SystemRescueCD)

SystemRescueCD: http://www.system-rescue-cd.org/
LiveRecoverySystem: https://forums.gentoo.org/viewtopic-...c-start-0.html
Rescatux also has a few options for recovering Windows, although it's primarily targeted at Linux systems. https://www.supergrubdisk.org/rescatux/
 
1 members found this post helpful.
Old 02-24-2020, 09:29 PM   #6
beachboy2
Senior Member
 
Registered: Jan 2007
Location: Wild West Wales, UK
Distribution: Linux Mint 21 MATE, EndeavourOS, antiX, MX Linux
Posts: 3,969
Blog Entries: 32

Rep: Reputation: 1464Reputation: 1464Reputation: 1464Reputation: 1464Reputation: 1464Reputation: 1464Reputation: 1464Reputation: 1464Reputation: 1464Reputation: 1464
jolly_akpaa,

Burn any live Linux such as Linux Mint or Ubuntu etc ISO image to DVD (or use Etcher or Rufus on a USB drive), then boot the PC.

https://www.howtogeek.com/howto/wind...dows-computer/
 
1 members found this post helpful.
Old 02-25-2020, 11:01 AM   #7
DavidMcCann
LQ Veteran
 
Registered: Jul 2006
Location: London
Distribution: PCLinuxOS, Debian
Posts: 6,137

Rep: Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314
I suggest any easy Linux, like Ubuntu. SystemRescue has a lot of useful tools, but it's not easy to use — the file manager sent me straight to the command line!

And as well as rescuing your date, Linux can sometimes fix things if it's just a filing-system failure — the tool ntfsfix will do the job and it's part of Ubuntu.
 
2 members found this post helpful.
Old 02-25-2020, 01:14 PM   #8
Basslord1124
Member
 
Registered: Jun 2004
Location: KY
Distribution: Debian, Mint, Puppy
Posts: 507

Rep: Reputation: 51
Yeah a lot of distros can operate as a Live environment. This is actually what I do with Puppy Linux sometimes for Windows PCs. It's such a lightweight distro anyways that it can boot pretty quickly and then allow me to back up the files off the hard drive when using it "live".
 
1 members found this post helpful.
Old 02-28-2020, 01:57 PM   #9
jmgibson1981
Senior Member
 
Registered: Jun 2015
Location: Tucson, AZ USA
Distribution: Debian
Posts: 1,140

Rep: Reputation: 392Reputation: 392Reputation: 392Reputation: 392
I keep an arch installer on my pxe server just in case these days. Command line only but it gets the job done for fixing screwed up configs in linux / file recovery on both. Has saved me a few times from my own misconfigurations when testing stuff on the desktop.
 
1 members found this post helpful.
Old 02-28-2020, 08:47 PM   #10
rtmistler
Moderator
 
Registered: Mar 2011
Location: USA
Distribution: MINT Debian, Angstrom, SUSE, Ubuntu, Debian
Posts: 9,883
Blog Entries: 13

Rep: Reputation: 4930Reputation: 4930Reputation: 4930Reputation: 4930Reputation: 4930Reputation: 4930Reputation: 4930Reputation: 4930Reputation: 4930Reputation: 4930Reputation: 4930
Quote:
Originally Posted by jolly_akpaa View Post
Can Linux operating system disk be used to recover system failure, as used on Windows operating systems?
If yes! Then how?
Absolutely, I used to work for a BIOS company where they also provided the backup and restore capabilities for Windows systems, using the Linux OS.

It is, and isn't a slam dunk. You're basically live booting Linux from a protected or hidden partition on the hard drive. But there's application code as well as Linux kernel work. The Linux kernel work is to guarantee that it will boot, each time, every time. Not as easy as you think, BIOS and the HAL for every system out there varies greatly. In our case, we obviously were working to support all systems possible. The application code also needed to "work", it couldn't accidentally mess things up once or twice, if there was some untested situation, it had to work and not make things worse.

So there's a lot of testing and validation which goes into ANY recovery/restore OS and software.

You certainly can do this for your own situation, but I would caution that you ought to leave yourself a wide variety of options in your application, and be aware that the things that work for one system to get it to boot, do not always work on each and every system. So for the home use, there's leaving the options open in the application to be flexible, and the understanding that you should pre-test your boot engine to make sure it will work for the system(s) you wish to use this on.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
I'm so lost trying to run Linux on an iMac off a recovery disk (Parted Magic recovery disk) 2KoNFuSSeD Linux - Newbie 2 12-22-2015 03:33 AM
[SOLVED] Combining anti-virus + data recovery + image recovery? littlebigman Linux - Software 8 08-12-2010 02:39 AM
Linux recovery of Windows workstations - using baremetal recovery Reefcrazed Linux - Software 20 01-06-2009 05:15 AM
LXer: How to backup MySQL and recovery Using Zmanda Recovery Manager LXer Syndicated Linux News 0 09-10-2008 04:30 AM
LXer: Linux Data Recovery on Windows - Is possible through Disk Doctors Linux Recovery Software LXer Syndicated Linux News 0 10-22-2006 12:21 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 12:17 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration