HELP: How to boot NT4 (2)

2000-09-29 Thread smbuser
Sorry, forgot the attachment. Here it is. Greetings, Paul Weinstabl [EMAIL PROTECTED] # grub mnu.lst default 0 timeout 20 title Linux kernel (hd0,4)/boot/vmlinuz root=/dev/hda5 mem=128M title Windows NT rootnoverify (hd0,0) chainloader (hd0,0)+1 makeactive boot

HELP: How to boot NT 4

2000-09-29 Thread smbuser
Hi, I have installed grub (newest version 0.95) on my machine via the skript in /usr/local/sbin/grub-install, which you supplied with the latest distribution. I issued the command /usr/local/sbin/grub-install /dev/hda1 (my first harddisk). As I understand it, grub loads itself then into the MBR

stat for block device files

2000-09-29 Thread OKUJI Yoshinori
Does stat return a correct size even for a block device file (i.e. a file "settrans"ed with storeio) on GNU/Hurd? I'm not sure, since I have no GNU/Hurd machine at hand for now. If yes, I think the grub shell can get correct geometries even on Hurd, with code like this: stat("/dev/hd0", &st); t

Re: MultiBoot infos

2000-09-29 Thread OKUJI Yoshinori
From: Luca Abeni <[EMAIL PROTECTED]> Subject: Re: MultiBoot infos Date: Fri, 29 Sep 2000 19:38:28 +0200 (CEST) > this solution (I don't like to use a modified version of a standard). Is > there any way to solve this problem in a simpler way without modifying > anything in the standard? (I hope my

Re: MultiBoot infos

2000-09-29 Thread Luca Abeni
On Fri, 29 Sep 2000, OKUJI Yoshinori wrote: ` > > Have I to download the whole GRUB distribution in order to obtain it? > > Yes. And "./configure && make dvi" will make a GRUB manual in DVI > format, so you can then convert it to a PS file by dvips or something > similar. Thanks. I compiled and