+ -
当前位置:首页 → 问答吧 → 我要装系统了!

我要装系统了!

时间:2003-08-27

来源:互联网

I want to uninstall my RH and win, but i dont know how can i install debian in pppoe then. The method in 无痛启动法 is good, but i have no floppy disk now. Wu~~~~~~~~~~~~~~~~~~~~~~``

作者: minus273   发布时间: 2003-08-27

http://www.linuxforum.net/forum/show...=5&o=31&fpart=

有人问到,贴一下:

title Debian Setup(boot at hda1)
root (hd0,0)
kernel /debian/linux.bin ro root=LABEL=/
initrd /debian/root.bin

文件在RedHat的位置(如果没有,抓来放在这里,注意版本一致性):

ls /boot/debian
drivers.tgz linux.bin rescue.bin root.bin

reboot之后在grub菜单选择Debian Setup就OK。

作者: jcome   发布时间: 2003-08-27

假设
/dev/hda5
挂载在/mnt目录下
#cd /mnt/
#mkdir debian
然后下载
http://219.217.53.45/debian/dists/wo....4/drivers.tgz
保存到/mnt/debian/目录下
然后在/mnt/debian/目录下建立images-1.44目录
下载
http://219.217.53.45/debian/dists/wo...2.4/rescue.bin
http://219.217.53.45/debian/dists/wo...bf2.4/root.bin
http://219.217.53.45/debian/dists/wo...f2.4/linux.bin
保存到/mnt/debian/images-1.44/目录下
重启按c进入grub
GNU GRUB version 0.93 (640K lower / 3072K upper memory)

[ Minimal BASH-like line editing is supported. For the first word, TAB
lists possible command completions. Anywhere else TAB lists the possible
completions of a device/filename. ]

grub> root (hd0,4)
grub> kernel /debian/images-1.44/linux.bin vga=791
grub> initrd /debian/images-1.44/root.bin
grub> boot
开始安装。
在Install Operation System Kernel and Modules时
选择本地分区,手工指定
/debian/
就可以了。
此方法完美解决了,以前通过grub安装时下载错误的Modules的问题
使用lilo的作相应更改就可以了。

作者: llcspring   发布时间: 2003-08-27