LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 04-06-2006, 12:19 PM   #1
SlackPingo
LQ Newbie
 
Registered: Dec 2005
Posts: 5

Rep: Reputation: 0
Question How to Multi boot remotely?


I'd like to implement a mechanism to load REMOTELY in a different OS with a wake-on-LAN card. For exemple, I want to choose remotely:

- Slackware 10.x
- Fedora- FCx
- Windows 2000


My best!
 
Old 04-06-2006, 12:33 PM   #2
Alien_Hominid
Senior Member
 
Registered: Oct 2005
Location: Lithuania
Distribution: Hybrid
Posts: 2,247

Rep: Reputation: 53
It's nearly impossible. There is no network on the bios level. But you can do this:
1) boot to default os using wake-on-lan;
2) make a script which connects through ssh, becomes root, edits lilo.conf, where changes default os, runs lilo and reboots the computer;
3) boot new default os;

P.S. This won't work when the default OS would be Windows because there isn't lilo and so you can't choose what to boot.
 
Old 04-06-2006, 12:52 PM   #3
Randux
Senior Member
 
Registered: Feb 2006
Location: Siberia
Distribution: Slackware & Slamd64. What else is there?
Posts: 1,705

Rep: Reputation: 55
Cool

Quote:
Originally Posted by SlackPingo
I'd like to implement a mechanism to load REMOTELY in a different OS with a wake-on-LAN card. For exemple, I want to choose remotely:

- Slackware 10.x
- Fedora- FCx
- Windows 2000


My best!
There is a protocol for this. If your BIOS supports PXE, you can boot over the network.

Here are some links:

http://www.kegel.com/linux/pxe.html
http://en.wikipedia.org/wiki/Preboot...on_Environment

If you get this working, please let us know what you did.
 
Old 04-06-2006, 12:54 PM   #4
Alien_Hominid
Senior Member
 
Registered: Oct 2005
Location: Lithuania
Distribution: Hybrid
Posts: 2,247

Rep: Reputation: 53
Wow, that's interesting Randux. Gotta read. Didn't know that you could order bios what to boot.

Last edited by Alien_Hominid; 04-06-2006 at 12:57 PM.
 
Old 04-06-2006, 12:58 PM   #5
Randux
Senior Member
 
Registered: Feb 2006
Location: Siberia
Distribution: Slackware & Slamd64. What else is there?
Posts: 1,705

Rep: Reputation: 55
I have it on my BIOS, but I haven't used it. It's actually annoying, because I want to boot from USB, and I can't, but I have this useless option
 
Old 04-06-2006, 01:32 PM   #6
Alien_Hominid
Senior Member
 
Registered: Oct 2005
Location: Lithuania
Distribution: Hybrid
Posts: 2,247

Rep: Reputation: 53
Knoppix Cd gives the possibility to start booting from USB.
 
Old 04-07-2006, 12:04 AM   #7
Randux
Senior Member
 
Registered: Feb 2006
Location: Siberia
Distribution: Slackware & Slamd64. What else is there?
Posts: 1,705

Rep: Reputation: 55
Unhappy

Quote:
Originally Posted by Alien_Hominid
Knoppix Cd gives the possibility to start booting from USB.
If the BIOS supports it, you can boot anything from USB (*doze, Linux, *BSD, etc). My BIOS doesn't support it
 
Old 04-07-2006, 04:12 AM   #8
Alien_Hominid
Senior Member
 
Registered: Oct 2005
Location: Lithuania
Distribution: Hybrid
Posts: 2,247

Rep: Reputation: 53
As I understand, initial booting starts from CD (USB drivers are loaded). After that, data files are loaded from USB, which is more better way cause in the end you have loaded OS which could write into the USB stick.
 
Old 04-07-2006, 05:35 AM   #9
Randux
Senior Member
 
Registered: Feb 2006
Location: Siberia
Distribution: Slackware & Slamd64. What else is there?
Posts: 1,705

Rep: Reputation: 55
If you mean that it's a way to save data for the live CD, I have seen this with a few distros. Basically what happens when you have a live CD you have only r/o filesystem right? So this is just a way to save anything you change on USB. But it is not booting from USB.

If the PC supports booting from USB, then you can put everything on a memory stick and not have to use any CD at all. It's a very nice way to carry multiple OSs in your pocket........
 
Old 04-07-2006, 09:21 AM   #10
Alien_Hominid
Senior Member
 
Registered: Oct 2005
Location: Lithuania
Distribution: Hybrid
Posts: 2,247

Rep: Reputation: 53
You could carry the cd which lets you boot from usb, the same way floppies let boot from Slackware cd1 when the bios doesn't support it. I hope you understand me correctly.
 
Old 04-08-2006, 12:31 PM   #11
Randux
Senior Member
 
Registered: Feb 2006
Location: Siberia
Distribution: Slackware & Slamd64. What else is there?
Posts: 1,705

Rep: Reputation: 55
If I can carry CDs, it's all I need...after that USB doesn't have any advantage for me.
 
Old 04-10-2006, 07:41 PM   #12
Linux.tar.gz
Senior Member
 
Registered: Dec 2003
Location: Paris
Distribution: Slackware forever.
Posts: 2,534

Rep: Reputation: 100Reputation: 100
I think i have an idea (pay attention please, i have one every 1000 years).

-1 You set up a server with multi PXE/bootp configurations (one for Slack, one for Debian, zero for window$, etc...).
-2 You create a script that runs the particular PXE/bootp server then wake on lan the particular client (ether-wake is simple to use).

You can play with multiple ethernet card too, as they have different mac adresses.
I STRONGLY suggest intel pro-100 (or whatever the bandwidth) ethernet card because i never had problem with wol. Even 3com gave me headaches.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
change boot OS remotely zchoyt Linux - Software 6 11-02-2005 06:12 AM
How to Boot Multi Windows & Multi Linux olkar Linux - Newbie 5 10-03-2005 11:52 AM
Remotely viewing boot messages during boot? flysideways Linux - Networking 6 05-11-2004 01:35 PM
Need help with boot loader. Multi boot questions. Grub? 1993gt40 Linux - Software 1 10-16-2003 08:28 PM
GRUB, Multi Linux/Multi Disk Boot gtnorton Linux - Software 1 03-16-2003 03:48 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 01:22 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration