Re: [atomic-devel] failed to install bootloader on latest atomic host iso image

2016-08-24 Thread Vasiliy Tolstov
2016-08-24 5:35 GMT+03:00 Dusty Mabe : > Ok, just confirmed that once everything is in place you will be able > to use the installer ISO and have software raid. > > There is some issue right now that is preventing the ISO images from > getting produced with the correct tree. Once that clears up and

Re: [atomic-devel] failed to install bootloader on latest atomic host iso image

2016-08-23 Thread Dusty Mabe
On 08/22/2016 07:03 AM, Vasiliy Tolstov wrote: > 2016-08-18 19:29 GMT+03:00 Dusty Mabe : >> So here is something that is close. Anaconda seems to require things >> be on a partition. >> >> part raid.01 --size=1 --grow --ondisk=sda >> part raid.02 --size=1 --grow --ondisk=sdb >> raid pv.01 --fstyp

Re: [atomic-devel] failed to install bootloader on latest atomic host iso image

2016-08-22 Thread Vasiliy Tolstov
2016-08-18 19:29 GMT+03:00 Dusty Mabe : > So here is something that is close. Anaconda seems to require things > be on a partition. > > part raid.01 --size=1 --grow --ondisk=sda > part raid.02 --size=1 --grow --ondisk=sdb > raid pv.01 --fstype="physical volume (LVM)" --level=1 --device=md0 raid.01

Re: [atomic-devel] failed to install bootloader on latest atomic host iso image

2016-08-18 Thread Dusty Mabe
On 08/18/2016 05:53 AM, Vasiliy Tolstov wrote: > 2016-08-18 10:34 GMT+03:00 Vasiliy Tolstov : >> 2016-08-18 8:04 GMT+03:00 Dusty Mabe : >>> I believe I am able to recreate this issue. Will try to investigate some >>> more tomorrow. >> >> >> Thanks! I think that i have two problems - first - atom

Re: [atomic-devel] failed to install bootloader on latest atomic host iso image

2016-08-18 Thread Jason Brooks
On Thu, Aug 18, 2016 at 12:34 AM, Vasiliy Tolstov wrote: > 2016-08-18 8:04 GMT+03:00 Dusty Mabe : >> I believe I am able to recreate this issue. Will try to investigate some >> more tomorrow. > > > Thanks! I think that i have two problems - first - atomic host does > not have mdadm at all. > Seco

Re: [atomic-devel] failed to install bootloader on latest atomic host iso image

2016-08-18 Thread Vasiliy Tolstov
2016-08-18 10:34 GMT+03:00 Vasiliy Tolstov : > 2016-08-18 8:04 GMT+03:00 Dusty Mabe : >> I believe I am able to recreate this issue. Will try to investigate some >> more tomorrow. > > > Thanks! I think that i have two problems - first - atomic host does > not have mdadm at all. > Second - dracut n

Re: [atomic-devel] failed to install bootloader on latest atomic host iso image

2016-08-18 Thread Vasiliy Tolstov
2016-08-18 8:04 GMT+03:00 Dusty Mabe : > I believe I am able to recreate this issue. Will try to investigate some more > tomorrow. Thanks! I think that i have two problems - first - atomic host does not have mdadm at all. Second - dracut need to add mdadm inside initrd... If you fix this i can t

Re: [atomic-devel] failed to install bootloader on latest atomic host iso image

2016-08-17 Thread Dusty Mabe
I believe I am able to recreate this issue. Will try to investigate some more tomorrow. Dusty On 08/17/2016 06:13 PM, Vasiliy Tolstov wrote: > Another try: > sda have partition sda1 linux raid type > sdb have partition sdb1 linux raid type > > on raid1 create vg > on vg i have two lv - boot and

Re: [atomic-devel] failed to install bootloader on latest atomic host iso image

2016-08-17 Thread Vasiliy Tolstov
Another try: sda have partition sda1 linux raid type sdb have partition sdb1 linux raid type on raid1 create vg on vg i have two lv - boot and root in this case installer works, but fails on last step. after booting - initrd does not contains mdadm command =(. So as i see atomic host iso not sui

Re: [atomic-devel] failed to install bootloader on latest atomic host iso image

2016-08-17 Thread Vasiliy Tolstov
2016-08-17 18:21 GMT+03:00 Dusty Mabe : > What is the state of the system when you start? What exactly is anaconda > telling you? Are you using a kickstart file? Are you doing a UEFI boot or > a legacy boot? > > There are a lot of details that could affect this. Legacy boot. grub.cfg is empty (do

Re: [atomic-devel] failed to install bootloader on latest atomic host iso image

2016-08-17 Thread Dusty Mabe
On 08/17/2016 10:23 AM, Vasiliy Tolstov wrote: > I'm try to install atomic on baremetal server via atomic host iso > (from fedora) but installer says that it can't install bootloader. > My setup > raid1 from sda1 and sdb1 for /boot > raid1 from sda2 and sdb2 for / (lvm) > > As i see data present