[root@RedHat9 root]# ll /mnt/floppy 总用量 12 drwx------ 2 root root 12288 1月 3 20:07 lost+found [root@RedHat9 root]# grub-install --root-directory=/mnt/floppy install_device not specified. Usage: grub-install [OPTION] install_device Install grub on your drive. -h, --help print this message and exit -v, --version print the version information and exit ...
用安装盘在rescue下运行grub root (hd0,7)时正常 但是在setup (hd0)的时候碰到问题 checking if "/boot/grub/stage1"exits ...............no checking if "/grub/stage1" exits ...................no error :files not found 但是stage1明明就是在那里摆着嘛~! 还有就是已经chroot过了~ 求助究竟怎么回事~~~刚配好的内核舍不得重装阿T_T
我通过看这篇文章“做张grub启动盘防防身:)” http://www.linuxfans.org/nuke/modules.php?name=News&file=article&op=view&sid=981 我按照文中所说,做了grub启动盘,执行那两个命令时 dd if=stage1 of=/dev/fd0 bs=512 count=1 dd if=stage2 of=/dev/fd0 bs=512 seek=1 没有出现错误。可是当我用他启动机器时出现 “grub loding read error” 我连作3张都是如此。可以排除不是盘的问题。 为何???请各位也试一试。
准备一个空白软盘; grub,一个超强的多系统引导器,grub for DOS 是一个可以在DOS\windows下安装使用的版本, 点击下载grub for DOS 0.1.4 ftp://ftp.cosoft.org.cn/incoming/grub_for_dos-0.1.4.tar.gz 解压后,把生成的grub文件夹整个考到一张空白软盘,再把grub文件夹里面的 boot文件夹剪切到其根目录; 打开命令行窗口,键入 SYS a: 使其成为引导盘; 再把c:\windows\command下一些常用的DOS程序,如fdisk format del...
现在准备做一个USB启动盘; 我的做法是1. 格式化为ext2, 用dd把grub0.97 i386的stage1写入到sector 0, 0x0044位置的值是01000000也即是1,这样是指向sector1了吧 把ext的stage1.5 从 sector 1开始写入 stage2和menu.lst放在/boot/grub/目录下 再考了个vmlinuz和initrd.gz放在/目录下 有兄弟这样写过吗?这样写有什么问题吗?是不是还需要在别的地方写入什么信息啊? 我启动后就只显示grub四个字母,就也不动了. [ 本帖最后由 steve20...
RT?how to make? 研究ing...... 可以启动了,进入grub命令行界面。。。 离成功就差一步。。。 menu.lst的内容: title Solaris netinstall rarp kernel /I86PC.Solaris_10-1/multiboot kernel/unix -B install_media=172.16.1.201:/export/install,install_boot=172.16.1.201:/cdrom/sol_10_606_x86/boot module /I86PC.Solaris_10-1/x86.miniroot 菜单出来后,点“solaris netinstall”,就没反映了,引导服务器偶开...
用grub-install /dev/fd0,提示没有任何错误发生,正常结束.mount上后用ll查看什么都没有(ll -a也一样).但确实可以用它来启动机器(将其他启动设备全设为disable),为什么?用df /dev/fd0看使用百分比为0%!!!