Gentoo Archives: gentoo-sparc

From: Mario Beltran <mario@×××.hn>
To: gentoo-sparc@l.g.o
Subject: [gentoo-sparc] problem on boot
Date: Wed, 11 Jan 2006 15:57:54
Message-Id: 43C52B5E.8040908@123.hn
1 Hi
2
3 I have a 220R box and I followed the steps from:
4
5 http://www.gentoo.org/doc/en/handbook/handbook-sparc.xml
6
7 But when I finished gentoo does not work. the message is:
8
9 Sun Enterprise 220R (ultrasparc - II 450 MHz), keyboard present
10 OpenBoot 3.23 1024 MB memory installed, serail #12050420.
11
12 rebooting with command: boot
13 boot device: disk file and args:
14 SILO version 1.4.9
15 boot:
16 Allocated 8 Megs of memory at 0x40000000 for keernel
17 loaded kernel 2.4.32
18
19 remapping the kernel ... FP disable
20
21 ok
22
23 and gentoo wont start.
24
25 this sis my silo.conf file
26
27 partition = 1 # Boot partition (= root partition)
28 root = /dev/sda1 # Root partition
29 timeout = 20 # Wait 2 seconds before booting the default section
30
31 image = /boot/kernel-2.4.32
32 label = linux
33
34
35 And these are the results from mout command
36 # mount
37 rootfs on / type rootfs (rw)
38 none on /dev type devfs (rw)
39 tmpfs on / type tmpfs (rw)
40 /dev/cdroms/cdrom0 on /mnt/cdrom type iso9660 (ro)
41 /dev/loop/0 on /mnt/livecd type squashfs (ro)
42 proc on /proc type proc (rw)
43 tmpfs on /mnt/livecd/lib/firmware type tmpfs (rw)
44 tmpfs on /mnt/livecd/usr/portage type tmpfs (rw)
45 usbfs on /proc/bus/usb type usbfs (rw)
46 none on /proc/openprom type openpromfs (rw)
47 /dev/sda1 on / type ext3 (rw)
48 /dev/sda4 on /home type ext3 (rw)
49 /dev/sda5 on /usr type ext3 (rw)
50 /dev/sda6 on /var type ext3 (rw)
51 none on /proc type proc (rw)
52
53 Finally this is my fstab file
54
55 cat /etc/fstab
56 # /etc/fstab: static file system information.
57 # $Header: /var/cvsroot/gentoo-src/rc-scripts/etc/fstab,v 1.18.4.1
58 2005/01/31 23:05:14 vapier Exp $
59 #
60 # noatime turns off atimes for increased performance (atimes normally aren't
61 # needed; notail increases performance of ReiserFS (at the expense of
62 storage
63 # efficiency). It's safe to drop the noatime options if you want and to
64 # switch between notail / tail freely.
65 #
66 # See the manpage fstab(5) for more information.
67
68 # <fs> <mountpoint> <type> <opts>
69 <dump/pass>
70
71 # NOTE: If your BOOT partition is ReiserFS, add the notail option to opts.
72 /dev/sda1 / ext3
73 defaults,noatime 0 1
74 /dev/sda2 none swap
75 sw 0 0
76 /dev/sda4 /home ext3
77 defaults,noatime 1 2
78 /dev/sda5 /usr ext3
79 defaults,noatime 1 2
80 /dev/sda6 /var ext3
81 defaults,noatime 1 2
82 /dev/cdroms/cdrom0 /mnt/cdrom iso9660
83 noauto,ro 0 0
84 #/dev/fd0 /mnt/floppy auto
85 noauto 0 0
86
87 # NOTE: The next line is critical for boot!
88 proc /proc proc defaults 0 0
89
90 # glibc 2.2 and above expects tmpfs to be mounted at /dev/shm for
91 # POSIX shared memory (shm_open, shm_unlink).
92 # (tmpfs is a dynamically expandable/shrinkable ramdisk, and will
93 # use almost no memory if not populated with files)
94 shm /dev/shm tmpfs
95 nodev,nosuid,noexec 0 0
96
97
98 I dont really know what thing did wrong . Does anyone can tell me what
99 should I do for solve this problem.
100 If you need more information. ask me :)
101
102 Thanks in advance and sorry for my bad English
103
104 Best regards
105
106 Mario
107 --
108 gentoo-sparc@g.o mailing list