1
vote
1answer
67 views

Installed Fedora 18 on UEFI machine, got lvm.mod not found error

I've installed Fedora 18 on UEFI system, when I boot the computer I get this error message: File "/EFI/fedora/x86_64-efi/lvm.mod" not found no server specified What should I do?
1
vote
2answers
159 views

How to make RHEL 6 to boot in Text-mode?

I am using RHEL 6.4 on a HP-Z620 Workstation.Whenever this machine starts up, it comes up with Graphics Mode e.g. Splash Screen,Red Hat Logo etc. But I want my machine to start in Text Mode. e.g. I ...
2
votes
4answers
312 views

Fedora won't boot after installing Nvidia drivers

I followed this tutorial about Nvidia drivers installation and I accidentally forget to do 5th point (disabling nouveau drivers), so now I can't boot my system. I know I am idiot but is there anything ...
0
votes
1answer
372 views

Chroot in to reinstall Grub2 reinstall, mnt/ is empty

I have a common problem: I installed Fedora 18 on my PC that has Windows on it. When I start the PC I don't get asked which system I want to boot, Windows is chosen always. So I found out that I ...
2
votes
1answer
497 views

How to boot on Fedora 18 (Grub2)

I have Fedora 18 and Windows 7 on my laptop. I had grub2 bootloader and the default is been set to windows 7. After I turn on my laptop it just automatically boots into windows 7. Now I want to set ...
0
votes
1answer
52 views

Fedora-GRUB in Mint

I want to install the GRUB2-Layout of Fedora in Mint. (I'm a new user, so I can't upload images. :( The image is here: http://ryanlerch.fedorapeople.org/Selection_045.png) Does anybody know, how I ...
0
votes
1answer
127 views

Adding another linux system to grub 2

As far as I can gather from the fedora website, I need to edit the /etc/grub.d/40_custom script to read: menuentry "Arch Linux" { set root=(hd0,5) linux /boot/vmlinuz-linux ...
0
votes
0answers
187 views

How to set the default entry in grub on Fedora 18?

I am unable to set Windows 8 as the default entry in grub 2 on Fedora 18. I have tried the following, but nothing happens. http://fedoraproject.org/wiki/GRUB_2 ...
0
votes
1answer
80 views

Cannot load font true and no console access in Fedora

When I boot Fedora 17 this error appears: Cannot open font file True I found this question Cannot open font file True, but the person who faced the problem in that question can access the console. ...
1
vote
2answers
413 views

Bootloader error installing Fedora [closed]

I need a dual boot in my computer, Windows 7 and Fedora 17. I first installed Windows 7 and created the partition scheme during Windows install: - Partition 1: is a small partition automatically ...
3
votes
3answers
698 views

How to change Grub 2 default permanently?

Fedora now uses Grub 2. Whenever it does a kernel upgrade, it loses my default boot option (Windows). How can I fix this? I resent Grub 2 over this, because the old Grub respected my choices.
2
votes
0answers
178 views

Boot linux bootloader from Mac OSX

Recently I was running Fedora 17 on my computer which was an HP windows based machine. Unfortunately my computer has a malfunctioning motherboard and will no longer turn on. I removed the hard drive ...
0
votes
1answer
564 views

How to fix mistake in grub.cfg from LiveCD?

Playing around with the GRUB2 configuration, I did something wrong, which caused the system to fail booting. I would like to fix the issue by re-editing the GRUB configuration file using Fedora 16 ...
1
vote
3answers
2k views

How can I remove GRUB2 entries in Fedora 16?

Recently, I executed the following command: grub2-mkconfig -o /boot/grub2/grub.cfg Now I have 6-7 Linux entries + 1 windows entry. How do I remove older kernel entries? I don't want to remove all ...
2
votes
0answers
291 views

VirtualBox bug[?] when Chainloading Grub2

Regarding this: How to install Fedora&Ubuntu with encrypted VG's on one disk? So booted into Ubuntu..and I run this script: #!/bin/bash # show the bootlist of grub when booting pc sed ...