个人工具

704

来自Ubuntu中文

Liuyingxl讨论 | 贡献2007年12月30日 (日) 18:20的版本

跳转至: 导航, 搜索


Ubuntu 7.04 发布说明

根据已知的发布说明文档通过 Ubuntu 7.04 衍生出 Kubuntu and Edubuntu.

系统要求

对于 Ubuntu 7.04 的最低内存是 256MB . 在最低内存的情况下, 将会比普通的时间稍长, 但是不用担心会安装失败, 并且系统会一次成功.

安装

请您在安装之前确认您的系统达到了最低的系统要求.

  • On the alternate or server CDs, creating LVM logical volumes will take some time to complete and may appear to have stopped completely. There is no need to take any action, the installation will continue after approximately three minutes for each volume configured. Bug# #105623.
  • On the alternate CD, Expert mode cannot be selected from the menu as in previous releases. Instead, press F6 and type "priority=low", adding it to the kernel command-line. This will cause the full set of questions to be asked. Bug#107220.
  • On the alternate CD, the Bosnian, Croatian, and Slovenian keyboard layouts are incorrect. Users of these keyboard layouts are advised to select the U.S. English keyboard layout temporarily in order to complete the installation. Once you have rebooted into the installed system, the keyboard can be reconfigured to your preferred layout by running 'sudo dpkg-reconfigure console-setup' and then 'sudo dpkg-reconfigure xserver-xorg' from a terminal window. Bug# #93077.
  • On the Xubuntu desktop CD, installation may fail during partitioning with a warning such as "The ext3 file system creation in partition #1 of IDE1 slave (hdb) failed". Bug #107259. To workaround this, close the installer and follow the following steps:
    1. Go to Applications -> Settings -> 设置管理.
    2. 选择 "文档管理(File Manager)".
    3. 转到 "高级(Advanced)" 标签.
    4. Click on the "Configure the management of removable drives and media ...".
    5. Uncheck both "Mount removable drives when hot-plugged" and "Mount removable media when inserted".
    6. Close all the windows just opened, and restart the installer.
  • On the SPARC server CD, keyboard selection defaults to the obsolete Sun Type 4 model, which should not be used. Select the "Generic 105-key (Intl) PC" option instead. #105595

升级 

 Ubuntu 6.10 的用户可以通过简便的自动过程


升级到 Ubuntu 7.04 . 完整的操作指南地址: www.ubuntu.com/getubuntu/upgrading.

在尝试升级之前,所有对应Ubuntu 6.10的更新将会被安装. 通过如下的步骤确保您已经安装了所有的更新:

  1. 进入 系统(System) -> 管理(Administration) -> 软件源(Software Sources). 如果您已经安装了先前版本的 Ubuntu , 您应该按照顺序升级到最新的版本, 参照每个最新版本的升级说明.
  2. 点击 "检查(Check)"
  3. 点击 "安装更新(Install Updates)"
  4. 等待过程完毕
  5. 点击"关闭(Close)"
  6. 再次进入更新管理开始升级到 7.04
  • 更新管理可能会失败,如下显示的对话框"Authentication failed(证书失效)" :

Feistyknownissues.png


请参照以下的步骤,确保您已经安装了所有的更新


. 错误Bug #78673.

  • Users who have serial consoles, or have made custom changes to the /etc/inittab file or files in the /etc/event.d directory should be aware that the format of these files have changed slightly and your changes will not be automatically migrated. Bug #89314. The following changes should be made.
  • "respawn COMMAND" should be changed to "exec COMMAND" with "respawn" on a seperate line.
  • "on EVENT" should be changed to "start on EVENT"
  • the "runlevel-X" events should be changed to "runlevel X"
  • Users of the LILO boot-loader with a root filesystem managed by software RAID (mdadm), LVM or EVMS will need to migrate part of the configuration manually before rebooting, otherwise the machine will fail to mount the root filesystem. Bug #105631. Edit /etc/lilo.conf and copy the "root=" line to the end of the "append=" line, so you will have "append=root=...".
  • Update Manager may incorrectly calculate the free space requirements when symlinks are used for some directories such as /var/cache/apt/archives. Bug #106804. As a workaround, modify /etc/apt/apt.conf and add the following line giving the correct path for that directory rather than using a symlink.
Dir::Cache::archives "/path/to/your/apt/archives";


  • If you have configured network interfaces by hand using /etc/network/interfaces, those interfaces will be ignored by Network Manager. When only those interfaces are active, the icon will still be the "Connected" icon (no matter whether those are up or down) and the tooltip will say "Manual network connection". Clicking the icon will allow you to reconfigure your networking; if you wish the interface to be managed by Network Manager, select it as "Automatic configuration (DHCP)" and ensure that the box next to the interface is checked.