I want to make a multiboot disk with some distributions (six?). I have made a 2GB /boot partition for the lot.
The first distribution I installed was Ubuntu lucid with debootstrap. I made a /(swap) and /(root) partitions for lucid. Only the /(root) partition was mounted for the bootstrap process and /mnt/maxubrt is the mounted location.
The following boot files have been installed.
To make things clear,
The first distribution I installed was Ubuntu lucid with debootstrap. I made a /(swap) and /(root) partitions for lucid. Only the /(root) partition was mounted for the bootstrap process and /mnt/maxubrt is the mounted location.
The following boot files have been installed.
I can move the files to the /boot partition I created but now I have the following questions. Is it better to have a separate /boot partition for all? Will some of the files be overwritten by the other distributions (installations) if they are identical?Aris@Aris2:/mnt/maxubrt$ ls /boot
config-2.6.32-5-686 grub initrd.img-2.6.32-5-686 lost+found System.map-2.6.32-5-686 vmlinuz-2.6.32-5-686
To make things clear,
Aris@Aris2:/mnt/maxubrt$ blkid
/dev/sda1: LABEL="MaxBoot" UUID="e7fd7902-7ab0-4ca1-8cbf-3c43ebf1d0ff" TYPE="ext4"
/dev/sda2: LABEL="MaxUbSwp" UUID="82e96ef7-c7d6-4ce9-9e0c-f069e84642fa" TYPE="swap"
/dev/sda3: LABEL="MaxUbRt" UUID="aed7b4d4-4eae-407b-ab43-bf359d9bda8f" TYPE="ext4"
Aris@Aris2:/mnt/maxubrt$ mount
/dev/sda3 on /mnt/maxubrt type ext4 (rw)