[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: [atomic-devel] atomic developer mode: serial console
- From: Dusty Mabe <dusty dustymabe com>
- To: Jonathan Lebon <jlebon redhat com>
- Cc: atomic-devel projectatomic io
- Subject: Re: [atomic-devel] atomic developer mode: serial console
- Date: Thu, 10 Mar 2016 15:18:01 -0500
On 03/10/2016 12:38 PM, Jonathan Lebon wrote:
> That should probably be doable, yes. Would you mind filing
> an issue upstream[1] to have a place to discuss?
Yep, here ya go: https://github.com/jlebon/atomic-devmode/issues/2
>
> Just wondering, if you don't have a VGA console, how do you
> select the Developer Mode boot option? Can that be done over
> serial as well with the default GRUB config?
Works for me. I was able to select it just fine. It all depends on how
the VM is created. To see menu on serial console for a libvirt/kvm guest
you need something like the following in your xml:
```
<os>
<type arch='x86_64' machine='pc-i440fx-2.3'>hvm</type>
<boot dev='hd'/>
<bootmenu enable='yes'/>
<bios useserial='yes'/>
</os>
```
Dusty
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]