[07:47] Hi, how can I see the debug messages for ubiquity in live system? [07:49] I tried to execute "sh -c ''ubiquity --debug gtk_ui'" in gnome-terminal but there is no debug message at all. [07:52] Oops, never mind. I found it at /var/log/installer/debug. [12:52] is there an easy way to add dkms modules to the ubuntu installer? [12:52] or do I have to buuld the modules myself and add them to the initrd? [15:14] actualyl I just realize therre is already a module in the kernel package but it's not included in the installer initrd [15:14] neither can I select it in the raid driver prompt [15:15] oh wait.. it's there for 3.13.0-24-generic, but the trusty-updates installer kernel is 3.13.0-54 [15:18] ah no, sorry wrong suite. it's in trusty-updates [15:21] ..but only for ppc *sigh* [15:23] which module? [15:23] cyphermox: pm80xx [15:25] typically all the drivers you need are included in the kernel; from there it may depend what media you use to install [15:25] cyphermox: are there multiple variants of the installer initrd? [15:26] http://archive.ubuntu.com/ubuntu/dists/trusty-updates/main/installer-amd64/current/images/netboot/ubuntu-installer/amd64/ <- I'm using this and it doesn't include the module [15:36] nah, that seems like the right one, unless you want to use the ubuntu-server iso. [15:36] I want to install ubuntu servers, yes ;) [15:37] sure, but there is either this link you pasted, which is the netboot installer, or you can use the big iso file that doesn't require network. [15:38] requiring network is fine, I just need it to load or include the raid controller module [15:38] when you run the netboot installer, you should be asked at some point to install extra installer components [15:38] from there I would expect pm80xx to be in scsi-modules or something [15:40] it just says no disk drive detected and pm80xx isn't included in the driver list [15:40] but as I said, looks like there is no kernel module for the current trusty-updates installer [15:54] yes, there are, but some aren't just installed automatically [15:54] if you go back to the menu, you should see that you can download extra installer components [15:55] from that list, there ought to be 'scsi-modules' which I think is the extra bits you need for pm80xx to work [15:58] OTOH, it may be that the module just isn't included at all [15:59] fish_: best would be to ask on #ubuntu-kernel for a kernel, or file a bug... it looks like it's maybe not in any of the -modules packages for d-i [15:59] otherwise, it may be worth trying to use the server cd image: [16:00] but the server cd image is, well, a cd image and I need a initrd to pxe boot [16:00] http://releases.ubuntu.com/trusty/ubuntu-14.04.4-server-amd64.iso [16:00] hrm [16:01] there probably wouldn't be a difference there then [16:01] I'll patch the initrd myself, that should work [16:01] just need to figure out where to get those drivers.. ;) [16:01] at least I found the one for the other raid controller we have [16:03] fish_: you can file a bug or ask on #ubuntu-kernel to get the driver you need added to the d-i initrds, if that helps [16:05] cyphermox: but the driver isn't even available in the regular kernel debs [16:09] ok [16:09] all the more reason to ask the kernel team about it :) [16:09] sorry, I don't touch the kernel itself [16:57] how do I install onto an odroid c2? (and no saying "download some random binary image..." :p [16:59] well.. the installer kernel is a binary image I guess.. but trusted source so it's ok. I guess. [18:36] CarlFK: sorry, the only answer is "download some random binary image". ARM devices are fun that way; they don't exactly run an installer in the straight sense of it [18:37] cyphermox: so where do those images come from? [18:37] like... how are they built ? [18:37] CarlFK: what you'll probably want to do for installing Ubuntu Touch is following the steps at https://wiki.ubuntu.com/Touch/Devices [18:38] we build images more or less the same way for everything, there is a root filesystem being built, which you install along with other things like the kernel and initrd [18:40] where the images are for supported devices, we build them on Launchpad, for community-driven ports, people build them however they want -- we don't really have control over what might happen there [18:47] cyphermox: somewhere is a script that builds the ubuntu-desktop cd image ... I am pretty sure I have seen it. Is there something similar for touch? [18:49] (and really I am trying to make a fairly minimal install for the odroid c2 - result will be a headless router [19:33] it all uses the same scripts and same build process; part of it is Launchpad, part of it is lp:ubuntu-cdimage, part of it is lp:debian-cd, and still some of it is livecd-rootfs, but I would suggest you follow the Porting guide from http://wiki.ubuntu.com/Touch/Porting [19:33] that will list just what you need to roll your own image for that device. [19:53] weird. that page loads bits at time, starting with "This page does not exist or has been moved. If you feel that this is an error, please file a bug." [19:53] and then like 5 seconds later.. that is replaced with content [19:55] but yeah, thats about what I was looking for - thanks