- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Installing windows 98 & Linux in the same m/c
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
07-22-2002 02:54 AM
07-22-2002 02:54 AM
I have HP Pavilion PC 8513 - Pentium III 500 MHz that came with windows 98 installed.
I want to have both windows 98 and Linux in the same PC.
I have 3 hard disks (10GB, 40GB, 40GB). I installed Redhat Linux 7.3 on Slave hard disk. Linux works fine.
After installing Linux, I tried to install windows 98 using recovery disk. The installation goes throug fine but when I try to reboot the system, it hangs with the characters "GRBU". Keyboard inputs are not accepted at this point. The only option is swith-off the PC and reboot using Linux boot disk.
Has anyone tried to install both windows 98 & Linux on same m/c?
Your inputs to make my system have dual OS is very much appreciated.
Thank you,
Vimala.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-22-2002 05:14 AM
07-22-2002 05:14 AM
Re: Installing windows 98 & Linux in the same m/c
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-22-2002 08:11 AM
07-22-2002 08:11 AM
Re: Installing windows 98 & Linux in the same m/c
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-22-2002 11:08 AM
07-22-2002 11:08 AM
Re: Installing windows 98 & Linux in the same m/c
One free solution is lilo.
Make sure your lilo has theses lines (assuming windows is the C drive)
#
other = /dev/hda1
label = windows
table = /dev/hda
#
That adds a windows boot to the lilo list.
Alan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-23-2002 05:34 AM
07-23-2002 05:34 AM
SolutionThe best way is to start again. You're not using lilo you are using grub as a boot manager so editing the lilo.conf file(if it exists)won't do anything. Make a bootable Win98 floppy disk and copy the \Windows\Command\fdisk.exe file to it. Boot from this disk and type fdisk /mbr Remove disk and reboot. That should allow Windows to boot (if it's been installed on the 1st master hard disk, which it should have been). Once you have Windows running OK then re-install Linux on the disk of your choice (but not the Windows disk !).
Hope this helps.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-29-2002 06:31 PM
07-29-2002 06:31 PM
Re: Installing windows 98 & Linux in the same m/c
Every message gave me a clue on the things I need to care about and that helped me to understand the configurations and solve the problem.
After trying out various things, I re-installed win98 first on primary master disk and then installed linux on primary salve. Installed linux with GRBU boot loader. Everything works fine now.
Thanks again.