/srv/irclogs.ubuntu.com/2008/10/17/#ubuntu-installer.txt

=== TheMuso_ is now known as TheMuso
flupkehi, I'm looking for information on making my own linux/initrd.gz images for a netboot install03:52
flupkeso far I have been able to boot the kernel, but how do I make the initrd start the installation script ?03:53
cjwatsonflupke: I hope you aren't trying to do it with update-initramfs ...?09:05
cjwatsonflupke: the netboot install initrds are built using the debian-installer package; if you use that then you would have to go to some effort to make it not start the installer on boot09:06
flupkecjwatson: heh I was using update-initramfs... thanks I did'nt know about debian-installer13:50
xivulonsuperm1 can you have someone to test mythbuntu rev 513+ in http://wubi-installer.org/devel/minefield?13:56
abli_How can I pass a preseed file to ubiquity if I am running ubiquity from the command line after booting the live CD? Also: running "ubiquity -d noniteractive" from a gnome terminal on the live cd crashes with "partam exited with code 10" being the last message. The disk has a large empty space on it. Any ideas what might be causing that?14:23
cjwatsonabli_: pass the preseed file as input to 'sudo debconf-set-selections' first14:24
cjwatsonabli_: running hardy?14:24
cjwatsonabli_: sounds like bug 18200414:24
abli_ubuntu-8.04.1-desktop-amd64.iso in a kvm virtual machine. I'll check that bug14:25
abli_How is README.diskdefines file on the live cd used? what would happen if I would use the one from the i386 live cd on the amd64 live cd?14:47
cjwatsonI don't think it's used by very much14:50
cjwatsonI wouldn't worry about it14:50
abli_ok. thanks.14:51
CIA-14usb-creator: evand * r42 usb-creator/ (debian/changelog desktop/usb-creator.desktop): * Move from System Tools to Administration (LP: #285009).15:28
CIA-14usb-creator: evand * r43 usb-creator/debian/changelog: releasing version 0.1.915:41
CIA-14base-installer: cjwatson * r335 ubuntu/ (3 files in 3 dirs): Add support for virtual kernel flavour on amd64 (LP: #283368).17:25
superm1evand, are you planning at least one more ubiquity upload before gold image?17:26
cjwatsonthere definitely needs to be17:26
evandindeed17:27
superm1okay i've got at least one critical mythbuntu thing to sneak into it then17:27
CIA-14base-installer: cjwatson * r336 ubuntu/debian/changelog: releasing version 1.86ubuntu717:29
CIA-14ubiquity: superm1 * r2908 ubiquity/ (debian/changelog scripts/mythbuntu/mythbuntu_install.py): Add commit about broken cdrom entries to mythbuntu frontend17:46
cjwatsonI have some more stuff on its way but may take a few hours17:46
cjwatsonthe langpack stuff still isn't working quite right :(17:46
evandnoted17:46
evandI'm in grub-installer now, so I'm waiting on that as well.17:47
CIA-14ubiquity: superm1 * r2909 ubiquity/ (debian/changelog scripts/mythbuntu/apply-type): properly pre-setup database on mythbuntu frontend17:47
kirklandcjwatson: were you opposed to adding the _netdev bits to the partman fstab writer for iscsi?18:25
kirklandcjwatson: i'm trying to resolve the bits i saw in -meeting and your question in the bug18:25
cjwatsonI don't mind if it's necessary18:30
kirklandcjwatson: i think it might be required, in conjunction with another change19:05
kirklandcjwatson: Etienne is testing a package I prepared for him19:05
kirklandcjwatson: in any case, Soren is supposed to be back at work on Monday, and I'd like his review of any iscsi changes I'd propose, as it's modifying work he previously started19:05
james_wpersistence confirmed working on today's daily, thanks.19:28
evandhooray19:28
james_wI still get the errors on shutdown19:28
james_wend_request, I/O error, /dev/sdb, sector <some number>19:38
james_wrepeated a lot with different sectors19:38
james_wbetween hitting enter when prompted to remove the CD and the machine shutting down19:39
evandhrm19:40
evandDoes this also happen on the regular live CD?  I'm assuming sdb would be one of your regular disks.19:41
james_wColin suggested it might be a problem with the order in which things are unmounted, but I can't see that casper has anything to do with unmounting, is it just the normal mechanism?19:42
james_wI'm just booting again to find out what /dev/sdb is19:42
james_wit doesn't seem to happen without persistence, I'll check again in a minute19:42
james_w/dev/sdb is the USB stick I am using19:45
evandodd, I would figure that would end up as sda.19:46
james_wyeah, no messages without persistence19:51
james_wI'm off to make dinner. If there is anything you would like me to try I will be happy to19:56
evandok, I'll try to think through this one a bit more19:56
evandjames_w: how are you reproducing this?  That is, aside from removing quiet splash from the kernel command line, is there anything else you're doing?20:23
evand-no-shutdown in kvm appears to be broken, unless I'm missing something20:23
CIA-14usb-creator: evand * r44 usb-creator/ (debian/changelog scripts/install.py):20:44
CIA-14usb-creator: Always write cdrom-detect/try-usb=true, rather than just when20:44
CIA-14usb-creator: persistence is enabled.20:44
james_wnothing else. ISO->USB with USB creator, with persistence. Add "persistence" to kernel command line, removing "quiet splash" so I can see what is going on, then booting and shutting down.20:48
* james_w -> pub20:48
evandusing KVM or real hardware?20:48
james_wreal hardware. I'll try and find a second machine and USB to rule that out20:49
evandah, I'll try with real hardware in a bit as KVM is failing me.20:49
CIA-14usb-creator: evand * r45 usb-creator/ (debian/changelog scripts/install.py):21:28
CIA-14usb-creator: persist was always getting enabled as the flag for it was being passed as21:28
CIA-14usb-creator: a string rather than an integer.21:28
evandhrm, cdrom-detect/ask-usb fails to account for the situation where you have a CD in the drive as well.22:29
cjwatsonit's not clear what the user actually wants there :)22:31
cjwatsonwe'd have to detect BIOS boot order ...22:31
cjwatson(i.e. impossible)22:31
evandsurely we could either A) try to unmount /cdrom before running the block inside db_get cdrom-detect/try-usb22:32
evandor B) (and scary for this late in the cycle) rework the code to check for a proper Ubuntu CD device by device.22:33
evandI suspect my original description of the problem may have been confusing22:33
evandRight now I have an Ubuntu image on USB stick plugged in and a Windows drivers CD inserted into the computer.22:34
evandIt first mounts the CD, then goes into the try-usb block and mounts the usb disk over top of that.22:34
evandIf I stick a if [ "$mounted" = "1" ]; then break; fi before try-usb it goes with the Windows CD, which obviously fails.22:35
cjwatsonoh, hmm22:36
evandI suspect in this scenario, it should try to mount, then check to make sure we're dealing with an Ubuntu image, if not go to the next device, if there are no devices left, fail22:36
cjwatsonI see what you mean, that's badly wrong22:37
cjwatsonI'm not sure as to the right answer, though, buried in fixing language pack stuff right now22:38
cjwatsonfix it as you see fit :)22:38
evandindeed, I'll see what I can come up with22:38
cjwatsonthink I might have nailed langpacks now22:41
cjwatsonseveral problems: (1) wasn't deciding which language packs to use before generating the blacklist (2) was filtering out packages with prerms before doing ok-to-remove calculations (3) needed to try recursively removing broken packages because apt is a bit weird (4) was removing packages from the difference list too early so they stopped being considered as packages that were allowed to be removed (er, I think)22:44
evandahh22:48
evandwow, thanks22:48

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