如何强制 Ubuntu 9.10 重新安装而不会丢失我的信息?

Mos*_*she 2 upgrade reinstall ubuntu

标题说明了一切......从 9.04 升级到 9.10 后我遇到了很多问题 - 我想重新安装而不丢失我的文件,我放弃了我的 Ubuntu 光盘,我现在无法制作另一个......

如何强制 Ubuntu 9.10 自行重新安装(不丢失我的信息)?

编辑:

问题是:无响应的鼠标:[通过修改 xorg.conf 修复] 和似乎不是硬件或软件的奇怪图形问题,我不知道。(具体来说,在我的屏幕顶部弹跳线和关闭屏幕上的加载栏 - 我的朋友说他有 9.10 并且该栏不应该在那里。)

编辑:

我跑了sudo dpkg-reconfigure -phigh -a,没用。以下是我的终端的输出。欢迎任何想法。

moshe@moshe-laptop:~$ sudo sh
[sudo] password for moshe: 
# sudo dpkg-reconfigure -phigh -a
 * Disabling power management...                                         [ OK ] 
update-rc.d: warning: /etc/init.d/acpi-support missing LSB information
update-rc.d: see <http://wiki.debian.org/LSBInitScripts>
 * Checking battery state...                                             [ OK ] 
acpid stop/waiting
acpid start/running, process 3544
 * Stopping web server apache2                                                  apache2: Could not reliably determine the server's fully qualified domain name, using 127.0.1.1 for ServerName
 ... waiting                                                             [ OK ]
 * Starting web server apache2                                                  apache2: Could not reliably determine the server's fully qualified domain name, using 127.0.1.1 for ServerName
                                                                         [ OK ]
Caching application data...
Generating mime/codec maps...
Caching application data...
Generating mime/codec maps...
 * Starting AppArmor profiles                                                   Skipping profile in /etc/apparmor.d/disable: usr.bin.firefox-3.5
                                                                         [ OK ]
 * Reloading AppArmor profiles                                                  Skipping profile in /etc/apparmor.d/disable: usr.bin.firefox-3.5
                                                                         [ OK ]
dpkg-trigger: dpkg-trigger must be called from a maintainer script (or with a --by-package option)
Run Code Online (Sandbox Code Playgroud)

qua*_*ote 5

要重新安装而不丢失您的信息...

  1. 备份您要保留的信息。
  2. 测试备份。
  3. 重新安装。确保重新格式化根分区,因为您想完全摆脱旧的 Ubuntu 9.04 内容。
  4. 恢复备份。

可以尝试执行安装并尝试强制安装程序格式化根分区,这保留您可能有兴趣保留的文件。但是它会留下以前安装的文件,它可能会在安装过程中导致问题,并且可能会在以后产生问题。

我不知道您在考虑什么“您的信息”,但我假设您用户的 HOME 目录(或整个/home)是主要候选目录。如果您安装了网站或数据库,您还需要备份它们(通常这些在 下/var)。

并且您可能还想对其进行备份/etc,但不要自动恢复该备份。


要在没有安装光盘的情况下重新安装...

Ubuntu 提供了很多安装选项;从 CD 安装只是其中之一。请参阅社区 Ubuntu 文档中的安装页面

特别是,这里是关于无需 CD 安装的部分:

下面列出的文档提供了在不使用 CD 或 CD-ROM 驱动器的情况下安装 Ubuntu 的说明。

如您所见,有很多选择。我认为最好的选择可能是使用 USB 记忆棒(Installation/FromUSBStick),如果这是您的选择。如果您仍然拥有 LiveCD ISO,或者可以再次下载它,并且您有一个可以使用的备用 U 盘,那么这是一个不错的选择。

从正在运行的 Linux ( Installation/FromLinux ) 中安装可能是您的一个选择,但它可能很复杂——特别是该debootstrap选项(页面底部)非常强大,但该过程不适合胆小的人。

最后,网络安装选项之一可能会起作用。