Tagged Questions
GNU GRUB (short for GNU GRand Unified Bootloader) is a boot loader package from the GNU Project.
9
votes
2answers
1k views
How do I make GRUB automatically boot the kernel?
I am currently writing a kernel, and in an attempt to actually run it, I've decided to use GRUB. Currently, we have a script to attach GRUB's stage1, stage2, a pad file, and the actual kernel itself ...
6
votes
2answers
904 views
Grub and getting into Real Mode (low level assembler question)
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 ...
5
votes
3answers
941 views
How do I programmatically create a bootable CD?
I'm using a barebones tutorial as the basis for an OS I'm working on, and it seems to be an older tutorial: it has be compiling the kernel down to a floppy image, and then loading it with GRUB.
...
5
votes
6answers
477 views
How do I prevent two OSes from clobbering grub files?
I want to install Linux and OpenSolaris on the same hard disk in different partitions. I'm worried because OpenSolaris seems to actively manage the grub data when updating the OS (part of the "boot ...
4
votes
2answers
335 views
Does GRUB switch to protected mode?
I would like to ask if it is GRUB that switch the CPU to protected mode during boot up or is it the Linux kernel that does it. And also I would like to ask - is the kernel itself (vmlinuz) an ELF or ...
4
votes
1answer
141 views
Custom code with GRUB?
Can I run some some custom code at the time when GRUB loads up? In other words does GRUB provide a facility to run some custom code before loading any operating system?
3
votes
1answer
64 views
How would one go about making a GRUB-like console menu in Python?
I have been messing around with Python for some time. I'm making a module that can aid in switching focus of a window. I can find open windows, based on some search string, and put it in a list. Right ...
3
votes
3answers
188 views
Compiling kernel to a binary file on mac
I was following these tutorials to make a simple kernel that I would then load using GRUB. The instructions for compiling didn't work (ld couldn't find the -T option) and when I finally got a compiled ...
2
votes
0answers
16 views
Can not see Kernel Image On Boot-Grub Menu Linux
This is my first question :)
I am trying to make a real time kernel by patching Xenomai framework.
Xenomai 2.6.0 and Kernel 2.6.38.8
I patched it successfuly. I did these steps successfuly * make * ...
2
votes
1answer
779 views
How do I add “Press any key to boot from usb” when installing Windows from a flash drive? (Grub4dos question / how to remove a bootloader)
I've been struggling with this problem for a while now and finially decided to ask for help. Let me first explain what the main purpose of the app is: to provide the a very easy to use way of backing ...
2
votes
3answers
8k views
How to set up GRUB in a cloned hard disk
My PC has a hard disk at /dev/hda and boots from its MBR using the GRUB bootloader.
I connected a second hard disk at /dev/hdc, formatted it and copied to it all files from my original hard disk.
Now ...
1
vote
0answers
105 views
How to recover the deleted partition table of ext3 or ext4 [closed]
I'm installing windows stand with ubuntu 10.04.And after installed, the grub doesn't work.So I tried to chroot into my old system,and run grub-install from my liveCD.
But when I restart the computer ...
1
vote
0answers
106 views
How to add ubuntu (inside windows) in fedora grub? [closed]
i have 3 os(windows7,ubuntu 11.04,fedora).ubuntu install inside windows.fedora's boot loader is currently working.i need to add ubuntu in ferodra's grub menu.
fedora grub file
default=0
timeout=15
...
1
vote
1answer
100 views
Change GRUB's variable using a C language
I was wondering if there is any way for me to write a C program to change the value off GRUB's variables.
I need to write a program that can reboot my computer on another OS, for example :
I am on ...
1
vote
1answer
185 views
VESA BIOS Extensions: How to Change Resolution?
I just finished writing a small boot loader and kernel that switches into protected mode and sets up a basic physical and virtual memory manager:
Currently, I'm displaying text onto the screen by ...
1
vote
0answers
186 views
grub problem with kvm/qemu after filesystem resize [closed]
I have a problem with a qemu-image that no longer boots.
The host-machine and the vm are both squeeze/amd64.
I started the vm as a qcow2-image with 2 partitions (root (ext3) and swap).
Then I ran ...
1
vote
1answer
256 views
Using grub in floppy image file to start your own kernel inside bochs
Basically I've followed the instructions here http://sig9.com/bochs-grub to create a bare image file which does nothing but lets the BIOS start GRUB.
The problems are:
The kernel I am writing will ...
1
vote
3answers
226 views
GRUB config file booting issue
I have installed Linux and Windows on same system, Linux is loaded by default on system startup and from Linux I restart the OS. What I want to do is on next restart I want to automatically load ...
1
vote
0answers
506 views
Use GRUB/GRUB2 to PXE boot OS image
Here is the situation I am in:
I currently have a Windows drive that boots XP. The BIOS does not support PXE booting so this is out of the question. Therefore, I was thinking I could install a ...
1
vote
2answers
250 views
Dual booting Windows 2k3 Server and Linux MBR
I have Windows Server 2003 and Linux installed on one hard drive [on separate partitions]. My first partition is the linux boot partition, and maintains Grub. When I boot the Windows partition and ...
1
vote
8answers
404 views
Does dual booting Linux and Windows Vista require special treatment?
I'm planning to install Linux on a computer that is currently running Windows Vista. Vista needs to remain functional after the install. I've been reading and it sounds like Microsoft changed the way ...
0
votes
0answers
20 views
rEFIt on SD Card booting Ubuntu on a Mac
I'm trying to install Ubuntu 11.10 as a stand-alone install on an SD card using a MacBook Pro as the host hardware.
So far, I've followed the instructions found here:
...
0
votes
0answers
26 views
Using GRUB only how do I boot into a USB device [closed]
I'm getting annoyed now.
I'm trying to install Linux Mint on to a server without any LAN, CD, DVD or Floppy devices. In short I have only 4 usb ports to play with.
It's more of educational exercise ...
0
votes
0answers
79 views
Boot non efi ms-dos Windows 7 partition with grub2-gpt [migrated]
I have the following setup:
UEFI Asus Motherboard
GPT TABLE and Ubuntu on /dev/sdb
MS-DOS TABLE, Windows 7 and Linux Mint on /dev/sda
I try to boot the Windows 7 partitions with grub2 from Ubuntu ...
0
votes
1answer
16 views
Reboot into the other OS [migrated]
I have both Windows 7 and Debian installed on my computer. I thought it would be cool if you could restart your computer, and somehow boot into the other OS. So, instead of rebooting, waiting, picking ...
0
votes
0answers
32 views
GNU-GPL Code (Grub4Dos) for Commercial Application
I am writing a proprietary application for system recovery which in turn uses Grub4Dos boot loader.
Here are my queries:
Grub4Dos is licensed under GNU General Public License (GPL) but I am
...
0
votes
1answer
531 views
Fedora 16, Grub 2 fails with error “GRUB loading.” [closed]
I just performed a clean install of fedora 16 using the install dvd. The installation went fine but when I rebooted the machine all that appeared on the screen was "GRUB loading.". At that stage the ...
0
votes
1answer
43 views
One time boot into Read Only?
I'm trying to boot into read only mode to test some software. I don't want to remount a drive after booting as that would not meet the requirements to test the software which checks the file system ...
0
votes
1answer
99 views
Grub error “no such parttion”
I've got a debian os installed on my laptop. Don't ask why but with the help of fdisk command I've deleted all partition tables.
Now I'm trying to install Windows 7, but when I try to boot from cd it ...
0
votes
0answers
41 views
Booting from other hard disk with grub [closed]
I'm trying to boot my machine from other harddisk but the default and I'm not sure how to do it.
I'm going to describe my machine:
/dev/sda (SSD)
/dev/sda1 -> /
/dev/sda2 -> /home
...
0
votes
2answers
50 views
How to edit the grub file in the fedora16 alpha?
recently i installed fedora16 and I am very new to that one. since i am using multiple OS i tried to change the grub file but i didnt find the grub file in any location as specified in web. Can ...
0
votes
1answer
113 views
How to restart a Linux/Windows dual-boot system automatically on the other OS? [closed]
Our automatic test system is setup with dual boot install. It can run Windows or Linux alternatively to exercise integration tests. (Note that the test system checks our software, working with our ...
0
votes
0answers
24 views
Grub Disk Read help?
I'm having some trouble understanding and implementing the grub_disk_read ...
The input parameters are a little confusing and what documentation I've found doesn't make sense ... This is what I'm ...
0
votes
3answers
167 views
Problems configuring GRUB for dual boot between WinXP and Kubuntu 11
I am a Windows user and recently installed Kubuntu 11.04 in the same disk. I didn't configure anything while running Kubuntu and now I need to setup GRUB for dual booting. The problem is: just Windows ...
0
votes
1answer
809 views
Hide Grub2 Boot Menu?
I'm looking for some procedure to hide menu on grub2.
I also tried to setup /etc/default/grub config with
GRUB_TIMEOUT
GRUB_HIDDEN_TIMEOUT
GRUB_HIDDEN_TIMEOUT_QUIET
options without success.
...
0
votes
1answer
39 views
Is it possible to set GRUB to refuse to boot at night?
I often overwork myself, in the sense that nothing can make me stop coding or reading papers and other resources on the internet. I stay up all night doing that, and the day after, I simply feel ...
0
votes
2answers
419 views
Compiling and installing a new kernel on ubuntu 10.04
I have ubuntu 10.04 running on VMware on a windows host. I am learning linux device drivers programming. So in the process, I was trying to set up a linux source tree and build and load a custom ...
0
votes
1answer
485 views
Grub 2, changing shift button
I'm new to linux and bash, so I don't know what am I doing wrong. I set up grub to don't show, and show after pushing shift for 3 seconds. This worked fine. Then I changed line in 30_os-prober (as you ...
0
votes
1answer
295 views
grub hidden menu, like lilo did it
In the old days of lilo we could set it to boot with timeout=0 but if shift was pressed at boot time the menu was displayed.
Can this be done with grub.
I am using grub 1.98
0
votes
0answers
227 views
Setting up a Multi-OS bootable USB
I'm trying to set up a USB thumb drive to have multiple bootable OS'es on it (Ubuntu & Windows). So, here's what I've done so far:
1. Extract Ubuntu Live CD ISO to partition 1, Extract windows ...
0
votes
1answer
207 views
Change GRUB default start option (SO)
Is it possible to change the default start option from the GRUB command line?
I have 2 options Fedora and Other. Currently the Fedora is the default. Is it possible to change it to Other from the ...
0
votes
2answers
48 views
Query regarding main() of GRUB
Below is the code of main() of grub. Here I want to know about this line:
file = fopen(arg_v[1], "rb");
Here which file fopen is opening? What file this arg v[1] is pointing to?
int main(unsigned ...
0
votes
2answers
536 views
Using bluetooth keyboard in grub bootloader
I want to choose between several OS's during startup. How can i manage this by using my bluetooth keyboard/Cellphone or at least my IR remote?
0
votes
1answer
452 views
How do I uninstall GRUB Bootloader but keep my Ubuntu installation?
I currently have Ubuntu 9.10 and Windows 7 32bit installed with my windows bootloader being able to boot into ubuntu. I get very annoyed that Ubuntu is automaticaly selected at startup and I want to ...
0
votes
1answer
259 views
Multi-Boot flashdrive with custom Grub or custom loader (make a program)
Ok guys i need help with this isuue (sorry for my english).
Well i have two operating systems, very small ones.
Kolibri (if you dont know it, i strongly recomend you to read about it)
Kubuntu
...
0
votes
2answers
324 views
echo in a bash script changing '--md5' to '?-md5'
I'm writing a VMWare ESX automated build script and I'm falling at the last hurdle, probably as I'm really not strong at scripting.
I need to secure Grub so in my script I have a like saying;
echo ...
0
votes
4answers
3k views
How do I debug GRUB handing on “GRUB Loading stage2…”?
I've seen this asked a lot around on the internet, with no satisfactory answers or root cause. Sometimes it's just 'well, replace your RAID controller', or 're-run grub install', etc. I'm running ...
0
votes
3answers
7k views
How to fix “GRUB error 17” problem on laptop without working CD reader
I broke the laptop. How did I break it?
I remember feeling happy about wubi. Now I feel bad about wubi and everything that I did.
I used the partition editor within Windows (System Tools - ...
-1
votes
0answers
61 views
grub4dos shows up on boot after installing ubuntu alongside windows
I recently installed ubuntu 11.04 64x alongside win7 (ubuntu after win7) on my laptop. Ubuntu installed properly without any errors. When I booted the first time, I didn't see grub menu which should ...