From: Per Lundberg <[EMAIL PROTECTED]>
Subject: Netboot
Date: 28 Feb 2000 10:12:36 +0100
> The fixes to fsys_tftp.c made it possible to boot the kernel
> correctly, on a 3C509 card (The RTL8139 driver which I tried at first
> just rebooted my computer when I tried to transfer the file). However,
From: Martin Hinner <[EMAIL PROTECTED]>
Subject: UnixWare disklabel support
Date: Mon, 28 Feb 2000 14:56:45 +0100 (CET)
> I wrote support for UW 2/7 disklabel.
Great. BTW, Your patch seems based on an older release. Would you
like to adapt it to a more recent version? The CVS version is
pref
From: Magnus Holmberg <[EMAIL PROTECTED]>
Subject: Two questions
Date: Mon, 28 Feb 2000 21:36:15 +0100 (CET)
> It can't find my initrd file. It works with lilo.
Too vague... What did GRUB say when running the command "initrd"?
Which version are you using?
> In lilo.conf I have vga=5 Is it som
From: Kalle Olavi Niemitalo <[EMAIL PROTECTED]>
Subject: grub/asmstub.c:533: undefined reference to `MAJOR'
Date: 28 Feb 2000 13:58:11 +0200
> By adding #include , the program compiles. But I
> fear this isn't the right thing to do. The __dev_t shown by
> glibc might be entirely different.
T
I have some trouble with grub.
It can't find my initrd file. It works with lilo.
>From my lilo.conf
image = /boot/vmlinuz
label = linux
root = /dev/hda1
initrd=/boot/initrd.img
And from my menu.lst
title GNU/Linux
root (hd0,0)
kernel /boot/vmlinuz root=/dev/hda1
initrd /boot/initrd.img
Hello,
I wrote support for UW 2/7 disklabel. Patch is available at
ftp.penguin.cz/pub/users/mhi/patches/. I can write also UW Boot Filesystem
support, but it depends on my free time.
-Martin.
--
[EMAIL PROTECTED]
PGP: 1024/226C5935 2E A6 9F 01 D1 88 85 15 9B 08 12 34 4C 46 41 21
[ I'm not on this list; please Cc followups to me. ]
When compiling the GRUB I checked out from CVS today, I get
errors about MAJOR not being defined in asmstub.c:
gcc -DHAVE_CONFIG_H -I. -I/home/kalle/src/FOREIGN-CVS/grub/grub -I..
-I/home/kalle/include -Wall -Wmissing-prototypes -Wunused -
The fixes to fsys_tftp.c made it possible to boot the kernel
correctly, on a 3C509 card (The RTL8139 driver which I tried at first
just rebooted my computer when I tried to transfer the file). However,
modules didn't seem to load correctly.