Gentoo Archives: gentoo-alpha

From: Tony Hammond <hammonda@××××××××.edu>
To: Bill.Glessner@×××.EDU
Cc: gentoo-alpha@l.g.o
Subject: Re: [gentoo-alpha] Problem installing gentoo linux/genkernel environ on alpha platform
Date: Sat, 09 Oct 2004 22:58:04
Message-Id: Pine.GSO.4.58.0410091753200.2554@sun-71.cae.wisc.edu
In Reply to: [gentoo-alpha] Problem installing gentoo linux/genkernel environ on alpha platform by Bill.Glessner@cwu.EDU
1 Hi,
2
3
4 >From the output below, it appears that aboot is working fine given that
5 the kernel has loaded. This looks like a problem with your ramdisk image
6 to me. I agree, check your fstab, but on the ramdisk image.
7
8
9 > >>>WARNING<<< Wrong ufstype may corrupt your filesystem, default is ufstype=old
10 > ufs_read_super: bad magic number
11 > read_super_block: can't find a reiserfs filesystem on (dev 01:00,block 64, size 1024)
12 > read_super_block: can't find a reiserfs filesystem on (dev 01:00,block 8, size 1024)
13 > kernel panic: VFS: Unable to mount root fs on 01:00
14
15
16 The device file with major:minor number 01:00 is /dev/ram0 or /dev/rd/0
17 depending on whether you are using devfs.
18
19
20 -Tony
21
22 **************************************************************************
23 Tony Hammond
24 Computing Cluster Administrator
25 University of Wisconsin at Madison
26 Department of Engineering Physics
27 1500 Engineering Drive
28 Room 522
29 Madison, WI 53706-1609
30 Phone: 608-263-6577
31 Fax: 608-265-4546
32 Mobile: 608-239-8744
33 Email: hammonda@××××××××.edu
34 URL: http://www.cae.wisc.edu
35
36 On Fri, 8 Oct 2004 Bill.Glessner@×××.EDU wrote:
37
38 >
39 > I have been trying to install gentoo linux on a miata-class alpha platform and,
40 > after following the instructions in the gentoo linux handbook, I still can't
41 > seem to achieve a working system.
42 > I am using a livecd burned from the gentoo-alpha-2004_2-20040730.iso download.
43 > I used a stage1 tarball stage1-alpha-20040730.tbz2 to perform the installation,
44 > and all seemed to go according to the gentoo handbook instructions. I chose the
45 > genkernel option, and its creation/build also seemed to match the gentoo
46 > handbook material.
47 > The kernel version is kernel-2.4.21-alpha-r12. The step where the system disk
48 > is made bootable and a bootloader is configured is where I seem to be failing.
49 > I chose to configure/use the aboot bootloader; however, I can't seem to find
50 > any directions, other than some minimal general material in the aboot, abootconf
51 > and aboot.conf man pages, which describe how to set up abbot and boot the
52 > kernel built during the installation.
53 > Am I using the most recent, stable gentoo linux installation distribution for
54 > the alpha platform?
55 > Has anyone successfully built a genkernel from the above distribution and
56 > booted it? If so, how did you set up the aboot environment?
57 > The specific problem I am having is:
58 >
59 > boot dkc0 -fl "i"
60 >
61 > ...stuff leading to the aboot scondary bootloader menu...
62 > jumping to bootstrap code
63 > aboot: Linux/Alpha SRM bootloader version 0.9bpre
64 > aboot: switching to OSF/1 PALcode version 1.22
65 > aboot: booting from device 'SCSI 0 1009 0 0 0 0 0'
66 > aboot: valid disklabel found: 3 partitions.
67 > Welcome to aboot 0.9bpre
68 > Commands:
69 > (the menu)
70 >
71 > I give the command (wrapped for readability)
72 >
73 > b /boot/kernel-2.4.21-alpha-r12 initrd=/boot/initrd-2.4.21-alpha-r12
74 > root=/dev/ram0 real_root=/dev/sda2 init=/linuxrc
75 >
76 > the boot begins with loading the kernel after a number of device/driver
77 > configurations but hangs at the point
78 >
79 > IP protocols: ICMP, UDP, TCP, IGMP
80 > IP: routing cache hash table of 1024 buckets, 8Kbytes
81 > TCP: Hash table configured (established 16384 bind 16384)
82 > NET4: Unix domain sockets 1.0/SMP for Linux NET4.0.
83 > FAT: bogus logical sector size 0
84 > You didn't specify the type of your ufs filesystem
85 >
86 > <...a sample mount command...>
87 >
88 > >>>WARNING<<< Wrong ufstype may corrupt your filesystem, default is ufstype=old
89 > ufs_read_super: bad magic number
90 > read_super_block: can't find a reiserfs filesystem on (dev 01:00,block 64, size 1024)
91 > read_super_block: can't find a reiserfs filesystem on (dev 01:00,block 8, size 1024)
92 > kernel panic: VFS: Unable to mount root fs on 01:00
93 >
94 > The dkc0 disk label has 3 partitions:
95 > a: the swap partition (starting at cylinder 3)
96 > b: the root partition with filesystem type ext2
97 > c: the whole disk partition
98 >
99 > I have probably missed/misundertood an installation step or haven't guessed the
100 > correct aboot command so, if someone could provide an example of a working
101 > aboot environment for a working alpha gentoo linux installation, I would
102 > appreciate it.
103 >
104 > Thanks for your help
105 > Bill Glessner - System programmer
106 > Central Washington University
107 >
108 > --
109 > gentoo-alpha@g.o mailing list
110 >
111
112 --
113 gentoo-alpha@g.o mailing list

Replies

Subject Author
[gentoo-alpha] Portage problem Brian Parkhurst <brianp@×××××××.net>