Gentoo Archives: gentoo-dev

From: Sean Mitchell <SMitchell@×××××××××××××××××××.com>
To: gentoo-dev@××××××××××.org
Subject: RE: [gentoo-dev] grub
Date: Wed, 17 Oct 2001 07:10:40
Message-Id: 1DCB85BD45DED211B12D009027279E4F4771C2@murcury
1 > I am getting a 'selected disk does not exist' error in grub.
2 > Everything in
3 > the build from source worked fine until this point. I have a
4 > promise U66
5 > controller, and on device 0,0 I have my linux harddrive. During the
6 > install, it was recognized as hde. I tried grub with (hd3,0),
7 > and it did
8 > not work. I have other harddrives in my system (hda, hdc), and when I
9 > tried root (hd0,0) or root (hd2,0) I recived the same error, that the
10 > selected disk does not exist.
11 > does anyone know why grub is not recognizing my disks?
12 > thanks!
13
14 Not that this helps much, but I have had the same problem with my KT7 RAID
15 board which uses a HPT370 controller. I have
16
17 hda
18 hda1 - NTFS (Windows 2000)
19 hda2 - Reiserfs (Gentoo /)
20
21 hde
22 hde1 - ext2 (Gentoo /boot)
23 hde2 - FAT32 (just data)
24 hde3 - extended
25 hde5 - swap (Linux swap)
26
27 >From memory, when I tried a
28
29 # root (hd1,0)
30
31 it was fine, but the
32
33 # setup (hd1)
34
35 gave an unrecognised partition or something like that. At any rate, I
36 installed LILO and everything is fine now. I've never been able to figure
37 out what advantages GRUB has anyway, so LILO is still my preferred boot
38 manager.
39
40 Cheers,
41
42 Sean
43
44 ------------------------------------------------------------------------
45 Sean Mitchell Software Engineer
46 smitchell@×××××××××××××××××××.com Phoenix Interactive Design Inc
47 tel. 519-679-2913 x237 4th Floor, 137 Dundas St
48 fax. 519 679 6773 London, ON, Canada N6A 1E9
49 ICQ# 104246806
50 ------------------------------------------------------------------------

Replies

Subject Author
Re: [gentoo-dev] grub Collins Richey <erichey2@××××.com>