Questions tagged [grub-legacy]

grub-legacy is the first revision of GRUB, the GRand Unified Bootloader. Grub legacy version numbers run up to 0.9x.

This tag is for GRUB Legacy (version 0.9x) only. For questions about versions 1.x and above, use the tag (note that versions numbered 1.9x are GRUB 2, not GRUB Legacy).

GNU GRUB (GRand Unified Bootloader) is a bootloader. It was originally intended as a common bootloader for various new operating systems conforming to the multiboot specification. Nowadays, many Linux distributions have adopted GRUB as their default bootloader.

There are two major versions of GRUB, with incompatible configuration files:

  • GRUB1, now known as GRUB Legacy, with version numbers up to 0.97;
  • GRUB2, with version numbers up to 1.98.

External links

67 questions
16
votes
3 answers

How to install GRUB to a whole ext4 disk without partition table?

Currently I have the entire disk /dev/sda formatted as ext4, and installed Gentoo. (There is no MBR, no partition at all. ) But finally, I can't install GRUB on it, because it seems like GRUB needs to write to MBR. # grub-install /dev/sda Unknown…
Lenik
  • 543
  • 1
  • 10
  • 20
15
votes
4 answers

Loading different Linux Distribution each time computer starts automatically?

I have two Linux distributions (OpenSuSE, Ubuntu) installed on two different partitions. Each time I start my machine, GRUB loads up, allowing me to select one of the two distributions. I don't want the GRUB to show up, so I limit timeout to zero in…
Uthman
  • 351
  • 2
  • 6
9
votes
4 answers

GRUB on USB Drive -- adding OSes

Some Background: Coming from a largely Windows background (though I'm familiar with Ubuntu, etc.) and using a Windows 7 machine to complete this task Have gotten GRUB installed successfully to the MBR of the USB drive (8 GB FAT32 drive): Have…
SeanKilleen
  • 355
  • 1
  • 4
  • 12
9
votes
2 answers

How to install GRUB on a new drive?

I have a virtual box running with CentOS. I have attached a new virtual disk to the existing CentOS VM and I'm now trying to install GRUB on this newly attached disk. Later, I will bring up a second VM with a newly prepared bootable hard disk with a…
Renjith
  • 241
  • 1
  • 2
  • 8
7
votes
6 answers

Arch installs but GRUB does not load

I installed Arch Linux from a USB flash drive. Everything went well, no errors at all. When I rebooted, however, I got only a blank screen with a blinking cursor. No GRUB. I cannot input anything. I'm sure I followed the installation instructions…
Wolf
  • 3,005
  • 6
  • 27
  • 35
6
votes
2 answers

Meaning of root in GRUB config file

Referring to here, with a configuration as grub> root (hd0,0) grub> kernel /vmlinuz-i686-up-4GB root=/dev/hda9 grub> boot The preceding is usually sufficient to boot a Linux box. The standalone root statement tells the partition containing the…
Kenny
  • 1,525
  • 6
  • 18
  • 25
5
votes
1 answer

Manually copying MBR from one drive to the other GPT drive and configuring GRUB results in booting failure

I run CentOS 6.4. I have SSD 300GB for system files and RAID10 8TB for storage + backup. SSD system drive is partitioned as follows: fdisk -l /dev/sdb Disk /dev/sdb: 300.1 GB, 300069052416 bytes 255 heads, 63 sectors/track, 36481 cylinders Units =…
Ilia Ross
  • 363
  • 3
  • 16
5
votes
1 answer

What does btusb.enable_autosuspend=n really do?

Bluetooth is a mess in linux. After hours of trying to make bluetooth even turn on, I found out that adding this to the grub fixed the issue to where now it's at least turning on albeit not pairing with any devices. I went and reconfigured my GRUB…
user334374
5
votes
4 answers

Grub error 15 (file not found)

I'm trying to fix a problem with a new installation. I'm running this existing distro (Ubuntu) from /dev/sdb with a new OS, Gentoo, installed on /dev/sda. I'm glad I took the trouble of setting these up on different disks because I can't boot into…
Charles
  • 279
  • 1
  • 3
  • 17
4
votes
2 answers

Using GRUB to bootstrap Windows10 from a PCIe NVMe SSD

I have a computer about ten years old, and I would like to install a PCIe M.2 NVMe SSD in it. Unfortunately, the BIOS cannot boot from the SSD, because it doesn't know how to boot from a PCIe SSD. This means that I must use SATA instead of PCIe,…
merendo07
  • 41
  • 1
  • 3
4
votes
1 answer

Grub error 21 unless both sd card and live-usb are present

I'm not sure exactly how my EEE PC got to this point, but I have Backtrack (an Ubuntu-based distro) on the SD card, and a few different Ubuntu LiveUSB distros on different USB memory sticks. If both the SD card and any of the USB sticks are…
user3019
  • 141
  • 2
4
votes
1 answer

Ext4 support in Grub 0.9X (legacy) and Grub 1.9X (Grub2)

I'm about to setup my new USB key with Grub or Grub2. In the old days I used ext2 for the boot partition. I'm wondering if I could use ext4 for Grub2? And if use Grub 0.9X, what about support of ext3?
daisy
  • 53,527
  • 78
  • 236
  • 383
4
votes
1 answer

GRUB Legacy complaining about filesystem being unknown?

I have several VM's in an OpenStack cluster (KVM) and when they get built from an image that had say a single 5GB partition they too will have this same HDD geometry configured. I've found several methods to resize them from the actual OpenStack…
slm
  • 363,520
  • 117
  • 767
  • 871
4
votes
1 answer

grub-update in GRUB Legacy (0.97)

I have reinstalled grub, because I have done an install of Windows 7. The problem is that grub doesn't see Windows. I know, that in grub2 I can run grub-update and it will find all my systems. But I don't know how to do this grub legacy. I'm using…
4
votes
3 answers

CentOS boot time screen resolution

I'm trying to set the screen resolution in /etc/grub.conf using vga= on the kernel line: vga=788 I'm using CentOS 6.4. That command should set the screen resolution to 16bit 800x600 according to antlinux's wiki. I removed rhgb from the grub.conf…
GoinOff
  • 589
  • 3
  • 13
  • 27
1
2 3 4 5