Page 1 of 1

boot/boot/boot/boot/boot/boot/boot/boot/boot/boot/boot/boot/

Posted: Fri May 25, 2007 12:23 am
by maboo
whats with the forever nested boot directories?

Posted: Fri May 25, 2007 12:44 am
by clpalmer
When you followed cheesyboofs tutorial, did you accidentally run:

ln -s /boot /boot

instead of:

ln -s /boot /mnt/fatx/e

? Do a "ls -l /boot" and see if there's a softlink in there pointing to itself.

Posted: Fri May 25, 2007 2:05 pm
by maboo
I followed cheesyboofs guide on full native install, and never got past the mounting and copying of rootfs.

Posted: Tue May 29, 2007 11:21 am
by ShALLaX
This is normal, basically its so that if you have a separate boot partition, you can still reference "/boot/kernel". It means that no matter how your partition layout is configured, your kernel will always be available from "/boot/kernel".