当前位置: 技术问答>linux和unix
关于linux,win98双启动的问题
来源: 互联网 发布时间:2014-11-24
本文导语: 分区后,先是安装的红旗Linux功能服务器版,后有配置的lilo 执行完毕,能启动到Dos, 但是安装98完毕后,发现Linux不见了,win98把lilo删除了。 有人说:做lilo启动盘,怎么做?(我的linux是光盘),启动光盘没有发现做lil...
分区后,先是安装的红旗Linux功能服务器版,后有配置的lilo
执行完毕,能启动到Dos,
但是安装98完毕后,发现Linux不见了,win98把lilo删除了。
有人说:做lilo启动盘,怎么做?(我的linux是光盘),启动光盘没有发现做lilo的地方。
执行完毕,能启动到Dos,
但是安装98完毕后,发现Linux不见了,win98把lilo删除了。
有人说:做lilo启动盘,怎么做?(我的linux是光盘),启动光盘没有发现做lilo的地方。
|
linux cdrom boot
choose updata, and select anything, dont forget choose your lilo and partion over!
other method:
1,windows commander,boot tools can make a boot menu,just like lilo
2,freebsd bootinst.exe will do well,if your systems all at hda1 to hda4.
3,use dd if=/dev/"you redflag part" of=redflag.sec bs=512 count=1;
copy redflag.sec to hda1(windows) ,at boot.ini add ===>c:redflag.sec="REDFLAG"
and reboot your find the system can boot at dos
4,copy linuz,to hard
loadlin linuz root=/dev//dev/"you redflag part"
thanks
就说这么多,不只对你是否有用
choose updata, and select anything, dont forget choose your lilo and partion over!
other method:
1,windows commander,boot tools can make a boot menu,just like lilo
2,freebsd bootinst.exe will do well,if your systems all at hda1 to hda4.
3,use dd if=/dev/"you redflag part" of=redflag.sec bs=512 count=1;
copy redflag.sec to hda1(windows) ,at boot.ini add ===>c:redflag.sec="REDFLAG"
and reboot your find the system can boot at dos
4,copy linuz,to hard
loadlin linuz root=/dev//dev/"you redflag part"
thanks
就说这么多,不只对你是否有用
|
1.用光盘启动后进入安装界面。
2.按alt+f2(也可能是f3,f4……,和你的linux发布版本有关),应该出现命令提示符。
3.mount /dev/hdaX /tmp 注意hdaX中的X是你linux根分区的位置1,2,5,6,7……
4. cd /tmp
5. chroot .
6. lilo
然后重新启动。
2.按alt+f2(也可能是f3,f4……,和你的linux发布版本有关),应该出现命令提示符。
3.mount /dev/hdaX /tmp 注意hdaX中的X是你linux根分区的位置1,2,5,6,7……
4. cd /tmp
5. chroot .
6. lilo
然后重新启动。