Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 16 Dec 2015 12:40:45 -0700
From:      Sergey Manucharian <sm@ara-ler.com>
To:        Anish <akgupt3@gmail.com>
Cc:        FreeBSD virtualization <freebsd-virtualization@freebsd.org>
Subject:   Re: CDROM options in bhyve
Message-ID:  <20151216194045.GJ9504@debian.ara-ler.com>
In-Reply-To: <CALnRwMSi5FdsYCDS=rZs%2BpQK0qv9NYkL5kiW8W%2Bb0hBq5k12SQ@mail.gmail.com>
References:  <20151216043720.GB22018@dendrobates.araler.com> <CALnRwMSi5FdsYCDS=rZs%2BpQK0qv9NYkL5kiW8W%2Bb0hBq5k12SQ@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
Excerpts from Anish's message from Wed 16-Dec-15 11:08:
> >Is there any way to "change" it when the guest is already running?
> You can specify at boot time, for example in vmrun.sh
> 
>                 -s $(($nextslot+1)):0,virtio-blk,${isofile}
> 
>  'isofile' is specified using '-I' argument
> 
> $./vmrun.sh -I <ISO file> vm1
> 
> Once system is booted, you will see two virtio-block:
> 
> 1. vtbd0 -> Boot HDD
> 
> 2. vtbd1 -> CDROM image or ISO file.

Yes, it is clear how to do at boot time. I'd like to be able to change
it AFTER the guest is up and running.

By the way, for Windows guest I'm using AHCI, not virtio (per the
instructions):

... -s 4,ahci-cd,$CD ...

I don't see any device created (I'm not sure what's the possible name though).


Thanks,
Sergey




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20151216194045.GJ9504>