RE: Re: Re: How to boot debian installer from grub?

2004-02-12 Thread ln_alan
Oh,good job. I have some suggestions. Hope useful. 1. copy installer to top-level directory may be unnecessary 2. hd(x,x) seems better than hd(0,0) 3. I think lilo can does the same work as grub. Maybe the lilo way should be added. 4. When using loadlin to boot linux from DOS, will the parameters

RE: Re: How to boot debian installer from grub?

2004-02-11 Thread ln_alan
Thanks a lot! It works after the boot commands change to this: grub>kernel (hd0,0)/vmlinuz root=/dev/ram ramdisk_size=8192 devfs=mount,dall init=/linuxrc grub>initrd (hd0,0)/initrd.gz grub>boot >[EMAIL PROTECTED] wrote: >> I am going to boot d-i on my hard disk from grub command. So I downl

How to boot debian installer from grub?

2004-02-11 Thread ln_alan
Hi, I am going to boot d-i on my hard disk from grub command. So I downloaded vmlinuz and initrd.gz from http://ftp.debian.org/dists/unstable/main/installer-i386/current/images/hd-media/, and when grub boot I input at prompt as: grub>kernel (hd0,0)/vmlinuz root=/dev/ram ramdisk_size=8192 grub>