Re: [foreman-users] Re: "No root file system is defined" error using preseed atomic partitioning scheme

2016-09-21 Thread Hauke Behrens
On 09/21/2016 02:51 PM, Akash Kaveti wrote: > Is there any way I can give a default password for it, so that I > shouldn't give password during the installation? https://www.google.de/?gws_rd=ssl#q=preseed+crypto+password First hit.. Hauke -- bytemine GmbH, Im Technologiepark 4, 26129

Re: [foreman-users] Re: "No root file system is defined" error using preseed atomic partitioning scheme

2016-09-21 Thread Akash Kaveti
Hey Hauke, I am using Preseed default template for partition table, in it using Crypto method for my hardware encryption. Is there any way I can give a default password for it, so that I shouldn't give password during the installation? Thank you. On Thursday, September 15, 2016 at 2:34:35 PM

Re: [foreman-users] Re: "No root file system is defined" error using preseed atomic partitioning scheme

2016-09-15 Thread Akash Kaveti
Thank you so much for the response. :) On Wednesday, September 14, 2016 at 4:40:14 PM UTC+2, Hauke Behrens wrote: > > > > On 09/14/2016 03:04 PM, Akash Kaveti wrote: > > Hello Again, > > > > It is working now, I have check the syslog, the device I am trying to > > install is not there it

Re: [foreman-users] Re: "No root file system is defined" error using preseed atomic partitioning scheme

2016-09-14 Thread Hauke Behrens
On 09/14/2016 03:04 PM, Akash Kaveti wrote: > Hello Again, > > It is working now, I have check the syslog, the device I am trying to > install is not there it seems, > so I gave /dev/sdb, it is working now. Glad I could help. :-) > It is working for the current host, but what about the other

Re: [foreman-users] Re: "No root file system is defined" error using preseed atomic partitioning scheme

2016-09-14 Thread Akash Kaveti
Hello Again, It is working now, I have check the syslog, the device I am trying to install is not there it seems, so I gave /dev/sdb, it is working now. I am trying to install ubuntu by unattended installation on a hardware box. I am using the default the partition template, I am not using LVM.

Re: [foreman-users] Re: "No root file system is defined" error using preseed atomic partitioning scheme

2016-09-14 Thread Hauke Behrens
Hi, what kind of system are you trying to install to ? KVM/Libvirt, a hardware box, something else ? Are you maybe using LVM to provide the virtual disk ? Please provide some more information on what you are trying to install to. Maybe that will help to find the error. I've also seen that error

[foreman-users] Re: "No root file system is defined" error using preseed atomic partitioning scheme

2016-09-14 Thread Akash Kaveti
Hi, Thanks for the response, I have tried to install on different server as well, but got the same error, Below I am pasting my partition template, # Use the first detected hard disk as default installation disk #d-i partman/early_command string debconf-set partman-auto/disk "$(list-devices

Re: [foreman-users] Re: "No root file system is defined" error using preseed atomic partitioning scheme

2016-09-13 Thread Hauke Behrens
Hi, the problem probably isn't the partitioning schema itself, but the disk used/defined before. Check if this part "d-i partman-auto/disk string /dev/vda" matches your server. Maybe some other value is needed for your case, like /dev/sda/ or /dev/xvda. You can override that in the partition

[foreman-users] Re: "No root file system is defined" error using preseed atomic partitioning scheme

2016-09-13 Thread Akash Kaveti
Exact error message is, No root file system is defined, Please correct this form partitioning menu. I have installed foreman with DHCP in a network, where I have disabled the existing DHCP in that Network. On Tuesday, September 13, 2016 at 4:49:42 PM UTC+2, Akash Kaveti wrote: > > I am using