- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Re: grub won't start
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
11-14-2003 11:49 PM
11-14-2003 11:49 PM
Scenario:
PC Dell P4 1.8Mhz. 2 disks (hda and hdb), 20GB each.
In the first there's installed win2k, using one partition that takes the whole hd.
I installed Redhat 9 in the second disk (hdb), three partitions (1GB swap, 4GB /, 10GB /home, 5GB unused). The installation process completed succesfully, and grub was installed selecting win2k as default boot OS. I'm pretty sure that grub is installed in /dev/hda (the win2k disk).
Immediately at the first boot after installing rh9 grub hangs... There screen is black, 'GRUB' is written in the top left corner, the cursor flashes... and nothing happens. No response from keyboard.
Now... It is important to restart win2k. I can start the installed linux using the rescue mode of the Redhat installation CDs, that mounts the whole system under /mnt/sysimage and gives me a root shell; the grub command is available.
How can I remove grub, in order to start win2k?
If useful, I can get help from other win2k and redhat 7.3 machines (to prepare some floppies, for example).
Secondarily, Why grub doesn't work? Do you think that lilo could be better in my case?
Any help appreciated.
Thanks,
Claudio
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-15-2003 12:58 AM
11-15-2003 12:58 AM
Re: grub won't start
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-15-2003 01:04 AM
11-15-2003 01:04 AM
Re: grub won't start
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-15-2003 01:07 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-15-2003 02:51 AM
11-15-2003 02:51 AM
Re: grub won't start
Good one that Jerome ! I always use bootable dos floppy from where I type the following command
fdisk/mbr
did not know this method, but this is way better.
guess I can format my bootable dos floppy now !
J-P
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-15-2003 07:28 PM
11-15-2003 07:28 PM
Re: grub won't start
:]
J
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-15-2003 10:30 PM
11-15-2003 10:30 PM
Re: grub won't start
grub-install /dev/hda
this will rebuild the boot loader in MBR
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-16-2003 09:09 PM
11-16-2003 09:09 PM
Re: grub won't start
I tried Jerome's suggestion... I didn't know that. And doing so I was able to start win2k. great! I always used, like Huc, a bootable dos floppy, but this time I didn't find it... maybe it is buried in a drawer. When I'll find it, I'll throw it away :-)
Thanks.
Claudio
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-29-2003 09:15 PM
11-29-2003 09:15 PM
Re: grub won't start
SAVE AND READ THIS TEXT FIRST CAMLY!
first solution is if u had made the bootable floopy at the end of instalation u can use that to boot linux.
another way to make linux bootable floopy is give the commant at shell. (new throghout formated floopy works fine)
u can find the kernel version by cmd : uname -a
mkbootdisk -device /dev/fd0 kernel-version
rh9 which iam using got kernel 2.4.20-8
so the command will be
mkbootdisk --device /dev/fd0 2.4.20-8
B.put in ur rh9 first bootable cd and boot from cd.
write at the prompt boot: linux rescue
it will go forward and will ask u to find any linux partition .
it will find the linux partition on ur hd
when it take u to the shell prompt write there
chroot /mnt/sysimage
it will mount ur old partition at /
now cd /etc
edit using vi grub.conf
try to look is ther any problem
come out of the file
and then re-install the grub by
grub-install /dev/hdX
X=a,b,c,d,.... it will write grub on the MBR