LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Gentoo
User Name
Password
Gentoo This forum is for the discussion of Gentoo Linux.

Notices


Reply
  Search this Thread
Old 12-23-2009, 07:25 PM   #1
bky1701
LQ Newbie
 
Registered: Jul 2005
Posts: 6

Rep: Reputation: 0
Grub Doesn't Boot on G Netbook


I recently installed, or I should say, attempted to install, Gentoo on my Sylvania G Netbook. I've used Gentoo for about a year now on my desktop, so I am quite clear on the install process.

Well, it won't boot. I installed grub, ran grub-install (and the manual install) numerous times, in different ways, but no matter what I do, the system just skips over the hard drive and tries to boot from the network, and then proceeds to say there is no operating system.

I checked the bios, everything seems in order. There was one oddity, that the hard drive is listed as IDE 2, even though there is only one hard drive. I suppose this is not a problem, as I didn't change anything, and the factory default distro (a version of Debian) worked fine. Still, worth noting.

The boot flag is set on my boot partition, it is the first on the drive, and is EXT2.

I am wondering if maybe they were tricky and added some other kind of boot sector; maybe flash memory, for example, that I don't know about. Has anyone had any experience with more manual installs on this netbook?

The hard drive shows up as /dev/hda, but there is also a /dev/sda. Trying to fdisk it gives "Unable to open /dev/sda", file says its type is "block special". Running grub-install on it returns "/dev/sda does not have any corresponding BIOS drive", even after running it with --recheck.
 
Old 12-23-2009, 08:54 PM   #2
colorpurple21859
LQ Veteran
 
Registered: Jan 2008
Location: florida panhandle
Distribution: Slackware Debian, Fedora, others
Posts: 7,395

Rep: Reputation: 1594Reputation: 1594Reputation: 1594Reputation: 1594Reputation: 1594Reputation: 1594Reputation: 1594Reputation: 1594Reputation: 1594Reputation: 1594Reputation: 1594
In your kernel configuration make sure under file system, nfs, root= nfs is unchecked
 
Old 12-23-2009, 09:01 PM   #3
gregorian
Member
 
Registered: Apr 2006
Posts: 509

Rep: Reputation: 34
I had a problem installing Grub myself so I tried lilo which worked. Why don't you give lilo a try?
 
Old 12-23-2009, 10:14 PM   #4
aus9
LQ 5k Club
 
Registered: Oct 2003
Location: Western Australia
Distribution: Icewm
Posts: 5,842

Rep: Reputation: Disabled
hi

I do not use Gentoo but have used a live cd based on it....sysrescuecd.

1) Can you name the actual media you are using please and its version number.

I am suspecting....heh heh....you have downloaded a network boot install cd and not a "normal" hd install cd.....which is why the kernel is a bit strange.

2) assuming you have a live cd.....can you run and post the results of

Code:
fdisk -l
(navigate to mounted hard drive....) cat /etc/fstab
ls /dev/disk/by-uuid/
ls /boot
fdisk should show us your partitions and which are bootable if any
hd fstab to see if we have a match
UUID info in case your fstab uses uuid
boot to show what kernel were installed and if /grub folder exists

I don't care if you install lilo so offer no help with grub until I at least am confident you have the correct install disk with the correct kernel.
 
Old 12-23-2009, 11:03 PM   #5
bky1701
LQ Newbie
 
Registered: Jul 2005
Posts: 6

Original Poster
Rep: Reputation: 0
The system isn't getting to the kernel, so it can't be a problem with it. The network boot thing is built into the BIOS (Gentoo doesn't have a network install CD that I know of).

The exact ISO was install-x86-minimal-20091103.iso , but the problem is not in the CD, which boots and works just fine. The issue is in the install I made with it, which is being ignored by the BIOS for some reason.

I might try lilo, but I was under the impression it had issues with larger hard drives. Can't hurt, though.

All of these are typed as I don't have any easy way to get the info off the computer, so forgive any typos.

fdisk -l:
Code:
Disk /dev/hda: 30.0 GB, 30005821440 bytes
255 heads, 63 sectors/track, 3648 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0xdd6cdd6c
   Device  Boot Start   End      Blocks  Id  System
/dev/hda1    *      1     5       40131  83  Linux
/dev/hda2           6  3648   29262397+   5  Extended
/dev/hda5          72  1116     8393931  82  Linux swap / Solaris
/dev/hda6        1117  3648   20338258+  83  Linux
/dev/hda7           6    71     530113+  83  Linux

Installed partition fstab:
Code:
/dev/hda1   /boot       ext2   noauto,noatime       1 2
/dev/hda6   /           ext3   noatime              0 1
/dev/hda7   /home       ext3   noatime              0 1
/dev/hda5   none        swap   sw                   0 0
/dev/cdrom  /mnt/cdrom  auto   noauto               0 0
shm         /dev/shm    tmpfs  nodev,nosuid,noexec  0 0
(I am aware I somehow swapped my home and root at some point, but that is a minor issue to fix.)

by-uuid:
Code:
07cbc4f4-8cec-4552-8b3d-1c3307282182
dd5c2b94-9fe2-46dc-83e0-147a4be30cbe
d9ad40dd-1871-41c0-b3b2-6b5c0a9c2e0b
Boot partition:
Code:
boot
grub
kernel
lost+found
 
  


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



Similar Threads
Thread Thread Starter Forum Replies Last Post
Netbook remix won't boot beyond console on Aspire One dual-boot HMARS Linux - Laptop and Netbook 2 12-06-2009 10:08 PM
Uninstalling Grub, Netbook no CD help required denvise Linux - Laptop and Netbook 8 10-20-2009 05:21 AM
Grub error 22 on netbook(no cd drive) sarick22 Linux - Newbie 24 09-15-2009 03:00 PM
Why /boot/grub/grub.conf is symlinked to /boot/grub/menu.lst raj_hcl1986@rediffma Linux - Newbie 2 10-19-2008 02:19 AM
gentoo : grub: The file /boot/boot/grub/stage1 not read correctly Boudewijn Linux - Software 3 05-21-2008 03:13 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Gentoo

All times are GMT -5. The time now is 10:30 AM.

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