Bugs
No init found Try passing initd=bootarg
Submitted by Jonb on Tue, 07/26/2011 - 13:56.Booting on dvd drive
using 11.04
dump
Submitted by ntai on Wed, 03/23/2011 - 22:51.As a BSD guy, I prefer dump/restore.
I'd appreciate if it's added to the live CD.
Thanks.
Recovery disc not booting correctly (solved)
Submitted by xmanmonk on Sat, 06/05/2010 - 01:11.When attempting to boot from the Rescue CD, I get the following:
ISOLINUX 3.63 Debian-2008-07-15 Copyright (C) 1994-2008 H. Peter Anvin
Unknown keyword in configuration file.
Unknown keyword in configuration file.
boot:
Now, this seems like a rather user-unfriendly interface, so I assume this is not the way it is supposed to boot. Attempting to check the configuration file in the isolinux folder on the CD resulted in input/output errors. I checked the integrity of the CD with Disk Utility, and it seems happy with the disc. Any ideas?
ubuntu-rescue-remix-tools needs partimage - not in amd64 karmic
Submitted by eris23 on Fri, 10/30/2009 - 17:06.I just tried to install ubuntu-rescue-remix-tools in karmic/amd64. No candidate version found for partimage. Not in amd64.
error on boot from usb stick "cannot find driver b43/ucode5.fw"
Submitted by joshalo on Sat, 08/29/2009 - 10:24.I created a bootable version of rescue remix on a usb stick to try and recover data from a faile hard drive. It got all the way to the point of telling me I could execute command line functions and then I got an error saying the it couldn't find the driver for the wireless "b43/ucode5.fw. The next instruction was to go to "http:/linuxwireless.org/en/users/Drivers/b43#devicefirmware" and download version 4 firmware. I reinstalled my working hard drive and went to the site. There I found instructions of how to download and install the firmware and driver. The problem is that I don't know how to install them into the live version on the usb stick.
Any help with this would be greatly appreciated. I've lost many, many photos of my kids and tons of music, address books, and other important data on my old hard drive and would love to get even a little bit of it back.
Josh
Add intropage and lynx
Submitted by serge on Sun, 08/09/2009 - 19:34.I think this tool will be more accessible when an introduction page (with references to the rescue tools and their help) is made and also lynx or links is installed as a simple text based browser for searching some info on the internet. Especially info you need for rescuing a computer.
When booted up some text occurs enter rescuehelp (or any other command) to get more documentation.
add lvm2
Submitted by Anonymous on Fri, 01/23/2009 - 09:26.Please add the package "lvm2" to the image. A _real_ rescue needs that ;-)
(ok it's installable during rescue via apt-get install - but not every to-be-rescued machine has internet connection...)
Thanks
Christian
cant boot from usb
Submitted by Anonymous on Wed, 01/21/2009 - 07:57.I used the command line instructions on making a bootable 8.10 usb
zcat .gz to entire drive /dev/sdb so I wouldn't need to put a mbr on it
tried to boot from it but it gives error message
is there something I'm forgetting to do?
Can't boot from CD
Submitted by Anonymous on Wed, 12/03/2008 - 06:23.I've burned two disks from the 8.10 iso (http://ubuntu-rescue-remix.org/) using Sonic. I've tried booting both CDs on two different computers. In both cases the computer failed to boot from the CD and booted into XP. The BIOS on both computers is set to boot from CD first.
I have a XP installation disk which I have no problem booting from, so the computer/BIOS/drive are not the problem here. Is there some other non-obvious thing I need to do to be able to boot from the Rescue Remix?
Unnecessary Pipe [Documentation]
Submitted by Anonymous on Fri, 06/13/2008 - 09:29.Not a big deal at all, and were it a wiki I'd have fixed it myself, but:
cat /root/CheatSheet.txt | less
?? why not just
less /root/CheatSheet.txt
