Tagged Questions
0
votes
0answers
11 views
Directory /ETC has been moved! — Ubuntu 13.04 [migrated]
I made a bad move by moving my /etc directory to Dropbox in hopes to sync two computer enviroments. After moving the /etc directory any sudo commands responded with "Who is this UID 1000?".
Basically ...
-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 ...
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 ...
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, ...
2
votes
3answers
485 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
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
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 ...
-2
votes
1answer
877 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
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
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 ...
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
0answers
481 views
Grub Command not found on Debian
I'm trying to secure my GRUB boot loader but when I type grub I get command not found? I also tried typing grub in the "/boot/grub" path and it still didn't work. Any ideas?
0
votes
1answer
132 views
Custom Boootloader like GRUB, from scratch
I want to build a custom bootloader (not just changing images) that can actually start two different kernels. I know I can just edit via modifiying these:
default install
label install
menu label ...
0
votes
1answer
116 views
grub-mkconfig of route
In grub2, I know grub-mkconfig command is available.
This command automatically scan hard disk and find kernel image(route is /boot/ , I thought)
But, I want to change this route to CFmemory.(GRUB2 ...
1
vote
0answers
67 views
Moving Data from Bootloader memory to Linux Userspace
We are modifying grub to netboot a custom linux bundle/image.
The image contains the following pieces concatenated together into one image file
1. bzImage
2. Initramfs - cpio.gz file
3. Data ...
6
votes
1answer
504 views
Where does code of GRUB stage 1.5 reside on disk and what is the address it is loaded?
I have grub v1.98 installed and after disasmbling the MBR I find the following code snippet that I'm not clear.
xor ax,ax
mov [si+0x4],ax
inc ax
mov [si-0x1],al
mov [si+0x2],ax
mov word [si],0x10
mov ...
1
vote
1answer
126 views
boot sequence - is this possible?
Is it possible to have the following boot sequence?
PXE -> grub -> linux (run an app), terminates -> run windows natively
All this without any virtualisation? eg. I don't want to run a windows guest ...
1
vote
1answer
659 views
Triple Boot 2 Linux Distros With A Win 7 Installation [closed]
There are a couple of Linux distros I'd like to install alongside my Windows 7 installation. I initially installed Backtrack side-by-side my Windows install successfully with defaulted settings ...
2
votes
1answer
92 views
Common Grub for multiple platforms [closed]
I am working on two Single Board Computers (SBCs) that have a slightly different architecture. They do NOT have hard disks attached to them. Instead, the first one has a DiskOnChip flash (on-board) ...
0
votes
0answers
179 views
ERROR: UNKNOWN FILESYSTEM on booting computer [closed]
I have pre installed windows 7 on my laptop sony VAIO EB46FG. When i installed Fedora 16 with dual boot. It installed successfully. I used both OS for few days. But now i have a serous a really serous ...
-1
votes
2answers
78 views
Multiboot linux windows [closed]
how multibooting ( a system having windows and linux in which a grub appears first which gives us option to select the operating system ) and single booting( one opeating system in system) whorks? I ...
0
votes
1answer
542 views
CentOS OpenVZ fail to boot after kernel update
After upgrading to latest OpenVZ kernel CentOS server won't boot. When i try go boot the latest kernel server is stuck at this point: (note that images are taken from virtual kvm)
Then i try to ...
0
votes
1answer
1k 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 ...
1
vote
0answers
405 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 ...
0
votes
2answers
96 views
How to edit the grub file in the fedora16 alpha? [closed]
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
725 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 ...
1
vote
0answers
344 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 ...
5
votes
2answers
997 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 ...
0
votes
1answer
791 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
2answers
1k 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?
4
votes
1answer
221 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?
1
vote
8answers
431 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
4answers
4k 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 ...