[11:33] How can I let a preseed/early_command run in the background? My command is currently http://paste.ubuntu.com/18779153/ and the 'sh /kill-partman.sh &' doesn't go to the background, eventhough I can run the exact command in the console during the installation and it works. Any ideas? [15:14] hi, I have someone that can't sucessfully install Xenial due to a scsi transfer length issue. In order to troubleshoot I want him to test the same Xenial install using another kernel version to see if this will succeed. How can I skip the ISO default kernel and force debian installer to pick the desired kernel ? I've been told that "base-installer/kernel/override-image string " might do the job, but no quite sure where t [15:14] he kernel needs to be store for d-i to grab it and install it.... [15:49] I sent an email to the mailing list ^^ [16:29] cyphermox: I've been trying to write a fix for the ubuntu installer for systems with nvme drives. Currently (in 16.04) ubiquity fails to install grub. [16:31] Actually found a small 1 line change that correctly installs grub where the nvme drive is the only disk in the system... [16:35] but for some reason in bios mode when there is a non-nvme disk too, ubiquity/misc.py grub_default() targets /dev/sda1 instead of /dev/nvme0n1 even though we're installing to the nvme drive (default). The installer then fails to install grub to the sda drive. [16:37] Is there a reason for why ubiquity naively picks the sda drive? [16:56] must be something broken in ubiquity itself; I expect grub is otherwise doing the right thing (we've done a few fixes for NVMe before) [16:56] please file a bug against ubiquity [17:19] cyphermox: https://bugs.launchpad.net/ubuntu/+source/ubiquity/+bug/1600308 [17:19] dmj_s76: thanks. I'll get back to it soon; but for now I need to focus on other pressing stuff for today; and then I'm on vacation for two weeks [17:20] so I'd get back to it after vacation, I think [17:20] who else maintains ubiquity in case I have questions? [17:21] hoping to have a patch ready early next week [18:20] dmj_s76: pretty much only me, more or less [18:20] dmj_s76: send me an email and I'll see what I can do [18:20] or file a bzr merge proposal, and if someone feels like reviewing ubiquity they can merge it while I'm away :) [18:22] cyphermox: I'll have a merge proposal for the single drive case...I think it's really two different issues in the same area. [18:23] will have that today [18:23] ok [18:23] I won't have the time to look at it today I'm afraid [18:24] that's fine, I'm just hoping to have it in time for 16.04.1, to make the next several months easier for our customers. [18:25] ok [18:25] it's getting pretty short for 16.04.1; but please propose your patches and we'll do what's needed to land it if possible [18:26] it's 1 line that only applies to nvme disks [18:26] but definitely getting short [19:15] cyphermox: I have a merge proposal ready. [19:16] It should make installs painless for at least half of our users with nvme drives.