Displaying 10 results from an estimated 10 matches for "hd2,0".
Did you mean:
hd0,0
2009 Mar 16
3
grub issue
HI,
I always get a grub prompt ,after I installed 2nd processor to the
Server IBM x3610
At the grub prompt, I always have to issue below commands. Then,
Server starts successfully.
grub> root (hd0,0)
Filesystem type is ext2fs, partition type 0x83
grub> kernel /vmlinuz-2.6.18-128.1.1.el5PAE
[Linux-bzImage, setup=0x1e00, size=0x1bb714]
grub> initrd
2015 Apr 09
2
install problem
...c1, which is /boot. My
raid arrays with lots of data (still intact) are /dev/sda and /dev/sdb, so I
didn't want it to install grub on the MBR of /dev/sda.
When I power it on, the kernel selection comes up, I select the (only) kernel
and it says:
Booting 'Centos (2.6.18-371.el5)'
root (hd2,0)
filesystem type is ext2fs, partition type is 0x83
kernel /vmlinuz-2.6.18-371.el5 ro root=LABEL=/ rhgb quiet
Error 15: file not found
Press any key to continue
So it is finding the /boot/grub/grub.conf and reading it correctly.
/boot (/dev/sdc1) actually contains the vmlinux-2.6.18-371.el5 fil...
2015 Apr 11
0
disk order question
...sda and /dev/sdb on my 3ware disk controller (both multi TB raid 5 arrays). It also sees /dev/sdc, which is the target disk for the installation.
The install runs fine (5.11, BTW) and tells me to reboot. My reboot fails.
If I go into grub and do a
find /grub/grub.conf
it returns (hd0,0), not the (hd2,0) that the installer used to setup grub.conf, which indeed says root is /dev/sdc1 (hd2,0)
My best guess is that when it tries to boot itself, my target disk for the install appears to be (hd0,0) or /dev/sda1 instead of (hd2,0) or /dev/sdc1 which is what the installer saw it as.
What is my way fo...
2015 Aug 06
3
CentOS 5 grub boot problem
On 08/05/2015 10:23 AM, Chris Murphy wrote:
> Nothing about hd0 or hd1 gets baked into the bootloader code. It's an
> absolute reference to a physical drive at the moment in time the
> command is made.
Is that true? If I have a system with two disks, where device.map
labels one as hd0 and the other as hd1, and I swap those numbers, the
resulting boot sector will differ by one bit.
2007 Jan 04
0
GRUB CD errors on CentOS 4
...e error 25 with CentOS grub-0.95-3.5, but using the
interactive GRUB "e" command to make it look like
kernel (cd)/boot/vmlinuz-2.6.9-42.0.3.ELsmp ro root=LABEL=/1
rhgb quiet
initrd (cd)/boot/initrd-2.6.9-42.0.3.ELsmp.img
works.
Similar results occur using [for example] (hd2,0) in place of (cd) from
the same GRUB CD. Using /usr/share/grub/i386-redhat/stage2_eltorito
from an FC6 machine as the boot record for the CD fixes the problem.
[See below. I also copied FC6 /boot/grub/*stage* to iso/boot/grub for
good measure.]
The FC6 grub-0.97-13.src.rpm builds on CentOS 4 a...
2015 Apr 09
0
install problem
...which is /boot. My raid arrays with lots of data (still
intact) are /dev/sda and /dev/sdb, so I didn't want it to install grub
on the MBR of /dev/sda.
When I power it on, the kernel selection comes up, I select the (only)
kernel and it says:
Booting 'Centos (2.6.18-371.el5)'
root (hd2,0)
filesystem type is ext2fs, partition type is 0x83
kernel /vmlinuz-2.6.18-371.el5 ro root=LABEL=/ rhgb quiet
Error 15: file not found
Press any key to continue
So it is finding the /boot/grub/grub.conf and reading it correctly.
/boot (/dev/sdc1) actually contains the vmlinux-2.6.18-371.el5 fil...
2005 Jun 09
1
New CentOS 4 x86_64 U1 kernel - grub entry
The new kernel is added to grub as:
title CentOS
Red Hat Enterprise Linux AS (2.6.9-11.EL)
root (hd2,0)
kernel /vmlinuz-2.6.9-11.EL ro
root=/dev/VolGroupSYSTEM/LogVolROOT
initrd /initrd-2.6.9-11.EL.img
This (the title) looks to me not as it should be. Or am I (again) on the
wrong path concerning the trademarks issue?
Alexander
--
Alexander Dalloz | Enger, Germany | GPG http://...
2012 Mar 02
7
CentOS 6.2 software raid 10 with LVM - Need help with degraded drive and only one MBR
CentOS Community,
I have a dedicated server with 4 hard drives in a RAID 10 software
configuration running LVM. My OS is CentOS 6.2. Earlier today, I
rebooted my system and my system did not come back online. I opened a
ticket with my datacenter who informed me that one of my hard drives is
no longer recognized by the bios and has failed. I was told that an OS
reinstall was needed.
I
2010 Aug 07
6
ext4?
Listee's...
I have a 5.5 box and I have formatted a partition as ext4 however I
can't mount it, the mount command is telling me its an unknown file
system type. fsck tells me the partition is a clean ext4 partition but
I can't mount it.
Some reasearch has lead me to believe the problem is that ext4 isn't
enabled in the kernel by default in 5.5 (this was originally a 5.2 box
that
2009 Aug 25
14
3.4-testing : Kernel panic on bootup (mount: could not find filesystem /dev/root/)
Hi,
I installed XEN 3.4-testing version without much problems in CentOS 5.3
running on quadcore Intel Nahelam processors using the following
installation
steps (as in the README) :
<steps>
hg clone http://xenbits.xensource.com/xen-3.4-testing.hg`
cd xen-unstable.hg
make world
make install
make linux-2.6-xen-config CONFIGMODE=menuconfig
make linux-2.6-xen-build
make linux-2.6-xen-install