boot
现在的问题是首先确定你的缺省/boot在哪儿.然后修改缺省/boot/grub/grub.conf,如果没有修改menu.lst
修改好的Grub.conf
你需要首先 mount /dev/sda6 /mnt,然后修改下面的grub/grub.conf(应该可以了,呵呵)
如果不行的话,mount /dev/sda9 /mnt,然后修改下面的boot/grub/grub.conf
有问题继续MSN,
###################################################
# grub menu list
# changed by mayuan<mayuan@dawning.com.cn>
###################################################
timeout 10
password --md5 $1$Gdw/Vso9$rjBtBIvkHjAbzw0p1u5Jc0
###default Turbo Linux
default 0
fallback 1
splashimage (hd0,5)/grub/splash.xpm.gz
title Turbo Linux
kernel (hd0,5)/vmlinuz root=/dev/sda8 noapic
initrd (hd0,5)/initrd
title Suse Linux
kernel (hd0,8)/vmlinuz root=/dev/sda9 noapic
initrd (hd0,8)/initrd
title winnt
chainloader (hd0,0)0+1
------------------------------------------------------
相关纪录
# This file was converted from /etc/lilo.conf by gilo-0.92-6. timeout 15 password --md5 $1$Gdw/Vso9$rjBtBIvkHjAbzw0p1u5Jc0 default 0 fallback 1 splashimage (hd0,5)/grub/splash.xpm.gz title linux kernel (hd0,5)/vmlinuz root=0808 initrd (hd0,5)/initrd title winnt chainloader (hd0,0)0+1
Lilo
# BEGIN_BITMAP
# lilo-22.2-14 added "bitmap" try
bitmap=/boot/lilo.bmp
bmp-table=40p,300p,,24,
bmp-colors=13,15,;15,8,,
bmp-timer=74,29,13,15,
# END_BITMAP
boot=/dev/sda
map=/boot/map
install=/boot/boot.b
prompt
timeout=150
lba32
noapic
# gilo assword= abled
default=linux
image=/boot/vmlinuz
label=linux
initrd=/boot/initrd
read-only
root=/dev/sda8
other=/dev/s
turbo Linux
[root@c7 sbin]# df
???t?μí3 1K-?é ò?ó? ?éó? ò?ó?% 1ò??μ?
/dev/sda8 7882560 3771024 3711120 51% /
/dev/sda6 69972 27333 39026 42% /boot
10.0.2.5:/usr/local 7882560 6509456 972688 87% /usr/local
10.0.2.5:/home 7882560 6509456 972688 87% /home
[root@c7 sbin]# fdisk -l
Disk /dev/sda: 255 heads, 63 sectors, 4462 cylinders
Units = cylinders of 16065 * 512 bytes
Device Boot Start End Blocks Id System
/dev/sda1 * 1 765 6144831 7 HPFS/NTFS
/dev/sda2 766 4461 29688120 f Win95 Ext'd (LBA) winows扩展分区
/dev/sda5 766 1530 6144831 7 HPFS/NTFS windows逻辑分区
/dev/sda6 1531 1539 Turbo /boot分区
/dev/sda7 1540 1789 2008093+ 82 Linux swap swap区
/dev/sda8 1790 2786 8008371 83 Linux turbo根分区
/dev/sda9 2787 4461 13454406 83 Linux suse分区