which is again booting with discovery image instead of ubuntu software
i need some one suggestion on this issue. it is really great help if anyone can guide me on it
The screenshot I provided might not apply to your system - sorry, my fault!
Still, you can see the rendered version of your template by going to the “Review” section when editing the template and choosing the Ubuntu host you try to deploy in the “Filter Host” combo box.
An issue which might occur is that your Preseed default template wants to run the finish template in the end but your OS doesn’t have any finish template assigned.
Therefore, do the same procedure you’ve done for the Preseed default template but with the Preseed default finish template (which should be shipped with your Foreman already). Similar as mentioned here before:
Afterwards, when you edit your OS and set the templates, there should be an option to set the “Finish template” where you can choose Preseed default finish then.
You can verify these steps by resolving the templates while creating a new host - in order to do so, click on Resolve in the Operating System tab when creating or editing a host (taken from your screenshot):

It should at least show the following two templates:
- Provisioning template:
Preseed default - Finish template:
Preseed default finish
If none of this works, please have a look at your log file /var/log/foreman/production.log during the deployment and look for some error message regarding the Ubuntu host you try to deploy.
Regarding you comments:
We’re on it, as you might see. Btw, this thread becomes more readable to us if you put your responses in a single answer - thanks!
I hope this helps ![]()
I am kindly requesting to get suggestion for ubuntu installation on the server .
Please find the screenshots which you suggested and i need some one suggestion on this issue. it is really great help if anyone can guide me on it
You need to provide the information bastian-src requested: the rendered template and the template resolution and also check the content of production.log for errors during the reboot.
Once we associated template then we initiated installation
But still, we are getting same issue.here it not loading kernel
we can see directly on client host below screen
# Locale
d-i debian-installer/locale string en_US
# country and keyboard settings are automatic. Keep them ...
# ... for wheezy and newer:
d-i keyboard-configuration/xkb-keymap seen true
# Network configuration
d-i netcfg/choose_interface select auto
d-i netcfg/get_hostname string hylsubhvm.micron.com
d-i netcfg/get_domain string micron.com
d-i netcfg/wireless_wep string
d-i hw-detect/load_firmware boolean true
# Mirror settings
d-i mirror/country string manual
d-i mirror/http/hostname string ptks.micron.com:80
d-i mirror/http/directory string /linux/centos/ubuntu/
d-i mirror/http/proxy string
d-i mirror/codename string focal
d-i mirror/suite string focal
d-i mirror/udeb/suite string focal
# Time settings
d-i clock-setup/utc boolean true
d-i time/zone string UTC
# NTP
d-i clock-setup/ntp boolean true
d-i clock-setup/ntp-server string 0.debian.pool.ntp.org
# Set alignment for automatic partitioning
# Choices: cylinder, minimal, optimal
#d-i partman/alignment select cylinder
# Use the first detected hard disk
d-i partman/early_command string \
INSTALL_DISK="$(list-devices disk | head -n1)"; \
debconf-set partman-auto/disk "$INSTALL_DISK"; \
debconf-set grub-installer/bootdev "$INSTALL_DISK"
### Partitioning
# The presently available methods are: "regular", "lvm" and "crypto"
d-i partman-auto/method string regular
# If one of the disks that are going to be automatically partitioned
# contains an old LVM configuration, the user will normally receive a
# warning. This can be preseeded away...
d-i partman-lvm/device_remove_lvm boolean true
# The same applies to pre-existing software RAID array:
d-i partman-md/device_remove_md boolean true
# And the same goes for the confirmation to write the lvm partitions.
d-i partman-lvm/confirm boolean true
d-i partman-lvm/confirm_nooverwrite boolean true
# You can choose one of the three predefined partitioning recipes:
# - atomic: all files in one partition
# - home: separate /home partition
# - multi: separate /home, /var, and /tmp partitions (/usr was removed in jessie)
d-i partman-auto/choose_recipe select atomic
# If you just want to change the default filesystem to something
# else, you can do that without providing a full recipe.
# This makes partman automatically partition without confirmation, provided
# that you told it what to do using one of the methods above.
d-i partman/confirm_write_new_label boolean true
d-i partman/choose_partition select finish
d-i partman/confirm boolean true
d-i partman/confirm_nooverwrite boolean true
# User settings
d-i passwd/root-password-crypted password $5$hheLVssinXLg5UT7$2y/FdW/hgmlfQOqp/cXoAoxYh6vieyQFDz6OzbSA503
user-setup-udeb passwd/root-login boolean true
d-i passwd/make-user boolean false
user-setup-udeb passwd/make-user boolean false
# Install minimal task set (see tasksel --task-packages minimal)
tasksel tasksel/first multiselect minimal, ssh-server, openssh-server
# Install some base packages
d-i pkgsel/include string lsb-release wget python3
d-i pkgsel/update-policy select unattended-upgrades
d-i pkgsel/upgrade select none
popularity-contest popularity-contest/participate boolean false
# Boot loader settings
#grub-pc grub-pc/hidden_timeout boolean false
#grub-pc grub-pc/timeout string 10
d-i grub-installer/only_debian boolean true
d-i grub-installer/with_other_os boolean true
d-i finish-install/reboot_in_progress note
d-i preseed/late_command string wget -Y off http://hylformanproxy.micron.com:8000/unattended/finish?token=a14cf1eb-3442-4ebc-b642-5f3d35c0b3ce -O /target/tmp/finish.sh && in-target chmod +x /tmp/finish.sh && in-target /tmp/finish.sh
user_exists=false
getent passwd root >/dev/null 2>&1 && user_exists=true
if $user_exists; then
mkdir -p ~root/.ssh
cat << EOF >> ~root/.ssh/authorized_keys
ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC8iRY0QIwm6Lk33F+kbZDJKeSyMJmJFkl3RDowvPAV5BqIk3hqlfaxDiQlRrBvsOYk/LyuKDee0ST+oF6P41ymfDnfulLi5XSzFcFehU7yI+r4josjjS5iaWDN9aho3Hr0QJHeWdfQJiSL63m4R/vC6vrTRoacX+9NWW5zF9RXYpHKVLpiiWXH6Yu6E16I6mZCwfTQ1Wq3l/lHnQNOXsBjHAlx330GQXtxhFKIWEWhMACMfpURe3gXbHNQxU3WKrnCsPjhh79NMHnW72/ac3Q9yJS4+vCyeZPO62kt7f4eW8qEuQ/603vlVGsUS4ANMfB34OF7GO8hPl5het1lQ2iT foreman-proxy@hylformanproxy.micron.com
EOF
chmod 0700 ~root/.ssh
chmod 0600 ~root/.ssh/authorized_keys
chown -R root: ~root/.ssh
Restore SELinux context with restorecon, if it’s available:
command -v restorecon && restorecon -RvF ~root/.ssh || true
else
echo ‘The remote_execution_ssh_user does not exist and remote_execution_create_user is not set to true. remote_execution_ssh_keys snippet will not install keys’
fi
real=ip -o link | awk '/00:50:56:81:ce:46/ {print $2;}' | sed s/://
cat << EOF > /etc/network/interfaces
#loopback
auto lo
iface lo inet loopback
#ens192
auto $real
allow-hotplug $real
iface $real inet dhcp
EOF
if [ -x /usr/bin/curl ]; then
/usr/bin/curl -o /dev/null --noproxy * -H ‘Content-Type: text/plain’ --silent ‘http://hylformanproxy.micron.com:8000/unattended/built?token=a14cf1eb-3442-4ebc-b642-5f3d35c0b3ce’
elif [ -x /usr/bin/wget ]; then
/usr/bin/wget -q -O /dev/null --no-proxy --method POST --header ‘Content-Type: text/plain’ ‘http://hylformanproxy.micron.com:8000/unattended/built?token=a14cf1eb-3442-4ebc-b642-5f3d35c0b3ce’
else
wget -q -O /dev/null --header ‘Content-Type: text/plain’ ‘http://hylformanproxy.micron.com:8000/unattended/built?token=a14cf1eb-3442-4ebc-b642-5f3d35c0b3ce’
fi
user_exists=false
getent passwd root >/dev/null 2>&1 && user_exists=true
if $user_exists; then
mkdir -p ~root/.ssh
cat << EOF >> ~root/.ssh/authorized_keys
ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC8iRY0QIwm6Lk33F+kbZDJKeSyMJmJFkl3RDowvPAV5BqIk3hqlfaxDiQlRrBvsOYk/LyuKDee0ST+oF6P41ymfDnfulLi5XSzFcFehU7yI+r4josjjS5iaWDN9aho3Hr0QJHeWdfQJiSL63m4R/vC6vrTRoacX+9NWW5zF9RXYpHKVLpiiWXH6Yu6E16I6mZCwfTQ1Wq3l/lHnQNOXsBjHAlx330GQXtxhFKIWEWhMACMfpURe3gXbHNQxU3WKrnCsPjhh79NMHnW72/ac3Q9yJS4+vCyeZPO62kt7f4eW8qEuQ/603vlVGsUS4ANMfB34OF7GO8hPl5het1lQ2iT foreman-proxy@hylformanproxy.micron.com
EOF
chmod 0700 ~root/.ssh
chmod 0600 ~root/.ssh/authorized_keys
chown -R root: ~root/.ssh
# Restore SELinux context with restorecon, if it's available:
command -v restorecon && restorecon -RvF ~root/.ssh || true
else
echo 'The remote_execution_ssh_user does not exist and remote_execution_create_user is not set to true. remote_execution_ssh_keys snippet will not install keys'
fi
real=`ip -o link | awk '/00:50:56:81:ce:46/ {print $2;}' | sed s/://`
cat << EOF > /etc/network/interfaces
#loopback
auto lo
iface lo inet loopback
#ens192
auto $real
allow-hotplug $real
iface $real inet dhcp
EOF
if [ -x /usr/bin/curl ]; then
/usr/bin/curl -o /dev/null --noproxy \* -H 'Content-Type: text/plain' --silent 'http://hylformanproxy.micron.com:8000/unattended/built?token=a14cf1eb-3442-4ebc-b642-5f3d35c0b3ce'
elif [ -x /usr/bin/wget ]; then
/usr/bin/wget -q -O /dev/null --no-proxy --method POST --header 'Content-Type: text/plain' 'http://hylformanproxy.micron.com:8000/unattended/built?token=a14cf1eb-3442-4ebc-b642-5f3d35c0b3ce'
else
wget -q -O /dev/null --header 'Content-Type: text/plain' 'http://hylformanproxy.micron.com:8000/unattended/built?token=a14cf1eb-3442-4ebc-b642-5f3d35c0b3ce'
fi
I can see below templates when i am searching with ubuntu.
Please let us know if required to assiate any other templates apart from [Preseed default] [Preseed default finish]
i am waiting reply from bastian-src Please suggest on it to sortout this issue.
it is really ubuntu installation is painful to sort-out this issue. kindly requesting you please involve someone who can help on it
Can you upload your log files, please? - BUT: anonymize any crucial information like IPs, please.
They are located at /var/log/foreman/production.log and /var/log/foreman-proxy/proxy.log.
Since those log files might be huge, please provide only the relevant section. So, the moment when you deploy your Ubuntu host.
The associated templates seem fine to me (association-wise, not necessarily content-wise):
From what I can see, your Preseed default template looks good. Can you also provide the rendered Preseed default finish and PXELinux global default ? And annotate them please, such that I can actually differentiate the templates.
And again, please make a single response, not five.
In case you need help with formatting your answer, have a look here.
[root@boldforeman foreman]# pwd
/var/log/foreman
[root@boldforeman foreman]# cat /var/log/foreman/production.log
2023-06-13T23:08:42 [I|app|d27dff2d] Started GET "/notification_recipients" for 10.68.25.98 at 2023-06-13 23:08:42 -0600
2023-06-13T23:08:42 [I|app|d27dff2d] Processing by NotificationRecipientsController#index as JSON
2023-06-13T23:08:42 [I|app|d27dff2d] Completed 200 OK in 14ms (Views: 0.1ms | ActiveRecord: 3.9ms | Allocations: 4684)
2023-06-13T23:10:40 [I|app|53e9451e] Started GET "/notification_recipients" for 10.68.25.98 at 2023-06-13 23:10:40 -0600
2023-06-13T23:10:40 [I|app|53e9451e] Processing by NotificationRecipientsController#index as JSON
2023-06-13T23:10:40 [I|app|53e9451e] Completed 200 OK in 8ms (Views: 0.1ms | ActiveRecord: 1.7ms | Allocations: 1888)
2023-06-13T23:10:43 [I|app|65bb058d] Started GET "/discovered_hosts" for 10.68.25.98 at 2023-06-13 23:10:43 -0600
2023-06-13T23:10:43 [I|app|65bb058d] Processing by DiscoveredHostsController#index as HTML
2023-06-13T23:10:43 [I|app|65bb058d] Rendering /opt/theforeman/tfm/root/usr/share/gems/gems/foreman_discovery-21.0.5/app/views/discovered_hosts/index.html.erb within layouts/application
2023-06-13T23:10:43 [I|app|65bb058d] Rendered /opt/theforeman/tfm/root/usr/share/gems/gems/foreman_discovery-21.0.5/app/views/discovered_hosts/_discovered_host.html.erb (Duration: 5.2ms | Allocations: 6614)
2023-06-13T23:10:43 [I|app|65bb058d] Rendered /opt/theforeman/tfm/root/usr/share/gems/gems/foreman_discovery-21.0.5/app/views/discovered_hosts/_discovered_host_modal.html.erb (Duration: 31.7ms | Allocations: 8698)
2023-06-13T23:10:43 [I|app|65bb058d] Rendered common/_pagination.html.erb (Duration: 5.9ms | Allocations: 5730)
2023-06-13T23:10:43 [I|app|65bb058d] Rendered /opt/theforeman/tfm/root/usr/share/gems/gems/foreman_discovery-21.0.5/app/views/discovered_hosts/_discovered_hosts_list.html.erb (Duration: 51.9ms | Allocations: 29985)
2023-06-13T23:10:43 [I|app|65bb058d] Rendered /opt/theforeman/tfm/root/usr/share/gems/gems/foreman_discovery-21.0.5/app/views/discovered_hosts/index.html.erb within layouts/application (Duration: 58.8ms | Allocations: 36401)
2023-06-13T23:10:43 [I|app|65bb058d] Rendered layouts/_application_content.html.erb (Duration: 4.1ms | Allocations: 6075)
2023-06-13T23:10:43 [I|app|65bb058d] Rendering layouts/base.html.erb
2023-06-13T23:10:43 [I|app|65bb058d] Rendered layouts/base.html.erb (Duration: 18.7ms | Allocations: 24199)
2023-06-13T23:10:43 [I|app|65bb058d] Completed 200 OK in 111ms (Views: 84.9ms | ActiveRecord: 8.8ms | Allocations: 80478)
2023-06-13T23:10:45 [I|app|1a7fecde] Started GET "/notification_recipients" for 10.68.25.98 at 2023-06-13 23:10:45 -0600
2023-06-13T23:10:45 [I|app|1a7fecde] Processing by NotificationRecipientsController#index as JSON
2023-06-13T23:10:45 [I|app|1a7fecde] Completed 200 OK in 6ms (Views: 0.1ms | ActiveRecord: 1.0ms | Allocations: 1813)
2023-06-13T23:10:55 [I|app|02aa1281] Started GET "/notification_recipients" for 10.68.25.98 at 2023-06-13 23:10:55 -0600
2023-06-13T23:10:55 [I|app|02aa1281] Processing by NotificationRecipientsController#index as JSON
2023-06-13T23:10:55 [I|app|02aa1281] Completed 200 OK in 6ms (Views: 0.1ms | ActiveRecord: 1.1ms | Allocations: 1797)
2023-06-13T23:10:57 [I|app|dddfc1b2] Started GET "/discovered_hosts/mac00505681ce46/edit?utf8=%E2%9C%93&host%5Bhostgroup_id%5D=10&host%5Borganization_id%5D=1&host%5Blocation_id%5D=8" for 10.68.25.98 at 2023-06-13 23:10:57 -0600
2023-06-13T23:10:57 [I|app|dddfc1b2] Processing by DiscoveredHostsController#edit as HTML
2023-06-13T23:10:57 [I|app|dddfc1b2] Parameters: {"utf8"=>"✓", "host"=>{"hostgroup_id"=>"10", "organization_id"=>"1", "location_id"=>"8"}, "id"=>"mac00505681ce46"}
2023-06-13T23:10:57 [I|app|dddfc1b2] Rendering /opt/theforeman/tfm/root/usr/share/gems/gems/foreman_discovery-21.0.5/app/views/discovered_hosts/edit.html.erb within layouts/application
2023-06-13T23:10:57 [I|app|dddfc1b2] Rendered hosts/_progress.html.erb (Duration: 2.8ms | Allocations: 5742)
2023-06-13T23:10:57 [I|app|dddfc1b2] Rendered /opt/theforeman/tfm/root/usr/share/gems/gems/katello-4.5.1/app/views/overrides/activation_keys/_host_environment_select.html.erb (Duration: 15.4ms | Allocations: 10759)
2023-06-13T23:10:57 [I|app|dddfc1b2] Rendered nic/_base_form.html.erb (Duration: 31.5ms | Allocations: 23748)
2023-06-13T23:10:57 [I|app|dddfc1b2] Rendered nic/_virtual_form.html.erb (Duration: 4.7ms | Allocations: 6555)
2023-06-13T23:10:57 [I|app|dddfc1b2] Rendered nic/_provider_specific_form.html.erb (Duration: 3.2ms | Allocations: 5669)
2023-06-13T23:10:57 [I|app|dddfc1b2] Rendered nic/manageds/_managed.html.erb (Duration: 46.4ms | Allocations: 48072)
2023-06-13T23:10:57 [I|app|dddfc1b2] Rendered nic/_base_form.html.erb (Duration: 31.6ms | Allocations: 24211)
2023-06-13T23:10:57 [I|app|dddfc1b2] Rendered nic/_virtual_form.html.erb (Duration: 4.1ms | Allocations: 6552)
2023-06-13T23:10:57 [I|app|dddfc1b2] Rendered nic/_provider_specific_form.html.erb (Duration: 2.9ms | Allocations: 5666)
2023-06-13T23:10:57 [I|app|dddfc1b2] Rendered nic/manageds/_managed.html.erb (Duration: 45.4ms | Allocations: 48515)
2023-06-13T23:10:57 [I|app|dddfc1b2] Rendered hosts/_interfaces.html.erb (Duration: 98.0ms | Allocations: 102914)
2023-06-13T23:10:57 [I|app|dddfc1b2] Rendered common/os_selection/_architecture.html.erb (Duration: 6.4ms | Allocations: 7184)
2023-06-13T23:10:57 [I|app|dddfc1b2] Rendered /opt/theforeman/tfm/root/usr/share/gems/gems/foreman_bootdisk-19.0.7/app/views/hosts/provision_method/bootdisk/_form.html.erb (Duration: 3.1ms | Allocations: 5734)
2023-06-13T23:10:57 [I|app|dddfc1b2] Rendered common/os_selection/_pxe_loader.html.erb (Duration: 5.1ms | Allocations: 6414)
2023-06-13T23:10:57 [I|app|dddfc1b2] Rendered common/os_selection/_operatingsystem.html.erb (Duration: 44.7ms | Allocations: 29819)
2023-06-13T23:10:57 [I|app|dddfc1b2] Rendered hosts/provision_method/build/_form.html.erb (Duration: 48.6ms | Allocations: 36173)
2023-06-13T23:10:57 [I|app|dddfc1b2] Rendered hosts/provision_method/image/_form.html.erb (Duration: 3.3ms | Allocations: 5676)
2023-06-13T23:10:57 [I|app|dddfc1b2] Rendered hosts/_operating_system.html.erb (Duration: 68.2ms | Allocations: 62816)
2023-06-13T23:10:57 [I|app|dddfc1b2] Rendered hosts/_unattended.html.erb (Duration: 70.8ms | Allocations: 68561)
2023-06-13T23:10:57 [I|app|dddfc1b2] Rendered common_parameters/_inherited_parameters.html.erb (Duration: 6.0ms | Allocations: 8094)
2023-06-13T23:10:57 [I|app|dddfc1b2] Rendered common_parameters/_parameter.html.erb (Duration: 4.4ms | Allocations: 6831)
2023-06-13T23:10:57 [I|app|dddfc1b2] Rendered common_parameters/_parameters.html.erb (Duration: 8.6ms | Allocations: 13291)
2023-06-13T23:10:57 [I|app|dddfc1b2] Rendered hosts/_form.html.erb (Duration: 256.2ms | Allocations: 240010)
2023-06-13T23:10:57 [I|app|dddfc1b2] Rendered /opt/theforeman/tfm/root/usr/share/gems/gems/foreman_discovery-21.0.5/app/views/discovered_hosts/edit.html.erb within layouts/application (Duration: 260.8ms | Allocations: 245780)
2023-06-13T23:10:57 [W|app|dddfc1b2] unable to detect breadcrumb title name in for discovered_hosts, defaulting to name
2023-06-13T23:10:57 [I|app|dddfc1b2] Rendered layouts/_application_content.html.erb (Duration: 3.9ms | Allocations: 6147)
2023-06-13T23:10:57 [I|app|dddfc1b2] Rendering layouts/base.html.erb
2023-06-13T23:10:57 [I|app|dddfc1b2] Rendered layouts/base.html.erb (Duration: 17.4ms | Allocations: 24192)
2023-06-13T23:10:57 [I|app|dddfc1b2] Completed 200 OK in 335ms (Views: 266.5ms | ActiveRecord: 28.2ms | Allocations: 302413)
2023-06-13T23:10:58 [I|app|46e718c1] Started GET "/notification_recipients" for 10.68.25.98 at 2023-06-13 23:10:58 -0600
2023-06-13T23:10:58 [I|app|46e718c1] Processing by NotificationRecipientsController#index as JSON
2023-06-13T23:10:58 [I|app|46e718c1] Completed 200 OK in 7ms (Views: 0.2ms | ActiveRecord: 1.0ms | Allocations: 1819)
2023-06-13T23:10:59 [I|app|c58c6013] Started GET "/ansible/ui_ansible_roles?page=1&per_page=10&search=&resource_id=165&resource_name=Host" for 10.68.25.98 at 2023-06-13 23:10:59 -0600
2023-06-13T23:10:59 [I|app|c58c6013] Processing by UiAnsibleRolesController#index as JSON
2023-06-13T23:10:59 [I|app|c58c6013] Parameters: {"page"=>"1", "per_page"=>"10", "search"=>"", "resource_id"=>"165", "resource_name"=>"Host"}
2023-06-13T23:10:59 [I|app|c58c6013] Rendering /opt/theforeman/tfm/root/usr/share/gems/gems/foreman_ansible-7.1.4/app/views/ui_ansible_roles/index.json.rabl within api/v2/layouts/index_layout
2023-06-13T23:10:59 [I|app|c58c6013] Rendered /opt/theforeman/tfm/root/usr/share/gems/gems/foreman_ansible-7.1.4/app/views/ui_ansible_roles/index.json.rabl within api/v2/layouts/index_layout (Duration: 5.7ms | Allocations: 5895)
2023-06-13T23:10:59 [I|app|c58c6013] Completed 200 OK in 20ms (Views: 10.0ms | ActiveRecord: 1.9ms | Allocations: 13907)
2023-06-13T23:11:08 [I|app|3bf969a4] Started GET "/notification_recipients" for 10.68.25.98 at 2023-06-13 23:11:08 -0600
2023-06-13T23:11:08 [I|app|3bf969a4] Processing by NotificationRecipientsController#index as JSON
2023-06-13T23:11:08 [I|app|3bf969a4] Completed 200 OK in 9ms (Views: 0.1ms | ActiveRecord: 1.6ms | Allocations: 1803)
2023-06-13T23:11:17 [I|app|4af3fb0a] Started GET "/katello/api/v2/content_views/?environment_id=1&full_result=true" for 10.68.25.98 at 2023-06-13 23:11:17 -0600
2023-06-13T23:11:17 [I|app|4af3fb0a] Processing by Katello::Api::V2::ContentViewsController#index as */*
2023-06-13T23:11:17 [I|app|4af3fb0a] Parameters: {"environment_id"=>"1", "full_result"=>"true", "api_version"=>"v2"}
2023-06-13T23:11:17 [I|app|4af3fb0a] Rendering /opt/theforeman/tfm/root/usr/share/gems/gems/katello-4.5.1/app/views/katello/api/v2/content_views/index.json.rabl within katello/api/v2/layouts/collection
2023-06-13T23:11:17 [I|app|4af3fb0a] Rendered /opt/theforeman/tfm/root/usr/share/gems/gems/katello-4.5.1/app/views/katello/api/v2/content_views/index.json.rabl within katello/api/v2/layouts/collection (Duration: 27.6ms | Allocations: 12138)
2023-06-13T23:11:17 [I|app|4af3fb0a] Completed 200 OK in 41ms (Views: 25.2ms | ActiveRecord: 8.1ms | Allocations: 18493)
2023-06-13T23:11:17 [I|app|3127c8b7] Started POST "/os_selected_discovered_hosts" for 10.68.25.98 at 2023-06-13 23:11:17 -0600
2023-06-13T23:11:17 [I|app|3127c8b7] Processing by HostsController#os_selected as */*
2023-06-13T23:11:17 [I|app|3127c8b7] Parameters: {"discovered_host"=>{"operatingsystem_id"=>"24", "organization_id"=>"1", "location_id"=>"8", "lifecycle_environment_id"=>"1", "content_view_id"=>"1", "environment_id"=>"1", "content_source_id"=>"3", "architecture_id"=>"1"}}
2023-06-13T23:11:17 [I|app|3127c8b7] Rendered common/os_selection/_pxe_loader.html.erb (Duration: 5.7ms | Allocations: 6431)
2023-06-13T23:11:17 [I|app|3127c8b7] Rendered common/os_selection/_operatingsystem.html.erb (Duration: 63.4ms | Allocations: 35915)
2023-06-13T23:11:17 [I|app|3127c8b7] Completed 200 OK in 83ms (Views: 57.8ms | ActiveRecord: 9.2ms | Allocations: 43471)
2023-06-13T23:11:18 [I|app|75692d80] Started POST "/hosts/current_parameters" for 10.68.25.98 at 2023-06-13 23:11:18 -0600
2023-06-13T23:11:18 [I|app|75692d80] Processing by HostsController#current_parameters as */*
2023-06-13T23:11:18 [I|app|75692d80] Parameters: {"utf8"=>"✓", "authenticity_token"=>"mlNdPjGClNSImGObDxHKRz2F1P7BkhSYrgrLWX75a8aarEsYy9FSgd7Na5yydARcxparRquqMMwVnZRapF1hTw==", "host"=>{"name"=>"hylsubhvm", "organization_id"=>"1", "location_id"=>"8", "hostgroup_id"=>"10", "content_facet_attributes"=>{"lifecycle_environment_id"=>"1", "content_view_id"=>"1", "content_source_id"=>"3"}, "managed"=>"true", "progress_report_id"=>"[FILTERED]", "type"=>"Host::Managed", "interfaces_attributes"=>{"0"=>{"_destroy"=>"0", "mac"=>"00:50:56:81:ce:46", "identifier"=>"ens192", "name"=>"hylsubhvm", "domain_id"=>"1", "subnet_id"=>"2", "ip"=>"10.70.87.222", "ip6"=>"", "managed"=>"1", "primary"=>"1", "provision"=>"1", "execution"=>"0", "tag"=>"", "attached_to"=>"", "id"=>"175"}}, "architecture_id"=>"1", "operatingsystem_id"=>"24", "build"=>"1", "medium_id"=>"", "ptable_id"=>"", "pxe_loader"=>"PXELinux BIOS", "disk"=>"", "is_owned_by"=>"", "enabled"=>"1", "model_id"=>"1", "comment"=>"", "overwrite"=>"false"}, "media_selector"=>"install_media", "fakepassword"=>"[FILTERED]", "host_id"=>"165"}
2023-06-13T23:11:18 [I|app|75692d80] Rendered common_parameters/_inherited_parameters.html.erb (Duration: 7.9ms | Allocations: 8141)
2023-06-13T23:11:18 [I|app|75692d80] Completed 200 OK in 62ms (Views: 8.1ms | ActiveRecord: 9.0ms | Allocations: 30217)
2023-06-13T23:11:18 [I|app|e55cfc14] Started GET "/notification_recipients" for 10.68.25.98 at 2023-06-13 23:11:18 -0600
2023-06-13T23:11:18 [I|app|e55cfc14] Processing by NotificationRecipientsController#index as JSON
2023-06-13T23:11:18 [I|app|e55cfc14] Completed 200 OK in 6ms (Views: 0.1ms | ActiveRecord: 0.9ms | Allocations: 1797)
2023-06-13T23:11:21 [I|app|f6800150] Started POST "/hosts/medium_selected" for 10.68.25.98 at 2023-06-13 23:11:21 -0600
2023-06-13T23:11:21 [I|app|f6800150] Processing by HostsController#medium_selected as */*
2023-06-13T23:11:21 [I|app|f6800150] Parameters: {"host"=>{"medium_id"=>"29", "operatingsystem_id"=>"24", "architecture_id"=>"1", "use_image"=>"false"}}
2023-06-13T23:11:21 [I|app|f6800150] Rendered common/os_selection/_image_details.html.erb (Duration: 7.3ms | Allocations: 6626)
2023-06-13T23:11:21 [I|app|f6800150] Completed 200 OK in 21ms (Views: 7.3ms | ActiveRecord: 2.4ms | Allocations: 11477)
2023-06-13T23:11:28 [I|app|25c5718a] Started GET "/notification_recipients" for 10.68.25.98 at 2023-06-13 23:11:28 -0600
2023-06-13T23:11:28 [I|app|25c5718a] Processing by NotificationRecipientsController#index as JSON
2023-06-13T23:11:28 [I|app|25c5718a] Completed 200 OK in 6ms (Views: 0.1ms | ActiveRecord: 0.9ms | Allocations: 1803)
2023-06-13T23:11:38 [I|app|04493463] Started GET "/notification_recipients" for 10.68.25.98 at 2023-06-13 23:11:38 -0600
2023-06-13T23:11:38 [I|app|04493463] Processing by NotificationRecipientsController#index as JSON
2023-06-13T23:11:38 [I|app|04493463] Completed 200 OK in 6ms (Views: 0.1ms | ActiveRecord: 0.9ms | Allocations: 1803)
2023-06-13T23:11:40 [I|app|9b33340a] Started PATCH "/discovered_hosts/165" for 10.68.25.98 at 2023-06-13 23:11:40 -0600
2023-06-13T23:11:40 [I|app|9b33340a] Processing by DiscoveredHostsController#update as */*
2023-06-13T23:11:40 [I|app|9b33340a] Parameters: {"utf8"=>"✓", "authenticity_token"=>"mlNdPjGClNSImGObDxHKRz2F1P7BkhSYrgrLWX75a8aarEsYy9FSgd7Na5yydARcxparRquqMMwVnZRapF1hTw==", "host"=>{"name"=>"hylsubhvm", "organization_id"=>"1", "location_id"=>"8", "hostgroup_id"=>"10", "content_facet_attributes"=>{"lifecycle_environment_id"=>"1", "content_view_id"=>"1", "content_source_id"=>"3"}, "managed"=>"true", "progress_report_id"=>"[FILTERED]", "type"=>"Host::Managed", "interfaces_attributes"=>{"0"=>{"_destroy"=>"0", "mac"=>"00:50:56:81:ce:46", "identifier"=>"ens192", "name"=>"hylsubhvm", "domain_id"=>"1", "subnet_id"=>"2", "ip"=>"10.70.87.222", "ip6"=>"", "managed"=>"1", "primary"=>"1", "provision"=>"1", "execution"=>"0", "tag"=>"", "attached_to"=>"", "id"=>"175"}}, "architecture_id"=>"1", "operatingsystem_id"=>"24", "build"=>"1", "medium_id"=>"29", "ptable_id"=>"134", "pxe_loader"=>"PXELinux BIOS", "disk"=>"", "is_owned_by"=>"4-Users", "enabled"=>"1", "model_id"=>"1", "comment"=>"", "overwrite"=>"false"}, "media_selector"=>"install_media", "id"=>"165"}
2023-06-13T23:11:40 [I|app|9b33340a] Deploying TFTP PXELinux configuration for hylsubhvm.micron.com
2023-06-13T23:11:40 [I|app|9b33340a] Skipping TFTP PXEGrub2 configuration for hylsubhvm.micron.com
2023-06-13T23:11:40 [I|app|9b33340a] Skipping TFTP PXEGrub configuration for hylsubhvm.micron.com
2023-06-13T23:11:40 [I|app|9b33340a] Skipping TFTP iPXE configuration for hylsubhvm.micron.com
2023-06-13T23:11:40 [I|app|9b33340a] Fetching required TFTP boot files for hylsubhvm.micron.com
2023-06-13T23:11:40 [I|app|9b33340a] Processed 6 tasks from queue 'Host::Managed Main', completed 6/6
2023-06-13T23:11:40 [I|aud|9b33340a] Host::Base (165) update event on name mac00505681ce46, hylsubhvm.micron.com
2023-06-13T23:11:40 [I|aud|9b33340a] Host::Base (165) update event on architecture_id , 1
2023-06-13T23:11:40 [I|aud|9b33340a] Host::Base (165) update event on operatingsystem_id , 24
2023-06-13T23:11:40 [I|aud|9b33340a] Host::Base (165) update event on ptable_id , 134
2023-06-13T23:11:40 [I|aud|9b33340a] Host::Base (165) update event on medium_id , 29
2023-06-13T23:11:40 [I|aud|9b33340a] Host::Base (165) update event on build false, true
2023-06-13T23:11:40 [I|aud|9b33340a] Host::Base (165) update event on comment ,
2023-06-13T23:11:40 [I|aud|9b33340a] Host::Base (165) update event on disk ,
2023-06-13T23:11:40 [I|aud|9b33340a] Host::Base (165) update event on hostgroup_id , 10
2023-06-13T23:11:40 [I|aud|9b33340a] Host::Base (165) update event on owner_id 1, 4
2023-06-13T23:11:40 [I|aud|9b33340a] Host::Base (165) update event on managed false, true
2023-06-13T23:11:40 [I|aud|9b33340a] Host::Base (165) update event on grub_pass ,
2023-06-13T23:11:40 [I|aud|9b33340a] Host::Base (165) update event on pxe_loader , PXELinux BIOS
2023-06-13T23:11:40 [I|aud|9b33340a] Nic::Managed (175) update event on name mac00505681ce46, hylsubhvm.micron.com
2023-06-13T23:11:40 [I|aud|9b33340a] Nic::Managed (175) update event on domain_id , 1
2023-06-13T23:11:40 [I|aud|9b33340a] Nic::Managed (175) update event on ip6 ,
2023-06-13T23:11:40 [I|aud|9b33340a] Katello::Host::ContentFacet (111) create event on host_id 165
2023-06-13T23:11:40 [I|aud|9b33340a] Katello::Host::ContentFacet (111) create event on uuid
2023-06-13T23:11:40 [I|aud|9b33340a] Katello::Host::ContentFacet (111) create event on content_view_id 1
2023-06-13T23:11:40 [I|aud|9b33340a] Katello::Host::ContentFacet (111) create event on lifecycle_environment_id 1
2023-06-13T23:11:40 [I|aud|9b33340a] Katello::Host::ContentFacet (111) create event on kickstart_repository_id
2023-06-13T23:11:40 [I|aud|9b33340a] Katello::Host::ContentFacet (111) create event on content_source_id 3
2023-06-13T23:11:40 [I|aud|9b33340a] Katello::Host::ContentFacet (111) create event on installable_security_errata_count 0
2023-06-13T23:11:40 [I|aud|9b33340a] Katello::Host::ContentFacet (111) create event on installable_enhancement_errata_count 0
2023-06-13T23:11:40 [I|aud|9b33340a] Katello::Host::ContentFacet (111) create event on installable_bugfix_errata_count 0
2023-06-13T23:11:40 [I|aud|9b33340a] Katello::Host::ContentFacet (111) create event on applicable_rpm_count 0
2023-06-13T23:11:40 [I|aud|9b33340a] Katello::Host::ContentFacet (111) create event on upgradable_rpm_count 0
2023-06-13T23:11:40 [I|aud|9b33340a] Katello::Host::ContentFacet (111) create event on applicable_module_stream_count 0
2023-06-13T23:11:40 [I|aud|9b33340a] Katello::Host::ContentFacet (111) create event on upgradable_module_stream_count 0
2023-06-13T23:11:40 [I|aud|9b33340a] Katello::Host::ContentFacet (111) create event on applicable_deb_count 0
2023-06-13T23:11:40 [I|aud|9b33340a] Katello::Host::ContentFacet (111) create event on upgradable_deb_count 0
2023-06-13T23:11:42 [I|app|c411f109] Started GET "/tasks/ca16c297-25c7-4787-9aec-32780cfe1389" for 10.68.25.98 at 2023-06-13 23:11:42 -0600
2023-06-13T23:11:42 [I|app|c411f109] Processing by TasksController#show as */*
2023-06-13T23:11:42 [I|app|c411f109] Parameters: {"id"=>"ca16c297-25c7-4787-9aec-32780cfe1389"}
2023-06-13T23:11:42 [I|app|c411f109] Rendered tasks/_list.html.erb (Duration: 5.7ms | Allocations: 5915)
2023-06-13T23:11:42 [I|app|c411f109] Completed 200 OK in 12ms (Views: 6.2ms | ActiveRecord: 1.1ms | Allocations: 7657)
2023-06-13T23:11:42 [I|app|9b33340a] Processed 1 tasks from queue 'Host::Managed Post', completed 1/1
2023-06-13T23:11:42 [I|app|9b33340a] Redirected to https://boldforeman.micron.com/hosts/hylsubhvm.micron.com
2023-06-13T23:11:42 [I|app|9b33340a] Completed 302 Found in 1620ms (ActiveRecord: 47.5ms | Allocations: 146336)
2023-06-13T23:11:42 [I|app|9b8bc225] Started GET "/hosts/hylsubhvm.micron.com" for 10.68.25.98 at 2023-06-13 23:11:42 -0600
2023-06-13T23:11:42 [I|app|9b8bc225] Processing by HostsController#show as */*
2023-06-13T23:11:42 [I|app|9b8bc225] Parameters: {"id"=>"hylsubhvm.micron.com"}
2023-06-13T23:11:42 [I|app|9b8bc225] Rendering hosts/show.html.erb within layouts/application
2023-06-13T23:11:42 [I|app|9b8bc225] Rendered hosts/_init_config_tab.html.erb (Duration: 12.8ms | Allocations: 9042)
2023-06-13T23:11:42 [I|app|9b8bc225] Rendered hosts/show.html.erb within layouts/application (Duration: 57.9ms | Allocations: 21624)
2023-06-13T23:11:42 [I|app|9b8bc225] Rendered layouts/_application_content.html.erb (Duration: 3.2ms | Allocations: 5719)
2023-06-13T23:11:42 [I|app|9b8bc225] Rendering layouts/base.html.erb
2023-06-13T23:11:42 [I|app|9b8bc225] Rendered layouts/base.html.erb (Duration: 17.4ms | Allocations: 24373)
2023-06-13T23:11:42 [I|app|9b8bc225] Completed 200 OK in 94ms (Views: 76.2ms | ActiveRecord: 9.2ms | Allocations: 61351)
2023-06-13T23:11:43 [I|app|9af75c2f] Started GET "/hosts/hylsubhvm.micron.com/overview" for 10.68.25.98 at 2023-06-13 23:11:43 -0600
2023-06-13T23:11:43 [I|app|4fe23af0] Started GET "/hosts/hylsubhvm.micron.com/templates" for 10.68.25.98 at 2023-06-13 23:11:43 -0600
2023-06-13T23:11:43 [I|app|9af75c2f] Processing by HostsController#overview as HTML
2023-06-13T23:11:43 [I|app|9af75c2f] Parameters: {"id"=>"hylsubhvm.micron.com"}
2023-06-13T23:11:43 [I|app|4fe23af0] Processing by HostsController#templates as HTML
2023-06-13T23:11:43 [I|app|4fe23af0] Parameters: {"id"=>"hylsubhvm.micron.com"}
2023-06-13T23:11:43 [I|app|9af75c2f] Rendered hosts/_overview.html.erb (Duration: 18.6ms | Allocations: 11952)
2023-06-13T23:11:43 [I|app|9af75c2f] Completed 200 OK in 28ms (Views: 16.5ms | ActiveRecord: 3.8ms | Allocations: 15083)
2023-06-13T23:11:43 [I|app|4fe23af0] Rendered hosts/_templates.html.erb (Duration: 8.8ms | Allocations: 7932)
2023-06-13T23:11:43 [I|app|4fe23af0] Completed 200 OK in 98ms (Views: 8.8ms | ActiveRecord: 28.1ms | Allocations: 46381)
2023-06-13T23:11:43 [I|app|6a7147be] Started GET "/hosts/hylsubhvm.micron.com/nics" for 10.68.25.98 at 2023-06-13 23:11:43 -0600
2023-06-13T23:11:43 [I|app|6a7147be] Processing by HostsController#nics as HTML
2023-06-13T23:11:43 [I|app|6a7147be] Parameters: {"id"=>"hylsubhvm.micron.com"}
2023-06-13T23:11:43 [I|app|6a7147be] Rendered hosts/_nics.html.erb (Duration: 13.7ms | Allocations: 9182)
2023-06-13T23:11:43 [I|app|6a7147be] Completed 200 OK in 22ms (Views: 12.4ms | ActiveRecord: 3.2ms | Allocations: 12282)
2023-06-13T23:11:43 [I|app|1fbccc3f] Started GET "/hosts/hylsubhvm.micron.com/runtime?range=7" for 10.68.25.98 at 2023-06-13 23:11:43 -0600
2023-06-13T23:11:43 [I|app|1fbccc3f] Processing by HostsController#runtime as HTML
2023-06-13T23:11:43 [I|app|1fbccc3f] Parameters: {"range"=>"7", "id"=>"hylsubhvm.micron.com"}
2023-06-13T23:11:43 [I|app|1fbccc3f] Rendered hosts/_runtime.html.erb (Duration: 7.3ms | Allocations: 6351)
2023-06-13T23:11:43 [I|app|1fbccc3f] Completed 200 OK in 17ms (Views: 7.0ms | ActiveRecord: 2.4ms | Allocations: 9452)
2023-06-13T23:11:43 [I|app|f56243ed] Started GET "/hosts/hylsubhvm.micron.com/resources?range=7" for 10.68.25.98 at 2023-06-13 23:11:43 -0600
2023-06-13T23:11:43 [I|app|f56243ed] Processing by HostsController#resources as HTML
2023-06-13T23:11:43 [I|app|f56243ed] Parameters: {"range"=>"7", "id"=>"hylsubhvm.micron.com"}
2023-06-13T23:11:43 [I|app|f56243ed] Rendered hosts/_resources.html.erb (Duration: 7.3ms | Allocations: 6428)
2023-06-13T23:11:43 [I|app|f56243ed] Completed 200 OK in 17ms (Views: 7.2ms | ActiveRecord: 2.3ms | Allocations: 9529)
2023-06-13T23:11:48 [I|app|46f23f04] Started GET "/notification_recipients" for 10.68.25.98 at 2023-06-13 23:11:48 -0600
2023-06-13T23:11:48 [I|app|46f23f04] Processing by NotificationRecipientsController#index as JSON
2023-06-13T23:11:48 [I|app|46f23f04] Completed 200 OK in 11ms (Views: 0.1ms | ActiveRecord: 2.1ms | Allocations: 4278)
[root@boldforeman foreman]# cat /var/log/foreman-proxy/proxy.log
2023-06-13T23:11:40 9b33340a [I] Started POST /tftp/PXELinux/00:50:56:81:ce:46
2023-06-13T23:11:40 9b33340a [I] Finished POST /tftp/PXELinux/00:50:56:81:ce:46 with 200 (4.64 ms)
2023-06-13T23:11:40 9b33340a [I] Started POST /tftp/fetch_boot_file
2023-06-13T23:11:40 9b33340a [I] Finished POST /tftp/fetch_boot_file with 200 (1.02 ms)
2023-06-13T23:11:40 9b33340a [I] [8221] Started task /usr/bin/curl\ --silent\ --show-error\ --connect-timeout\ 10\ --retry\ 3\ --retry-delay\ 10\ --max-time\ 3600\ --remote-time\ --time-cond\ /var/lib/tftpboot/boot/ubuntu20-B8JztWfRSvDl-vmlinuz\ --write-out\ Task\ done,\ result:\ \%\{http_code\},\ size\ downloaded:\ \%\{size_download\}b,\ speed:\ \%\{speed_download\}b/s,\ time:\ \%\{time_total\}ms\ --output\ /var/lib/tftpboot/boot/ubuntu20-B8JztWfRSvDl-vmlinuz\ --location\ http://ptks.micron.com/linux/centos/ubuntu/dists/focal/main/installer-amd64/current/legacy-images/netboot/ubuntu-installer/amd64/vmlinuz
2023-06-13T23:11:40 9b33340a [I] Started POST /tftp/fetch_boot_file
2023-06-13T23:11:40 9b33340a [I] Finished POST /tftp/fetch_boot_file with 200 (0.94 ms)
2023-06-13T23:11:40 9b33340a [I] [8225] Started task /usr/bin/curl\ --silent\ --show-error\ --connect-timeout\ 10\ --retry\ 3\ --retry-delay\ 10\ --max-time\ 3600\ --remote-time\ --time-cond\ /var/lib/tftpboot/boot/ubuntu20-B8JztWfRSvDl-initrd\ --write-out\ Task\ done,\ result:\ \%\{http_code\},\ size\ downloaded:\ \%\{size_download\}b,\ speed:\ \%\{speed_download\}b/s,\ time:\ \%\{time_total\}ms\ --output\ /var/lib/tftpboot/boot/ubuntu20-B8JztWfRSvDl-initrd\ --location\ http://ptks.micron.com/linux/centos/ubuntu/dists/focal/main/installer-amd64/current/legacy-images/netboot/ubuntu-installer/amd64/initrd
[root@boldforeman foreman]#
Preseed default finish
user_exists=false
getent passwd root >/dev/null 2>&1 && user_exists=true
if $user_exists; then
mkdir -p ~root/.ssh
cat << EOF >> ~root/.ssh/authorized_keys
ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC8iRY0QIwm6Lk33F+kbZDJKeSyMJmJFkl3RDowvPAV5BqIk3hqlfaxDiQlRrBvsOYk/LyuKDee0ST+oF6P41ymfDnfulLi5XSzFcFehU7yI+r4josjjS5iaWDN9aho3Hr0QJHeWdfQJiSL63m4R/vC6vrTRoacX+9NWW5zF9RXYpHKVLpiiWXH6Yu6E16I6mZCwfTQ1Wq3l/lHnQNOXsBjHAlx330GQXtxhFKIWEWhMACMfpURe3gXbHNQxU3WKrnCsPjhh79NMHnW72/ac3Q9yJS4+vCyeZPO62kt7f4eW8qEuQ/603vlVGsUS4ANMfB34OF7GO8hPl5het1lQ2iT foreman-proxy@hylformanproxy.micron.com
EOF
chmod 0700 ~root/.ssh
chmod 0600 ~root/.ssh/authorized_keys
chown -R root: ~root/.ssh
# Restore SELinux context with restorecon, if it's available:
command -v restorecon && restorecon -RvF ~root/.ssh || true
else
echo 'The remote_execution_ssh_user does not exist and remote_execution_create_user is not set to true. remote_execution_ssh_keys snippet will not install keys'
fi
real=`ip -o link | awk '/00:50:56:81:ce:46/ {print $2;}' | sed s/://`
cat << EOF > /etc/network/interfaces
#loopback
auto lo
iface lo inet loopback
#ens192
auto $real
allow-hotplug $real
iface $real inet dhcp
EOF
if [ -x /usr/bin/curl ]; then
/usr/bin/curl -o /dev/null --noproxy \* -H 'Content-Type: text/plain' --silent 'http://hylformanproxy.micron.com:8000/unattended/built?token=57ed010d-20b8-4061-b43e-a8f4aa12e9ea'
elif [ -x /usr/bin/wget ]; then
/usr/bin/wget -q -O /dev/null --no-proxy --method POST --header 'Content-Type: text/plain' 'http://hylformanproxy.micron.com:8000/unattended/built?token=57ed010d-20b8-4061-b43e-a8f4aa12e9ea'
else
wget -q -O /dev/null --header 'Content-Type: text/plain' 'http://hylformanproxy.micron.com:8000/unattended/built?token=57ed010d-20b8-4061-b43e-a8f4aa12e9ea'
fi
PXELinux global default
UI menu.c32
MENU TITLE Booting unknown host (ESC to stop)
TIMEOUT 200
ONTIMEOUT local
DEFAULT local
LABEL local
MENU LABEL Default local boot
LOCALBOOT 0
LABEL local_primary
MENU LABEL Default local boot from primary hard drive
LOCALBOOT 0x80
LABEL local_skip
MENU LABEL Boot from the next BIOS device
LOCALBOOT -1
LABEL local_chain_hd0
MENU LABEL Chainload the first hard drive (hd0)
COM32 chain.c32
APPEND hd0
LABEL local_chain_hd1
MENU LABEL Chainload the second hard drive (hd1)
COM32 chain.c32
APPEND hd1
LABEL discovery
MENU LABEL Foreman Discovery Image
KERNEL boot/fdi-image/vmlinuz0
APPEND initrd=boot/fdi-image/initrd0.img rootflags=loop root=live:/fdi.iso rootfstype=auto ro rd.live.image acpi=force rd.luks=0 rd.md=0 rd.dm=0 rd.lvm=0 rd.bootif=0 rd.neednet=0 nokaslr nomodeset proxy.url=https://boldforeman.micron.com proxy.type=foreman
IPAPPEND 2
LABEL discovery_ipxe
MENU LABEL Foreman Discovery Image - iPXE
KERNEL ipxe.lkrn
APPEND dhcp && chain https://boldforeman.micron.com/pub/discovery.ipxe
I am kindly requesting to get update on this issue, if you are able to help on this issue it would be great help on it
i am waiting reply from bastian-src Please suggest on it to sort-out this issue.
i have uploaded required logs but it is really we need your help on this issue to sort-out even we do not have correct document ubuntu provision on client server using foreman.
if anyone helps on this issue it would be great help for us .
i am waiting reply from bastian-src . i hope bastian-src can help on this issue.
this is really painful to sort-out this issue as we are unable to install ubuntu installation . please some needs to suggest on it










