GNU GRUB (short for GNU GRand Unified Bootloader) is a boot loader package from the GNU Project.

learn more… | top users | synonyms

0
votes
1answer
35 views

Can't use Xen entry on Grub2

recently I installed Xen in my new computer then created the grub entry with the command sudo grub2-mkconfig -o /boot/efi/EFI/fedora/grub.cfg The problem is that when I load Fedora with Xen ...
-1
votes
0answers
7 views

Clonezilla Grub Version [closed]

I am trying to restore a disk image with clonezilla. However, after I do so, a grub menu pops up showing the 4 standard options(os, recovery, memtest...). My original image did not have this and I ...
-1
votes
0answers
13 views

Want to rescue GRUB [closed]

I have ubuntu 12.04 and windows 8 installed on my system. The main boot manager is grub, also the ubuntu and windows are installed in separate partitions. I want to install windows 7 back in place of ...
0
votes
0answers
21 views

Triple boot with Windows 8 [migrated]

while ago I bought a acer aspire e1 laptop with windows 8 on one partition, yesterday I installed ubuntu 12.10 and fedora 18 but when booting up I don't see ubuntu and fedora OS to select, it takes me ...
0
votes
0answers
85 views

Android x86 4.2 Add SD Card

I have an question about adding an SD card to the 4.2 Build 20130228. I've installed it via the boot menu. It can now boot Android 4.2 via sda6 or Windows via sda... Sda6 is an NTFS formatted ...
2
votes
1answer
35 views

how stage 1 boot loader loads the stage 2 bootloader

From the past week I am puzzled with the question that how the grub first stage boot loader which is only 446 bytes is able to search for the second stage, when the second stage is in a complex file ...
0
votes
0answers
17 views

how to reinstall grub on cloned ubuntu disk?

Hi say I have 3 disks: /dev/sda a normal linux os (mounted as rootfs /) /dev/sdb source os (ubuntu 12.04) (1 partition, ext4 mounted as /mnt) /dev/sdc blank disk (fdisk + mkfs.ext4 and mounted as ...
-1
votes
0answers
43 views

Stuck in GNU Grub and Can't get to BIOS because Keyboard is Disabled [closed]

I can usually access BIOS by hitting Delete on my keyboard when I see the motherboard splash screen. However, I hit Delete on my keyboard multiple times and it took me to this GNU Grub 2.0 screen and ...
1
vote
0answers
20 views

How to configure kgdb with Grub2?

I need to setup a kernel debug session so that I can peek & poke some registers on a PCIe HW device. I am using Ubuntu 12.04, which uses Grub2. Based on my /boot/config-3.5.0-23-generic file, ...
-1
votes
0answers
40 views

Chainload syslinux from grub2 in clonezilla [closed]

I am using CloneZilla to reimage systems. I have a USB disk where CloneZilla is installed and up to now, on all the systems I used it on, it always booted using syslinux. Over the years I customized ...
0
votes
0answers
37 views

black screen when starting ubuntu [closed]

Not a single word even a cursor on screen My machine has two operate system, windows7 and ubuntu 12.04. It seems fine when start after shutdown ubuntu. This problem always happens when i just quit ...
0
votes
0answers
58 views

How to boot VMware Player RHEL guest to ISO on Windows host OS

I have a Windows 7 host OS with VMware Player running a Red Hat Ent Linux guest. I also have a Fedora Live Desktop ISO file. I want to boot the guest in VMware Player to the ISO. In VMware Player's ...
0
votes
0answers
40 views

in boot menu showing only windows but i have windows 7 with centos 6.3?

I first install windows 7 then i install centos 6.2 then after some time period upgrade it to 6.3. Due to some reason my windows OS get caught by Microsoft which shows message windows not genuine. To ...
0
votes
0answers
13 views

How to add harddisk or cpu test in Grub menu

I would like to do some hardware test before start up OS(linux). I know bios already do such kind of tests, but I still want to do it(perhaps add my specific test on the hardware, like memtest86 in ...
2
votes
3answers
187 views

Retrieving Linux Grub after installing Windows 7 [closed]

Initially I installed Linux Mint 14, after that I installed Windows 7, and now I've lost Grub. I can't boot to Linux and I need it a lot. I've searched for ways to get Grub back, but they all said ...
1
vote
1answer
166 views

Boot with LVM on RAID5

I cloned my entire LVM volume group from a single drive to a RAID5 array with 3 disks. The VG is formed by these logical volumes: root swap home ... and other volumes of some XEN virtual machines. ...
0
votes
0answers
43 views

What is in the non existing BIOS Parameter Block part of GRUB 2 MBR?

Looking at MBR for BIOS based GRUB 2 install. Dump of MBR with dd give an image with a "standard layout" except for the BIOS Parameter Block (BPB). I'm looking at in parallel with code from mainly ...
0
votes
0answers
8 views

grub multiboot - no cd found

I have created a grub.cfg to install different OS's. But if I start one of them, the installer says: No CD / DVD found. How can I emulate the drive or change the search patch on the fly? thx
-1
votes
1answer
514 views

unable to install ubuntu 64 on preinstalled windows 8 system [closed]

I have recently purchase a hp sleekbook b15 with pre-installed windows 8 and I am trying to intall ubuntu 12.10 on it (with dual boot mode). I've installed ubuntu on seperate partition and all goes ...
0
votes
0answers
837 views

Windows 7 + Ubuntu 12.04 + Invalid EFI file path + Boot repair + Grub many entries

I've a ASUS N56VZ with Intel Core i7 - 3610QM, with Win 7 Home Premium x64 pre-installed. This computer come with EFI instead of the traditional BIOS. When I bought it, I had 3 visible partitions. C ...
0
votes
2answers
392 views

Multi-Boot flashdrive with custom Grub or custom loader (make a program)

I have two operating systems, very small ones. Kolibri Kubuntu I also have a program made in QBasic which runs on MSDOS. The two OS are .iso bootable, and the program is a simple .exe. I need ...
0
votes
0answers
115 views

Linux GRUB UVESA_MODE resolutions not being added

I am currently running android-x86 in VMWare Player and all works perfectly, but when I try to edit my GRUB exec line, my options aren't being included...For example... Existing GRUB Exec kernel ...
-1
votes
3answers
1k views

Laptop startup/boot Grub Rescue [closed]

I have a dell inspiron 1545 laptop with a 500GB harddisk and 3GB RAM. There were two operating systems on it 1. windows 7 and Ubuntu 12. Due to the hartd disk space requirement I deleted the Ubuntu ...
0
votes
0answers
62 views

Setting up new linux kernel on grub2

I am trying to learn linux kernel programming and want to start modifying the kernel and testing it. I want to do it on my USB drive instead of HDD of my laptop. I got grub2 set up (I havent't ...
1
vote
2answers
110 views

Testing Linux kernel quickly

I want to learn linux kernel programming and so I downloaded Linux kernel 3.7.6 source from www.kernel.org. However before editing anything, I tried to compile it using online tutorials. The make ...
0
votes
4answers
131 views

Linux doesn't boot after changing permissions to 755 of all folder in \

I made a terrible mistake and now my whole Linux doesn't boot. I changed the permissions of all folders in the root i.e. \ I used find \ -type d -exec 755 {} \; find \ -type f -exec 755 {} \; Now ...
0
votes
1answer
52 views

Edit a file using grub

I did a really bad mistake in the rc.local boot file. I added a process with an infinte loop to the list in this file so that my arch linux distro is not able to boot completly because this process ...
1
vote
1answer
115 views

Automatically restart PC on cold boot

We have a PC that has a high speed data card in the PCIEx16 slot but the card will only work during a warm boot. It appears the device does not get allocated resources on cold boot, presumably ...
6
votes
3answers
1k views

Grub and getting into Real Mode (low-level assembly language programming)

I've been working on a toy OS and have been using grub as my boot loader. Recently when trying to use VGA I found that I couldn't use hardware interrupts. This I found was because I had been slung ...
1
vote
0answers
341 views

Android X86 and Grub 0.97

First off, this is a copy of the question on the android enthusiasts stack exchange, which can be found here, but, due to the low level nature of the question (it mainly concerns the boot loader, and ...
11
votes
1answer
306 views

Simple kernel won't boot in GRUB

I'm learning a bit of OS development from OSDev.org. I have a kernel and I'm trying to boot in GRUB Legacy (0.97) using qemu. However, when I type kernel 200+9, I get the message [Multiboot-elf, ...
0
votes
0answers
141 views

Android Nexus S device never get into accessory mode with Open Accessory Protocole version 2

--- EDIT 7/01/13 --- I understand this is a kind of tricky problem. For that purpose, I think the best way would be to work with someone involved in the AOA protocole development. Does anyone know ...
-2
votes
1answer
771 views

Windows 8 not showing up in GRUB menu

Ok so my computer is pretty new and has a UEFI setup. I have secure boot off, fast boot off, and am booting in Legacy mode. I got Fedora 17 to install and now it is set up and working correctly, ...
1
vote
2answers
2k views

Grub problems while installing ubuntu

I installed ubuntu,but when I restarted my machine it shows: error: file '/boot/grub/i386-pc/normal.mod' not found grub rescue> I tried running boot-repair from live cd here is the dump of that: ...
0
votes
2answers
242 views

How to recover grub data of windows 7 from lost windows 8 bootloader?

I have installed windows 8 consumer preview over my windows 7 in a separate partition.. As i had an need for Linux and as my windows 8 expired, i just formatted windows 8 partition and installed mint ...
0
votes
0answers
50 views

Networked bootloader

I'd like to extend the concept of Wake on LAN to be able to select the OS of a dual-boot computer with a packet across the network. Ultimately this would be used to boot a group of servers and select ...
0
votes
1answer
48 views

Game on GRUB (Grub invador)

I found out a game called Grub Invader on my Ubuntu. It adds a new menu on Grub for this Grub Invader, selecting which I can play a Space Invader game built form the text characters. It is being ...
0
votes
0answers
76 views

Linux ATI Mach64 frame buffer resolution [closed]

I have a Debian system I'm trying to increase the frame buffer resolution on, it's an older system I'm using as a backup fileserver. I can see my fb0 device is initialized: > dmesg |grep fb0 [ ...
0
votes
0answers
49 views

Can i create an iso image with eltorito inside using maven plugin?

I starting a project and i need to create an iso image from maven. I found this plugin to create de iso file:com.github.stephenc.java-iso-tools. Now, i need to include eltorito grub stage to the iso ...
0
votes
0answers
109 views

Is it possible to inject parameters into core.img when chainloading into grub2?

I am configuring a boot system which will chainload into grub2 if there is no network conextion (chainloading from ipxe). I am able to chainload into grub2 if I embed core.img when building the ...
0
votes
1answer
427 views

centos 6.2 grub fails with a black screen with a blinking cursor, but works when manually entering boot command line

At $work we have a custom install of CentOS 6.2 (a pre-prepped image with a reduced set of packages). The normal CentOS 6.2 install works fine. The custom one fails to boot as follows: grub starts ...
0
votes
0answers
133 views

Using Grub4Dos as multi-installer

I'm trying to get a USB flash drive to serve as a multi-os installer. I have hit a snag when it comes to having both Windows 7 & Windows 8 on the same flash drive. root (hd0,0) chainloader ...
0
votes
3answers
135 views

How to fix rm -rf /* [closed]

My brother used rm -rf /* . Now he is at grub rescue and cant seem to make anything work. Just about every thing I try fails. Any one know what should be done?
0
votes
0answers
72 views

Copy an existing ubuntu install onto another [closed]

I have a highly configured ubuntu 12.04 system, that won't boot (my system requires the use of UEFI by the way). I've tried fixing it with boot-repair and by reinstalling grub, but to no success - ...
0
votes
0answers
170 views

Cannot load from raid with grub

I have a RAID1 array on my Ubuntu 12.04 LTS and my /sda HDD has been replaced several days ago. I use this commands to replace: # go to superuser sudo bash # see RAID state mdadm -Q -D /dev/md0 # ...
0
votes
1answer
2k views

How to edit GRUB on Windows? [closed]

My hard drive is partitioned into a Windows side and an Ubuntu side (I use Windows 99.99% of the time). I use GRUB as my boot manager. Since I don't use Ubuntu that much, I decided to hide GRUB at the ...
0
votes
0answers
96 views

When booting into WUBI installed Ubuntu 12.04, the laptop automatically goes into GNU Grub. How fix?

Friend of mine just updated Apple software on Windows, then restarted the computer to boot into Ubuntu, however that just lead to the GNU console.
0
votes
1answer
64 views

how to update debian base install [closed]

I have the debian base system installed but my internet connection cut out during, so I only have the basic GRUB command line tool. I want to install the rest of it so that I have a graphical ...
-2
votes
1answer
74 views

Will installation of grub2 package on a Linux, booting with grub-legacy, impair its boot process? [closed]

I want to create a bootable flash drive, that would carry an iso-image of Windows7 recovery DVD and GRUB2 in flash drive boot sector, so that GRUB2 creates a loopback device from the DVD-image and ...
-1
votes
1answer
2k views

grub can't see windows\no boot menu in ubuntu [closed]

i had windows on sda1, then i installed u12.04 on another partition on same hdd, and chose to install boot manager on same sda1. now when i startup my pc i dont have no options, it just boots linux ...

1 2 3