
Originally Posted by
AdamW
I think you missed the little bolded words that I included in parentheses: for me and on my current hardware. Obviously you read them because you quoted them. Of course there's an issue with my specific setup. So how am I wrong? Am I wrong that there is an issue with my hardware? I don't think so. Unless the "minimal BASH-like editing..." prompt is the intended functionality after a putatively successful install....?
I may be wrong that you guys don't test, but I'm not wrong that it sucks for my configuration. And evidently grub2 actually works correctly for my hardware (whereas grub-legacy does not) because Ubuntu Precise's grub2 works fine.
Anyway, the pissing match is COMPLETELY unproductive and I realize that, so I'll stop now. Let's just fix the problem, okay? I'll provide you the info you need to reproduce the problem, as long as it doesn't require something crazy like buying a serial console (usually issues I encounter of this nature end up with someone asking me to buy a serial console so I can read some low-level log somewhere).
I can provide the grub config, if you tell me the location of where it should be on disk. Here's some preliminary data
Motherboard: ASUS PZ77-V
CPU: Intel Core i7 3770K
RAM: 32 GB DDR3-1600
RAID Controller: Adaptec 6405E (9005:028b)
Graphics: Ivy Bridge
HDDs: 2 x 6GB/s 4TB Seagate HDDs
Disk layout: RAID-0
GPT partition layout
Part0: 100MB EFI SYSTEM PARTITION
Part1: ~100MB Windows hidden volume
Part2: ~4TB NTFS volume
Part3: 1GB EFI SYSTEM PARTITION
Part4: 5GB /boot ext4
Part5: 1TB / ext4
Part6: Remainder of space /home ext4
I heard that the grub.conf file moves around if you're booting on EFI versus BIOS. Is it in /boot/efi/ ? If so, where exactly is it supposed to be?
Also let me know where anaconda logs are and where I can find them.
Also this is with a successful install of Ubuntu 12.04 with grub2; the leftover Fedora entry is from installing Fedora to the Windows EFI SYSTEM PARTITION (Part0 above) but I first tried installing Fedora to its own EFI SYSTEM PARTITION (Part3 above) to no avail.
Code:
# efibootmgr -v
BootCurrent: 0003
Timeout: 1 seconds
BootOrder: 0003,0002,0000,0006,0001
Boot0000* Windows Boot Manager HD(1,800,32000,2b018c3c-616e-447d-8609-313f65511664)File(\EFI\Microsoft\Boot\bootmgfw.efi)WINDOWS.........x...B.C.D.O.B.J.E.C.T.=.{.9.d.e.a.8.6.2.c.-.5.c.d.d.-.4.e.7.0.-.a.c.c.1.-.f.3.2.b.3.4.4.d.4.7.9.5.}...a................
Boot0001* Hard Drive BIOS(2,0,00)AMGOAMNO........q.A.S.R.-.6.4.0.5.E. .R.A.I.D. .C.t.l.r. .#.0.........................rN.D+..,.\...........B..Gd-.;.A..MQ..L.A.S.R.-.6.4.0.5.E. .R.A.I.D. .C.t.l.r. .#.0......AMBOAMNO........o.S.T.3.1.5.0.0.3.4.1.A.S....................A...........................>..Gd-.;.A..MQ..L. . . . . . . . . . . . .V.9.1.S.P.7.V.2......AMBO
Boot0002* Fedora HD(1,800,32000,2b018c3c-616e-447d-8609-313f65511664)File(\EFI\redhat\grub.efi)
Boot0003* ubuntu HD(1,800,32000,2b018c3c-616e-447d-8609-313f65511664)File(\EFI\ubuntu\grubx64.efi)
Boot0006* ubuntu HD(1,800,32000,2b018c3c-616e-447d-8609-313f65511664)File(EFI\Ubuntu\grubx64.efi)
EDIT:
I'm 2 for 3 on the things you requested. I did wipe my Fedora / partition in favor of Ubuntu but the grub.conf installed by Fedora is still in my /boot/efi on the Windows partition that I didn't nuke:
Code:
# pwd
/boot/efi/EFI/redhat
root@vk4rms:/boot/efi/EFI/redhat# cat grub.conf
# grub.conf generated by anaconda
# Note that you do not have to rerun grub after making changes to this file.
# NOTICE: You have a /boot partition. This means that all kernel and
# initrd paths are relative to /boot, eg.
# root (hd1,0)
# kernel /vmlinuz-version ro root=/dev/sdb5
# initrd /initrd-[generic-]version.img
boot=/dev/sdb1
device (hd1,4) HD(1,800,32000,2b018c3c-616e-447d-8609-313f65511664)
default=0
timeout=5
splashimage=(hd1,4)/grub/splash.xpm.gz
hiddenmenu
title Fedora (3.3.4-5.fc17.x86_64)
root (hd1,4)
kernel /vmlinuz-3.3.4-5.fc17.x86_64 rd.md=0 rd.dm=0 KEYTABLE=us root=/dev/mapper/vg_vk4rms-lvroot rd.lvm.lv=vg_vk4rms/lvroot rd.luks=0 ro SYSFONT=True LANG=en_US.UTF-8 rhgb quiet
initrd /initramfs-3.3.4-5.fc17.x86_64.img