update-grub isn't intended to generate a grub.cfg that you can use on a
standalone rescue floppy. For that you can write it manually or just use
grub-mkrescue.
On Sat, Oct 20, 2007 at 02:20:55AM +0200, willem wrote:
> hello,
>
> the next script solved my problem partially.
>
> #!/bin/bash
> #T
hello,
With an editor I did remove the entry console from grub.cfg on my floppy.
Now I can boot grub2 from the floppy.
So in the grub2 templates the entry console must be removed.
regards.
___
Grub-devel mailing list
Grub-devel@gnu.org
http://lists.
willem wrote:
> grub-mkimage -d /boot/grub -v -o /boot/grub/core.img ls ext2 gpt pc
> The Problem is in line 12 of grub.cfg which is automatically generated.
> The commands terminal console seem not to be implemented yet.
>
> or does my script is missing a required module ?
There happens to be t
hello,
the next script solved my problem partially.
#!/bin/bash
#This will create a GRUB2 boot floppy that supports GPT system.
#Make sure you have updated /boot/grub completely to ensure proper
floppy creation
#last updated for grub2 1.95
grub-mkimage -d /boot/grub -v -o /boot/grub/core.img
On Thu, Oct 18, 2007 at 11:31:14PM +0200, willem wrote:
> hello,
> i checked out grub2 from cvs and compiled it.
> I tried update-grub , but it failed because it cannot find the path to
> device hda.
> In the latest kernels this name is changed to sda.
>
> how can i change that in grub2 ?
Please
hello,
i checked out grub2 from cvs and compiled it.
I tried update-grub , but it failed because it cannot find the path to
device hda.
In the latest kernels this name is changed to sda.
how can i change that in grub2 ?
regards
___
Grub-devel maili