|
谢谢,是这样的.可能是我表达不清楚.
我的硬盘分了三个区,即c:winxp(ntfs),d(fat32),e(swap),f(reiserfs)
用fedora core1第一张光盘启动,安装在f
安装过程中因为用microsoft的OS loader来引导多系统所以GRUB装在dev/hda6的第一个扇区.创建启动盘时提示内核太大,不能创建.
然后重启只能进xp
于是下载了mclinux
从dos下进入mclinx ,执行
mount -t vfat /dev/hda5 /etc
dd if=/dev/hda6 of=/etc/boot.lnx bs=512 count=1
手动添加boot.ini
c:\boot.lnx="linux",
开机选择linux,
进入Grub命令行,而不是桌面
且出现下列信息:
[Minial Bash-like line editing is supported.For the first word.TAB lists possible command complietions. Anywhere else TAB lists the possible completions of a device/filename.]
grub>
以前装过冲浪linux,它的是lilo,用上述方法可以直接进桌面.的.
请帮忙看一下.
谢谢回复. |
|