1
vote
1answer
38 views

grub2: how to bypass “press any key”?

I recently updated my motherboard and moved my grub2 onto EFI partition. I have same grub menu, but after I select a menu entry and press Enter, a message "Press any key" comes and the loading stops ...
1
vote
1answer
36 views

Can I move an existing Debian installation to a RAID5?

I put myself a small NAS together, to experiment a bit with raid.. I have a working RAID 5 array using mdadm under Debian 6 ("squeeze"). I installed GRUB and Debian to an USB stick, since I was not ...
1
vote
1answer
68 views

How to recover grub after Windows installation

Usually when we install Windows after installing GNU/Linux, we usually lose the Grub. Which is the best way to recover grub when we lost grub or what are the possible different ways.
4
votes
1answer
98 views

System boots only with CD inserted

I have a weird problem lately: My system only boots if either a CD is inserted (any CD, not a specific CD(*)) or if I enter UEFI-BIOS before boot. Otherwise, grub2 would start but afterwards the ...
2
votes
1answer
257 views

Installing Debian on USB

From my Ubuntu, I want to create a bootable Debian USB. I tried to install Debian with debootstrap. A brief list of commands is mount /dev/sdb1 /mnt debootstrap sid /mnt http://ftp.debian.org/debian ...
0
votes
1answer
204 views

Debian install fails on USB-HDD

After my internal HDD broke in my laptop, I've tried to install Debian 6.0.6 on my external HDD. Please note that everything runs great when installing Ubuntu, but for some reason while the Grub stage ...
1
vote
3answers
421 views

ntldr.mod missing from GRUB2

I use Debian Wheezy on EFI motherboard and need ntldr module in GRUB2 to load bootmgr of Windows 7 installer, because the way it starts on its own (apparently, using the boot sector of the USB flash ...
3
votes
2answers
2k views

How do you dual boot Debian and FreeBSD using GRUB2?

I've been trying to install FreeBSD alongside my Debian installation in a single partition. All examples readily present on the Internet had shortcomings: Some required chainloading the FreeBSD ...
2
votes
2answers
2k views

New menu entry in GRUB2, “file not found” and “you need to load the kernel first” errors

I wanted to add new menu entry to my GRUB2 list. This is how I tried to do this and necessary info: Erros after choosing "Debian Wheezy" menu entry from GRUB2 list: error:file not found error:you ...
6
votes
2answers
4k views

Is Grub installed to all the MBR of a RAID array by default by the Debian Installer?

If I use the Debian Stable (Squeeze) Installer to install Debian, booting from a RAID1 pair of drives, does it write grub to the MBR of both drives - if not, how should I best protect against a drive ...
6
votes
2answers
3k views

How to check on which drives grub2 has actually installed an MBR?

I'm on a Debian/Squeeze system (with a history going back to at least Woody) which was upgraded to grub2 as part of the Squeeze upgrade. All works well, but I'm about to mess with the disk ...
0
votes
1answer
524 views

How can I manually set a partition as my primary one in Debian 6.0?

While installing Debian 6.0 I went with manual partitioning and apparently messed up. The OS only loads if I start the computer in recovery mode and fdisk output doesn't have primary partition. AFAIK ...
8
votes
1answer
4k views

grub error “superfluous RAID member” on update-grub

My system (wheezy/sid: 2.6.32-5-amd64 #1 SMP x86_64 GNU/Linux) is running fine - I'm just wondering what some messages mean. I have two mdraid arrays running up on my system. Here's cat /proc/mdstat: ...
12
votes
3answers
16k views

Debian/Grub2: Moving root partition to new drive?

Does anybody have a suggestion for how to move the root partition to a new drive and set up grub2 to boot on that drive? I seem to have no luck instructing grub-mkconfig what it is I want to do (e.g. ...