ALARM on two partitions
Create two Linux partitions (type 83), one for /boot and the other one for the rest of the OS.
Try to use GPT (cgdisk instead of fdisk) in order to later on use the UUID trick on the bootloader.
For /boot, 200 or 300MB should be enough.
Remember to format /boot as ext2 and the other partition as ext3/4.
Once you're all set, download ALARM's tar.gz file.
Extract the OS tar.gz (tar zxfv) to the ext3/4 partition.
Then move the /boot from the ext3/4 partition to the ext2 partition.
Now, edit fstab file on the ext3/4 partition and while leaving the existing lines, add these lines:
That should be it. Unmount everything, plug the drive into the device and hope for the best!
Try to use GPT (cgdisk instead of fdisk) in order to later on use the UUID trick on the bootloader.
For /boot, 200 or 300MB should be enough.
Remember to format /boot as ext2 and the other partition as ext3/4.
Once you're all set, download ALARM's tar.gz file.
Extract the OS tar.gz (tar zxfv) to the ext3/4 partition.
Then move the /boot from the ext3/4 partition to the ext2 partition.
Now, edit fstab file on the ext3/4 partition and while leaving the existing lines, add these lines:
/dev/sda1 /boot ext2 defaults,noatime 1 2
/dev/sda2 / ext4 noatime 0 1
That should be it. Unmount everything, plug the drive into the device and hope for the best!
Comments
Post a Comment