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

Re: Grub, now booting debian from grub



On Sat, Oct 11, 2003 at 07:56:37PM -0800, J Y wrote:  

>  
> grub> 
>       find /boot/vmlinuz-2.4.18-k7 
>  (hd1,4) 

> grub> 
>       find /boot/initrd.img-2.4.18-k7 
>  (hd1,4) 
>  


for Debian/GNU put this for your menu.lst:

title Debian GNU/Linux 3.0, kernel 2.4.18-k7
  root (hd1,4)
  kernel /boot/vmlinuz-2.4.18-k7 root=/dev/hdb5 hdd=ide-scsi vga=791
  initrd /boot/initrd.img-2.4.18-k7
  boot

title Debian GNU/Linux 3.0, kernel 2.4.18-k7 (recovery mode)
  root (hd1,4)
  kernel /boot/initrd.img-2.4.18-k7 root=/dev/hdb5 hdd=ide-scsi vga=791 single
  initrd /boot/initrd.img-2.4.18-k7
  boot
  
-- 
Jerome

Attachment: pgpdmPcNqp86O.pgp
Description: PGP signature


Reply to: