[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: Making both disks bootable in RAID 1 setup
- From: "Kevin Foote" <kevin foote gmail com>
- To: "Discussion list about Kickstart" <kickstart-list redhat com>, "Johnny Ljunggren" <johnny navtek no>
- Cc:
- Subject: Re: Making both disks bootable in RAID 1 setup
- Date: Tue, 28 Nov 2006 11:02:54 -0500
Im not sure if you can do this with kickstart.
What we do here is after the box comes up (during our final system configuration) we run grub and write the boot stuff to the second disk. Just one final step before the box goes live :-)
>grub
Grub>device (hd0) /dev/sdX
Grub>root (hd0,0)
Grub>setup (hd0)
Grub>quit
--
:wq!
kevin.foote
On 11/28/06, Johnny Ljunggren <johnny navtek no> wrote:
Hello
I have a few systems set up with software RAID 1. However only one of them
is bootable, so if I disconnect that one the other one will stop with only
GRUB written at the top of the screen.
Right now my kickstart script saves the boot information to mbr.
Is there a way to save boot information to all disks on the system?
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]