- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Re: GRUB Problem in RHEL AS Update 2
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-06-2008 10:45 PM
01-06-2008 10:45 PM
GRUB Problem in RHEL AS Update 2
my linux server is not booting it is in grub> prompt, but when i try to reinsatll the grup from the rescue mode, it says the sysimgae is not found. i am explain the steps what i did.
1. boot form rhel 1 cd
2. linux rescue
3. given the keyboard and language settings
4. network interface settings.
5. continue option for the sysimage
( after loading of drivers the system says that "you dont have any linux partition, press enter to get prompt".)
6. chroot /mnt/sysimage
( now the system says no such file or dirctory found)
pls some one help me, what i wants to do further. any additional things are there...
thanks in advance.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-06-2008 11:31 PM
01-06-2008 11:31 PM
Re: GRUB Problem in RHEL AS Update 2
please ll to your mounted directory.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-07-2008 02:10 AM
01-07-2008 02:10 AM
Re: GRUB Problem in RHEL AS Update 2
there are only two directorys in the /mnt they are source and runtime, i tried to mount over there but it was not possible.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-07-2008 11:30 PM
01-07-2008 11:30 PM
Re: GRUB Problem in RHEL AS Update 2
Update 2 doesn't mean anything.
As i guess your system doesn't recognize the chroot command
run again like this
#/sbin/chroot /mnt/sysimage
Please find out first.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-07-2008 11:35 PM
01-07-2008 11:35 PM
Re: GRUB Problem in RHEL AS Update 2
I am using RHEL AS 4 Update 2.
i tried the command /sbin/chroot /mt/sysimage
but it says there is no such directory...
the chroot command is working...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-08-2008 01:46 PM
01-08-2008 01:46 PM
Re: GRUB Problem in RHEL AS Update 2
make sure you have dir "/mt/sysimage" to mount ..
i am not sure if sysimage is part of the iso image. In that case the image on the CD could be a problem.
did u try the same cd on another server(if there is another server to test)?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-08-2008 03:37 PM
01-08-2008 03:37 PM
Re: GRUB Problem in RHEL AS Update 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-09-2008 12:39 AM
01-09-2008 12:39 AM
Re: GRUB Problem in RHEL AS Update 2
The bootloader couldn't find your hard disk boot loader.
You need to reinstall the OS again.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-09-2008 01:21 AM
01-09-2008 01:21 AM
Re: GRUB Problem in RHEL AS Update 2
is there is any possible way to recover otherthan the os reinstallation...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-09-2008 02:53 AM
01-09-2008 02:53 AM
Re: GRUB Problem in RHEL AS Update 2
/proc/partitions will show a list of all disk partitions detected by the Linux kernel.
Does it see your system disk at all?
If your system disk is visible, then at least the hardware detection and the disk controller are working. Use "fdisk -l /dev/
Example: if your system disk is /dev/hda:
# fdisk -l /dev/hda
Disk /dev/hda: 20.4 GB, 20491075584 bytes
240 heads, 63 sectors/track, 2646 cylinders
Units = cylinders of 15120 * 512 = 7741440 bytes
Device Boot Start End Blocks Id System
/dev/hda1 * 1 2286 17282159+ 83 Linux
/dev/hda2 2287 2586 2268000 5 Extended
/dev/hda5 2287 2586 2267968+ 82 Linux swap / Solaris
SCSI disks are /dev/sd*, and some hardware RAID controllers use different schemes, like /dev/cciss/c0t0 or something like that.
If your partition table has been corrupted, a tool such as "gpart" can read the entire disk and look for the partition borders. It can then write a new partition table based on what it finds.
If gpart is not available in the RHEL CD's rescue mode, get some Linux _Live CD_ distribution that is designed for recovery tasks (Knoppix is great for this).
Boot with it, and you'll get a greater set of recovery tools and a more comfortable work environment.
After fixing the partition table, you can find out whether the data inside the partition(s) is still OK.
MK
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-09-2008 05:06 AM
01-09-2008 05:06 AM
Re: GRUB Problem in RHEL AS Update 2
i will try the same...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-09-2008 08:43 AM
01-09-2008 08:43 AM
Re: GRUB Problem in RHEL AS Update 2
bash may be missing on the boot disk.
Further if the server was running this problem was most likey caused by a storage issue on the boot disks.
That issue would have to be addressed before being able to fix anything else.
Boot the system into bios for storage and check the status.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com