LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   headless dual boot without floppy (https://www.linuxquestions.org/questions/linux-newbie-8/headless-dual-boot-without-floppy-669624/)

txm123 09-13-2008 12:21 AM

headless dual boot without floppy
 
Hello,

I have spent the last couple of hours searching an answer for this but couldn't find any.

I want to setup a farm of (8 servers in total) dual boot servers that has XP64 and Fedora. I learned that you can use floppy drive to change the boot order. But is there any other way to do it?

Maybe modify grub.conf from windows or make grub switch the boot order with every reset or something like that?

MS3FGX 09-13-2008 12:39 AM

I am not sure I understand the problem. You are trying to select which OS boots without a keyboard and monitor connected to the machine. How often would you need to select a different OS to boot?

txm123 09-13-2008 12:41 AM

Quote:

Originally Posted by MS3FGX (Post 3278964)
I am not sure I understand the problem. You are trying to select which OS boots without a keyboard and monitor connected to the machine. How often would you need to select a different OS to boot?

Couple of times a day probably, maybe more.

brianmcgee 09-14-2008 01:46 AM

From Linux you may run grub to temporarily boot another os the next time the boot manager is displayed.

So you should set Linux as default and switch via SSH the OS to boot.

In /boot/grub/menu.lst:
Code:

default saved
savedefault 0

From shell:
Code:

# grub-set-default 1
Now for one time, the second boot stanza is selected to boot the machine. This stanza would be the Windows...

txm123 09-15-2008 09:12 PM

Thank you all

I decided to download http://www.fs-driver.org/ and setup an automatic modification script for grub.conf from windows. This will be simplest and most efficient way I guess.

Thanks


All times are GMT -5. The time now is 09:27 PM.