[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Hurd refuses to boot
From: |
Patrick Stetter |
Subject: |
Hurd refuses to boot |
Date: |
Fri, 28 Dec 2007 16:16:49 -0500 |
I used crosshurd to set up hurd on my machine. Since the mirrors
crosshurd used were down I downloaded a base hurd system from here
http://ftp.debian-ports.org/debian/base/ as specified by
http://www.debian.org/ports/hurd/hurd-install. I extracted it and set
up grub to boot from it with these commands:
title GNU Hurd - Single User
root (hd1,6)
kernel /boot/gnumach.gz root=device:hd1s0 -s
module /hurd/ext2fs.static --readonly \
--multiboot-command-line=${kernel-command-line} \
--host-priv-port=${host-port} \
--device-master-port=${device-port} \
--exec-server-task=${exec-task} \
-T typed ${root} $(task-create) $(task-resume)
module /lib/ld.so.1 /hurd/exec $(exec-task=task-create)
The boot looks promising at first, but hangs with the line ed:
/lib/ld.so.1 /hurd/exec. I'm not sure if it's something wrong on my
end or if my hardware is not yet supported by the Hurd. Should it be
the latter, here's a print of lspci
00:00.0 Host bridge: Silicon Integrated Systems [SiS] 760/M760 Host (rev 02)
00:01.0 PCI bridge: Silicon Integrated Systems [SiS] SG86C202
00:02.0 ISA bridge: Silicon Integrated Systems [SiS] SiS964 [MuTIOL
Media IO] (rev 36)
00:02.5 IDE interface: Silicon Integrated Systems [SiS] 5513 [IDE] (rev 01)
00:02.7 Multimedia audio controller: Silicon Integrated Systems [SiS]
AC'97 Sound Controller (rev a0)
00:03.0 USB Controller: Silicon Integrated Systems [SiS] USB 1.0
Controller (rev 0f)
00:03.1 USB Controller: Silicon Integrated Systems [SiS] USB 1.0
Controller (rev 0f)
00:03.2 USB Controller: Silicon Integrated Systems [SiS] USB 1.0
Controller (rev 0f)
00:03.3 USB Controller: Silicon Integrated Systems [SiS] USB 2.0 Controller
00:04.0 Ethernet controller: Silicon Integrated Systems [SiS] SiS900
PCI Fast Ethernet (rev 90)
00:05.0 IDE interface: Silicon Integrated Systems [SiS] RAID bus
controller 180 SATA/PATA [SiS] (rev 01)
00:09.0 Ethernet controller: Atheros Communications, Inc.
AR5212/AR5213 Multiprotocol MAC/baseband processor (rev 01)
00:0b.0 FireWire (IEEE 1394): VIA Technologies, Inc. IEEE 1394 Host
Controller (rev 80)
00:18.0 Host bridge: Advanced Micro Devices [AMD] K8
[Athlon64/Opteron] HyperTransport Technology Configuration
00:18.1 Host bridge: Advanced Micro Devices [AMD] K8
[Athlon64/Opteron] Address Map
00:18.2 Host bridge: Advanced Micro Devices [AMD] K8
[Athlon64/Opteron] DRAM Controller
00:18.3 Host bridge: Advanced Micro Devices [AMD] K8
[Athlon64/Opteron] Miscellaneous Control
01:00.0 VGA compatible controller: nVidia Corporation NV40 [GeForce
6800] (rev a1)
And here's output of /proc/interrupts
CPU0
0: 143 IO-APIC-edge timer
1: 79 IO-APIC-edge i8042
7: 0 IO-APIC-edge parport0
8: 3 IO-APIC-edge rtc
9: 0 IO-APIC-fasteoi acpi
12: 3137 IO-APIC-edge i8042
14: 66137 IO-APIC-edge libata
15: 1921 IO-APIC-edge libata
16: 3155 IO-APIC-fasteoi ohci_hcd:usb1
17: 0 IO-APIC-fasteoi ohci_hcd:usb2
18: 0 IO-APIC-fasteoi ohci_hcd:usb3
19: 2 IO-APIC-fasteoi ehci_hcd:usb4
20: 0 IO-APIC-fasteoi eth0
21: 2 IO-APIC-fasteoi ohci1394
22: 33929 IO-APIC-fasteoi sata_sis, wifi0
23: 4163 IO-APIC-fasteoi SiS SI7012
NMI: 0
LOC: 25167
ERR: 0
MIS: 0
- Hurd refuses to boot,
Patrick Stetter <=