Hey guys,
I'm building an Olive here and was having some trouble on this page:
Olive reloaded or how to emulate Juniper routers | GNS3
Qemu keep saying that it is unable to boot from the CD when using this command:
qemu
-m 256
-hda olive-base.img
-cdrom 4.11-RELEASE-i386-miniinst.iso \
-boot d
-localtime
I placed the ISO on my desktop and modified the command to:
qemu -m 256 -hda olive-base.img
/home/user1/Desktop/4.11-RELEASE-i386-miniinst.iso \ -boot d -localtime
and
qemu -m 256 -hda olive-base.img
/home/user1/Desktop/4.11-RELEASE-i386-miniinst.iso
I have also tried to boot from FreeBSD9.
Still no luck. I think the problem is that Qemu cannot find the ISO. Anyone know of a solution? I also mounted the ISO and tried pointing to the mounted directory. That didn't work either. Thanks guys.