Hi Clement! The following is the error I got. config-fail.scm:9:0: error: inherit: unbound variable hint: Did you forget a `use-modules' form? -------- Original Message -------- On 14 Feb 2019, 13:07, Raghav "RG" Gururajan wrote: > Hi Clement! >> >> Thanks! Will do. >> >> @Jack. Can you also try this and let me know. My system is running dd command for 2TB HDD. So gonna take a while. >> >> Thanks! > -------- Original Message -------- > On 14 Feb 2019, 12:15, Clément Lassieur wrote: > >> Hi Jack and Raghav, >> >> Could you try this? >> >> --8<---------------cut here---------------start------------->8--- >> (bootloader-configuration >> (bootloader >> (bootloader >> (inherit grub-bootloader) >> (installer #~(const #t))))) >> --8<---------------cut here---------------end--------------->8--- >> >> Clément