Ubuntu :: Restore The System To Gui Mode?
Oct 20, 2010
I was installing mail server on a desktop for just experimentation using sudo tasksel command. I selected the second option that says mail sending using internet. During installation it asked for something about phpmyadmin, which was already installed on my system. I selected no, and then during installation it removed all the utilities from my system and now system startups in terminal mode. I have some very important data on that system that i can't afford to lost. please help me out so that i can again start the system in normal graphical mode or tell me a way so that i can transfer my data to anyother media.
View 6 Replies
ADVERTISEMENT
May 7, 2011
are there any sweeper / cleaner apps which can take back my installation as to when it was new. I know home directory could have config files etc..but that doesnt matter, i want all packages and applications reset to how it was when i had a clean install. I am using Natty
View 2 Replies
View Related
Nov 18, 2010
I attempted to install Catalyst 10.11 for my ATI HD 2600XT and the system now only displays lines and a large block of pixels where the mouse would go. CTRL-ALT-F1 kills the system and does not provide a command prompt. This is a single installation, not dual-boot, but there is no Press Esc to access the Grub menu during startup so I cannot choose safe mode. I attempted to get into Recovery mode using the flash drive that I used to install the system and it tells me there is no Recovery kernel (I used the 64-bit Desktop installer, not alternative). Does anyone know an alternative to get into the Grub menu other than ESC during bootup? Alternatively, do I need to download the 64-bit Alternative ISO and create a new boot disk with it so I can access Recovery mode? Is there something else I'm not thinking of?
View 5 Replies
View Related
May 2, 2011
I am trying to restore my system to Ubuntu 10.10, using a system backup made with REMASTERSYS. When I reboot, I get the message: GRUB error:15 I found many threads discussing this issue, most notably here: [URL]
[Code]....
View 7 Replies
View Related
Jan 25, 2011
Recently I've backupped my entire /home folder on my laptop with grsynch trough ssh.Since I already had a simply text file containing all installed programs, I figured 'then, when i go from the backup trough my desktop, all my program settings will be restored if i run the txt file to install all those programs first.So i installed al programs, then i went from backup to /home on desktop, logged out and back in. Started up a random program (tried thunderbird and filezilla) and no settings were to be found.In retrospect, docky did start, but didnt have all the launchers i had on my laptop. so that could have been a clue.
View 4 Replies
View Related
Aug 11, 2010
First off, Ubuntu 10.4 is working great on my new laptop and I really enjoy it. And it is super fast. My question is now that I have everything all set up, all my packages, my windows settings, and my ATI driver, my updates, etc., I want to be able to keep it all. Maybe somebody could point me in the right direction or give me some better terminology. Would love to learn more about distros in the future. For now I just don't want to have to do all this updating again. There are a few things I have found like Clonezilla and others, but they seem to be a bit advanced and more for servers.
View 9 Replies
View Related
Sep 8, 2010
A friend has a netbook running a dual boot setup with Ubuntu (9.10, I think) and Windows XP. She recently decided to run system restore on the Windows partition and can't boot into Windows anymore. I told her I would help her fix it tonight, but before she gets here I figured it would probably be helpful to ask if this is a well known issue and if anyone has any suggestions on the best method of fixing it.
I planned on first making sure the grub is targeting the Windows partition correctly, but I suspect the problem could be that the system restore point she used was one from before she had a linux partition. If that is the case does anyone know if this could potentially destroy the windows installation?
View 5 Replies
View Related
Oct 30, 2010
I restored my laptop to an image created the 1st time I used the laptop. Since restoring the system won't load. After the initial boot screen and check to boot from cd it just resets. It never makes GRUB menu were I can choose the OS I want. I'm dual booting Vista and ubuntu but can't get into either.
View 9 Replies
View Related
Apr 29, 2011
Is it possible to get a system restore point on ubuntu?
View 2 Replies
View Related
Mar 14, 2010
Does Ubuntu have an equivalent to system restore like windows?
I just want to know what the best way is to save everything , as in settings and programs etc. , just in case there's some sort of major failure.
Any ghosting programs that will allow me to save the last known good configuration? or clone the entire drive?
Since I've been using Ubuntu I haven't run into any major screwups like with windows , but there are some times I've installed it and it took a while to get different things working. I don't want to have to go through the whole process again if there's ever a major malfunction.
View 9 Replies
View Related
Apr 23, 2011
How can I create a system restore point in Ubuntu, and when I do so am I able to restore to a point before installing Ubuntu?
View 2 Replies
View Related
Sep 1, 2011
before i go and get rid of wubi for the real deal, i would like to know if i can get rid of ubuntu by doing a system restore. i never mind doing system restores and i have my recovery disks if needed.
View 5 Replies
View Related
Oct 3, 2010
OK, so about a week ago or so my Ubuntu 10.04 install no longer recognizes my iPod Touch or Iphone. I have had no luck getting them to work. i REALLY do not want to fresh install Ubuntu. Is there a way I can like repair or restore (a la "Window$") that will fix the OS itself without removing any programs or settings?
View 9 Replies
View Related
May 15, 2010
I am new in Ubuntu. I wanted to know if there is a System Restore available out there in which is equivalent of RollbackRX [URL].. freeware or shareware.
RollbackRX used to backup/restore OS system changes.
It is able to backup/restore system in less than 1 minute.
It is able to backup with a little amount of disk size.
Feature Needed:
Pre-Boot Snapshot Backup
[Code]...
I currently used this application in my Windows XP system. And I am happy having it. I used to modify my XP a lot and sometimes forcing myself to restore my system (using rollbackrx) because It is unbootable/freezing/sudden restart. It does save me a lot of time, especially those critical moments. I am hopeful that there is available variant of this one for Ubuntu.
View 9 Replies
View Related
Jun 14, 2010
best/simplest way to back up my triple-boot machine, which has Karmic 32-bit, Karmic 64-bit and Windows 7 (64-bit) installed on 3 equal slices of the internal 1TB disk. There are a total of 6 partitions (1 primary+1 logical partition each for the two Karmic, and 2 primary partitions for Win7), and I would like to back it up on an external disk such that the whole system can be restored as-is by writing over the disk. I guess this means correctly backing up data+partition table+MBR, and I would also prefer backing up only the used portion of the disk (rather than creating a 1TB mostly empty image file).
To my knowledge the only way to reliably do this is with "dd" command, but I have never used it ("fsarchiver" seems to be the next best option, but it cannot back up MBR yet; and "partimage" does not have ext4 support). As described here and here, I should run the following commands from a live boot:
1) To back up entire data in compressed format (using 1MB read block to speed up the process):
dd if=/dev/sda bs=1MB | gzip > /backup/image.gz
2) To back up MBR+partition table (stored within the first 512 bytes of the disk):
dd if=/dev/sda bs=512 count=1 of=/backup/image.mbr
3) To restore data:
gzip -dc /backup/image.gz | dd of=/dev/sda
4) To restore MBR+partition table:
dd if=/backup/image.mbr of=/dev/sda
View 8 Replies
View Related
Jul 11, 2010
I updated 9.10 and system crashed during update and is now unbootable. It seems to freeze (or is just taking a really long time) at fsck. Is there any way to make my computer usable again without reinstalling the whole OS?
View 5 Replies
View Related
Aug 14, 2010
I would like to find out how to back up a complete Ubuntu system, and then restore it on a clean harddisk.I have been running dual booting with Win XP until now. I am running Ubuntu 10.04, but have installed quite few add-on. I would like to make an Ubuntu-only machine now, with all the same apps still there, but dont want to go and download everything again. I am looking for a way I can back this entire Ubuntu installation up, and then restore it to a clean drive.
View 2 Replies
View Related
Mar 23, 2011
I recently had to restore my system via clonezilla due to hdd failure. I frequently back up my /etc/apt folder as well as some other configuration files and settings that I use in my system to bring my restored image up to date with my ever changing preferences, etc.
I noticed the problem when I replaced the etc/apt folder with my backup version. After replacing the folder, I ran 'sudo apt-get update' and imported a list of all my previously installed software. Then I ran 'sudo apt-get upgrade'. I didn't get any errors at all during any part of the update and upgrade process.Then this popped up in my panel, and won't seem to go away.
View 5 Replies
View Related
Apr 4, 2011
I am new to openSUSE (and to Linux). I have try Ubuntu, Debian, Fedora and ended with openSUSE that seems to be the one I like. But I have some problem now. The system seems to hang on boot and after searching the Internet I found thread about ATI display driver (and I have ATI) so I installed ATI drivers. The system got worse and playing videos start to be not as it should be (and often freezing). I decided to uninstall these drivers to get my system back as it was but ended with more problem. Now my system don't start. I can boot in some kind of command prompt but nothing else.
Can I do something to restore the system or will I have to reinstall the system? I don't know if I want to reinstall it. I am using a very slow Internet-connection (air-card) and I have had so much headache on the other Linux (before I did end on openSuSE). I like openSuSE (even there is some minor things, like I cannot change my default browser to Opera, a Browser I have been using for almost 10 years but I still can use the Opera so it is a minor thing).
View 9 Replies
View Related
Jun 12, 2010
I have had Kubuntu installed for quite some time, I very rarely use it because of my dependanacy on windows but frequently boot up Kubuntu to do updates.A few days ago, I tried to boot Kubuntu and it comes up in command line only, I login but it stays at the command line, no KDE.On the boot list I have Ubuntu 2.6.32-21-generic.I have gotten used to using KDE and now I need to use Linux but am not command line fluent.
View 10 Replies
View Related
Feb 4, 2010
On my laptop I dual boot Ubuntu 8.04 and Windows XP. During the last upgrade of my Ubuntu distro something went wrong and now I get a messed up GUI. In the meanwhile I got a new laptop on which I only run Ubuntu 9.10. So my question is: I want to delete the linux partition on my old laptop and use only Windows XP but since I use grub to dual boot, I'm afraid that deleting the linux partition and extending the Windows partition will cause problems to boot my computer.
Here's a screenshot of my partitions:
View 2 Replies
View Related
Apr 3, 2010
I have a laptop with 250 GB SATA HD that has the following:
Win7 Pro installed first with sda1=system reserved partition, sda2=C: drive, sda5=separate software application programs to differentiate from Windows' Program Files. Ubuntu 9.10 was installed next (sda6=common swap partition for all Linux distros, sda7=Ubuntu root, sda8=Ubuntu home). Then Opensuse 11.2 was installed with sda12=root and sda13=home. Finally FedoraCore11 was installed with sda9=boot, sda10=root and sda11=home. Ubuntu and Suse have grub loader in their own root partitions.
Suse's grub menu controls all OS's. From this grub menu I can select Windows or any other Linuxes. Suse uses legacy grub because it was installed right after Ubuntu 9.10 which uses (legacy) grub.
Here is opensuse's grub menu:
# Modified by YaST2. Last modification on Wed Mar 31 11:49:28 EST 2010
# THIS FILE WILL BE PARTIALLY OVERWRITTEN by perl-Bootloader
# Configure custom boot parameters for updated kernels in /etc/sysconfig/bootloader
default 1
[Code]....
Somehow I also messed up Windows' boot file and boot partition table. Now I am still trying to use Windows installation CD to repair Windows but it has taken several hours and am still waiting for screen response. I cannot boot into any Linux distro either.
View 5 Replies
View Related
Aug 1, 2010
I tarred my system (NVidia based) and restored it on 2 other different machines. (Intel g965 and SIS 661/741/760) On both of them I see
Code:
$ sudo lshw -C display *-display UNCLAIMED As a result I can't enable compiz (visual effects), cairo dock is unusable (noGL version, GL won't run at all) - it shows a huge black rectangle as its background even when the dock is hidden. I think the problem is that the video driver is not enabled, I need your help making it work. After the restore during the 1st boot X complained that it can't find NVidia and showed me the options use default settings generate new settings (I used this one) So now one of the PCs:
[Code]...
View 1 Replies
View Related
Aug 17, 2010
I've recently started using Ubuntu as my main desktop operating system and I'm looking for a backup solution that is able to backup not only my documents and various other files that I have on the system, but I also need it to backup and create restore images for the operating system.
View 3 Replies
View Related
Dec 30, 2010
I recently had my laptop which ran windows xp, wiped and ubuntu installed in its place. I was told of all the grand benefits of ubuntu so I thought yeesss. Everything was running beautifully, everything was heavenly, until i encountered "a flash website ". This was strange because ..... worked fine.
Anyway ever since I encountered that site Ubuntu crashes on startup. I log in then crash. Its strange because sometimes it takes a while to crash e.g. when trying to open any application, or sometimes its instant.
1. How i diagnose this problem so it can be fixed, remember it may have to be before the log in.
2. Is there someway I can do a system restore to its original settings or something?
View 3 Replies
View Related
Aug 8, 2009
I have accidentally removed my /boot partition(when installing grub using LiveCD i'm typing "rm -rf /boot" instead of "rm -rf boot") After that i have installed grub, have to reinstalled latest kernel(2.6.29.6-217.2.3.fc11.i686) using rpm(and 2nd time using yum) but result the same: i can't boot into my system. Unfortunately, i can't copy&paste log, but booting stopped after something like a:
mounting /proc
mounting /sysfs
Creating /dev
then kernel finds keyboard and mouse and... and nothing. Is it possible to restore my system without reinstalling distro?
View 4 Replies
View Related
Jun 8, 2011
I have just foolishly used live media to install F14. Pre-upgrade of F13 to 14 repeatedly failed. Sadly I used the use all available space option rather than the free space. As a result I have a working FC14 system but no data from my F13 installation. Is there any way to restore my f13 system and/or data?
View 3 Replies
View Related
Feb 11, 2010
It generally works fine - a couple of issues which I'm trying to get resolved elsewhere.My question is this: My laptop currently dual-boots Windows 7 and openSUSE, with openSUSE being the default. I have XP as a guest under VB. Is it possible for me to create a system image of the Windows 7 operating system, install W7 as a guest under Linux and then restore the backed-up OS so that I would have W7 as a guest (no more XP) but with the same configuration / apps as the original OS?In summary, this is wat I want to achieve:urrent:Dual-boot openSUSE 11.1 & Windows 7VBOx Guest = Windows XP Desired:Dual-boot openSUSE 11.1 & Windows 7VBox Guest = Windows 7 (identical config as the dual-boot version)
View 2 Replies
View Related
Apr 28, 2011
I had a triple OS xp 7 and Linux Open SUSE 11.4 the last one was the active partition.the grup boot loader used to provide a OS selection screen .any way , I cant boot my system after restoring a full disk image created by "Acronis TrueImage program" , what happens is that i get a BIOS message "there is no operating system insert disk and try again"however when i set winxp partation as active i can boot winxp againThere is some thing I'd like to ask for please ,when i install Linux : did it install grup boot loader on the master boot record or on the boot sector of the / partition ?
View 4 Replies
View Related
Apr 13, 2010
O/S: Fedora 12
I am newbie in linux. What I want to do is: Make backup for my file system, cos I learn how to configure servers. So if I made some thing wrong, I want to be able to restore the default setting for my files. Instated of install new O/S.
View 4 Replies
View Related