grub-devel
[Top][All Lists]
Advanced

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

Re: GRUB 2 does not show new kernel :( (SOLVED), finally :)


From: shirish
Subject: Re: GRUB 2 does not show new kernel :( (SOLVED), finally :)
Date: Thu, 28 Jun 2007 02:34:17 +0530

Hi all,
     Mr. Bean very thankful to you. I just did the following :-

### BEGIN /etc/grub.d/00_header ###
set default=0
set timeout=100
set root=(hd1,1)

### END /etc/grub.d/00_header ###

### BEGIN /etc/grub.d/10_hurd ###
### END /etc/grub.d/10_hurd ###

### BEGIN /etc/grub.d/10_linux ###
menuentry "Debian GNU/Linux, linux 2.6.22-7-generic" {
        linux   (hd0,1)/boot/vmlinuz-2.6.22-7-generic root=/dev/sdb1 ro
        initrd  (hd0,1)/boot/initrd.img-2.6.22-7-generic
}
menuentry "Debian GNU/Linux, linux 2.6.22-7-generic (single-user mode)" {
        linux   (hd0,1)/boot/vmlinuz-2.6.22-7-generic root=/dev/sdb1 ro single
        initrd  (hd0,1)/boot/initrd.img-2.6.22-7-generic
}
menuentry "Debian GNU/Linux, linux 2.6.22-6-generic" {
        linux   (hd0,1)/boot/vmlinuz-2.6.22-6-generic root=/dev/sdb1 ro
        initrd  (hd0,1)/boot/initrd.img-2.6.22-6-generic
}
menuentry "Debian GNU/Linux, linux 2.6.22-6-generic (single-user mode)" {
        linux   (hd0,1)/boot/vmlinuz-2.6.22-6-generic root=/dev/sdb1 ro single
        initrd  (hd0,1)/boot/initrd.img-2.6.22-6-generic
}
### END /etc/grub.d/10_linux ###

### BEGIN /etc/grub.d/20_memtest86+ ###
menuentry "Memory test (memtest86+)" {
        linux   (hd0,1)/boot/memtest86+.bin
}
### END /etc/grub.d/20_memtest86+ ###

Just changed the hdd from (hd1,1) to (hd0,1) and things are cool. Of course
don't have the niceties of graphical stuff but can live without it :)

--
         Shirish Agarwal
 This email is licensed under http://creativecommons.org/licenses/by-nc/3.0/

065C 6D79 A68C E7EA 52B3  8D70 950D 53FB 729A 8B17




reply via email to

[Prev in Thread] Current Thread [Next in Thread]