Re: GRUB always enters a rescue shell.

2017-07-24 Thread Aruna Hewapathirane
> > > On 22.07.2017 19:35, Aruna Hewapathirane wrote: > [...] > >>> sudo losetup -o $((2048*512)) /dev/loop1 hd.img > >> > >> should'nt it be 63*512 ? > >> > > > > nope should be 2048 and this is why --> > > https://superuser.com/questions/352572/why-does-the-

Re: GRUB always enters a rescue shell.

2017-07-24 Thread Kamil Konieczny
On 22.07.2017 19:35, Aruna Hewapathirane wrote: [...] >>> sudo losetup -o $((2048*512)) /dev/loop1 hd.img >> >> should'nt it be 63*512 ? >> > > nope should be 2048 and this is why --> > https://superuser.com/questions/352572/why-does-the-partition-start-on-sector-2048-instead-of-63 it is for

Need help to understand Linux kernel source versioning systems

2017-07-24 Thread vibnwis
Hi there, Being a newbie, I encountered the following scenarios when tracing build_kernel.sh script from eewiki. Would someone help me to understand why please? From my experience, I would to summarize the following scenario. 1. First, source is cloned from