All of lore.kernel.org
 help / color / mirror / Atom feed
* DISK_SIGNATURE no longer functional
@ 2017-05-20 17:16 Davis, Michael
  2017-06-06  0:16 ` Jonathan Liu
  0 siblings, 1 reply; 7+ messages in thread
From: Davis, Michael @ 2017-05-20 17:16 UTC (permalink / raw)
  To: openembedded-core

[-- Attachment #1: Type: text/plain, Size: 474 bytes --]

I am trying to create a generic MSDOS PC_BIOS hdddirect image with a root partition set by the DISK_SIGNATURE.
SYSLINUX_ROOT = "root=PARTUUID=${DISK_SIGNATURE}-02"

However the signature generated in syslinux.cfg and the one on the disk don't match.
I tried defining my own signature and the one in syslinux changes, but the one on the disk doesn't match.

root=PARTUUID=22aaf83b-02

NAME   PARTUUID
sdd
├─sdd2 341e84a7-02
├─sdd3 341e84a7-03
└─sdd1 341e84a7-01

[-- Attachment #2: Type: text/html, Size: 2492 bytes --]

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: DISK_SIGNATURE no longer functional
  2017-05-20 17:16 DISK_SIGNATURE no longer functional Davis, Michael
@ 2017-06-06  0:16 ` Jonathan Liu
  2017-06-06 13:29   ` Davis, Michael
  0 siblings, 1 reply; 7+ messages in thread
From: Jonathan Liu @ 2017-06-06  0:16 UTC (permalink / raw)
  To: Davis, Michael; +Cc: openembedded-core

Hi Michael,

On 21 May 2017 at 03:16, Davis, Michael <michael.davis@essvote.com> wrote:
> I am trying to create a generic MSDOS PC_BIOS hdddirect image with a root
> partition set by the DISK_SIGNATURE.
>
> SYSLINUX_ROOT = "root=PARTUUID=${DISK_SIGNATURE}-02"
>
>
>
> However the signature generated in syslinux.cfg and the one on the disk
> don’t match.
>
> I tried defining my own signature and the one in syslinux changes, but the
> one on the disk doesn’t match.
>
>
>
> root=PARTUUID=22aaf83b-02
>
>
>
> NAME   PARTUUID
>
> sdd
>
> ├─sdd2 341e84a7-02
>
> ├─sdd3 341e84a7-03
>
> └─sdd1 341e84a7-01

Which release did DISK_SIGNATURE stop working?

Regards,
Jonathan


^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: DISK_SIGNATURE no longer functional
  2017-06-06  0:16 ` Jonathan Liu
@ 2017-06-06 13:29   ` Davis, Michael
  2017-06-06 22:00     ` Jonathan Liu
  0 siblings, 1 reply; 7+ messages in thread
From: Davis, Michael @ 2017-06-06 13:29 UTC (permalink / raw)
  To: Jonathan Liu; +Cc: openembedded-core

Pyro.

Guessing something with all the new wic additions killed it.


-----Original Message-----
From: Jonathan Liu [mailto:net147@gmail.com] 
Sent: Monday, June 05, 2017 7:17 PM
To: Davis, Michael
Cc: openembedded-core@lists.openembedded.org
Subject: Re: [OE-core] [oe-core] DISK_SIGNATURE no longer functional

Hi Michael,

On 21 May 2017 at 03:16, Davis, Michael <michael.davis@essvote.com> wrote:
> I am trying to create a generic MSDOS PC_BIOS hdddirect image with a root
> partition set by the DISK_SIGNATURE.
>
> SYSLINUX_ROOT = "root=PARTUUID=${DISK_SIGNATURE}-02"
>
>
>
> However the signature generated in syslinux.cfg and the one on the disk
> don’t match.
>
> I tried defining my own signature and the one in syslinux changes, but the
> one on the disk doesn’t match.
>
>
>
> root=PARTUUID=22aaf83b-02
>
>
>
> NAME   PARTUUID
>
> sdd
>
> ├─sdd2 341e84a7-02
>
> ├─sdd3 341e84a7-03
>
> └─sdd1 341e84a7-01

Which release did DISK_SIGNATURE stop working?

Regards,
Jonathan

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: DISK_SIGNATURE no longer functional
  2017-06-06 13:29   ` Davis, Michael
@ 2017-06-06 22:00     ` Jonathan Liu
  2017-06-07 16:12       ` Davis, Michael
  0 siblings, 1 reply; 7+ messages in thread
From: Jonathan Liu @ 2017-06-06 22:00 UTC (permalink / raw)
  To: Davis, Michael; +Cc: openembedded-core

[-- Attachment #1: Type: text/plain, Size: 1372 bytes --]

Hi Michael,

See https://patchwork.openembedded.org/patch/128565/. SYSLINUX_ROOT was
renamed to ROOT_VM in Krogoth.

Regards,
Jonathan

On Tue., 6 Jun. 2017 at 11:29 pm, Davis, Michael <michael.davis@essvote.com>
wrote:

> Pyro.
>
> Guessing something with all the new wic additions killed it.
>
>
> -----Original Message-----
> From: Jonathan Liu [mailto:net147@gmail.com]
> Sent: Monday, June 05, 2017 7:17 PM
> To: Davis, Michael
> Cc: openembedded-core@lists.openembedded.org
> Subject: Re: [OE-core] [oe-core] DISK_SIGNATURE no longer functional
>
> Hi Michael,
>
> On 21 May 2017 at 03:16, Davis, Michael <michael.davis@essvote.com> wrote:
> > I am trying to create a generic MSDOS PC_BIOS hdddirect image with a root
> > partition set by the DISK_SIGNATURE.
> >
> > SYSLINUX_ROOT = "root=PARTUUID=${DISK_SIGNATURE}-02"
> >
> >
> >
> > However the signature generated in syslinux.cfg and the one on the disk
> > don’t match.
> >
> > I tried defining my own signature and the one in syslinux changes, but
> the
> > one on the disk doesn’t match.
> >
> >
> >
> > root=PARTUUID=22aaf83b-02
> >
> >
> >
> > NAME   PARTUUID
> >
> > sdd
> >
> > ├─sdd2 341e84a7-02
> >
> > ├─sdd3 341e84a7-03
> >
> > └─sdd1 341e84a7-01
>
> Which release did DISK_SIGNATURE stop working?
>
> Regards,
> Jonathan
>

[-- Attachment #2: Type: text/html, Size: 2115 bytes --]

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: DISK_SIGNATURE no longer functional
  2017-06-06 22:00     ` Jonathan Liu
@ 2017-06-07 16:12       ` Davis, Michael
  2017-06-08 11:08         ` Jonathan Liu
  0 siblings, 1 reply; 7+ messages in thread
From: Davis, Michael @ 2017-06-07 16:12 UTC (permalink / raw)
  To: Jonathan Liu; +Cc: openembedded-core

[-- Attachment #1: Type: text/plain, Size: 1802 bytes --]

I tried using  ROOT_VM = "root=PARTUUID=${DISK_SIGNATURE}-02"
The resulting PARTUUID in syslinux append line still doesn’t match the one on the actual disk.


From: Jonathan Liu [mailto:net147@gmail.com]
Sent: Tuesday, June 06, 2017 5:01 PM
To: Davis, Michael
Cc: openembedded-core@lists.openembedded.org
Subject: Re: [OE-core] [oe-core] DISK_SIGNATURE no longer functional

Hi Michael,

See https://patchwork.openembedded.org/patch/128565/. SYSLINUX_ROOT was renamed to ROOT_VM in Krogoth.

Regards,
Jonathan

On Tue., 6 Jun. 2017 at 11:29 pm, Davis, Michael <michael.davis@essvote.com<mailto:michael.davis@essvote.com>> wrote:
Pyro.

Guessing something with all the new wic additions killed it.


-----Original Message-----
From: Jonathan Liu [mailto:net147@gmail.com<mailto:net147@gmail.com>]
Sent: Monday, June 05, 2017 7:17 PM
To: Davis, Michael
Cc: openembedded-core@lists.openembedded.org<mailto:openembedded-core@lists.openembedded.org>
Subject: Re: [OE-core] [oe-core] DISK_SIGNATURE no longer functional

Hi Michael,

On 21 May 2017 at 03:16, Davis, Michael <michael.davis@essvote.com<mailto:michael.davis@essvote.com>> wrote:
> I am trying to create a generic MSDOS PC_BIOS hdddirect image with a root
> partition set by the DISK_SIGNATURE.
>
> SYSLINUX_ROOT = "root=PARTUUID=${DISK_SIGNATURE}-02"
>
>
>
> However the signature generated in syslinux.cfg and the one on the disk
> don’t match.
>
> I tried defining my own signature and the one in syslinux changes, but the
> one on the disk doesn’t match.
>
>
>
> root=PARTUUID=22aaf83b-02
>
>
>
> NAME   PARTUUID
>
> sdd
>
> ├─sdd2 341e84a7-02
>
> ├─sdd3 341e84a7-03
>
> └─sdd1 341e84a7-01

Which release did DISK_SIGNATURE stop working?

Regards,
Jonathan

[-- Attachment #2: Type: text/html, Size: 5544 bytes --]

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: DISK_SIGNATURE no longer functional
  2017-06-07 16:12       ` Davis, Michael
@ 2017-06-08 11:08         ` Jonathan Liu
  2017-06-08 14:37           ` Davis, Michael
  0 siblings, 1 reply; 7+ messages in thread
From: Jonathan Liu @ 2017-06-08 11:08 UTC (permalink / raw)
  To: Davis, Michael; +Cc: openembedded-core

Hi Michael,

I have sent a patch to the mailing list and CC-ed you.
Let me know if it fixes the issue.

Regards,
Jonathan

On 8 June 2017 at 02:12, Davis, Michael <michael.davis@essvote.com> wrote:
> I tried using  ROOT_VM = "root=PARTUUID=${DISK_SIGNATURE}-02"
>
> The resulting PARTUUID in syslinux append line still doesn’t match the one
> on the actual disk.
>
>
>
>
>
> From: Jonathan Liu [mailto:net147@gmail.com]
> Sent: Tuesday, June 06, 2017 5:01 PM
>
>
> To: Davis, Michael
> Cc: openembedded-core@lists.openembedded.org
> Subject: Re: [OE-core] [oe-core] DISK_SIGNATURE no longer functional
>
>
>
> Hi Michael,
>
>
>
> See https://patchwork.openembedded.org/patch/128565/. SYSLINUX_ROOT was
> renamed to ROOT_VM in Krogoth.
>
>
>
> Regards,
>
> Jonathan
>
>
>
> On Tue., 6 Jun. 2017 at 11:29 pm, Davis, Michael <michael.davis@essvote.com>
> wrote:
>
> Pyro.
>
> Guessing something with all the new wic additions killed it.
>
>
> -----Original Message-----
> From: Jonathan Liu [mailto:net147@gmail.com]
> Sent: Monday, June 05, 2017 7:17 PM
> To: Davis, Michael
> Cc: openembedded-core@lists.openembedded.org
> Subject: Re: [OE-core] [oe-core] DISK_SIGNATURE no longer functional
>
> Hi Michael,
>
> On 21 May 2017 at 03:16, Davis, Michael <michael.davis@essvote.com> wrote:
>> I am trying to create a generic MSDOS PC_BIOS hdddirect image with a root
>> partition set by the DISK_SIGNATURE.
>>
>> SYSLINUX_ROOT = "root=PARTUUID=${DISK_SIGNATURE}-02"
>>
>>
>>
>> However the signature generated in syslinux.cfg and the one on the disk
>> don’t match.
>>
>> I tried defining my own signature and the one in syslinux changes, but the
>> one on the disk doesn’t match.
>>
>>
>>
>> root=PARTUUID=22aaf83b-02
>>
>>
>>
>> NAME   PARTUUID
>>
>> sdd
>>
>> ├─sdd2 341e84a7-02
>>
>> ├─sdd3 341e84a7-03
>>
>> └─sdd1 341e84a7-01
>
> Which release did DISK_SIGNATURE stop working?
>
> Regards,
> Jonathan


^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: DISK_SIGNATURE no longer functional
  2017-06-08 11:08         ` Jonathan Liu
@ 2017-06-08 14:37           ` Davis, Michael
  0 siblings, 0 replies; 7+ messages in thread
From: Davis, Michael @ 2017-06-08 14:37 UTC (permalink / raw)
  To: Jonathan Liu; +Cc: openembedded-core

Jonathan,

Yep that fixed it.

Thanks,
Mike


-----Original Message-----
From: Jonathan Liu [mailto:net147@gmail.com] 
Sent: Thursday, June 08, 2017 6:08 AM
To: Davis, Michael
Cc: openembedded-core@lists.openembedded.org
Subject: Re: [OE-core] [oe-core] DISK_SIGNATURE no longer functional

Hi Michael,

I have sent a patch to the mailing list and CC-ed you.
Let me know if it fixes the issue.

Regards,
Jonathan

On 8 June 2017 at 02:12, Davis, Michael <michael.davis@essvote.com> wrote:
> I tried using  ROOT_VM = "root=PARTUUID=${DISK_SIGNATURE}-02"
>
> The resulting PARTUUID in syslinux append line still doesn’t match the one
> on the actual disk.
>
>
>
>
>
> From: Jonathan Liu [mailto:net147@gmail.com]
> Sent: Tuesday, June 06, 2017 5:01 PM
>
>
> To: Davis, Michael
> Cc: openembedded-core@lists.openembedded.org
> Subject: Re: [OE-core] [oe-core] DISK_SIGNATURE no longer functional
>
>
>
> Hi Michael,
>
>
>
> See https://patchwork.openembedded.org/patch/128565/. SYSLINUX_ROOT was
> renamed to ROOT_VM in Krogoth.
>
>
>
> Regards,
>
> Jonathan
>
>
>
> On Tue., 6 Jun. 2017 at 11:29 pm, Davis, Michael <michael.davis@essvote.com>
> wrote:
>
> Pyro.
>
> Guessing something with all the new wic additions killed it.
>
>
> -----Original Message-----
> From: Jonathan Liu [mailto:net147@gmail.com]
> Sent: Monday, June 05, 2017 7:17 PM
> To: Davis, Michael
> Cc: openembedded-core@lists.openembedded.org
> Subject: Re: [OE-core] [oe-core] DISK_SIGNATURE no longer functional
>
> Hi Michael,
>
> On 21 May 2017 at 03:16, Davis, Michael <michael.davis@essvote.com> wrote:
>> I am trying to create a generic MSDOS PC_BIOS hdddirect image with a root
>> partition set by the DISK_SIGNATURE.
>>
>> SYSLINUX_ROOT = "root=PARTUUID=${DISK_SIGNATURE}-02"
>>
>>
>>
>> However the signature generated in syslinux.cfg and the one on the disk
>> don’t match.
>>
>> I tried defining my own signature and the one in syslinux changes, but the
>> one on the disk doesn’t match.
>>
>>
>>
>> root=PARTUUID=22aaf83b-02
>>
>>
>>
>> NAME   PARTUUID
>>
>> sdd
>>
>> ├─sdd2 341e84a7-02
>>
>> ├─sdd3 341e84a7-03
>>
>> └─sdd1 341e84a7-01
>
> Which release did DISK_SIGNATURE stop working?
>
> Regards,
> Jonathan

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2017-06-08 14:37 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-05-20 17:16 DISK_SIGNATURE no longer functional Davis, Michael
2017-06-06  0:16 ` Jonathan Liu
2017-06-06 13:29   ` Davis, Michael
2017-06-06 22:00     ` Jonathan Liu
2017-06-07 16:12       ` Davis, Michael
2017-06-08 11:08         ` Jonathan Liu
2017-06-08 14:37           ` Davis, Michael

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.