Hi,<div class="gmail_extra"><br><div class="gmail_quote">On Sun, Nov 18, 2012 at 10:36 AM, Zack Perry <span dir="ltr">&lt;<a href="mailto:zack.perry@sbcglobal.net" target="_blank">zack.perry@sbcglobal.net</a>&gt;</span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">Hi James and Andrew,<br>
<br>
[...]<br>
<div>&gt; Gentlemen, please give me a few days. I still have a couple<br>
&gt; of ideas to try out before we give up on Ubuntu 12.10 and later<br>
</div>&gt; completely. [...] Will report back to the list.<br>
[...]<br>
<br>
I got some progress in PXE booting Ubuntu 12.10 x86_64, but still having an issue with installing the desktop UI.<br>
<br>
Once that&#39;s resolved, IMHO cobbler 2.4.0&#39;s Ubuntu import support from DVD/CD support up to 12.10 can be considered quite good - without needing any Debian/Ubuntu specific additions (e.g. the cobbler-ubuntu-import bash script and other patches).<br>


<br>
The lubuntu-12.10-alternate-amd64.iso provides netboot {initrd.gz, linux} that work OOTB for PXE booting with the server preseed that I created for Ubuntu 12.04.1 x86_64.<br>
<br>
But so far, I haven&#39;t been able to get the default desktop to install.<br>
<br>
The following are relevant d-i lines in my preseed file:<br>
<br>
# Setup the installation source<br>
d-i mirror/country string manual<br>
d-i mirror/http/hostname string $http_server:$http_port<br>
d-i mirror/http/directory string $install_source_directory<br>
d-i mirror/http/proxy string<br>
# Components to use for loading installer components (optional).<br>
d-i mirror/udeb/components multiselect main, restricted<br>
[...]<br>
# You can choose to install restricted and universe software, or to install<br>
# software from the backports repository.<br>
d-i apt-setup/restricted boolean true<br>
d-i apt-setup/universe boolean true<br>
d-i apt-setup/backports boolean true<br>
[...]<br>
# Select which update services to use; define the mirrors to be used.<br>
# Values shown below are the normal defaults.<br>
d-i apt-setup/services-select multiselect security<br>
d-i apt-setup/security_host string <a href="http://security.ubuntu.com" target="_blank">security.ubuntu.com</a><br>
d-i apt-setup/security_path string /ubuntu<br>
<br>
The first time, I tried to PXE boot the test netbook, it came up with just a text login window like the result for server. No graphical UI. So, I added in the following lines to see if I could trigger such an action:<br>


<br>
d-i pkgsel/include string openssh-server \<br>
lubuntu-artwork \<br>
lubuntu-artwork-12-10 \<br>
lubuntu-default-settings \<br>
lubuntu-icon-theme \<br>
lubuntu-lxpanel-icons \<br>
lxmenu-data lxpanel \<br>
lxsession \<br>
lxsession-data<br>
d-i pkgsel/language-pack-patterns string<br>
<br>
I did so because Ubuntu 12.10 and its derivatives such as lubuntu no longer provide the ubunutu-desktop meta package that existed until 12.04.1&#39;s main/u/ubuntu-meta<br>
<br>
But now the debian-installer complains (Alt-F4):<br>
<br>
Nov 18 17:29:54 in-target: Package lubuntu-default-settings is not available, but is referred to by another package.<br>
Nov 18 17:29:54 in-target: This may mean that the package is missing, has been obsolted, or<br>
Nov 18 17:29:54 in-target: is only available from another source<br>
Nov 18 17:29:54 in-target:<br>
Nov 18 17:29:54 in-target: E<br>
Nov 18 17:29:54 in-target: unable to locate package lubuntu-artwork<br>
Nov 18 17:29:54 in-target: E: Unable to locate package lubuntu-artwork-12-10<br>
Nov 18 17:29:54 in-target: E: Package &#39;lubuntu-default-settings&#39; has no installation candidate<br>
Nov 18 17:29:54 in-target: E: Unable to locate package lubuntu-icon-theme<br>
Nov 18 17:29:54 in-target: E: Unable to locate package lubuntu-lxpanel-icons<br>
Nov 18 17:29:54 in-target: E: Unable to locate package lxmenu-data<br>
Nov 18 17:29:54 in-target: E: Unable to locate package lxpanel<br>
Nov 18 17:29:54 in-target: E: Unable to locate package lxsession<br>
Nov 18 17:29:54 in-target: E: Unable to locate package lxsession-data<br>
Nov 18 17:29:54 main-menu[417]: WARNING **: Configurating &#39;pkgsel&#39; failed with error code 100<br>
Nov 18 17:29:54 main-menu[417]: WARNING **: Menu item &#39;pkgsel&#39; failed.<br>
<br>
But, upon examing the loop mounted lubuntu-12.10-alternate-amd64.iso, all of them are available!<br>
<br>
[root@cobbler l]# pwd<br>
/mnt/pool/universe/l<br>
[root@cobbler l]# ls<br>
lame lubuntu-artwork lxinput lxsession<br>
ldm-ubuntu-themes lubuntu-default-settings lxkeymap lxshortcut<br>
leafpad lubuntu-meta lxlauncher lxtask<br>
lightdm-gtk-greeter lubuntu-software-center lxmenu-data lxterminal<br>
linux-wlan-ng lxappearance lxpanel<br>
loudmouth lxappearance-obconf lxrandr<br>
<br>
I think that I enabled the universe in my preseed. So, why the debian-installer was complaining? IMHO if we can figure out a way to trigger the installation of the lubuntu desktop, then we can close this chapter.<br></blockquote>
<div><br></div><div>You might want to check the dists folder and make sure that you have a &quot;universe&quot; folder in there so that it is able to get package listings.</div><div><br></div><div>I played with this a bit this weekend as well. I ended up getting a minimal mirror of the Ubuntu packages needed setup but it requires a bit of work to get going. </div>
<div><br></div><div>First I downloaded the quantal dists folders from a mirror. Then, I had to create a package list of the squashfs image on the installation disk as well as a list of packages that failed to install during a test installation. It isn&#39;t ideal but it is a possibility for getting 12.10 up with a subset of the repository (thought I&#39;ve only tested the server install so I can&#39;t really help you with the desktops issues here). If anyone is interested I can send out instructions on what I did.</div>
<div><br></div><div>Regards,</div><div><br></div><div>Andrew</div><div> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">


<br>
Regards,<br>
<br>
-- Zack<br>
</blockquote></div><br></div>