473,399 Members | 2,146 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,399 software developers and data experts.

Remote Boot Manager Scripting (Python)

I just started to write a small project in Python. I was wondering if
there can be something like remote boot manager.

I have to remotely start a computer. It has dual boot (WinXP and
Linux).
My remote computer is Linux which will send command to remotely boot
the other computer.

Can we write python script or some utility which would let us select
the Operating System to boot ? For example If we send parameter "WIN"
it boots into Windows and if we send "NIX" it boots into Linux.

Every help is appreciated.

Thanks

Jun 21 '06 #1
1 2693
di********@gmail.com writes on 21 Jun 2006 07:43:17 -0700:
...
I have to remotely start a computer. It has dual boot (WinXP and
Linux).
My remote computer is Linux which will send command to remotely boot
the other computer.

Can we write python script or some utility which would let us select
the Operating System to boot ? For example If we send parameter "WIN"
it boots into Windows and if we send "NIX" it boots into Linux.


Probably yes -- but it is rather a remote boot protocol
than a Python questions.

Your remote boot protocol must in some way specify which
os should be booted. When you implement the client site
boot protocol in Python and you know how to select the os,
then simply do it.
I can tell something about "grub" (GRand Unified Boot loader).
It can be configured to be controlled by a serial line.
In this case, the boot protocol would be very simple:
send "down" characters to the serial line until the correct
os is selected; then send a "return" to boot.

It would be trivial for a small Python script (with access to this
serial line) to implement this.
Dieter
Jun 23 '06 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
by: Ksenia Marasanova | last post by:
Hi, I didn't suceed in finding any kind of standard web based file manager, written in Python. There are quite a lot for PHP (the nicest I found is phpXplorer: http://www.phpxplorer.org) , but...
6
by: Sarah | last post by:
I have an old Lantastic 8.0 DOS based server and clients are able to login to this system through network booting (i.e. they are disk-less PC's). Is it possible to create a VB.Net program that can...
1
by: diffuser78 | last post by:
I have to create a small visual interface program called as Boot Manager which is customized accoring to the needs. I have around 8 pc's and 2 linux boxes. One Linux box is always on and all...
3
by: m.errami | last post by:
Hello all I have a small application for which I would like to write an update manager. I assume that the basics of it is to compare versions of the user's current application and a new one store...
3
by: joja15 | last post by:
I am working on a Python script to perform as a remote computer manager. So far I have a WOL function working and I would like to add the ability to show if a machine is on or off (I figured I...
0
by: Blubaugh, David A. | last post by:
To All, Has any one out there ever worked with the Rpyc, which is a remote process call for python? David Blubaugh
0
bartonc
by: bartonc | last post by:
There is a lot of confusion and attempts to resolve the Windows 7 (and Vista) multi-boot issue (some good, some not so good). I'll do my best to clear things up a bit. 1) When you install...
1
by: bunty bubli | last post by:
i just wanted to know that how can i find the platform of a remote machine using python code on opensolaris
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.