=== mpt [n=mpt@121-72-137-28.dsl.telstraclear.net] has joined #ubuntu-installer === victory747 [n=chatzill@adsl-76-209-230-163.dsl.emhril.sbcglobal.net] has left #ubuntu-installer [] === Boxxertrumps [n=IceChat7@d57-242-226.home.cgocable.net] has joined #ubuntu-installer [01:22] i have ubuntu finally! [01:24] but for some reason it goes to cmd line with batch commands... [01:26] any ideas? [01:33] that means it failed to install the desktop environment for some reason; get /var/log/installer/syslog to me in a bug report (https://launchpad.net/ubuntu/+source/debian-installer/+filebug) and I may be able to help === cjwatson -> bed [01:33] (or on second thoughts, maybe paste.ubuntu-nl.org it or something ...) [01:34] no var/log in ubuntu? [01:34] sure is [01:34] starts with a / though [01:34] nothing there [01:34] onesec, ill get screenshot... [01:35] you have about two minutes until my wife drags me away :) [01:38] http://boxxer.mooo.com/ubuntu.jpg [01:38] um, you used the Windows-based installer or something? [01:38] i tired toi look at the .img files with bbnote, if your wondering about the icons [01:38] yes, i used the windows based one [01:39] I'm sorry, I have no involvement with that and can't support it [01:39] I'm not sure whom to contact, but perhaps they provide an e-mail address [01:39] as far as I know the developers don't hang out here [01:39] oh... mkay [01:39] .img files are probably disk images and you'd need to mount them somehow to get at log files [01:39] thanks, ill look for another channel [01:40] best of luck [01:40] FWIW, the official installers we support are on the CD images on releases.ubuntu.com [01:40] those ones I can help with, although not now - aforementioned being dragged off :) [01:41] seeya === Boxxertrumps [n=IceChat7@d57-242-226.home.cgocable.net] has left #ubuntu-installer [] === mpt [n=mpt@121-72-137-28.dsl.telstraclear.net] has joined #ubuntu-installer === cr3 [n=marc@pdpc/supporter/bronze/cr3] has joined #ubuntu-installer === cr3 [n=marc@bas1-montreal42-1242408567.dsl.bell.ca] has joined #ubuntu-installer === mpt [n=mpt@121-72-137-28.dsl.telstraclear.net] has joined #ubuntu-installer === mpt [n=mpt@121-72-137-28.dsl.telstraclear.net] has joined #ubuntu-installer [08:57] migration-assistant: evand * r35 migration-assistant/ (6 files in 2 dirs): Mostly finished OE account import, LP bugfixes === chrisj [n=tortoise@82.152.250.88] has joined #ubuntu-installer === stgraber [n=stgraber@client80-83-51-125.abo.net2000.ch] has joined #ubuntu-installer === cr3 [n=marc@pdpc/supporter/bronze/cr3] has joined #ubuntu-installer [03:25] what does the following line mean for the partman-auto/expert_recipe string: 40 50 100 ext3 [03:53] minimum size 40 MB, maximum size 100 MB, priority 50 MB (that's used to determine relative sizes to allocate if more space is available), use ext3 [03:53] see doc/devel/partman-auto-recipe.txt in the debian-installer source package for a complete specification === secureboot_ [n=lstclair@coriakin.cse.psu.edu] has joined #ubuntu-installer [03:57] looks like i have to change the kernel image on the ubuntu install cd (server or alternate) [03:58] http://dsplabs.utt.ro/~juve/blog/index.cgi/01147559232 is what i've found [03:58] except i dont' see linux-kernel-di-i386-2.6 anywhere [03:58] is there some equivalent or replacement? [04:04] our kernel package does that directly [04:05] if you start with our kernel package and use the regular Debian-style build system then you'll get both debs and udebs out the other end (eventually) [04:11] http://ubuntuforums.org/showthread.php?t=22999 [04:11] that's the best i've found - thanks cjwatson [04:11] is it possible to use a totally custom kernel, with no ubuntu patches? like 2.6.20? [04:12] i do seem to see a kernel-source that is installable for my custom kernels [04:13] my biggest problem is that i dont' see any instructions for how to go from the .debs/.udebs to having a CD that boots, other than netinstall [04:42] secureboot_: er, maybe, but for obvious reasons I've never tested it :) [04:42] cjwatson: obvious reasons? [04:42] why would I spend time on non-Ubuntu kernels? [04:43] cjwatson: ah - i figured someone might have needed to build a newer kernel at some point [04:43] they get to try it themselves :-) [04:43] https://help.ubuntu.com/community/InstallCDCustomization may help [04:43] you can set up debian-cd but that's Hard Work [04:45] cjwatson: ah - that's how to take the .deb and .udebs and make a CD, rather than building the monolithic image? [04:53] yeah [04:53] cjwatson: or can you just copy the udebs and debs over to an extracted cd directory, copy them in, do the regeneration of packages/release/md5sum and boot? [04:54] that's roughly what InstallCDCustomization describes, only in more detail [04:54] "that's how to take the .deb and .udebs and make a CD"> that's debian-cd [05:00] basically, I'm wondering if i can take the .debs and .udebs from building a kernel, and apply the InstallCDCustomization stuff, which i'm very familiar with at this point, to including those .debs and .udebs somehow [05:16] can i just mount/modify the initrd, cp a new vmlinuz in, and boot from that? [05:16] how does one mount the initrd? [05:16] http://ioctl.org/unix/debian/x4100 doesn't work - it needs a type [05:18] ext2 doesn't work, cramfs doesn't work... [05:42] it's a gzipped cpio archive [05:42] a.k.a. initramfs [05:43] zcat /path/to/initrd.gz | cpio -id in an empty directory to extract it, find . | cpio --quiet -o -H newc | gzip -9c > /path/to/initrd.gz in a modified copy of that to recreate it === cjwatson has to go === chrisj [n=tortoise@82.152.250.88] has joined #ubuntu-installer [09:17] migration-assistant: evand * r36 migration-assistant/ (debian/changelog firefox-import.c): Whoops! Inverted a test by accident. [09:18] migration-assistant: evand * r37 migration-assistant/debian/changelog: Releasing 0.4 [09:19] cjwatson: Can you upload that if you get a chance? === evand questions whether that should've been 0.3.2 [09:55] I'm trying to preseed an expert_recipe but the installation process always stalls on Guided or Manual install