- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Dual boot an rx2600: RHAS2.1 and W2K3.
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
04-01-2004 01:15 AM
04-01-2004 01:15 AM
Dual boot an rx2600: RHAS2.1 and W2K3.
I only have two drives, so I have to dual-boot one of the drives with W2K3 and RHAS2.1B.
I have tried many things. The most sucessful was the following process:
1) SmartSetup (1.07) to load various utilities and create the MSR.
2) Load W2K3 using half of the 32G disk and a NTFS partition.
3) Load RH from the install disks without using the HP Enablement Kit for Linux.
The end result of this process was a bootable RH OS, but the W2K3 partition was somehow corrupted. It would boot up to the splash screen and then die.
The HP Enablement Kit did not work. I used this on a bootable W2K3 disk and it immediately wrote over the boot partitions when I selected the RH install from the main menu.
I suspect this is unsupported, but I have heard that it will work. Anyone out there doing this?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-02-2004 01:15 AM
04-02-2004 01:15 AM
Re: Dual boot an rx2600: RHAS2.1 and W2K3.
Load windows, nothing special.
Load Linux, be sure the boot loader is in the PARTITION boot record, not the MASTER boot record. Also ensure your on a PRIMARY partition. Drop into windows and use diskmgr to set the Linux partition active.
Boot Linux, and create a bootsec.lin file by running the following
dd if=/dev/sd? of=/bootsec.lin bs=512 count=1
Take the bootsec.lin file and drop it in the root of the Windows partition. Modify your boot.ini file by adding this line
c:\bootsec.lin="Bluehat Linux Advanced Server 0.01"
Alternatively, you can load Linux on a partition <= 7gb, and load windows on the second partition, and modify your Linux boot script by adding an option boot the second partition boot record.
since you can have multiple bootsec.XXX files I suspect HPUX will be the same, but I've never set up HPUX on an Intel.
c:\bootsec.hp="HPUX 11.11i^2"
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-02-2004 01:18 AM
04-02-2004 01:18 AM
Re: Dual boot an rx2600: RHAS2.1 and W2K3.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-02-2004 03:05 AM
04-02-2004 03:05 AM
Re: Dual boot an rx2600: RHAS2.1 and W2K3.
Windows and Linux can probably share, since Linux can read windows partitions, but no other OS can read HP-UX partitions.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-07-2004 12:57 PM
04-07-2004 12:57 PM
Re: Dual boot an rx2600: RHAS2.1 and W2K3.
The HP-UX partition will go on a seperate disk, no need to try and triple boot a single disk.
I will report back when I have tried it. Probably Friday or early next week if the computer gods allow.