Re: kernel build error during ubuntu linux kernel build

2021-06-28 Thread Alexander Kapshuk
On Tue, Jun 29, 2021 at 7:07 AM wrote: > I found from https://wiki.ubuntu.com/Kernel/BuildYourOwnKernel, the > correct method to build ubuntu is (for ARCH=arm64 case) > > > >- LANG=C fakeroot debian/rules ARCH=arm64 clean >- # quicker build: >- LANG=C fakeroot debian/rules ARCH=arm64

RE: kernel build error during ubuntu linux kernel build

2021-06-28 Thread ckim
I found from https://wiki.ubuntu.com/Kernel/BuildYourOwnKernel, the correct method to build ubuntu is (for ARCH=arm64 case) * LANG=C fakeroot debian/rules ARCH=arm64 clean * # quicker build: * LANG=C fakeroot debian/rules ARCH=arm64 binary-headers binary-generic binary-perarch

kernel build error during ubuntu linux kernel build

2021-06-28 Thread ckim
Hello, all I have a strange problem in building the linux kernel from ubuntu. (I want to replace the kernel in ubuntu to debug install failure on qemu virtual machine) I downloaded ubuntu source by "git clone git://kernel.ubuntu.com/ubuntu/ubuntu-focal.git". and because I wanted to use a speci

Re: Kernel Compile Issue

2021-06-28 Thread Aruna Hewapathirane
On Sat, Jun 26, 2021 at 2:39 AM Valdis Klētnieks wrote: > > On Fri, 25 Jun 2021 16:05:45 -0400, Aruna Hewapathirane said: > > > Jun 25 10:46:42 debian systemd-modules-load[201]: Failed to find module > > 'vmhgfs' > > Jun 25 10:46:42 debian systemd[1]: Failed to start Load Kernel Modules. > > Jun