机器配置:
AMD 3600+(65nm)
映泰 TForce 550se
西数250G SATA硬盘,
西数160G IDE硬盘。
2G内存。
250G硬盘上分了C,D,E,F及最后一个80G(2G的swap,剩下的是ex3格式)留给ubuntu用。在C盘上装了xp.
安装:
1)硬盘安装,
参考了[b][u]http://unix-cd.com/unixcd12/artic ... ml[/u][/b]网页上介绍的方法。
用的是amd64的alternate的iso,及相关的initrd等文件。
在DOS界面下输入 kernel (hd0,0)/vmlinuz root=/dev/ram ramdisk_size=32000 devfs=mount,dall时,出现
warning:MBR cyliners(30402) is not equal to the BIOS one(16383).
warning:MBR total sectors(488408130) is greater than the BIOS one(488397168).Some buggy BIOSes could hang when you access sectors exceeding the BIOS limit.
然后继续安装,到安装grub那步时,没有选择让其装到mbr上面,而是选择安装到linux在的那个区上。
最终硬盘安装成功后,用光盘引导进ubuntu,运行
sudo -i
mount -t vfat /dev/sda1 /mnt
dd if=/dev/sda8 of=/mnt/linux.lnx bs=512 count=1
然后重启进xp,在boot.ini文件最后加了句C:\linux.lnx="ubuntu7.04"
再重启,就可以看到xp和ubuntu7.04的选择界面了。
但是点击ubuntu7.04进入时,出现
Error:Selected cylinder exceeds maximum supproted by BIOS然后就死在这里了。
2)光盘安装
把前面的硬盘安装的linux的部分给格式化,用了amd64 desktop.iso进入后,拔掉网线安装,自动安装成功后,
重启,但是没有看到有选择ubuntu的选项,该怎么办?
请问这些问题都该怎么解决啊?都快抓狂了。
