Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Gentoo in virtualbox[Solved]
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Installing Gentoo
View previous topic :: View next topic  
Author Message
wildmanne39
n00b
n00b


Joined: 07 Jan 2010
Posts: 49

PostPosted: Wed Apr 06, 2011 5:51 am    Post subject: Gentoo in virtualbox[Solved] Reply with quote

Hi, does anyone know do I n eed to do anything extra with the modules or kernel to run gentoo inside virtualbox that it where I am installing it, so I can learn with out causing any major damage. Thanks again for your help.

Last edited by wildmanne39 on Sat Apr 09, 2011 6:26 am; edited 1 time in total
Back to top
View user's profile Send private message
The Doctor
Moderator
Moderator


Joined: 27 Jul 2010
Posts: 2678

PostPosted: Wed Apr 06, 2011 5:54 am    Post subject: Reply with quote

I do not believe you need anything special to get it to boot up. The guest additions will be necessary if you intend to run Gentoo as a fully integrated guest OS.
_________________
First things first, but not necessarily in that order.

Apologies if I take a while to respond. I'm currently working on the dematerialization circuit for my blue box.
Back to top
View user's profile Send private message
wildmanne39
n00b
n00b


Joined: 07 Jan 2010
Posts: 49

PostPosted: Wed Apr 06, 2011 8:21 am    Post subject: Solved Reply with quote

Hi, thank you for your help, I rebooted after I finished the install but it will not boot at all, It does not show a boot medium.

Last edited by wildmanne39 on Fri Apr 08, 2011 9:27 pm; edited 1 time in total
Back to top
View user's profile Send private message
The Doctor
Moderator
Moderator


Joined: 27 Jul 2010
Posts: 2678

PostPosted: Wed Apr 06, 2011 11:02 pm    Post subject: Reply with quote

Could it be that you missed installing the boot loader?
_________________
First things first, but not necessarily in that order.

Apologies if I take a while to respond. I'm currently working on the dematerialization circuit for my blue box.
Back to top
View user's profile Send private message
naturegirl
n00b
n00b


Joined: 11 Mar 2006
Posts: 35
Location: Beijing

PostPosted: Thu Apr 07, 2011 12:24 am    Post subject: Reply with quote

I also just installed gentoo inside virtualbox recently.
I followed these instructions:

http://blog.jolexa.net/2008/07/10/howto-gentoo-guest-os-in-virtualbox/
http://en.gentoo-wiki.com/wiki/Virtualbox_Guest

I think the gentoo wiki is pretty short cut, so you have to make sure to also follow the installation doc correctly.

Furthermore you have to make sure to pick the correct hardware.
I had to change the network card from Intel/PRO 1000 MT Desktop(NAT) to PCnet-FAST III(NAT) for the internet to work.
Back to top
View user's profile Send private message
wildmanne39
n00b
n00b


Joined: 07 Jan 2010
Posts: 49

PostPosted: Fri Apr 08, 2011 4:45 am    Post subject: Reply with quote

Hi, I got the kernel to load now it says device block not found and something about not finding the root partition. I post the results of several test to a site like a post told me to but then that post is closed now so I dont know if anyone will read the information I put on the site,it is at http//paste.pocoo.org/show/367627. The rest of the info is at the same site with these numbers after show 367628,367629,367630,367631. Thanks to everyone for your help and if anyone will look at the information at this site I think it will probably be an easy way to fix my problem. Thanks again you all are great at helping people out.
Back to top
View user's profile Send private message
The Doctor
Moderator
Moderator


Joined: 27 Jul 2010
Posts: 2678

PostPosted: Fri Apr 08, 2011 5:12 am    Post subject: Reply with quote

If the kernel is loading but can't find the root, it is probably a problem with the /etc/fstab file. If you could post that, we can take a look at it.

If your kernel is loading, then its not a grub problem.
_________________
First things first, but not necessarily in that order.

Apologies if I take a while to respond. I'm currently working on the dematerialization circuit for my blue box.
Back to top
View user's profile Send private message
wildmanne39
n00b
n00b


Joined: 07 Jan 2010
Posts: 49

PostPosted: Fri Apr 08, 2011 6:00 am    Post subject: Reply with quote

Did you take a look at everything I posted at the site I listed in my last postng? It had a lot of information I used wgetpaste like I had been instructed to do, When I try to just look at the etc/fstab it told me permission denied, but I could not just copy and paste it here because it is inside virtualbox and it wont let me but I think that is one of the things that wgetpaste let me put on that site as stated in my other post. thanks for your reply.
Back to top
View user's profile Send private message
The Doctor
Moderator
Moderator


Joined: 27 Jul 2010
Posts: 2678

PostPosted: Fri Apr 08, 2011 6:08 am    Post subject: Reply with quote

Its not in your previous post.
if you run
Code:
nano -w /etc/fstab
as root inside the chroot environmental, you should have full access.
If you cannot post it, look very carefully at the path you set for root. Also check the file systems to make sure that the match the actual system.
_________________
First things first, but not necessarily in that order.

Apologies if I take a while to respond. I'm currently working on the dematerialization circuit for my blue box.
Back to top
View user's profile Send private message
wildmanne39
n00b
n00b


Joined: 07 Jan 2010
Posts: 49

PostPosted: Fri Apr 08, 2011 7:28 am    Post subject: Reply with quote

/dev/BOOT /boot ext2 defaults,noatime 1 2
/dev/ROOT / ext3 noatime 0 1
/dev/SWAP none swap sw 0 0
/dev/cdrom /mnt/cdrom auto noauto,user 0 0
#/dev/fd0 /mnt/floppy auto noauto 0 0


shm /dev/shm tmpfs nodev,nosuid,noexec 0 0

this is what my etc/fstab file says. I typed sd it reads. Thank you for your help and looking at this file.
Back to top
View user's profile Send private message
naturegirl
n00b
n00b


Joined: 11 Mar 2006
Posts: 35
Location: Beijing

PostPosted: Fri Apr 08, 2011 3:02 pm    Post subject: Reply with quote

you have to change the capital letters to the corresponding hardware. It should be something like /dev/sda1 or /dev/hda1
I think you should be able to see with the mount command. Otherwise also when you partitioned your disk with fdisk you had to
write the appropriate device path.
Back to top
View user's profile Send private message
The Doctor
Moderator
Moderator


Joined: 27 Jul 2010
Posts: 2678

PostPosted: Fri Apr 08, 2011 6:55 pm    Post subject: Reply with quote

It will NOT be /dev/hda! "hda" is deprecated and a new install will DEFIANTLY use /dev/sda!

If you fallowed the handbook, then it will look like this:
Quote:
/dev/sda1 /boot ext2 defaults,noatime,noauto 1 2
/dev/sda3 / ext3 noatime 0 1
/dev/sda2 none swap sw 0 0
#/dev/cdrom /mnt/cdrom auto noauto,user 0 0



The blue is what it should look like if you followed the handbook, the red are some common alterations.
The noauto option on boot stops it from being automatically mounted for security, not a big deal in a vertial machine, but it is common. The CD line interferes with auto mounting form a GUI, so if you intend to install one, you might as well get ride of that line.

I hope this is helpful, good luck!
_________________
First things first, but not necessarily in that order.

Apologies if I take a while to respond. I'm currently working on the dematerialization circuit for my blue box.
Back to top
View user's profile Send private message
wildmanne39
n00b
n00b


Joined: 07 Jan 2010
Posts: 49

PostPosted: Fri Apr 08, 2011 9:26 pm    Post subject: Reply with quote

Hi, thank you so much that fixed the boot problem. I have not figure out how to mark this solved. Thanks again now I can see what other programs and gui's I can install.
Back to top
View user's profile Send private message
naturegirl
n00b
n00b


Joined: 11 Mar 2006
Posts: 35
Location: Beijing

PostPosted: Sat Apr 09, 2011 1:29 pm    Post subject: Reply with quote

penguin swordmaster wrote:
It will NOT be /dev/hda! "hda" is deprecated and a new install will DEFIANTLY use /dev/sda!

good to know! I haven't been using it for several years ...
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Installing Gentoo All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum