Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Installation Help
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
ahesson5
n00b
n00b


Joined: 17 Apr 2009
Posts: 1

PostPosted: Fri Apr 17, 2009 7:59 pm    Post subject: Installation Help Reply with quote

Ok I used to use ubuntu on my laptop but ended up putting windows back on it because of a XNA class. I didnt dual boot because I wanted to try a different distro, ubuntu is kinda boring. So I wanted to try gentoo. Its quite a bit tougher to install. I installed the 32 bit version off the minimal CD, and following the steps down to where I reboot the system and the command line GRUB> shows up. The instructions say that I need to use remote access and use another comp to finish it up. Well I dont have another system running linux. Is there a way around this? I couldnt find any info how to finish it without using remote access. Also would it be easier to just install the live cd? Any help is appreciated.

Link for installing: http://www.gentoo.org/doc/en/gentoo-x86-quickinstall.xml
im at 2.30: Reboot


Last edited by ahesson5 on Fri Apr 17, 2009 8:16 pm; edited 1 time in total
Back to top
View user's profile Send private message
yabbadabbadont
Advocate
Advocate


Joined: 14 Mar 2003
Posts: 4791
Location: 2 exits past crazy

PostPosted: Fri Apr 17, 2009 8:12 pm    Post subject: Reply with quote

Please provide a link to the instructions that tell you to use a remote system to finish it up...

What is more likely is that it is telling you to boot a live cd/dvd and then follow the instructions in the handbook for chrooting into your installed system. Then correct the grub issue.
Back to top
View user's profile Send private message
DONAHUE
Watchman
Watchman


Joined: 09 Dec 2006
Posts: 7651
Location: Goose Creek SC

PostPosted: Fri Apr 17, 2009 9:45 pm    Post subject: Reply with quote

sounds like you failed to create the file /boot/grub/grub.conf
boot the cd, then run: This assumes (as does the handbook) that you have one hard drive partitioned as /dev/sda1 is /boot, /dev/sda2 is swap, sda3 is /
adjust the below to suit your partitioning.

Code:
mount /dev/sda3 /mnt/gentoo
mount /dev/sda1 /mnt/gentoo/boot
ls -l /boot  #this should tell you the exact name you saved the kernel as
nano /mnt/gentoo/boot/grub/grub.conf

#edit/create grub.conf per
http://www.gentoo.org/doc/en/handbook/handbook-x86.xml?style=printable&full=1#book_part1_chap10
code listing 2.3 or 2.4 as applicable.
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