grub fallback mechanism
- From: "Colin Ingram" <synergymus@xxxxxxxxx>
- Date: 28 Dec 2005 16:12:35 -0800
I'm trying to test a new kernel remotely so I would like to use grub's
fallback mechanism. I was wondering what is the difference between
doing using a config like this one taking from grub manual
default saved
timeout 10
fallback 1
title A
root (hd0,0)
kernel /kernel
savedefault fallback
title B
root (hd1,0)
kernel /kernel
savedefault fallback
or just this one
default 0
timeout 10
fallback 1
title A
root (hd0,0)
kernel /kernel
title B
root (hd1,0)
kernel /kernel
are these two configuration functionally different. Thanks for your
help.
Colin
.
- Follow-Ups:
- Re: grub fallback mechanism
- From: Enrique Perez-Terron
- Re: grub fallback mechanism
- Prev by Date: Re: glibc-2.3 code on glibc-2.2 system?
- Next by Date: Re: glibc-2.3 code on glibc-2.2 system?
- Previous by thread: Sound not working
- Next by thread: Re: grub fallback mechanism
- Index(es):
Relevant Pages
|