[Bug 1861251] Re: 'extended_part_no' referenced before assignment error during install

2020-02-07 Thread Server Team CI bot
This bug is fixed with commit 4d468eff to curtin on branch master. To view that commit see the following URL: https://git.launchpad.net/curtin/commit/?id=4d468eff ** Changed in: curtin Status: In Progress => Fix Committed -- You received this bug notification because you are a member of

[Bug 1861251] Re: 'extended_part_no' referenced before assignment error during install

2020-02-04 Thread Dmitriy Vinokurov
Vinorcola, sorry for late reply - you could just try to install Ubuntu with old hard drive switched off, I made so for recent installation on another server where faced same bug. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://

[Bug 1861251] Re: 'extended_part_no' referenced before assignment error during install

2020-02-02 Thread Vinorcola
Here is my probe-data.json file ** Attachment added: "probe-data.json" https://bugs.launchpad.net/curtin/+bug/1861251/+attachment/5324761/+files/probe-data.json -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpa

[Bug 1861251] Re: 'extended_part_no' referenced before assignment error during install

2020-02-02 Thread Vinorcola
Hello here, I'm affected by the same bug. I do have a hard drive configured with an extended partition (msdos partition table and DOS extended partition). I've created a bright new GPT partition on a new installed hard drive. And this error pops when I'm trying to install Ubuntu 18.04.3 on this

[Bug 1861251] Re: 'extended_part_no' referenced before assignment error during install

2020-01-31 Thread Dan Watkins
** Changed in: curtin Assignee: (unassigned) => Ryan Harper (raharper) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1861251 Title: 'extended_part_no' referenced before assignment error during

[Bug 1861251] Re: 'extended_part_no' referenced before assignment error during install

2020-01-31 Thread Ryan Harper
** Changed in: subiquity (Ubuntu) Status: New => Invalid -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1861251 Title: 'extended_part_no' referenced before assignment error during install To

[Bug 1861251] Re: 'extended_part_no' referenced before assignment error during install

2020-01-31 Thread Launchpad Bug Tracker
** Merge proposal linked: https://code.launchpad.net/~raharper/curtin/+git/curtin/+merge/378396 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1861251 Title: 'extended_part_no' referenced before a

[Bug 1861251] Re: 'extended_part_no' referenced before assignment error during install

2020-01-31 Thread Ryan Harper
** Changed in: curtin Status: Incomplete => In Progress -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1861251 Title: 'extended_part_no' referenced before assignment error during install To m

[Bug 1861251] Re: 'extended_part_no' referenced before assignment error during install

2020-01-31 Thread Ryan Harper
Excellent; that's what I needed. ID_PART_ENTRY_TYPE=0x5 Is the bug here; curtin matched 0xF as extended but not the other values. "05 (DOS extended partition), 0f (W95 extended partition), 85 (Linux extended partition), or c5 (DRDOS/secured extended partition)" -- You received this bug notifi

[Bug 1861251] Re: 'extended_part_no' referenced before assignment error during install

2020-01-30 Thread Dmitriy Vinokurov
Attached content of /var/log/installer/block ** Attachment added: "var_log_installer_block.tar.gz" https://bugs.launchpad.net/curtin/+bug/1861251/+attachment/5324366/+files/var_log_installer_block.tar.gz -- You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 1861251] Re: 'extended_part_no' referenced before assignment error during install

2020-01-30 Thread Ryan Harper
Hi, I've verified that curtin can detect and discover extended partitions and correctly sets the flag: extended value on such partitions. Could you also provide the contents from /var/log/installer/block/* In particular, looking for the probe_data json files. ** Changed in: curtin Status

[Bug 1861251] Re: 'extended_part_no' referenced before assignment error during install

2020-01-30 Thread Ryan Harper
** Changed in: curtin Importance: Undecided => Medium ** Changed in: curtin Status: Incomplete => Triaged -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1861251 Title: 'extended_part_no' r

[Bug 1861251] Re: 'extended_part_no' referenced before assignment error during install

2020-01-30 Thread Ryan Harper
Thanks for the logs. There are a few things to fix for curtin and probert; It appears that your disk has an existing MSDOS MBR on it and 3 partitions, sda1, sda2 and sda5. sda5 is marked as a logical partition, but sda2 was not marked as an extended partition (in which sda5 would be contained).

[Bug 1861251] Re: 'extended_part_no' referenced before assignment error during install

2020-01-29 Thread Dmitriy Vinokurov
Actually I've got around this problem by deleting sda5 which was small swap partition and successfully installed system (after tweaking system datetime cause without Internet access datetime on server was Jan 2018 and installer complained on invalid Ubuntu certificate and failed). But I was able t

[Bug 1861251] Re: 'extended_part_no' referenced before assignment error during install

2020-01-29 Thread Ryan Harper
Actually, I'm quite confused now as Subiquity only uses GPT partitioning, the storage config should not include any MSDOS related partitioning. Getting the curtin-install.conf should help reveal what's going on. -- You received this bug notification because you are a member of Ubuntu Bugs, which

[Bug 1861251] Re: 'extended_part_no' referenced before assignment error during install

2020-01-29 Thread Ryan Harper
Thanks for filing the bug. The path taken looks like the storage configuration sent to curtin was incomplete; Can you switch to tty2 and extract /var/log/installer/subiquity-curtin- install.conf somehow and attach to this bug? ** Also affects: subiquity (Ubuntu) Importance: Undecided