参照上次的安装步骤:/Netcollege/Linux/200710/1023.html
至最后时不把GRUB安装到硬盘的MBR中,此时需要启动Ubuntu,则修改Vista根目录下的menu.lst即可。
color cyan/blue white/magenta timeout 30 default 0 fallback 1
title Start Ubuntu7.10 root (hd0,4) kernel /vmlinuz root=/dev/sda5 ro quict splash initrd /initrd.img
title Install Ubuntu7.10 kernel (hd0,0)/Ubuntu/vmlinuz initrd (hd0,0)/Ubuntu/initrd.gz
title Back To (Windwos OS) rootnoverify (hd0,0) makeactive chainloader +1
title commandline savedefault --wait=2 commandline
title Reboot savedefault --wait=2 reboot
第一行title里面的参数说明:
1.root (hd0,4)这是因为Ubuntu安装在了第一块硬盘的第一个逻辑分区,如果安装在其它分区可参照此设置;
2.kernel /vmlinuz root=/dev/sda5也是上述同样的原因,第一逻辑分区被认为sda5(STAT硬盘时)。
By Mazrmc
2007.10.22
|