[Bug 1818209] Re: installing on NVMe fails no disk with serial
Michael Hudson-Doyle
mwhudsonlp at fastmail.fm
Wed Mar 6 01:12:08 UTC 2019
Ah well I see the rules (as in rules.d/60-persistent-storage.rules) for
nvme really are different, so yes, probably need to look into this a
bit.
--
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to subiquity in Ubuntu.
https://bugs.launchpad.net/bugs/1818209
Title:
installing on NVMe fails no disk with serial
Status in curtin:
Incomplete
Status in subiquity package in Ubuntu:
New
Bug description:
While installing Ubuntu Server 18.04.2: curtin seems to compose the serial (id) for my NVMe storage incorrectly.
Right after I give the installer the go-ahead to perform the installation (with nothing but default values) the command: ['curtin', 'block-meta', 'simple'] fails. The tracedump says:
ValueError: no disk with serial 'THNSN5512GPU7_NVMe_TOSHIBA_512GB_________76KS12H7T5ZV' found.
Under '/dev/disk/by-id' there indeed is no "nvme-THNSN5512GPU7_NVMe_TOSHIBA_512GB_________76KS12H7T5ZV" but rather "nvme-THNSN5512GPU7_NVMe_TOSHIBA_512GB__76KS12H7T5ZV" (missing 7 of the underscores)
Workaround:
Rebooting back to the installer, and before doing anything else, switch to a different terminal and manually create a symlink with the name curtis expects to find: cd /dev/disk/by_id ; ln -s ../../nvme0n1 nvme-THNSN5512GPU7_NVMe_TOSHIBA_512GB_________76KS12H7T5ZV
After that the installation goes fine.
To manage notifications about this bug go to:
https://bugs.launchpad.net/curtin/+bug/1818209/+subscriptions
More information about the foundations-bugs
mailing list