GNU GRUB (short for GNU GRand Unified Bootloader) is a boot loader package from the GNU Project.
0
votes
0answers
5 views
grub2 'Invalid magic number' when loading kernel with ovmf + qemu
I am currently trying to load a linux 3.8 kernel in a uefi environment, by testing it with ovmf and qemu. It's worked quite well up to the part where the kernel has to be loaded. I have compiled grub2 ...
-2
votes
1answer
14 views
Centos 6.3 stops booting. GRUB not loading OS [closed]
Suddenly my Centos6.3 stops booting. Machine starts then it comes to grub where it shows the OS to choose. when I choose OS (I have only one OS on my system) it just restarts the machine and this loop ...
-2
votes
0answers
16 views
How to install GRUB command line tools on Mac? [closed]
I need the grub-mkrescue command line tool. I know that Linux usually has it built in, but I'm on Mac. I've tried building from source but it's kind of confusing which download I should choose, and ...
-1
votes
0answers
25 views
OS Select Screen [closed]
I installed Windows 8. After that I create a new partition and installed Ubuntu 12.4 in that partition. Ubuntu 12.4 installed successfully and after restart laptop still boot by windows 8 directly. ...
-1
votes
0answers
28 views
grub2 adding a linux distro [closed]
I installed archlinux on my computer, but I also installed slackware on another partition (/dev/sda5);
I would like to configure grub2 from the archlinux installation through the /etc/grub.d/40_custom ...
0
votes
0answers
11 views
Do GRUB stage2 code and data loaded on memory are preserved until pc off?
GRUB (I mean GRUB-legacy) stage2 image(code and data) is loaded on memory when PC is boot.
Is this code and data preserved until pc off?
0
votes
0answers
293 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
58 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
1answer
73 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 ...
0
votes
0answers
31 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
vote
0answers
36 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, ...
0
votes
0answers
70 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
103 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
63 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
20 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
481 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 ...
0
votes
0answers
49 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
13 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
683 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
997 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
0answers
151 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
3k 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
75 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
122 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
149 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
72 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
0answers
350 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 ...
12
votes
1answer
381 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
177 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
872 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, ...
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
53 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
88 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
52 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
1answer
453 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
144 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 ...
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
0answers
120 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
2answers
269 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
3answers
147 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
1answer
180 views
Boot with LVM on RAID5 [closed]
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
87 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
105 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
66 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
78 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 ...
2
votes
1answer
268 views
How to debug a boot loader?
I debugged small programs using gdb.
I have source code of GRUB. Second stage of GRUB is written in C.
Can I debug it using gdb ?
Is it possible to debug a boot loader ?
If yes, then how ?
0
votes
4answers
166 views
Prevent hacking the grub.conf using a 'live rescue' from a live linux iso
It happened that I had set the grub password in grub.conf. But, using a live linux iso, I was able to delete the password from the grub.conf. Please read the steps for the same mentioned in this link: ...
0
votes
0answers
72 views
Grub manual boot [closed]
I had deleted a windows partition and now this has effected grub. Somehow I am not able to boot or even see the options. I tried the following command -
root (hd0,5) //ext2fs partition
kernel ...
0
votes
1answer
422 views
Brans Kernel Development : Grub Multiboot header?
I am following Bran's kernel development tutorial. In his assembly code, he has the following block of code that he describes to be not so important but something that is do with GRUB.
; This part ...


