ubuntu install issue remind

sorry, still installing the language pack, can't type Chinese now
1. grub problem
   using grub4dos to boot the ubuntu, I didn't install the grub to the MBR

title Start ubuntu 9.04 !
UUID=cc2e19f3-71a0-4bd2-a670-6194c18f747f
kernel /boot/vmlinuz-2.6.28-11-generic root=UUID=cc2e19f3-71a0-4bd2-a670-6194c18f747f ro quiet splash
initrd /boot/initrd.img-2.6.28-11-generic
quiett/initrd.img-2.6.28-11-generic
quiet


the UUID can be found in /etc/fstab
# /etc/fstab: static file system information.
#
# Use 'vol_id --uuid' to print the universally unique identifier for a
# device; this may be used with UUID= as a more robust way to name devices
# that works even if disks are added and removed. See fstab(5).
#
# <file system> <mount point>   <type>  <options>       <dump>  <pass>
proc            /proc           proc    defaults        0       0
# / was on /dev/sda8 during installation
UUID=cc2e19f3-71a0-4bd2-a670-6194c18f747f /               reiserfs notail,relatime 0       1
# /home was on /dev/sda9 during installation
UUID=5c28a7a8-609f-4575-9f43-e8b7e7dd1090 /home           reiserfs relatime        0       2
# swap was on /dev/sda3 during installation
UUID=32cec6c6-4f2d-4d82-8652-ef6f99704189 none            swap    sw              0       0


2. the sources.list
  
deb http://archive.ubuntu.com/ubuntu/ jaunty main restricted universe multiverse
deb http://archive.ubuntu.com/ubuntu/ jaunty-security main restricted universe multiverse
deb http://archive.ubuntu.com/ubuntu/ jaunty-updates main restricted universe multiverse
deb http://archive.ubuntu.com/ubuntu/ jaunty-proposed main restricted universe multiverse
deb http://archive.ubuntu.com/ubuntu/ jaunty-backports main restricted universe multiverse
deb-src http://archive.ubuntu.com/ubuntu/ jaunty main restricted universe multiverse
deb-src http://archive.ubuntu.com/ubuntu/ jaunty-security main restricted universe multiverse
deb-src http://archive.ubuntu.com/ubuntu/ jaunty-updates main restricted universe multiverse
deb-src http://archive.ubuntu.com/ubuntu/ jaunty-proposed main restricted universe multiverse
deb-src http://archive.ubuntu.com/ubuntu/ jaunty-backports main restricted universe multiverse

电信最快的,可以达到300Kbps,目前普通接入用户最好的选择

deb http://tw.archive.Ubuntu.com/ubuntu jaunty main restricted universe multiverse
deb http://tw.archive.Ubuntu.com/ubuntu jaunty-security main restricted universe multiverse
deb http://tw.archive.Ubuntu.com/ubuntu jaunty-updates main restricted universe multiverse
deb http://tw.archive.Ubuntu.com/ubuntu jaunty-backports main restricted universe multiverse
deb http://tw.archive.Ubuntu.com/ubuntu jaunty-proposed main restricted universe multiverse
deb-src http://tw.archive.Ubuntu.com/ubuntu jaunty main restricted universe multiverse
deb-src http://tw.archive.Ubuntu.com/ubuntu jaunty-security main restricted universe multiverse
deb-src http://tw.archive.Ubuntu.com/ubuntu jaunty-updates main restricted universe multiverse
deb-src http://tw.archive.Ubuntu.com/ubuntu jaunty-backports main restricted universe multiverse
deb-src http://tw.archive.Ubuntu.com/ubuntu jaunty-proposed main restricted universe multiverse
   

你可能感兴趣的:(ubuntu,Security,电信)