Build A Cross-Platform Test Network With Samba & GRUB 97
An anonymous reader writes "This tutorial shows how to combine Samba and GRUB to build a compact, highly adaptable, cross-platform test network, capable of booting and networking a large number of operating systems on a small number of machines. Though Samba and GRUB can manage many different operating systems, this tutorial focuses on Linux and Windows." Reg required on the story.
Ways to do this (Score:5, Informative)
VMware allows you to run multiple systems on the same network, with relative ease - although granted it isn't free, but it does run under Linux (and runs Linux as a guest OS)
I actually have only one dual-boot system on my network, the others are all on their own dedicated operating systems.
The dual-boot system is capable of running quite a few virtual machines at the same time - Great for testing, and it's possible to transfer virtual disks across the network, or use real partitions.
Okay... (Score:1)
Stupid Reg (Score:1, Flamebait)
Re:Stupid Reg (Score:4, Informative)
Re:Stupid Reg (Score:1, Flamebait)
Cheers
loconet Eats IT (Score:1)
Ooooooo... (Score:5, Funny)
user/pass for those who don't WANT to register (Score:4, Informative)
password: slash1
Simple enough.
Re:user/pass for those who don't WANT to register (Score:1)
oh well
Doesn't work, try njchick/njchick1 (Score:3, Informative)
Cross-platform via networking (Score:5, Insightful)
Personally, I hate rebooting and I also need to test my Java code on Mac OS X, so how I handle this problem is by keeping my source code in a directory on my Linux machine mountable via Samba and NFS. Compiling and testing on Windows 2000 or OS X is just a matter of hitting a button on the KVM switch. You could probably do it via VNC if you don't want to invest in a KVM (or, of course, if you don't mind having multiple monitors and keyboards, you could just have independent machines).
Wow, a really clear grub tutorial (Score:5, Informative)
Anyone who actually reads it and finds it useful look hard as there is a pdf link for the entire document, as it is only 72k its a lot easier than waiting for IBM's servers to load each page. A nice touch from IBM I think. Makes life over a slow connection a little easier.
Cheers gatesh8r for the l/p
Re:Wow, a really clear grub tutorial (Score:5, Funny)
Yes, you guessed it. I've had to suffer the GRUB Info pages in the past.
Re:Wow, a really clear grub tutorial (Score:2)
Very funny.
I refuse to use info, I wont read anything in there as I have never seen a single info page which wasn't either a direct copy of the man pages or a load of freaking gibberish.
Re:Wow, a really clear grub tutorial (Score:3, Funny)
Re:Wow, a really clear grub tutorial (Score:2, Funny)
Re:Wow, a really clear grub tutorial (Score:2, Informative)
But, actually, the very reason texinfo exists in the first place is so documentation can be printed as well as read on-line (I guess someone decided manpages didn't look good when printed). Thus, when dealing with texinfo, you have 2 options: convert them to info or HTML (on-line format), or convert them to PostScript or PDF (printable format).
My guess is the reason texinfo documents have so much front and back matter is that when printed out, they're meant to look like actual user manuals, with
Re:Wow, a really clear grub tutorial (Score:2)
So, I have to use my web browser to print info files. Have you noticed that HTML isn't exactly designed for printing?
Uh, OK, but I don't have a PostScript printer. So I have to use Ghostscript.
Web browswer or Ghostscript; either way, I have to use an intermediate (filter) program. After I've converted (filtered) the info file to some other format. So to print info files it's a two-ste
Re:Wow, a really clear grub tutorial (Score:2)
Plus the info keys don't seem to correspond to any application I've used before.
Re:Wow, a really clear grub tutorial (Score:4, Informative)
It pisses me off when the man page says the actual manual is in info and then I run info to get a carbon copy of the man page.
Install the doc package, or there's something wrong with your info search path. What's happening is that info is looking for the "real" documentation, not finding it, and then "helpfully" loading the man page.
None of which is to say that info can't be irritating, but when the man page references info doc, there does exist, somewhere, a real info doc that isn't just copy of the man page.
Re:Wow, a really clear grub tutorial (Score:1)
Re:Wow, a really clear grub tutorial (Score:1)
And much more on the site (Score:2, Informative)
http://www-106.ibm.com/developerworks/linux/
They have a lot of stuff there. I always found IBM docs more clear and complete than Windows docs. But that may have simply been due to the fact that Windows never came with printed docs to my memory (oo, wait, I do seem to remember something with my win3.1 machine. Yeah, lost it as soon as I found OS/2...)
Anyways, if all you want are tutorials by IBM:
http://www-106.ibm.com/developerworks/views/lin u x/ tutorials.jsp
Re:Wow, a really clear grub tutorial (Score:2)
No, you still need to register for those. Otherwise you are redirected to a big "Authorization Required" message page.
Re:Wow, a really clear grub tutorial (Score:1)
Not hardly. It wants the username and password. Someone mod the parent down to avoid wasting others time.
Re:Wow, a really clear grub tutorial (Score:2)
sorry.
'spasm2' and 'zoolook' if you want to use the links but don't want to register yourself.
Re:Wow, a really clear grub tutorial (Score:2)
I think there is one mistake though. On the second slide of the adding windows you have "root (hd0,0)" but shouldn't that be "root (hd0,2)"? I am not all that familar with GRUB, but I pieced that together when you displayed the final boot menu file.
Wow, that's...really not worth reading. (Score:3, Insightful)
Waste of time.
Re:Wow, that's...really not worth reading. (Score:3, Interesting)
Re:Wow, that's...really not worth reading. (Score:2)
Re:Wow, that's...really not worth reading. (Score:1)
Re:Wow, that's...really not worth reading. (Score:5, Insightful)
I found it mostly a vanity piece, really. Much of the advice she gave was quite frankly wrong, silly, or unclear (ie; could have used context).
Examples;
Advice given by self-ascribed "gurus" should be taken with a suitable quantity of NaCL, in my humble opinion.
Re:Wow, that's...really not worth reading. (Score:2)
With the Redhat 5 installer, I opted to truncate my FAT32 partition and make an ext2fs in the resulting free space with Linux fdisk. It DIDN'T tell me that it would truncate it regardless of whether or not there was data there! I lost 50 Megabytes of mp3s on my FAT32 partition. I have a God damn MS in Computing so I'm both embarassed and angry simultaneously, whoa feels weird.
I use PartitionMagic now, I like linux and fdisk, but quite fran
Re:Wow, that's...really not worth reading. (Score:2)
Re: Wow, that's...really not worth reading. (Score:1)
Parted works much better than FIPS did, but then, Redhat's gotten much more capable since Redhat 5 too...
Re: Wow, that's...really not worth reading. (Score:2)
Re: Wow, that's...really not worth reading. (Score:1)
I don't think I'd let a newbie friend install Linux alone.
Re: Wow, that's...really not worth reading. (Score:2)
Re:I will explan some of this. (Score:2)
It is correct that Win'9x will not 'play nice' in extended partitions, however it will completely ignore other primary partitions and install to the first available primary of an acceptable type.
Re:Modifying GRUB from Windows (Score:2)
You'll have to reboot into linux, edit grub.conf (usually under
Re:Modifying GRUB from Windows (Score:1)
Re:Modifying GRUB from Windows (Score:3, Informative)
but if you have a linux install specifically for grub then you could use it
OR... (Score:1)
Thin on details, good primer for newbies (Score:5, Informative)
Re:I would be leery of integrating this into a tes (Score:1)
Writing style (Score:1)
Re:Writing style (Score:3, Funny)
BNU? BSD's Not Unix?
Re:Writing style (Score:2)
Text of the article (Score:2, Redundant)
page 1 of 4
This tutorial shows how to combine Samba and GRUB to build a compact, highly adaptable, cross-platform test network, capable of booting and networking a large number of operating systems on a small number of machines. Though Samba and GRUB can manage many different operating systems, this tutorial focuses on Linux and Windows.
Who should take this tutorial
page 2 of 4
This is neither a networking tutorial, nor a Linux system administration tutorial. Basic knowledge o
Nicely Done (Score:2)
Registration Required? (Score:1)
Re:Registration Required? (Score:1)
Your turn - why not?
Re:Registration Required? (Score:1)
pxeGRUB (Score:1)