boot command explanation

77 views
Skip to first unread message

dp

unread,
Nov 16, 2016, 11:19:36 PM11/16/16
to Packer
Hi,

can any one explain this boot command, what it does.

        "/install/vmlinuz<wait>",


second question is how can i write boot command to select and enter on any button on OS installation window.

i.e. click on continue button or Install Now button

Regards
Dhiraj

Rickard von Essen

unread,
Nov 17, 2016, 1:58:12 AM11/17/16
to packe...@googlegroups.com

vmlinuz is the name of the Linux kernel executable.

It's not possible to click buttons in a UI unless they have a keyboard binding. You should instead study how to do a automated install of your OS / distribution and use a text installer to start it.

Which distribution are you trying to build a VM for?


--
This mailing list is governed under the HashiCorp Community Guidelines - https://www.hashicorp.com/community-guidelines.html. Behavior in violation of those guidelines may result in your removal from this mailing list.
 
GitHub Issues: https://github.com/mitchellh/packer/issues
IRC: #packer-tool on Freenode
---
You received this message because you are subscribed to the Google Groups "Packer" group.
To unsubscribe from this group and stop receiving emails from it, send an email to packer-tool+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/packer-tool/ed58169c-46e3-4235-aceb-62ae8fa9d1c4%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Alvaro Miranda Aguilera

unread,
Nov 17, 2016, 9:47:38 AM11/17/16
to packe...@googlegroups.com
hello.

What OS is this for ?


--
This mailing list is governed under the HashiCorp Community Guidelines - https://www.hashicorp.com/community-guidelines.html. Behavior in violation of those guidelines may result in your removal from this mailing list.
 
GitHub Issues: https://github.com/mitchellh/packer/issues
IRC: #packer-tool on Freenode
---
You received this message because you are subscribed to the Google Groups "Packer" group.
To unsubscribe from this group and stop receiving emails from it, send an email to packer-tool+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/packer-tool/ed58169c-46e3-4235-aceb-62ae8fa9d1c4%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.



--
Alvaro

dp

unread,
Nov 17, 2016, 10:11:40 PM11/17/16
to Packer
i am using Ubuntu 14.04 amd64 desktop version

Rickard von Essen

unread,
Nov 18, 2016, 12:59:01 AM11/18/16
to packe...@googlegroups.com

The Ubuntu desktop iso doesn't have the text installer, you should use the server iso and install the ubuntu-server package.

Check out https://github.com/boxcutter/ubuntu

I recommend that you start with that code and adapt it in small steps to your needs.

Doing automated installs from scratch is very hard and time consuming. It can take week even if your grey Unix beard almost reaches your feet.


--
This mailing list is governed under the HashiCorp Community Guidelines - https://www.hashicorp.com/community-guidelines.html. Behavior in violation of those guidelines may result in your removal from this mailing list.
 
GitHub Issues: https://github.com/mitchellh/packer/issues
IRC: #packer-tool on Freenode
---
You received this message because you are subscribed to the Google Groups "Packer" group.
To unsubscribe from this group and stop receiving emails from it, send an email to packer-tool+unsubscribe@googlegroups.com.

dp

unread,
Nov 18, 2016, 4:58:12 AM11/18/16
to Packer
Hi RIckard,

thanks for your response. i just want to know that json file (named ubuntu1404-desktop.json) in shared repository is sufficient to create box or i have to copy only boot command from it and execute with json file that i have. 
 

On Friday, 18 November 2016 11:29:01 UTC+5:30, Rickard von Essen wrote:

The Ubuntu desktop iso doesn't have the text installer, you should use the server iso and install the ubuntu-server package.

Check out https://github.com/boxcutter/ubuntu

I recommend that you start with that code and adapt it in small steps to your needs.

Doing automated installs from scratch is very hard and time consuming. It can take week even if your grey Unix beard almost reaches your feet.

On Nov 18, 2016 4:11 AM, "dp" <dhiraj00...@gmail.com> wrote:
i am using Ubuntu 14.04 amd64 desktop version


On Thursday, 17 November 2016 09:49:36 UTC+5:30, dp wrote:
Hi,

can any one explain this boot command, what it does.

        "/install/vmlinuz<wait>",


second question is how can i write boot command to select and enter on any button on OS installation window.

i.e. click on continue button or Install Now button

Regards
Dhiraj

--
This mailing list is governed under the HashiCorp Community Guidelines - https://www.hashicorp.com/community-guidelines.html. Behavior in violation of those guidelines may result in your removal from this mailing list.
 
GitHub Issues: https://github.com/mitchellh/packer/issues
IRC: #packer-tool on Freenode
---
You received this message because you are subscribed to the Google Groups "Packer" group.
To unsubscribe from this group and stop receiving emails from it, send an email to packer-tool...@googlegroups.com.

Rickard von Essen

unread,
Nov 18, 2016, 9:22:14 AM11/18/16
to packe...@googlegroups.com
You need the full repo. I recommend that you start with reading the docs https://www.packer.io/intro/


To unsubscribe from this group and stop receiving emails from it, send an email to packer-tool+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/packer-tool/4e6d768a-1408-42da-a78b-cb07a500c496%40googlegroups.com.

NONAME

unread,
Nov 18, 2016, 9:28:04 AM11/18/16
to packe...@googlegroups.com

Oki..I will do with full repository ...I have read this document..n got info about it already..I had asked about json file content becsuse it seems incomplete to me..as it does not contains builder type I.e. virtualbox-iso, post processor section, Provisioner's section etc...


You received this message because you are subscribed to a topic in the Google Groups "Packer" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/packer-tool/OQols6FhCc8/unsubscribe.
To unsubscribe from this group and all its topics, send an email to packer-tool+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/packer-tool/CALz9Rt_%2B%3Dk%2BMpZe2yBd%2BmAT6aGjippncqc3cjU0E2ptYcn81Ng%40mail.gmail.com.

Rickard von Essen

unread,
Nov 18, 2016, 9:46:56 AM11/18/16
to packe...@googlegroups.com

dp

unread,
Nov 24, 2016, 11:43:14 PM11/24/16
to Packer
Hi Rickard,

have an query as you told that ubuntu desktop version has not text installer, does it mean that we can not install/create vagrant box for this version through packer OR can be installed/created vagrant box  through repository boxcutter you shared to me.

if Yes, then do i need to execute build command with ubuntu1404-desktop.json file without changing iso_url (it mention server version iso,"iso_url": "http://releases.ubuntu.com/14.04/ubuntu-14.04.5-server-amd64.iso",)

please respond.

Regard
Dhiraj

--
This mailing list is governed under the HashiCorp Community Guidelines - https://www.hashicorp.com/community-guidelines.html. Behavior in violation of those guidelines may result in your removal from this mailing list.
 
GitHub Issues: https://github.com/mitchellh/packer/issues
IRC: #packer-tool on Freenode
---
You received this message because you are subscribed to a topic in the Google Groups "Packer" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/packer-tool/OQols6FhCc8/unsubscribe.
To unsubscribe from this group and all its topics, send an email to packer-tool...@googlegroups.com.

--
This mailing list is governed under the HashiCorp Community Guidelines - https://www.hashicorp.com/community-guidelines.html. Behavior in violation of those guidelines may result in your removal from this mailing list.
 
GitHub Issues: https://github.com/mitchellh/packer/issues
IRC: #packer-tool on Freenode
---
You received this message because you are subscribed to the Google Groups "Packer" group.
To unsubscribe from this group and stop receiving emails from it, send an email to packer-tool...@googlegroups.com.

dp

unread,
Nov 25, 2016, 1:24:34 AM11/25/16
to Packer
further working on boxcutter repository i observed that ubuntu1404-desktop.json file helps to install desktop package using server iso.

@Rickard please confirm i am getting correctly.  

Rickard von Essen

unread,
Nov 25, 2016, 2:02:11 AM11/25/16
to packe...@googlegroups.com

> can be installed/created vagrant box  through repository boxcutter you shared to me.

> if Yes, then do i need to execute build command with ubuntu1404-desktop.json file without changing iso_url [...]

Yes, you don't need to change anything.

> ubuntu1404-desktop.json file helps to install desktop package using server iso.

Yes, building that according to the instructions will give you a Vagrant box with Ubuntu 14.04 Desktop in.


To unsubscribe from this group and stop receiving emails from it, send an email to packer-tool+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/packer-tool/1feaba54-a783-47a5-b7e1-b67ee38569dc%40googlegroups.com.

dp

unread,
Nov 25, 2016, 2:16:11 AM11/25/16
to Packer
thanks for the response, your confirmation gave confidence to me, 

another query

If i do execute json file for server iso then it install console version of it, how can i enable GUI in server version.

---> in which file i have to change so GUI enable in server version.

Rickard von Essen

unread,
Nov 25, 2016, 2:31:47 AM11/25/16
to packe...@googlegroups.com

To unsubscribe from this group and stop receiving emails from it, send an email to packer-tool+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/packer-tool/51212f1f-b59a-4f8a-ada2-484caa7977bd%40googlegroups.com.
Reply all
Reply to author
Forward
0 new messages