[08:54] stgraber: cjwatson: was there something funny about ch keyboard layout names changing defaults? (e.g. has the meaning of ch changed from german to french or some such) [09:01] Hi I'm trying to install ubuntu 13.10 in my laptop but I canĀ“t. Is there any one to help me? [09:08] xnox: bug 869825 is the closest thing that comes to mind [09:08] Launchpad bug 869825 in console-setup (Ubuntu Raring) "French (Switzerland) is no longer a layout choice in the installer" [Medium,Fix released] https://launchpad.net/bugs/869825 [09:08] cjwatson: thanks. [16:05] xnox, what do i file server install bugs against? [16:06] debian-installer [16:06] cjwatson, thanks [16:06] (the package in Ubuntu) [16:22] cjwatson, xnox bug #1308141 [16:22] Launchpad bug 1308141 in debian-installer (Ubuntu) "server install trying to mount ext4 partition as vfat on /boot/efi" [Undecided,New] https://launchpad.net/bugs/1308141 === superm1_ is now known as superm1 [18:43] Okay, shall I test today's Lubuntu daily installer iso? Last time I tested it (yesterday?) it had a segfault when reading a FAT32 partition table in parted. [18:45] That bug should be fixed now [18:48] cjwatson: do you know if http://cdimage.ubuntu.com/lubuntu/daily-live/20140414/trusty-desktop-amd64.iso has your fix? [18:48] yes [18:48] That timestamp suggests that it might have been built.. okay. [18:48] Thanks. [18:48] er, and yes :) [18:48] yes I know and yes it does. [18:49] Will test. [19:36] hi good people... very quick question.. which script checks for the presence of PAE flag in the alternate (server) installer ISO system. I need to disable it as I have a non-pae kernel :) last time I asked, I am thinking it was mistaken for ubiquity, where as I'm using the https://launchpad.net/ubuntu/+source/debian-installer I've pulled in and expanded https://launchpad.net/ubuntu/+archive/primary/+files/debian-installer_20101020ubuntu317.tar [19:38] phillw: d-i pulls a lot of other udebs at runtime. [19:38] phillw: e.g. partman-* and so on and so for. [19:38] I could have sworn I answered this the other day? [19:38] 17:41 kernel/i386.sh in the base-installer source package [19:38] 17:42 I suggest you make your change by way of the test suite ("make test") [19:38] 17:43 You'll probably want to change arch_check_usable_kernel for the case where the computed kernel flavour name is "486" [19:38] ah, thanks. [19:39] And no, I didn't misunderstand you as asking about ubiquity. [19:41] cjwatson: there is no such file as kernel/i386.sh [19:41] There is such a file in the base-installer source package. [19:42] In the initrd, it's /usr/lib/base-installer/kernel.sh [19:42] Sorry, not in the initrd, in the installation environment, I mean [19:42] cjwatson: but not in https://launchpad.net/ubuntu/+archive/primary/+files/debian-installer_20101020ubuntu317.tar.gz ? [19:42] As xnox says, debian-installer downloads much of itself at run-time. [19:43] So no, it isn't expected to be there. [19:43] http://d-i.alioth.debian.org/doc/internals/ for how d-i is laid out. [19:44] so.. basically no way to overide the pae check, as it seems to be instigated long before any internet connection is made? [19:45] That's quite untrue. [19:45] On both counts. [19:46] base-installer runs well after the network comes up. [19:46] And you can either override it directly, or you can use the base-installer/kernel/override-image preseed key (which is basically a big hammer, "use this one damnit"). [19:46] override it directly> that is, by changing the code [19:47] cjwatson: is that in the code from https://launchpad.net/ubuntu/+archive/primary/+files/debian-installer_20101020ubuntu317.tar.gz or do I need a different source? [19:48] It is not in that tarball. [19:49] cjwatson: and, yeah... "just use this one, damnit" sounds about right for a non-pae kernel being put into a lubuntu ISO that checks for pae flag :) [19:49] It is in the base-installer source package, as I've said several times [19:49] cjwatson: would you have a link? [19:49] apt-get source base-installer [19:49] Or lp:~ubuntu-core-dev/base-installer/ubuntu [19:52] cjwatson: https://code.launchpad.net/~ubuntu-core-dev/base-installer/ubuntu here? [19:52] Yes [19:55] cjwatson: is there a .tar.gz available that I can pull into the build machine? [19:57] It just is a bit less scary if I keep everything at ~HOME/src as advised in various tutorials :) [19:58] "apt-get source base-installer" in a trusty environment will give you it [19:58] Or "bzr branch lp:~ubuntu-core-dev/base-installer/ubuntu base-installer" [19:59] whch is best to keep it in the src area? I'm okay with the tar.gz stuff, but not pulled in a bzr branch before [20:00] can I issue that from the ~HOME/src directory? [20:00] Either [20:00] They'll both fetch into the current directory [20:01] But perhaps you could ask somewhere else for packaging basics, or read developer.ubuntu.com or whatever, kinda busy with release [20:04] cjwatson: I know, so are others.... but... alll i want to do is to stop the installer insisting on PAE flag :D ... as you say, we will have more time after 14.04 is out... I'm also testing the lubuntu alternate builds :) [20:04] for a netboot, i understand there is a nic-modules downloadable. where can i look at it? i'm trying to troubleshoot why a netboot install fails to detect a network card but a standalone install does [20:05] I'll leave you in peace. Thankyou for your time [20:05] it keeps me busy as installs happen :P [20:06] So you could just try booting with base-installer/kernel/override-image=linux-generic on the kernel command line for the installer [20:06] Assuming that's a metapackage that points to your kernel, otherwise substitute as needed [20:06] nic-modules is spat out by the kernel build process [20:13] cjwatson: i may see the driver in the kernel source (nic-modules file) but how to check if it's present during a netboot? [20:14] cjwatson: The build provides the .debs, using make deb-pkg I do think we should re-visit this after release :) [20:37] cjwatson: re your first point, you're saying to have a certain kernel *installed* in the target system at the preseed stage. but if there is no network card how do i get that far?