Re: grub2 miscelanea questions (2/2)

2007-06-07 Thread Robert Millan
On Sat, Jun 09, 2007 at 09:35:10AM +0200, adrian15 wrote: > 23) set read only variables > == > unset prefix lets me "delete" the prefix variable. > unset root does not let me the "root" variable. > > I remember that bash has an option to set read only variables. > Maybe

grub2 miscelanea questions #2

2007-06-07 Thread adrian15
1) search command file not found: = If you search for an inexistant file like: search -f /boot/grub/und-video it complains: error: no such device Shouldn't it be: error: no such file /boot/grub/und-video I mean i

Re: grub2 miscelanea questions (2/2)

2007-06-06 Thread adrian15
19) rescue and exit failure on qemu == I think that booting from my computer does not give this error. If I boot from QEMU and type: grub> rescue and then : grub rescue> exit it says: FATAL: INT18: BOOT FAILURE Weird. Can you debug this? I've checked this again.

Re: grub2 miscelanea questions (2/2)

2007-06-05 Thread Marco Gerards
adrian15 <[EMAIL PROTECTED]> writes: > Comes from grub2 miscelanea questions (1/2) > > > 14) help linux > = > Usage: linux FILE [ARGS...] > Load a linux kernel. > > I think that a message telling the user that the ARGS are arguments for > the linux kernel instead of arguments for t

grub2 miscelanea questions (2/2)

2007-06-04 Thread adrian15
Comes from grub2 miscelanea questions (1/2) 14) help linux = Usage: linux FILE [ARGS...] Load a linux kernel. I think that a message telling the user that the ARGS are arguments for the linux kernel instead of arguments for the grub's linux command would be a good idea. 15) l