is there anyway to boot in text mode or something, I can hardly read the text to even try to get where I need to be
Printable View
is there anyway to boot in text mode or something, I can hardly read the text to even try to get where I need to be
does it let you remote manage multiple systems at the same time through a webpage interface?Quote:
Originally Posted by visualAd
Either edit /etc/inittab and change this line:Quote:
Originally Posted by kleinma
to:Code:id:5:initdefault:
Or when it's booting, hit E to edit the boot configuration and append a space then the number 3 on to the kernel line.Code:id:3:initdefault:
That will boot into run level 3 - multiuser mode.
I was able to get in by hitting escape at the GRUB menu and selecting recovery mode. That gave me just a console, and I was able to get in and edit the file, however changing the one value I found of "24" to "16" didn't change anything. I don't see anything else that would indicate a different color depth. Any ideas?
It looks like this
There are other subsections above it, all with same resolution, but depth is 1,4,8,15, and 16 (was 24)Code:SubSection "Display"
Depth 16
Modes "1024x768" "800x600" "640x480"
EndSubSection
Anything else I should try changing?
So you actually have ubuntu installed or is that the livecd? Whatever changes you make to a session running off the livecd don't save when you turn off the machine. If you did get ubuntu installed, how did you install it without getting the display to work?Quote:
Originally Posted by kleinma
Installed.
I installed it from the DVD using textmode and that worked ok. Then when it boots from the hard drive, it boots into the GUI which is where my issue is with the display.
So I rebooted, selected recovery mode, which gave me just a command prompt after it loaded everything. From there I edited the conf file you mentioned, and changed 24 to 16, but I still get the same results.
I confirmed that I infact DID save the conf file and all that fun stuff.
As visualAd pointed out ,try vmware player .Its free and fully supports Linux without any changes.
I am well aware of VMWare, but he didn't answer my question as to if it supports the same feature set for remote management that Virtual Server does. It would also need to run on Vista.
What version were you using? I recommend Fedora or Red Hat. Linux is pretty cool to play around with, though I'd never use it as an everyday OS.Quote:
Originally Posted by wossname
Its mainly good for IT learning. LOTS of companies are migrating to Linux.
And Linux is more stable than Windows serverwise, if the function is simple and straightforward as say to send out mail or store data.
Stripping out all that extra services and crap, makes Linux more stable. Not as many moving parts. Everything is transparent, from the IP Ports you block via editing a config file to every process running on your machine.
It has a web interface and a client application. You can use either to manage the Virtual machines.Quote:
Originally Posted by kleinma
http://pubs.vmware.com/guestnotes/ww...tml/wwhelp.htm
lists all oses supported by vmware and the server version of vmware has a remote management interface.
can you run multiple VMs at the same time and network them?
Oh yes ,of course you can.
I guess I could install both being that its all free software I am working with.
ubuntu installs like a breeze on vmware .Once setup ,you can install samba to network it with your windows clients.
You can now buy processors that support virtualisation. In effect, this completely removes the need for virutalisation at application level or hyper-virtulisation through kernel patches etc, as the processor contains two execution domains.
The fact that the virtualisation is carried out at the processor level means that the speed of the VM is almost as fast as the host machine.
The application needs to support virtualization to make use of it. Virtual PC 2004 doesn't support virtualization. VPC 2007 will. I'm unaware as to whether VMWare does or not.Quote:
Originally Posted by visualAd
I think Virtual Server 2005 R2 does, which is what I am using, although I would have to look further into that to be sure.
Another happy customer. :)
VMWare and the Xen hypervisor for linux both support it.Quote:
Originally Posted by Arrow_Raider