/srv/irclogs.ubuntu.com/2014/04/29/#ubuntu-installer.txt

xnoxubiquity gets a list of potential boot-device installation targets from "grub-mkdevicemap --no-floppy -m -" but that does not know about nvme devices.15:16
xnoxand hence defaults to (hd0)15:16
cjwatsonshould be fixed in grub-mkdevicemap15:16
xnoxfurthermore "/dev/nmve0n1p1" is an option to install grub to, but that fails to pass correct arguments to efibootmgr e.g. it should pass "-d /dev/nvme0n1 -p 1" not "-d /dev/nmve0n1p1"15:17
xnoxefibootmanager wants the device + optional partition number (defaults to first one)15:18
xnoxinstead of like first partition of the partition -> which makes efibootmanager confused, arguably it's an efibootmanager bug.15:18
xnoxi'll open a new bug about grub-mkdevicemap.15:19
xnoxcjwatson: sent patch for above to BTS.16:50
cjwatsonthanks, looks sane enough, will queue up16:52
xnoxubuntu bug number is https://bugs.launchpad.net/debian/+source/grub2/+bug/127516216:53
ubot2Launchpad bug 1275162 in grub2 (Ubuntu) "incorrect efibootmgr command is set by update-grub under OVMF" [High,In progress]16:53
xnoxonce it's in utopic, i'll test it off produced images, and then will be asking you to SRU that into trusty as well.16:54
cjwatsonshould be fine, I have another bug queued up for SRU anyway, just running out of steam for today16:55
xnoxno rush =) those devices are not out on the market yet anyway.16:57
pmatulisis it possible to preseed using media instead of a HTTP repository?18:21
CarlFKpmatulis: yes.. sec...18:22
CarlFKpmatulis: http://debian-handbook.info/browse/stable/sect.automated-installation.html  12.3.2.1. Using a Preseed File18:26
pmatulisCarlFK: i'm not talking about the location of the preseed file but the location of the software itself18:29
pmatulisi believe you can mount an ISO and provide access via NFS.  is there any other way?18:30
pmatulismaybe section 12.3.3 of that doc is what i need18:36
CarlFKpmatulis: I am pretty sure you can preseed the existing install CD18:37
xnoxpmatulis: https://help.ubuntu.com/community/Installation/LocalNet#A_variation:_Booting_the_.22Live_CD.22_image18:37
xnoxpmatulis: that's essentially pxe-netbooting into ubiquity/live-cd which is hosted on an nfs server.18:38
pmatulisxnox: right ok, the NFS solution18:38
pmatulisxnox: i wonder if that still works.  looks outdated18:40
xnoxi know that it did work with 12.04.3 images18:41
pmatulisxnox: and it does not mentionn preseed, looks just like an alternative to using a local cd to install a desktop18:43
xnoxpmatulis: you specify the pressed file as you'd do for any other installation - via kernel cmdline argument to either file or url or pressed all options you want on kernel cmdline....18:46
xnoxpmatulis: what are you requirements you are trying  to achieve?18:47
pmatulisxnox: "unattended server installation using preseed and an ISO"18:50
xnoxpmatulis: and the ISO is physical cd / usb stick you plugin or do you pxe boot it?18:52
xnoxpmatulis: remaster iso to include your custom preseed and install however you like.18:52
pmatulisxnox: exactly, that is one option i knew about.  i thought there might be another18:53
xnoxpmatulis: pressed can be autofetch from disk/usb as well i believe. but that means plugging in two things.18:58
xnoxi thought one could also make a custom initrd, yet boot everything else stock, but that one is fuzzy and possibly was completely non-standard.18:58
pmatulisxnox: the preseed location is not a biggie.  it's everything else i'm concerned about.  basically i want to be independent of the internet as well as not having to maintain a local mirror19:00
pmatulisi thought i could use an official ISO but apparently not19:01
xnoxpmatulis: yes you can...19:01
xnoxpmatulis: use official iso, boot with pressed parameters pointing either to e.g. pressed file off usb stick or just specify the options you want on the command line...19:02
xnoxpmatulis: you can even blast the iso to the hard-drive, change pressed and boot that. Sure you'll be left with a used partition - which you can either pretend to be "recovery" or wipe&resize or make it swap post-install.19:06
xnoxthat's how we installed panda's and ac100s.19:07
pmatulisxnox: i've done my installs (kvm) using virt-install (pointing to the netboot files with --location) or with pxe (pointing to a local netboot kernel and initrd)19:10
pmatulisxnox: how do i point to a local iso (ideally using virt-install) and still be able to preseed19:11
xnoxvirt-install --cdrom path-to.iso --boot url=http://192.168.122.1/my-localhost.pressed ?19:14
xnoxplus other options for disk-size et.al.19:14
xnoxor just use cloud image -> it's trivially bootable into vm and customizable via cloud-init. i believe there is a wrapper to do exactly that in the archive.19:15
pmatulisxnox: now i'm getting some super annoying permissions problem when trying to read the ISO...20:19
pmatulisxnox: the --boot does not accept 'url='20:40
pmatulisERROR    Unknown options ['url']20:41
pmatulis--boot is for post-install kernel options, according to the man page20:41

Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!