系统:Windows XP ,10G FAT32.其余均为自由空间.
由于想安装NetBSD,但因光驱是USB外挂,导致FreeBSD 5.3,NetBSD 2.0,Solaris 10 x86都只能从光驱启动,但启动后就不能识别光驱,网卡除FreeBSD 5.3可以识别外,NetBSD及Solaris均不能识别,无奈只能另找办法.从网上找到的方法大至有两种,1.用ISOEmulator,2.用Grub for Dos.首先尝试过用ISOEmulator引导NetBSD2.0,但不成功(但可以成功引导FreeBSD5.3).出错如下;
CODE:
ISOEmulator ....
.
.
.
file to emu NetBSD2.iso
1st cluster 658539
file size(byte) 179875840
----------------------------
isoemu can't find this CD's loader, or this isn't a (bootable) CD.
>> any key for the internal shell...
硬盘安装NetBSD2步骤如下.
.
.
file to emu NetBSD2.iso
1st cluster 658539
file size(byte) 179875840
----------------------------
isoemu can't find this CD's loader, or this isn't a (bootable) CD.
>> any key for the internal shell...
1.将NetBSD2.0安装光盘解压缩到C盘的NetBSD2.0目录下(注意该目录的大小写)并保持结构.
2.重新启动计算机,进入Grub for DOS(如没有请先安装),按"c"进入GRUB命令模式.
CODE:
grub>
3.如果依次输入如下命令,则会提示换盘,由于不会操作,所以直接跳到下一步 CODE:
grub>map (hd0,0)/NetBSD2.0/i386/installation/floppy/boot1.fs (fd0)
grub>chainloader (hd0,0)/NetBSD2.0/i386/installation/floppy/boot1.fs
grub>rootnoverify (fd0)
grub>boot
提示信息:grub>chainloader (hd0,0)/NetBSD2.0/i386/installation/floppy/boot1.fs
grub>rootnoverify (fd0)
grub>boot
CODE:
NetBSD/i386 ustarfs Primary Bootstrap
>> NetBSD/i386 BIOS Boot, Revision 3.1
>> (builds@build, Wed Dec 1 103914 UTC 2004)
>> Memory 634/1039174 k
Press return to boot now, any other key for boot menu
booting fd0anetbsd - starting in 0
3692492/
Please remove disk 1, insert disk 2, and press return...
>> NetBSD/i386 BIOS Boot, Revision 3.1
>> (builds@build, Wed Dec 1 103914 UTC 2004)
>> Memory 634/1039174 k
Press return to boot now, any other key for boot menu
booting fd0anetbsd - starting in 0
3692492/
Please remove disk 1, insert disk 2, and press return...
![nixsky[www.nixsky.com]](/templets/images/toplogo.gif)

