Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
1answer
14 views

Restore GRUB after Windows installation (Arch Linux)

After installing Windows 7 Ultimate x64 on a machine running Arch Linux the MBR became rewritten (I do not think GRUB has been uninstalled). Arch is now unbootable except if I use the live-CD to boot, ...
2
votes
1answer
43 views

How to boot GRUB2 so it mounts “root” on a different drive (remote server without kvm switch)

Summary: I created a copy of the root file system on a raid array (with one disk on it), and im trying to get the system to boot off that newly copied drive. Background: 2 disks of same size in ...
2
votes
1answer
95 views

Grub2 reports physical volume pv0 not found when probing/installing

I upgraded a Ubuntu Maverick to Precise server but I get the following error while updating grub: error: physical volume pv0 not found. Now, for my system I have /dev/sda through /dev/sde ...
0
votes
0answers
67 views

Ubuntu/Debian Grub2 show stopper [closed]

I am trying to setup my own home server - headless. It is a Fit-PC2 machine (full tech specs here: http://www.fit-pc.com/web/fit-pc/fit-pc2-specifications/ ) with 160GB HDD so it has limited BIOS ...
0
votes
2answers
106 views

Compiling linux kernel - `make install` asks for LILO. Now what?

So I am following this guide to compile my custom kernel - http://library.linode.com/linode-platform/custom-instances/pv-grub-custom-compiled-kernel#sph_compile-and-install-the-kernel So far so good, ...
0
votes
1answer
55 views

stock arch linux with pv-grub on linode

I am attempting to use pv-grub on a stock arch linux instance on linode by following this post:- http://forum.linode.com/viewtopic.php?p=49387 Unfortunately, I am unable to get my pv-grub enabled ...
0
votes
1answer
45 views

Xen Issues - Total Memory + Grub Disappeared

I'm pretty much a newbie when it comes to the Xen Hypervisor, either way I installed it on a dedicated server, I just removed OpenVZ since it was annoying me. So, I followed ...
0
votes
0answers
21 views

Xserve from 2009 running Ubuntu or Fedora?

Does anyone have any hints/tutorial for a running Ubuntu or Fedora x64 OS (recent versions) on a Xserve from 2009? I've found some of these machines being underused due to OS constraints. I would like ...
1
vote
1answer
105 views

How do I mount a raid disk

So I screwed up my grub.conf file on a CentOS system and I'm in recovery right now (it's only a test dedicated server). My disks are /dev/sda1 and /dev/sdb1 (RAID 1). Now I need to mount /dev/sda1 and ...
4
votes
3answers
120 views

how to get a linux image and restore it on another computer

I am trying to use dd command to accomplish complete restore of a linux image on a new computer. I have two partitions sda1(main) and sda2(extended), I took a backup of mbr image using: dd ...
1
vote
2answers
155 views

Cant boot newly created mdadm software raid in Debian linux squeeze

Hello I have very strange problem creating swraid on Debian Squeeze Linux. I started creating RAID1 from existing standard instalation of Debian on single drive. So I bought new drive and started ...
1
vote
1answer
88 views

Grub 1.98 on Ubuntu 10.04 ignores grub.cfg, goes for menu.lst instead

I've got a VPS that's merrily running Ubuntu 10.04 server (I believe it's on Xen). I was doing some kernel maintenance and updating grub when I noticed that the update-grub tool writes an accurate ...
7
votes
3answers
105 views

How can I tell which of two very similar linux kernels I booted from?

I have recently compiled a new kernel for my linux server. It is almost identical with the previous kernel (I added cifs support). Because physical access to the server is limited, I configured grub ...
1
vote
0answers
97 views

Can Solaris 11 boot from one disk but load the OS from another?

I'm trying to convert my bare metal Solaris 11 Express box into a virtual machine but I can't get it to boot. I've already asked Is it possible to boot from a passthrough lsi2008 under esxi? but I ...
5
votes
1answer
127 views

Anyway to get GRUB failsafe to timeout?

I've got a bunch of headless servers installed in random (remote) locations all running Ubuntu 11.04. Sometimes the boxes go down and never come back up, eventually someone goes out to check on them ...
0
votes
2answers
374 views

Creating a partitioned raid1 array for booting a debian squeeze system

I'd like to have the following raid1 (mirror) setup: /dev/md0 consists of /dev/sda and /dev/sdb I created this raid1 device using mdadm --create --verbose /dev/md0 --auto=yes --level=1 ...
1
vote
1answer
78 views

Boot configuration error: Fedora 15

I have a Fedora 15 installation on VirtualBox. When I added another virtual hd it erased all the grub.conf. Now I'm trying to manually add the CD-LIVE correct command in grub.conf, but is giving ...
0
votes
2answers
158 views

Linux kernel upgrade broke : How do I remove the kernel that broke it all?

I just upgraded an Ubuntu 10.04 (Server Edition) to '2.6.32-36'. However, after doing that upgrade the server would not longer start and GRUB tells me that it is unable to read the header. I rebooted ...
1
vote
2answers
390 views

Run fsck -y everytime at startup on my main partition Linux

I have an embedded linux system. I use grub2 for the boot loader. I would like to run an fsck -y /dev/sda on /dev/sda every time it boots--even when the system had a power loss and the reboot command ...
3
votes
1answer
342 views

Why does 'aptitude safe-upgrade' cause Ubuntu's boot to hang on “Waiting for root file system”?

I launched an Ubuntu EBS instance on Amazon EC2 using the Ubuntu's very own latest AMI for 10.04 Lucid, ami-ad36fbc4` After getting the instance up, I ran the command sudo aptitude safe-upgrade ...
2
votes
2answers
160 views

Time drift in Cloud Server - need to mainpulate GRUB config

We are hosting a VPS on a popular host and are experiencing a regular time drift of several minutes a day forward (approx 7). Linux Kernel: 2.6.18-164.11.1.el5 GNU/Linux Distro: CentOS release 5.4 ...
1
vote
0answers
76 views

Xen Hosting - What Could Be Causing My Kernel to Not Boot - At All?

I have a VPS at Linode, and I'm trying to boot Gentoo's hardened kernel - which is patched with Grsecurity and PaX. On Linode, you can boot a kernel of your choice by utilizing their "PV-Grub" ...
0
votes
0answers
405 views

XenServer 6.0 upgrade pygrub error

Just upgraded our XenServer testmachine from 5.6 to 6.0, one of the vms' (ubuntu-server 10.04 LTS) will no longer boot. Error in XenCenter; 9/11/2011 3:48:23 PM Error: Starting VM 'TestDom-Ubuntu' - ...
0
votes
1answer
175 views

Linux: Rebuilding MD-RAID 1 array when one drive has been out of array for awhile

About a month and a half ago I noticed that the two hard drives in a (OpenSuSE 11.3) server were dying. Guessing based off the SMART data, I replaced /dev/sdb first; to do this I removed the drive ...
2
votes
2answers
156 views

How to install grub on multiple disks?

I have weird situation - order of disks as reported by BIOS, is different than order of disks that Linux sees. Which makes for problematic run - grub installs to sda, but bios boots from sdd or ...
1
vote
1answer
46 views

can grub be installed as first program on new machine? [closed]

Possible Duplicate: How to install grub on a completely empty hard drive? I've got a new os setup in virtualbox. I booted into it with gparted live cd. how can I install grub on the mbr ...
0
votes
1answer
75 views

Grub install devices & Software RAID

Server has a software RAID 1 (sda+sdb) configured as /dev/md0 device. Later system upgrade was launched and grub updated. Now it promped to select grub unstall devices from the list to finish update: ...
5
votes
3answers
90 views

Modifying grub.conf file in linux

I edited the 'grub.conf' file of my linux system and changed the 'timeout' value in it and added some other line so as to solve the timeout issue of 'xm console guest' command. I was fool to assume ...
4
votes
2answers
114 views

Moving an existing Linux into an LVM

We have a server with an existing Linux installation (CentOS 6) + boot partition on disk 1, and an empty disk 2. What we'd like to setup is this: One disk (1 or 2, doesn't matter): The main system ...
0
votes
1answer
275 views

Unattended grub-pc update

I would like to know how to update grub-pc on a ubuntu 10.04 derivative distro without the configure grub-pc ncurses based dialog. I have tried examining debconf-get-selections before and after as ...
4
votes
1answer
175 views

Grub 1.99 default?

I have been running into an issue. I have my grub set to run the only OS on power on, and the BIOS to automatically restart the machine if it dies. The issue is that if the machine dies (from say a ...
2
votes
1answer
143 views

Can't install grub, missing sda?

all. I've been struggling with this for a few hours. Can't seem to be able to install GRUB. I'm on a VPS, and what's in /dev looks weird to me: drwxr-xr-x 7 root root 1920 Sep 3 11:51 . ...
1
vote
3answers
45 views

boot manager for two partitions on different HDD

Is there a way to install a boot manager to the MBR, like GRUB, so that I can choose from my IDE drive running Windows 7 Pro and my SATA drive running Windows Server 2008 ? The way it is now is that I ...
-1
votes
1answer
39 views

How can you change the grub default operating system from the grub menu? (i.e. without booting further)

As frankly the computer I'm trying to adjust is in a very difficult and public place so the less keystrokes the better!
1
vote
1answer
154 views

Finding the LVM root volume while in the Grub 0.95 CLI without access to the grub.conf file

If I have my root device is a LVM logical volume, how can I figure out the path via the Grub CLI without access to the original grub.conf file? This is for use in the kernel command's root and ...
0
votes
1answer
90 views

Centos 5.5 SoftRaid Grub Installation

I did the Soft RAID 1 installation with Centos 5.5 on my server with 2 SATA 1TB disks. I followed this great guide here: http://wiki.centos.org/HowTos/SoftwareRAIDonCentOS5 However, there is one ...
1
vote
1answer
108 views

Ubuntu 10.10 unattended grub2 downgrade

I've got to install a few machines with grub legacy on them due to issues with symantec ghost (ghost is a requirement that can't be dropped). i've got a script that prepares machines, but there's a ...
0
votes
1answer
354 views

“signal out of range” when starting grub after Natty server installation

I get “signal out of range” displayed on screen after boot up from fresh Ubuntu installation, if flashes grup in corner for half a sec then it goes to “No Input Signal”, anyone got a clue how to get ...
1
vote
1answer
203 views

grub rescue prompt

Had win7 and ubuntu installed on laptop and inadvertently selected the recovery option in boot menu - exited and now all I get is error: no such partition grub rescue> set returns: ...
1
vote
2answers
545 views

GRUB2 not detecting OS on raid partitions

I have recently added a drive to a system and have successfully raid'ed (RAID-1) the paritions, with the exception of the boot partition. I have it ready and mirrored, but can't get GRUB2 ...
2
votes
3answers
400 views

Debian boot problems

I've got Debian server with one disk. No dual boot or anything fancy. Just Debian 6.0 (Squeeze). I rebooted the server today and now it doesn't boot. I get the following (from GRUB): error: ...
0
votes
1answer
68 views

install grub on disk image

I have disk image with 2 partitions: Partition 1 has cramfs file system (read only). This partition contains all system files of the OS Partition 2 has ext3 file system. This partition has only ...
1
vote
1answer
813 views

Rescuing grub on RAID+LVM

I have a dual SATA drive setup for a file storage/general purpose box, which is arranged thus: /dev/sda1 + /dev/sda1 = /dev/md0 RAID1 --> /boot /dev/sda2 + /dev/sdb2 = /dev/md1 RAID1 --> LVM with ...
1
vote
1answer
280 views

Ubuntu Server 10.04 64 bit Clonezilla image shows grub menu at startup

I've successfully cloned an entire disk of one server using Clonezilla live. The only problem is after cloning, the grub menu displays on boot. Grub menu settings are carried over from the cloned ...
2
votes
1answer
245 views

Debian - corrupted GRUB

I have installed Xen on Debian following the official manual from debian.org. After that I runned grub-update and some time later removed Xen, including xen kernel. I runned grub-update one more time, ...
1
vote
1answer
196 views

How can I force my terminal to run high resolution in non-X11 environment in Linux?

I just installed Scientific Linux and I've had a high resolution terminal, then I upgraded my video driver to enable some features of my video card but with that my terminal went to regular resolution ...
0
votes
2answers
148 views

Grub to boot USB HDD

My machine is using Ubuntu 8.04 (=> legacy grub). It is backed up regularly and I would like to check I am able to restore the backup. This backup includes everything on the system, including /boot ...
1
vote
1answer
222 views

I deleted files from my Linux box's /boot directory and now it won't boot

I did that to save space. Now I see GRUB loading, please wait ... ERROR 15 on boot. /boot still has files corresponding to 2.6.32-27 version of Linux. But I deleted all others that did not have ...
3
votes
1answer
356 views

how to force grub to boot (no human input) regardless previous booting failure

When previous boot was failed. (because of power failure, hardware failure) booting will hang at the grub menu for human prompt. Can you set option to force boot up no matter what happened? Thanks
1
vote
0answers
191 views

Hidden OS dual boot with or without Trueycrypt

As I understand Hidden OS feature in Truecrypt makes your hidden OS interact with all external storages (USB...) read-only. Which is something that will definitely not work for me. I would like to ...

1 2 3