Ubuntu 16.04 and Cubic for customised Kernel

The name of the pictureThe name of the pictureThe name of the pictureClash Royale CLAN TAG#URR8PPP








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!










share|improve this question























  • FYI: the text in the link you referenced above was plagiarized from askubuntu.com/questions/741753/…
    – PJ Singh
    Apr 3 at 19:07














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!










share|improve this question























  • FYI: the text in the link you referenced above was plagiarized from askubuntu.com/questions/741753/…
    – PJ Singh
    Apr 3 at 19:07












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!










share|improve this question















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






share|improve this question















share|improve this question













share|improve this question




share|improve this question








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
















  • 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










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!






share|improve this answer




















    Your Answer







    StackExchange.ready(function()
    var channelOptions =
    tags: "".split(" "),
    id: "89"
    ;
    initTagRenderer("".split(" "), "".split(" "), channelOptions);

    StackExchange.using("externalEditor", function()
    // Have to fire editor after snippets, if snippets enabled
    if (StackExchange.settings.snippets.snippetsEnabled)
    StackExchange.using("snippets", function()
    createEditor();
    );

    else
    createEditor();

    );

    function createEditor()
    StackExchange.prepareEditor(
    heartbeatType: 'answer',
    convertImagesToLinks: true,
    noModals: false,
    showLowRepImageUploadWarning: true,
    reputationToPostImages: 10,
    bindNavPrevention: true,
    postfix: "",
    onDemand: true,
    discardSelector: ".discard-answer"
    ,immediatelyShowMarkdownHelp:true
    );



    );













     

    draft saved


    draft discarded


















    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






























    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!






    share|improve this answer
























      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!






      share|improve this answer






















        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!






        share|improve this answer












        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!







        share|improve this answer












        share|improve this answer



        share|improve this answer










        answered Mar 5 at 6:36









        smyap3

        33




        33



























             

            draft saved


            draft discarded















































             


            draft saved


            draft discarded














            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













































































            Popular posts from this blog

            GRUB: Fatal! inconsistent data read from (0x84) 0+xxxxxx

            `kcmshell` modules relation with `/usr/share/applications`

            How to enroll fingerprints to Ubuntu 17.10 with VFS491