Gentoo Archives: gentoo-user

From: Ian Brandt <ian@×××××××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] udev Migration and SCSI -- SOLVED
Date: Fri, 21 Oct 2005 22:33:08
Message-Id: 43596BAC.2000801@ianbrandt.com
In Reply to: Re: [gentoo-user] udev Migration and SCSI by Ian Brandt
1 Thanks to Mike and John for all their help. I learned a lot.
2
3 I was able to change my lilo.conf and fstab from the
4 /dev/scsi/hostW/busX/targetY/lunZ/* scheme to /dev/sdaX instead, and
5 my 2.4 kernel came back up no problem. (I wish I could remeber what
6 forced me into using the /dev/scsi scheme in the first place, but oh
7 well.)
8
9 With that change 2.6 came up as well.
10
11 Thanks Again!
12
13 Ian
14
15 Ian Brandt wrote:
16 >
17 > Mike Williams wrote:
18 >
19 >>OK great, I'd change my fstab, and reboot to 2.4.X/devfs now, but I'm known
20 >>for being a little gungho :)
21 >
22 >
23 > Well, guess there's not much more I can do.
24 >
25 > Supposing it doesn't come up, would a rescue CD be required to fix it?
26 > I left a copy of the old /etc/fstab as /etc/fstab.bak, and setup a
27 > login with sudo rights to perform the copy, but if the discs don't
28 > come up, will login be possible? (I remember the NOC saying there was
29 > a prompt, "enter the root password for maintenance", or something like
30 > that after a previous failure to boot the 2.6 kernel where the issue
31 > was the Adaptec RAID and general kernel I2O drivers clashing.)
32 >
33 >
34 >>BTW, what path for root do you pass to grub?
35 >>
36 >
37 >
38 > I use lilo actually because it does everything I need, and it doesn't
39 > care that the discs are on a raid array. Grub at least used to
40 > require a special driver. My lilo.conf is below. So would I need to
41 > change my boot and root to the sdaX scheme as well?
42 >
43 > # cat /etc/lilo.conf
44 >
45 > boot=/dev/scsi/host0/bus0/target0/lun0/disc
46 > root=/dev/scsi/host0/bus0/target0/lun0/part3
47 >
48 > map=/boot/System.map
49 >
50 > prompt
51 > timeout=50
52 >
53 > lba32
54 > vga=normal
55 >
56 > default=2.4.25
57 >
58 > image=/boot/bzImage-2.4.25
59 > label=2.4.25
60 > read-only
61 >
62 > image=/boot/bzImage-2.4.28-gentoo-r9
63 > label=2.4.28
64 > read-only
65 >
66 > image=/boot/bzImage-2.6.13-gentoo-r3
67 > label=2.6.13
68 > read-only
69 --
70 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] udev Migration and SCSI -- SOLVED Mike Williams <mike@××××××××.uk>