Ubuntu 16.04 and Cubic for customised Kernel


up vote
0
down vote
favorite
There is a similar question asked previously but it did not contain a working solution.
Background - I am trying to install Ubuntu 16.04 server on a Dell server with H740p PERC or RAID card.
Problem - setup is not able to detect the HDD during installation.
According to this post, 16.04 does not recognize this RAID card and it recommends using 16.4.4 HWE Kernel and from another post, someone got it to detect the disks using kernel v4.11.12 and this is what I am attempting to do.
What I attempted next is to use Cubic (referring to this) and to try to add the v4.11.12 Kernel but it is failing during the chroot step.
The Error message is:
root@ubuntu:/usr/share/cubic# if [ "$(id -u)" == 0 ] && [ "$(stat -c %d:%i /)" != "$(stat -c %d:%i /proc/1/root/.)" ]; then clear; echo "
> $(tput bold)$(tput setaf 2)You are in the chroot environment.$(tput sgr0)
> "; else clear; echo "
> $(tput bold)$(tput setaf 1)WARNING! You are in NOT the chroot environment.
Exiting.$(tput sgr0)
> "; exit; fi
WARNING! You are in NOT the chroot environment. Exiting.
I am running cubic using userA
account that has sudo
privileges and not root
.
Can anyone please provide some pointers as to how I can get past this?
Thanks!
16.04 kernel dell raid
add a comment |Â
up vote
0
down vote
favorite
There is a similar question asked previously but it did not contain a working solution.
Background - I am trying to install Ubuntu 16.04 server on a Dell server with H740p PERC or RAID card.
Problem - setup is not able to detect the HDD during installation.
According to this post, 16.04 does not recognize this RAID card and it recommends using 16.4.4 HWE Kernel and from another post, someone got it to detect the disks using kernel v4.11.12 and this is what I am attempting to do.
What I attempted next is to use Cubic (referring to this) and to try to add the v4.11.12 Kernel but it is failing during the chroot step.
The Error message is:
root@ubuntu:/usr/share/cubic# if [ "$(id -u)" == 0 ] && [ "$(stat -c %d:%i /)" != "$(stat -c %d:%i /proc/1/root/.)" ]; then clear; echo "
> $(tput bold)$(tput setaf 2)You are in the chroot environment.$(tput sgr0)
> "; else clear; echo "
> $(tput bold)$(tput setaf 1)WARNING! You are in NOT the chroot environment.
Exiting.$(tput sgr0)
> "; exit; fi
WARNING! You are in NOT the chroot environment. Exiting.
I am running cubic using userA
account that has sudo
privileges and not root
.
Can anyone please provide some pointers as to how I can get past this?
Thanks!
16.04 kernel dell raid
FYI: the text in the link you referenced above was plagiarized from askubuntu.com/questions/741753/â¦
â PJ Singh
Apr 3 at 19:07
add a comment |Â
up vote
0
down vote
favorite
up vote
0
down vote
favorite
There is a similar question asked previously but it did not contain a working solution.
Background - I am trying to install Ubuntu 16.04 server on a Dell server with H740p PERC or RAID card.
Problem - setup is not able to detect the HDD during installation.
According to this post, 16.04 does not recognize this RAID card and it recommends using 16.4.4 HWE Kernel and from another post, someone got it to detect the disks using kernel v4.11.12 and this is what I am attempting to do.
What I attempted next is to use Cubic (referring to this) and to try to add the v4.11.12 Kernel but it is failing during the chroot step.
The Error message is:
root@ubuntu:/usr/share/cubic# if [ "$(id -u)" == 0 ] && [ "$(stat -c %d:%i /)" != "$(stat -c %d:%i /proc/1/root/.)" ]; then clear; echo "
> $(tput bold)$(tput setaf 2)You are in the chroot environment.$(tput sgr0)
> "; else clear; echo "
> $(tput bold)$(tput setaf 1)WARNING! You are in NOT the chroot environment.
Exiting.$(tput sgr0)
> "; exit; fi
WARNING! You are in NOT the chroot environment. Exiting.
I am running cubic using userA
account that has sudo
privileges and not root
.
Can anyone please provide some pointers as to how I can get past this?
Thanks!
16.04 kernel dell raid
There is a similar question asked previously but it did not contain a working solution.
Background - I am trying to install Ubuntu 16.04 server on a Dell server with H740p PERC or RAID card.
Problem - setup is not able to detect the HDD during installation.
According to this post, 16.04 does not recognize this RAID card and it recommends using 16.4.4 HWE Kernel and from another post, someone got it to detect the disks using kernel v4.11.12 and this is what I am attempting to do.
What I attempted next is to use Cubic (referring to this) and to try to add the v4.11.12 Kernel but it is failing during the chroot step.
The Error message is:
root@ubuntu:/usr/share/cubic# if [ "$(id -u)" == 0 ] && [ "$(stat -c %d:%i /)" != "$(stat -c %d:%i /proc/1/root/.)" ]; then clear; echo "
> $(tput bold)$(tput setaf 2)You are in the chroot environment.$(tput sgr0)
> "; else clear; echo "
> $(tput bold)$(tput setaf 1)WARNING! You are in NOT the chroot environment.
Exiting.$(tput sgr0)
> "; exit; fi
WARNING! You are in NOT the chroot environment. Exiting.
I am running cubic using userA
account that has sudo
privileges and not root
.
Can anyone please provide some pointers as to how I can get past this?
Thanks!
16.04 kernel dell raid
16.04 kernel dell raid
edited Feb 28 at 8:08


galoget
2,1062820
2,1062820
asked Feb 28 at 7:05
smyap3
33
33
FYI: the text in the link you referenced above was plagiarized from askubuntu.com/questions/741753/â¦
â PJ Singh
Apr 3 at 19:07
add a comment |Â
FYI: the text in the link you referenced above was plagiarized from askubuntu.com/questions/741753/â¦
â PJ Singh
Apr 3 at 19:07
FYI: the text in the link you referenced above was plagiarized from askubuntu.com/questions/741753/â¦
â PJ Singh
Apr 3 at 19:07
FYI: the text in the link you referenced above was plagiarized from askubuntu.com/questions/741753/â¦
â PJ Singh
Apr 3 at 19:07
add a comment |Â
1 Answer
1
active
oldest
votes
up vote
0
down vote
Got it working by downloading the recently released Ubuntu 16.04.4 and installing the HWE Kernel option when you are booting via ISO.
Thanks!
add a comment |Â
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
0
down vote
Got it working by downloading the recently released Ubuntu 16.04.4 and installing the HWE Kernel option when you are booting via ISO.
Thanks!
add a comment |Â
up vote
0
down vote
Got it working by downloading the recently released Ubuntu 16.04.4 and installing the HWE Kernel option when you are booting via ISO.
Thanks!
add a comment |Â
up vote
0
down vote
up vote
0
down vote
Got it working by downloading the recently released Ubuntu 16.04.4 and installing the HWE Kernel option when you are booting via ISO.
Thanks!
Got it working by downloading the recently released Ubuntu 16.04.4 and installing the HWE Kernel option when you are booting via ISO.
Thanks!
answered Mar 5 at 6:36
smyap3
33
33
add a comment |Â
add a comment |Â
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1010528%2fubuntu-16-04-and-cubic-for-customised-kernel%23new-answer', 'question_page');
);
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
FYI: the text in the link you referenced above was plagiarized from askubuntu.com/questions/741753/â¦
â PJ Singh
Apr 3 at 19:07