Edit:
I was told that my question was confusing and couldn't be understood. I'm completely rewriting it so it will make sense. Same question, just rewiting it.
Here it is...
-> I'm installing a 64 bit Ubuntu 12.04 Desktop as a uefi install. I've been using the 64 bit alternate install cd. Right after the partitioning step I get the following error.
--------------------------------| [!!] Partition disks |-------------------------------------
The attempt to mount a file system with type vfat in SCSI1 (0.0.0), partition #1 (sda) at
/boot/efi failed.
You may resume partitioning from the partitioning menu.
Do you want to resume partitioning?
<Go Back> <Yes> <No>
-> The layout I've chosen is to have / in a logical volume on top of raid. I know this is possible but is more challenging.
-> After reading up on a web site I was given, I think the best option is to install without any boot loader then install the boot loader manually after that. I need some feedback on that.
-> If I follow that plan, I need to know what to put in the ESP (ie: kernel? bootloader? initrd?).
-> If I follow that plan, I also need to know more detail about how to configure things and how to create the initrd properly so I can get at / in the boot process.
// =============================================== //
=> INFORMATION ABOUT THE CURRENT PARTITION LAYOUT:
(It is gpt on all disks)
// =============================================== //
There are 3, 3 tb disks in the desktop machine I'm installing on.
Partitioning, the boot flag, and partition types were done using gparted live (version: gparted-live-0.14.1-6-amd64).
/dev/sda1 is intended for the ESP (formatted in fat 32 @ 250 Mib/ 262 Mb)
There are sdb1 and sdc1 which are the same size as /dev/sda1 (250 Mib).
- They are unformatted, and are just there as spacers so that the partitions following start in about the same pace on those disks.
sda2, sdb2 and sdc2 are just under 3 tb each (the lions share of the avialable disk space)
Swap partitions sda3, sdb3 and sdc3 are roughly 5.3 Mib each
Raid 5 (/dev/md0) was set up using the partitioner in ubuntu installer but not initialized/ built yet. It includes sda2, sdb2, and sdc2.
A volume group and logical volumes were created on /dev/md0, using the partitioner in the ubuntu installer. Those logical volumes are...
/system/root (place for the core system to reside @ 512 Mib/ 500 Mb)
and other's...
// ============================================== //
I think the best option is to install without any boot loader then install the boot loader manually after that. I need some feedback on that.
I need to know what to put in the ESP (ie: kernel? bootloader? initrd?).
I also need to know more detail about how to configure things and how to create the initrd properly so I can get at / in the boot process.
Well hello there! We talked before (the first time I tried to do this). You were a great help to me at that time, but I just wasn't confident in my ability to work through the issues. Now I have a little more ammo and I think I can really tackle these challenges. I'll definitely revisit the web site and look into the the things you mention here. Thank you again.
Jake
– Jake Mar 19 '13 at 22:35