Gentoo Linux Operatimg System Logo

Related Topics:

Anonymous Posted on Sep 15, 2008

Gentoo Linux Install Problem

Trying to install Gentoo Linux from live CD, once it begins partitioning it damages the GRUB, and causes my system to be unbootable.

What am I doing wrong?

1 Answer

Anonymous

Level 2:

An expert who has achieved level 2 by getting 100 points

MVP:

An expert that got 5 achievements.

Champion:

An expert who has answered 200 questions.

Governor:

An expert whose answer got voted for 20 times.

  • Expert 214 Answers
  • Posted on Sep 15, 2008
Anonymous
Expert
Level 2:

An expert who has achieved level 2 by getting 100 points

MVP:

An expert that got 5 achievements.

Champion:

An expert who has answered 200 questions.

Governor:

An expert whose answer got voted for 20 times.

Joined: Jun 13, 2008
Answers
214
Questions
0
Helped
42996
Points
490

Hi if you are using the live cd, dont go for install. Boot it to the desktop instead of install it to the hard disk. 

Add Your Answer

×

Uploading: 0%

my-video-file.mp4

Complete. Click "Add" to insert your video. Add

×

Loading...
Loading...

Related Questions:

0helpful
4answers

How can I install Linux on an old Macintosh iBook? Perhaps DSL??(damn small linux)

DSL does not contain all of the drivers needed for the computer to work well. Try Gentoo linux, or Arch linux.
tip

When a Windows install kills your dual boot to Linux

Distro installers are pretty good at identifying an existing Windows installation and setting up dual booting, but should you have to reinstall a spyware-riddled Windows install you'll find that your machine boots straight into Windows and that your Linux installation is gone!
Don't panic: all Windows has done is overwrite the Grub bootloader with its own equivalent, removing your boot menu. All your data is still there - you just need to reload the bootloader configuration into the disk's master boot record (MBR). You'll need to boot from a Live CD to do this, this, then open a terminal and run

sudo grub-install /dev/sda

This assumes you have everything installed on the first (or only) hard drive. Grub-install will usually make a good job of detecting a Grub installation and set things back to rights. If it doesn't, you'll have to do it manually, which is a lot easier than it sounds. Run sudo grub to enter the Grub shell. then run

find /boot/grub/stage1

...to determine which partition holds the Grub files. If Windows is on the first partition Grub is likely to be on the second, in which case this command will return something like (hd0,1). Now set Grub up with

root (hd0,1)
setup (hd0)
quit

The first command identifies the boot partition, the second writes the bootloader to the MBR and then you leave the Grub shell. Grub is only concerned with the location of /boot, so if you have a separate /boot partition, omit the /boot part from the find command.
on Mar 26, 2010 • Computers & Internet
1helpful
2answers

Computer wont boot, recovery disk doesn't work after reinstalling it says an error has occurred.

There are two ways, choose which is suitable for you: 1) If you deleted a Linux partition and want to get rid of GRUB: - Insert your Windows CD. - In your BIOS settings, select boot from CD/DVD. - After the welcoming screen, type R (to enter the Recovery mode). - At the console (command-prompt/terminal) type: fixmbr - Everything should run fine after that. 2) If you installed Linux and have a problem with GRUB: - Insert your Linux distro CD. - In your BIOS settings, select boot from CD/DVD. - Enter the Live desktop and open a terminal. - Type: sudo grub -Type: find /boot/grub/stage1 (You might receive more than one location. Select the one you want to install GRUB onto) - Type: root (hd?,?) (Where "?" is the location you want to install GRUB) - Type: setup (hd0) (This is to install GRUB onto mbr) - Type: quit (To exit grub) - Reboot and everything should be fine.
0helpful
1answer

Am pulling my hair out. I'm a newbie to Linux but keen to get into it. Installed 9.10 as a dual boot alongside XP and after problems with grub, which I have re-mounted, I get to the OS choice page. XP...

Backup, Repairing and Reinstalling GRUB
  • To make a backup a copy of the existing menu.lst file use: cp /boot/grub/menu.lst /boot/grub/menu.lst.oldYou can try re-installing the grub using the Ubuntu Live CD, in two different ways.

GUI
  1. Boot your computer up with Ubuntu CD
  2. Go through all the process until you reach "[!!!] Disk Partition"
  3. Select Manual Partition
  4. Mount your appropriate linux partions / /boot swap .....
  5. DO NOT FORMAT THEM.
  6. Finish the manual partition
  7. Say "Yes" when it asks you to save the changes
  8. It will give you errors saying that "the system couldn't install ....." after that
  9. Ignore them, keep select "continue" until you get back to the Ubuntu installation menu
  10. Jump to "Install Grub ...."
  11. Once it is finished, just restart your computer
1helpful
1answer

Dell dimension 5100 original partitions have been wiped .. Now need to reinstall xp . I can not. Selected boot device not available. can not do ctrl-f11 anymore of course btw just in case you were thinking...

If you are getting message the message "selected boot device not available" that is because you have do not have a bootable HDD (Hard Disk). Please do the following:

Insert the Windows XP Operating system Disk.
Restart the computer and start Tapping the F12 key, It will give you the boot options.
Select to boot from CD/DVD-Rom
When prompted press any key to boot from CD-Rom
Once the computer is booted from CD, follow the instructions to install the Operating system.
Note: You can also go to BIOS (by pressing F2 or Delete) and change the boot device to CD-ROM

Once you finish installing the Windows Operating system. You can go ahead with installation of your Linux Operating system. After you finish Installing Linux you will get the option in GRUB to select the Operating systems.

If you have already installed Linux and want to install the Windows, Follow the same procedure but it will directly boot Windows after you finish Installing Windows. You will have to write the GRUB again for your Linux system.

Please get back for any further assistance.

If you find this solution helpful, Please do not forget to rate it.

Thank you for choosing Fixya.

16helpful
4answers

What is grub error 17? how to fix it?

Its GRand Unified Bootloader used in Linux OS.
Normally you get this error when GRUB is not able recognise the partition from which you are trying to boot the system. Make sure the boot partition on your system is recognisable by GRUB (such as EXT3).

You can try to restore the GRUB using the LIVE CD
  1. Boot From Live CD
  2. Open Terminal Window
  3. type >sudo grub
  4. then type : find /boot/grub/stage1
  5. you'll get something like: (hd0, 1)
  6. then type : >root (hd0, 1)
  7. type: > setup (hd0)
  8. >quit
  9. >exit
Remove the Live CD and reboot the system.


Please let me know if you need any further assistance.


Thank you for choosing Fixya




3helpful
3answers

How to Install both XP and Linux?

Hi,
I would install XP 1st then Open suse or Ubuntu. When you install either of these linux OS's ensure you install to another partition other than the windows one. Both installation routines will allow you to format the drive to the linux ext2 format and automatically install a boot manager (usually GRUB) which will allow you to select the OS you wish to boot.
3helpful
1answer

Pc linux OS reboot loop

It might be cause by The MBR was messed up by a bad grub install. You can try to fix the grub.

If you want to try reinstalling grub, boot from the live CD, log in as root, open a Konsole window, and at the prompt, ([root@localhost ~]#) type;

[root@localhost ~]# grub <Enter>

GNU GRUB version 0.97 (640K lower / 3072K upper memory) <-- This is the output from grub after <Enter>

[ Minimal BASH-like line editing is supported. For the first word, TAB
lists possible command completions. Anywhere else TAB lists the possible
completions of a device/filename. ]

grub> <-- The grub prompt.

From the grub prompt type;

grub> find /boot/grub/stage2 <Enter>
(hd0,0)
(hd0,4)
(hd0,5)
(hd0,9)
(hd0,11) <-- You'll only have one, use it
(hd1,0)
(hd1,2)
(hd1,4)

grub> root (hd0,5) <Enter> <-- Use what showed up above for yours
Filesystem type is ext2fs, partition type 0x83 <-- Grub reports both ext2 and ext3 as ext2. Don't worry about it.

grub> setup (hd0) <Enter> <-- That is a zero (hd0), not a letter
Checking if "/boot/grub/stage1" exists... yes
Checking if "/boot/grub/stage2" exists... yes
Checking if "/boot/grub/e2fs_stage1_5" exists... yes
Running "embed /boot/grub/e2fs_stage1_5 (hd0)"... 15 sectors are embedded.
succeeded
Running "install /boot/grub/stage1 (hd0) (hd0)1+15 p (hd0,5)/boot/grub/stage2 /boot/grub/menu.lst"... succeeded
Done.

grub> quit <Enter>

Your done; grub is reinstalled


P.S.: If this information was helpful, please rate this solution.
0helpful
1answer

Gentoo Stuck

Do u have only one os loaded?.just reload the grub by booting it from a gentoo linux cd
0helpful
2answers

Ubuntu Repair Grub

Do you have any other OS's installed? Its with the Grub. mostly looking for another OS. let me know.

Not finding what you are looking for?

116 views

Ask a Question

Usually answered in minutes!

Top Gentoo Linux Computers & Internet Experts

Grand Canyon Tech
Grand Canyon Tech

Level 3 Expert

3867 Answers

Brad Brown

Level 3 Expert

19187 Answers

Cindy Wells

Level 3 Expert

6688 Answers

Are you a Gentoo Linux Computer and Internet Expert? Answer questions, earn points and help others

Answer questions

Manuals & User Guides

Loading...