grub2 is the second revision of the GRand Unified Bootloader. It partly resides in the master boot record, so it is launched by the BIOS. It is able to read most filesystems, and its main job is to read the kernel and initramfs from a disk in order to place them into memory and launch the kernel.
9
votes
3answers
2k views
How do I begin with building a Linux system from scratch?
I tried to make an operating system with my on custom built kernel. It didn't work out too well. I am using Ubuntu and have downloaded Linux 3.2.7 from kernel.org . I am not trying to change the ...
9
votes
1answer
5k views
Can GRUB2 share the EFI system partition with Windows?
I have an existing Windows 7 GPT installation, which already has a EFI System partition.
I am now trying to install a Linux on a separate harddisk, which is also GPT formatted. I did not find any ...
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 ...
16
votes
3answers
2k views
FreeNAS grub2 booting ISO
I've got usb-keys setup to multi-boot different Linux images. I wouldn't mind adding FreeNAS, and there's a doc with samples to add to grub.cfg
menuentry "FreeNAS-8.0.4-RELEASE-x64" {
insmod ufs2
...
3
votes
2answers
5k views
Can GRUB font size be customised?
I would like to reduce the size of the font of GRUB boot loader. Is it possible and so how?
4
votes
2answers
2k views
Iso booting with grub2
I am using Linux Mint 10, and it is installed on sda8.
I edited /etc/grub.d/40_custom:
#!/bin/sh
echo "Adding 40_custom.">&2
exec tail -n +3 $0
# This file provides an easy way to add custom ...
3
votes
0answers
4k views
Enabling IOMMU in the kernel for graphics card pass-through
Short question:
How can I turn on the intel_iommu setting in the Linux kernel? I run a Debian host, using the grub2 bootloader. Documentation I've seen says to edit /boot/grub/menu.lst, which seems ...
3
votes
2answers
2k views
How do you install Grub2 on a USB stick?
How do you install Grub2 on a bootable USB stick?
Somewhere I've heard that Grub2 can boot directly from ".iso" images,
so I'm hoping Grub2 will make it easy to drag-and-drop several "liveCD" iso ...
3
votes
1answer
407 views
Grub 2 installed on-partition - how to not embed it
My friend installed ArchLinux on a MacBook Pro alongside Mac OSX and Windows to try it. He's power user, so I only needed to help with the bootloader. Arch Linux's described installation of GRUB did ...
2
votes
1answer
810 views
slitaz 4.0 grub2 loopback concatenate multiple initrd images
I'm trying to get slitaz 4.0 ISO to boot using a grub2 loopback on a multiboot USB;
insmod font
if loadfont /boot/grub/unicode.pf2 ; then
insmod gfxterm
# insmod efi_gop
# insmod efi_uga
...
3
votes
2answers
137 views
How do I make sure grub is only installed once?
I currently have Windows on one partition, and Ubuntu on another. I'd like to install Quimo, and possibly Mint and/or Lubuntu as well.
How do I make sure that only Ubuntu has Grub, and that the ...
2
votes
0answers
718 views
Grub error: file '/grub/i386-pc/normal.mod' not found?
I recently install arch (hopefully successfully) on my machine. When I went to reboot however I had a problem. I got a black screen with text saying
Grub loading.
Welcome to GRUB!
error: file ...
2
votes
1answer
529 views
Problem at booting Windows from GRUB2 menu made by Debian for itself
I've Asus UEFI motherboard with 2 hard disks, (hd0) and (hd1).
I managed to make my Debian Wheezy on my second disk bootable using grub-efi and it boots OK. I also have Windows on the first disk, ...
2
votes
0answers
287 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 ...
-1
votes
1answer
60 views
Can not mount drive after installing windows vista
I have searched for weeks now and have not found an answer to my question. Hopefully you guys can give me a push in the right direction :)
Ok, here is what happened:
I have linux mint on a 1.5 TB ...