All I intend to store on it is the /boot partition, with a cmdline.txt that points to my actual root drive. In my case, my pi uses a USB HD as the primary drive so my cmdline.txt looks like :
oot=/dev/sda3 rootfstype=ext4 elevator=deadline rootwait
The important to notice change here is "root=/dev/sda3" - or the third partition on my USB Hard drive. I have reserved a boot partition and I use /dev/sda2 as swap.
With this configuration, the only thing my raspi uses the SD card for is load the bootcode and kernel, and then mounts my USB HD as the root drive.
No comments:
Post a Comment