Re: Grub Rescue prompt after umbuntu 11.04 install on new 3TB disk
There may be a 2 TiB limit in the BIOS or boot loader chain. (I've seen conflicting claims on this, but my limited tests suggests that a 2 TiB limit does exist in GRUB 2.) Thus, if your kernel happens reside above the 2 TiB mark on your hard disk, your system wouldn't boot.
I recommend partitioning like this:
- Create a ~200 MiB EFI System Partition (ESP), just in case you need it in the future. If you use GParted to partition, make it FAT32 and give it the "boot flag." Make it the first partition on the disk.
- Create a 1 MiB BIOS Boot Partition immediately after the ESP. Don't create a filesystem on it, and in GParted, give it a "bios_boot flag."
- Create a 200-500 MiB ext2fs partition as a Linux /boot partition. Place this immediately after the BIOS Boot Partition. Splitting off /boot may not be strictly necessary, but I'm advising playing it safe by keeping this partition very early on the disk.
- Create a 10-25 GiB partition to serve as a Linux root (/) partition. Use whatever Linux filesystem you like on it -- probably ext4fs. Given your disk size, I'd go for a 25 GiB size.
- Create a swap partition that's ~1.2x the size of your computer's RAM.
- Dedicate the rest of your disk space to a /home partition.
Once you've created the partitions, start the Ubuntu installer. When you get to the question about how to partition, select "other." You'll then have to identify how to use each of the partitions. You can ignore the ESP and the BIOS Boot Partition, but you'll have to set mount points for the root (/) and /home partitions. I don't recall if the Ubuntu installer will pick up the swap space automatically or if you'll have to explicitly mark it as swap space at this stage.
Everything should install normally from this point. If not, post back with details about what went wrong.
If I've suggested a solution to a problem and you're not the original poster, do not try my solution! Problems can seem similar but be different, and a good solution to one problem can make another worse. Post a new thread with your problem details.
Bookmarks