[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Fwd: Installation of Hurd/K8 problem



Anfang der weitergeleiteten E-Mail:

Von: Thomas Schlesinger <schlesinger@netcologne.de>
Datum: 12. April 2005 23:00:14 MESZ
An: debian-hurd@lists.debian.org
Betreff: Fwd: Installation of Hurd/K8 problem

Von: Michael Banck <mbanck@debian.org>
Datum: 12. April 2005 23:35:30 MESZ
An: Thomas Schlesinger <schlesinger@netcologne.de>
Cc: debian-hurd@lists.debian.org
Betreff: Re: Installation of Hurd/K8 problem

On Tue, Apr 12, 2005 at 07:52:58PM +0000, Thomas Schlesinger wrote:
My machine was an Athlon XP 2200 with a SIS chipset and a Nvidia GF5200FX
graphics card and 1GB RAM.

Try to limit the memory GRUB and GNU Mach sees to 512MB by using GRUB's
'uppermem' option.


The Hurd doesn't run now, but there's a difference. Without using uppermem, my machine reboots after a second, with uppermem, it freezes, so may be it's part of the solution. That's what I've done and the replies I've got from grub this time:

grub> uppermem 524288
grub> kernel (hd0,0)/boot/gnumach.gz root=device:hd0s1 -s
[Multiboot-elf, <0x100000:0x184a03:0x0>, <0x285a20:0x10858:0x33bdc>, shtab=0x2ca118, entry=0x100000]
grub> module (hd0,0)/hurd/ext2fs.static --multiboot-command-line=${kernel-command-line} --host-priv-port=${host-port} --device-master-port=${device-port}
[Multiboot-module @ 0x2cb000, 0xe5948 bytes]
grub> module (hd0,0)/lib/ld.so.1 /hurd/exec $(exec-task=task-create)
[Multiboot-module @ 0x3b1000, 0x18064 bytes]
grub > boot

(computer freezes)

Thomas

Oh, some of the boot command went out of my browser's window ;-)

So, here it's correct "log":

grub> uppermem 524288
grub> kernel (hd0,0)/boot/gnumach.gz root=device:hd0s1 -s
[Multiboot-elf, <0x100000:0x184a03:0x0>, <0x285a20:0x10858:0x33bdc>, shtab=0x2ca118, entry=0x100000]
grub> module (hd0,0)/hurd/ext2fs.static --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)
[Multiboot-module @ 0x2cb000, 0xe5948 bytes]
grub> module (hd0,0)/lib/ld.so.1 /hurd/exec $(exec-task=task-create)
[Multiboot-module @ 0x3b1000, 0x18064 bytes]
grub > boot

(computer freezes)

Thomas

Reply to: