Questions tagged [rescue-disk]
17 questions
4
votes
1 answer
Debian: Get list of installed packages while in rescue mode
How can I get a a list of installed packages from a debian setup which is mounted to /mnt/ while using a rescue mode?
Scenario: Server crashed, only rescue mode possible. Setting up a new server, migrate data from old server to new with rsync.
But…
Xairoo
- 65
- 1
- 4
3
votes
0 answers
Accidentally deleted LVM on raid partition
I accidentally deleted my LVM partition inside /dev/md1. The good thing that my linux root partition and swap inside this LVM are still mounted. I was able to copy all data to my backup HDD, and was able to do a dd copy of my LVM root partition.
Now…
POMATu
- 210
- 2
- 9
2
votes
2 answers
Install package via apt from a live cd to the real system
I can only boot via live CD and I need to install the Debian package firmware-linux-nonfree to my server for it to be able to successfully boot.
How can I do this? Would chroot help me ?
Daniel W.
- 1,439
- 4
- 23
- 46
2
votes
1 answer
Mdadm raid1 says the last drive attached has failed
I have a software raid1 array.
Today I found one of the drives failed to sync, and I got this:
$ cat /proc/mdstat
Personalities : [raid1]
md0 : active raid1 sdb1[0] sda1[2](F)
153597312 blocks [2/1] [U_]
So I did:
mdadm --manage…
GuySoft
- 425
- 1
- 4
- 11
1
vote
0 answers
Mounting a partition on the same drive as the live cd OS
I have looked all over the internet and I cannot find any insights into exactly what I am trying to do. I have a live cd of a flavor of debian that I am trying to install onto a hard drive for use as a rescue disk. The drive is partitioned with two…
coryrwest
- 111
- 2
1
vote
1 answer
How to create a recovery ISO (or DVD) for Proliant and/or PowerEdge Servers?
THE PROBLEM
We've all been there. The server is toast. It's not booting and something seems really odd.
Sure, there are recovery boot options with most operating systems and a collection of helpful ISOs out there to assist. Good examples might be…
Steve Bonds
- 874
- 2
- 10
- 19
1
vote
0 answers
Mount LVM in rescue mode
I am having trouble mounting a LVM to extract a Proxmox virtual machines data. Any ideas on how I can mount it?
The data is on one of the two 2TB hard drives. I think they are RAID 1
root@rescue:~# mount /dev/sdd /mnt/
mount: block device /dev/sdd…
demo9928881
- 59
- 2
- 6
1
vote
1 answer
Can't mount my hard drive
When I try to mount one of my hard drives, it can't locate the folder with the hard drive.
This is the output for the command df:
Filesystem 1K-blocks Used Available Use% Mounted on
rootfs …
Casper Rasmussen
- 11
- 1
- 3
1
vote
1 answer
ntfsclone reports "Can't read sector at 470585344, lost data". How can I determine what file that is?
I used ntfsclone from ubuntu to copy a bad windows hard drive to a new one using:
sudo ntfsclone --rescue -f --overwrite /dev/sda1 /dev/sdb1
which produces the following:
WARNING: Can't read sector at 470585344, lost data.
There's only about 70 of…
Zachary Scott
- 227
- 2
- 14
0
votes
3 answers
Disable maintenance mode from within recovery (Debian)
My rootserver's power supply died the day before and the hoster had to replace it. Since then, the server does not boot correctly anymore. Because of the sudden powerloss, it starts right in some kind of maintenance mode.
The hoster is not able to…
Daniel W.
- 1,439
- 4
- 23
- 46
0
votes
0 answers
Debian Jessie server would not reboot after update, have access by Rescue, but not sure what to do
Not getting any help from my host from my tickets. Server down fo 24 hours now as I try to google solutions.
Upgraded server to Jessie as an upgrade to Wheezy produced errors, and before reboot everything was up and running, but as all upgrade docs…
tjcham
- 1
0
votes
3 answers
how to reset root password in ubuntu server
We seem to have misplaced the root password for a dedicated server we have (with OVH).
I asked them for instructions on how to reset the root password and this is what they said:
Reboot in rescue mode
login via ssh (using info provided in an…
Jon
- 151
- 1
- 1
- 4
0
votes
1 answer
KVM Image Jammed After Power Unplug
We have a HP DL380 Server which has ubuntu 12.04 OS as Host and for Virtualization KVM.
Power of our server unplugged suddenly and after plugging power size of image of vm
in
*/var/lib/libvirt/images/image.img*
decreased from 100G to 1G and when…
MKT
- 81
- 5
0
votes
2 answers
Boot CD for ia64
I'm looking for rescue or live CDs for Itanium servers, but the only bootable CDs I've found are the distros installation CDs. Mainly I want to clone the servers disks, and also check memory or disk bad blocks. I've tried with the same CDs I use on…
golimar
- 145
- 1
- 10
0
votes
2 answers
how to install debian from a rescue cd (via ssh)
situation:
server with RAID 1 (2x1000GB)
currently logged in via SSH (network based debian rescue cd)
need to accomplish:
install a debian based Xen (maybe with: http://wiki.xen.org/xenwiki/LiveCD ?)
keep RAID 1
problem:
I have no physical…
tommy
- 1
- 1