LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 04-08-2009, 04:31 PM   #31
orla999
LQ Newbie
 
Registered: Apr 2009
Posts: 29

Original Poster
Rep: Reputation: 15

im confused. i clicked on new virtual machine then ran through the steps it gave me and selected the ubuntu.iso image file. Is this not installing it?
 
Old 04-08-2009, 04:38 PM   #32
MasterC
LQ Guru
 
Registered: Mar 2002
Location: Salt Lake City, UT - USA
Distribution: Gentoo ; LFS ; Kubuntu ; CentOS ; Raspbian
Posts: 12,613

Rep: Reputation: 69
That's the process to create a new VM that leads up to the installation. Then you need to install it, unmount the iso and start your fresh install.

Just a quick aside, I'm installing Debian and Ubuntu on my VirtualBox just to see how much space is required. On Debian I couldn't compile a kernel "out of the box" I had to install a couple of addon development tools.

-Chad
 
Old 04-08-2009, 04:40 PM   #33
MasterC
LQ Guru
 
Registered: Mar 2002
Location: Salt Lake City, UT - USA
Distribution: Gentoo ; LFS ; Kubuntu ; CentOS ; Raspbian
Posts: 12,613

Rep: Reputation: 69
Quote:
Originally Posted by orla999 View Post
im confused. i clicked on new virtual machine then ran through the steps it gave me and selected the ubuntu.iso image file. Is this not installing it?
Conceptually what you did was build a new computer. Now you have a fresh machine sitting there looking all sexy and cool, but no OS on it. The next step is installing the OS. Virtual Machines are just that, a machine. You still install and configure an OS just like any other machine.

Hope that helps to visualize or conceptualize the process.

-Chad
 
Old 04-08-2009, 04:53 PM   #34
orla999
LQ Newbie
 
Registered: Apr 2009
Posts: 29

Original Poster
Rep: Reputation: 15
MasterC, what i am wanting to do is install the latest kernel on ubuntu then configure it.

do i not then unmount the iso and start a fresh install.

Last edited by orla999; 04-08-2009 at 05:02 PM.
 
Old 04-08-2009, 05:22 PM   #35
MasterC
LQ Guru
 
Registered: Mar 2002
Location: Salt Lake City, UT - USA
Distribution: Gentoo ; LFS ; Kubuntu ; CentOS ; Raspbian
Posts: 12,613

Rep: Reputation: 69
You'll first need to install Ubuntu, you may have done this, but you'll need to stop your box from booting from the CD iso (as that is what is happening). Once Ubuntu is installed and you boot from the hard drive (virtual hard drive) then you can get on with installing the new kernel.

-Chad
 
Old 04-08-2009, 05:37 PM   #36
orla999
LQ Newbie
 
Registered: Apr 2009
Posts: 29

Original Poster
Rep: Reputation: 15
ok but how do install it is there a command or something.

so once its installed do restart my laptop and select ubuntu instead of windows vista?
 
Old 04-08-2009, 05:51 PM   #37
pentalive
Member
 
Registered: Jun 2005
Location: Sacramento, CA
Distribution: Many, Old and New
Posts: 124

Rep: Reputation: 15
Virtual Machine Confusion?

Quote:
Originally Posted by orla999 View Post
ok but how do install it is there a command or something.

so once its installed do restart my laptop and select ubuntu instead of windows vista?
Hi Orla999,

Once you have installed an OS on the virtual machine, you need to reboot it, not the host system.

It gets confusing because the virtual machine is just a program running on your "host system"(windows vista), You wont see your "Guest OS"(ubuntu) appear in the boot sequence for your laptop.

Keep your Windows Vista running, but reboot the virtual machine instead Virtual PC uses right-alt-delete. Other virtual machines have other ways to reboot them but it will be a menu item or a keystroke you press while you are "in" the virtual machine.

did that help?
 
Old 04-09-2009, 01:30 AM   #38
pentalive
Member
 
Registered: Jun 2005
Location: Sacramento, CA
Distribution: Many, Old and New
Posts: 124

Rep: Reputation: 15
Compiling and Installing a new Kernel

It's best not to ask questions off-thread, someone else might be able to
use the same answer you seek.

Well I have never done it, but I hear it's easy...

I am paraphrasing here: http://www.sysdesign.ca/guides/linux_kernel.html

Something like:
1) download the kernel sources
2) Configure the kernel options: make menuconfig
3) Compile the dependencies make dep
4) Compile the kernel itself make bzimage
5) Make the modules make modules
6) install the modules make modules_install
7) copy the kernel
8) Tell your bootloader, the website above shows procedure for Lilo, you probably use grub...

I have never done it myself.

Good luck.
 
Old 04-09-2009, 05:14 AM   #39
orla999
LQ Newbie
 
Registered: Apr 2009
Posts: 29

Original Poster
Rep: Reputation: 15
Yes but i need to install the ubuntu first and i still do not know how to do it. please can someone give me clear instructions! Again i have just created a new virtual machine but want to installl it. How?

thanks
 
Old 04-09-2009, 05:24 AM   #40
reptiler
Member
 
Registered: Mar 2009
Location: Hong Kong
Distribution: Fedora
Posts: 184

Rep: Reputation: 42
After creating the VM and booting it you should, if I remember correctly, see a boot-menu where you should see an option to install Ubuntu.

Please use your eyes and some common sense and don't simply switch off and let us do the thinking...
 
Old 04-09-2009, 05:37 AM   #41
orla999
LQ Newbie
 
Registered: Apr 2009
Posts: 29

Original Poster
Rep: Reputation: 15
thank you. i have finally got it!

Last edited by orla999; 04-09-2009 at 05:39 AM.
 
Old 04-09-2009, 06:46 AM   #42
orla999
LQ Newbie
 
Registered: Apr 2009
Posts: 29

Original Poster
Rep: Reputation: 15
alright i have download and extracted the latest kernel.

How do i configure the kernel and select necessary device drivers?
 
Old 04-09-2009, 07:19 AM   #43
reptiler
Member
 
Registered: Mar 2009
Location: Hong Kong
Distribution: Fedora
Posts: 184

Rep: Reputation: 42
This has been described at least twice over the course of this thread. Please check the previous posts for information.
 
Old 04-14-2009, 08:29 AM   #44
orla999
LQ Newbie
 
Registered: Apr 2009
Posts: 29

Original Poster
Rep: Reputation: 15
right ok a have a problem. i have created my custom kernel but i have a problem please look at screen shot. The stanza i added on the menu.lst is exactly the same path as the rest to the root.
Attached Thumbnails
Click image for larger version

Name:	error.jpg
Views:	17
Size:	62.0 KB
ID:	459  
 
Old 04-16-2009, 09:27 AM   #45
reptiler
Member
 
Registered: Mar 2009
Location: Hong Kong
Distribution: Fedora
Posts: 184

Rep: Reputation: 42
Looks to me like you didn't enable the driver for your hard-disk-controller when compiling the kernel.
 
  


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



LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 11:50 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