I began running out of space on my / partition*. So I decided to create a new lvm partition and move to that one instead. Now, I have created the lvm partition, mounted it, rsync folders from / to that lvm (except dev,sys,proc ofcourse.). Got grub configured to pass the lvm uuid during boot. Now I am getting errors
/sbin/init not found.
and throws me back to the initramfs prompt. Now part of this lvm partition is in an external harddisk. When i login to the non-lvm system and check the dmesg (within the lvm partition) it gives me this:
[ 72.040533] sdc: sdc1 sdc2 sdc3 sdc4 < sdc5 >
[ 72.111571] sd 5:0:0:0: [sdc] Assuming drive cache: write through
[ 72.111583] sd 5:0:0:0: [sdc] Attached SCSI disk
[ 76.218394] EXT4-fs (sdb2): re-mounted. Opts: errors=remount-ro,commit=600
[ 80.090891] EXT4-fs (sdb2): re-mounted. Opts: errors=remount-ro,commit=600
[ 137.010053] Clocksource tsc unstable (delta = -100041832 ns)
[ 338.315648] EXT4-fs (sdb2): re-mounted. Opts: errors=remount-ro,commit=0
[ 338.812824] udev[2886]: starting version 163
[ 348.356446] usb 1-3: USB disconnect, address 5
[ 349.220933] udev[2950]: starting version 163
Here sdb2 is the non-lvm root partition. sdc must be the ext. hd. Anybody, has any solutions??
*-Don't ask, i was stupid during the installation.:(