|  | 
 
 楼主|
发表于 2005-4-30 13:12:58
|
显示全部楼层 
| 我把的menu.lst和fstab的主要部分贴出: menu.lst
 splashimage=(hd0,14)/grub/splash.xpm.gz
 timeout 10
 
 # By default, boot the first entry.
 default 0
 
 # Fallback to the second entry.
 fallback 1
 
 # For booting GNU/Hurd
 title  windows
 root   (hd0,0)
 chainloader +1
 
 # For booting GNU/Linux
 title  GentooLinux
 root (hd0,14)
 kernel /kernel-2.6.11-gentoo-r3 root=/dev/hda15 ro
 
 
 fstab
 /dev/hda15              /boot           ext2            defaults,noatime        1 2
 /dev/hda6               none            swap            sw                      0 0
 /dev/hda16              /               ext3            noatime                 0 1
 /dev/cdroms/cdrom0      /mnt/cdrom      iso9660         noauto.ro               0 0
 
 none                    /proc           proc            defaults                0 0
 none                    /dev/shm        tmpfs           nodev,nosuid,noexec     0 0
 我在linux 下用fidsk -l查看分区 /boot分区在/hda15,根分区/在hda16,swap在hda6。你们帮忙看看,menu.lst和fstab那写错了。
 | 
 |