On 6/17/14 16:58 , Peter Teoh via smartos-discuss wrote: > As suggested by your "no vga" statement: > > qemu-system-x86_64 -m 1024M -boot d -cdrom smartos-june2014.iso -hda > qemu_smartos.img -nographic -curses > > does enable me to go ahead and install the SmartOS to completion (dhcp > setting, creating the pool etc), and finally reboot. > > But after that the following command is still hung with message "On booting > devices": > > qemu-system-x86_64 -m 1024M -boot c -hda qemu_smartos.img -nographic > -curses -serial telnet:0.0.0.0:3000,server > > and in a separate terminal: > > telnet localhost 3000 > > still not working?
SmartOS never boots from local drives, it always boots from some form of live media, whether that's a cdrom, usb key, PXE, or otherwise. In this case, I imagine that the telnet is not responding is because QEMU has not found a boot loader that would initialize the serial console. If you include the old -cdrom argument, you should be in good shape. Robert ------------------------------------------- smartos-discuss Archives: https://www.listbox.com/member/archive/184463/=now RSS Feed: https://www.listbox.com/member/archive/rss/184463/25769125-55cfbc00 Modify Your Subscription: https://www.listbox.com/member/?member_id=25769125&id_secret=25769125-7688e9fb Powered by Listbox: http://www.listbox.com
