Re: [atomic-devel] UEFI Fedora atomic partition layout and bootloader install error

2016-12-20 Thread Vasiliy Tolstov
2016-12-12 15:22 GMT+03:00 Vasiliy Tolstov :
> Hi! Sorry for noise, dou you have time to update this prs?

I left comment about 215 pr


-- 
Vasiliy Tolstov,
e-mail: v.tols...@selfip.ru



Re: [atomic-devel] UEFI Fedora atomic partition layout and bootloader install error

2016-12-12 Thread Vasiliy Tolstov
2016-12-10 1:40 GMT+03:00 Colin Walters :
>
> https://github.com/ostreedev/ostree/pull/215
> https://github.com/ostreedev/ostree/pull/268
>
> I may look at rebasing that patch set this weekend, it just hasn't been
> a major priority for Atomic Host, but it is definitely
> nicer for the embedded cases, which I want to do as well.


Hi! Sorry for noise, dou you have time to update this prs?

-- 
Vasiliy Tolstov,
e-mail: v.tols...@selfip.ru



Re: [atomic-devel] UEFI Fedora atomic partition layout and bootloader install error

2016-12-09 Thread Vasiliy Tolstov
2016-12-10 1:40 GMT+03:00 Colin Walters :
> There's a patch available for this now.
>

Thanks! When atomic iso have this update included? (i'm use packer to
build image and dd it to disk).

>> Thanks, also i have problem on uefi system with my layout:
>> /dev/mmcblk0p1 /boot/efi EFI System Partition 500Mb (vfat)
>> /dev/mmcblk0p2 pv with one lv root / 10Gb (ext4)
>
> This one however may be running into the no-/boot
> partition case:
>
> https://github.com/ostreedev/ostree/pull/215
> https://github.com/ostreedev/ostree/pull/268
>
> I may look at rebasing that patch set this weekend, it just hasn't been
> a major priority for Atomic Host, but it is definitely
> nicer for the embedded cases, which I want to do as well.

Thanks for help. As i know atomic workstation goes next, and i think
that home systems usually have uefi now. Also i'm test legacy and uefi
boot and uefi faster =)


-- 
Vasiliy Tolstov,
e-mail: v.tols...@selfip.ru



Re: [atomic-devel] UEFI Fedora atomic partition layout and bootloader install error

2016-12-09 Thread Colin Walters


On Thu, Dec 8, 2016, at 07:25 PM, Vasiliy Tolstov wrote:
> 2016-12-09 0:18 GMT+03:00 Josh Berkus :
> > Vasiliy,
> >
> > You can follow the UEFI bug here:
> >
> > https://pagure.io/atomic-wg/issue/185

There's a patch available for this now.

> Thanks, also i have problem on uefi system with my layout:
> /dev/mmcblk0p1 /boot/efi EFI System Partition 500Mb (vfat)
> /dev/mmcblk0p2 pv with one lv root / 10Gb (ext4)

This one however may be running into the no-/boot
partition case:

https://github.com/ostreedev/ostree/pull/215
https://github.com/ostreedev/ostree/pull/268

I may look at rebasing that patch set this weekend, it just hasn't been
a major priority for Atomic Host, but it is definitely
nicer for the embedded cases, which I want to do as well.



Re: [atomic-devel] UEFI Fedora atomic partition layout and bootloader install error

2016-12-08 Thread Vasiliy Tolstov
2016-12-09 0:18 GMT+03:00 Josh Berkus :
> Vasiliy,
>
> You can follow the UEFI bug here:
>
> https://pagure.io/atomic-wg/issue/185


Thanks, also i have problem on uefi system with my layout:
/dev/mmcblk0p1 /boot/efi EFI System Partition 500Mb (vfat)
/dev/mmcblk0p2 pv with one lv root / 10Gb (ext4)

when i'm run rpm-ostree upgrade it fails with message that file system readonly
when i'm check all fs on vg/root remounted with ro (/boot also)
So i need to remount it with rw to run upgrade again.
Also node that grub helper that updates grub.cfg via ostree admin
instool grub2-generate crushed with my setup...

-- 
Vasiliy Tolstov,
e-mail: v.tols...@selfip.ru



Re: [atomic-devel] UEFI Fedora atomic partition layout and bootloader install error

2016-12-08 Thread Josh Berkus
Vasiliy,

You can follow the UEFI bug here:

https://pagure.io/atomic-wg/issue/185


-- 
--
Josh Berkus
Project Atomic
Red Hat OSAS



Re: [atomic-devel] UEFI Fedora atomic partition layout and bootloader install error

2016-12-08 Thread Josh Berkus
On 12/08/2016 03:37 AM, Vasiliy Tolstov wrote:
> Im also add biosboot partition, but this not helps. My debug says, that
> in ostree grub2 does not have files for x86_64-efi, only 386-pc, so
> installation failed when bootloader comes.
> What do you think?
> 
> 8 Дек 2016 г. 10:33 пользователь "Vasiliy Tolstov"  > написал:
> 
> Last night, I'm try to install Fedora 25 atomic host on UEFI notebook.
> But all the time installation finished with error fail to install
> bootloader.
> As I see after this message /mnt/sysimage have no grub files in boot
> (grub install not put files) also no grub.cfg
> I'm try some partition layouts like:
> 1) part1 - fstype EFI, size 500 /boot/efi
>  part2 - lvmpv
>  lvmvol - /boot size 500 ext4
>  lvmvol - / all size ext4
> 2) part1 - fstype EFI, size 500 /boot
>  part2 - lvmpv
>  lvmvol - / all size ext4
> 
> Whats wrong? Thanks for any help.

Thanks for confirming this.  I was having the same issues, and hadn't
traced the cause.  We'll be working on fixing the image.


-- 
--
Josh Berkus
Project Atomic
Red Hat OSAS



Re: [atomic-devel] UEFI Fedora atomic partition layout and bootloader install error

2016-12-08 Thread Vasiliy Tolstov
Im also add biosboot partition, but this not helps. My debug says, that in
ostree grub2 does not have files for x86_64-efi, only 386-pc, so
installation failed when bootloader comes.
What do you think?

8 Дек 2016 г. 10:33 пользователь "Vasiliy Tolstov" 
написал:

> Last night, I'm try to install Fedora 25 atomic host on UEFI notebook.
> But all the time installation finished with error fail to install
> bootloader.
> As I see after this message /mnt/sysimage have no grub files in boot (grub
> install not put files) also no grub.cfg
> I'm try some partition layouts like:
> 1) part1 - fstype EFI, size 500 /boot/efi
>  part2 - lvmpv
>  lvmvol - /boot size 500 ext4
>  lvmvol - / all size ext4
> 2) part1 - fstype EFI, size 500 /boot
>  part2 - lvmpv
>  lvmvol - / all size ext4
>
> Whats wrong? Thanks for any help.
>


[atomic-devel] UEFI Fedora atomic partition layout and bootloader install error

2016-12-07 Thread Vasiliy Tolstov
Last night, I'm try to install Fedora 25 atomic host on UEFI notebook.
But all the time installation finished with error fail to install
bootloader.
As I see after this message /mnt/sysimage have no grub files in boot (grub
install not put files) also no grub.cfg
I'm try some partition layouts like:
1) part1 - fstype EFI, size 500 /boot/efi
 part2 - lvmpv
 lvmvol - /boot size 500 ext4
 lvmvol - / all size ext4
2) part1 - fstype EFI, size 500 /boot
 part2 - lvmpv
 lvmvol - / all size ext4

Whats wrong? Thanks for any help.