This should *not* be made default because grub's native drivers don't
get very much testing, and they do cause grub to hang on some
hardware, but you can likely get around this limitation with:
grub-install --target=i386-pc --disk-module native /dev/sdX
If you want to test it without installing g
directly, or possibly even
reproduce that test and post screenshots or serial output logs of it.
I have not had a chance to try to reproduce this myself, and I don't
know when I will have time to do so.
--
Jordan Uggla (Jordan_U on irc.freenode.net)
___
Grub-devel mailing list
Grub-devel@gnu.org
https://lists.gnu.org/mailman/listinfo/grub-devel
On Mon, Nov 2, 2015 at 3:27 AM, Philip Rhoades wrote:
> People,
>
> I want to enlarge my root partition on a Fedora 23 x86_64 system and I know
> I can boot on a LiveUSB stick and use [g]parted from there to do what I want
> but I thought I would try creating a small partition with the ISO and its
legacy that used "map --hook".
--
Jordan Uggla (Jordan_U on irc.freenode.net)
___
Grub-devel mailing list
Grub-devel@gnu.org
https://lists.gnu.org/mailman/listinfo/grub-devel
kely
dynamically generate a menu with one entry per snapshot. And by
dynamically I don't mean "re-run grub-mkconfig to generate a new
grub.cfg", I mean they can literally be detected at boot by grub using
grub-script.
--
Jordan Uggla (Jordan_U on irc.freenode.net)
On Thu, Mar 2,
7;t have spent
it on this message in the first place to be honest) but I'll try to
help when I can and if you want to take code from Super GRUB2 Disk
that I wrote I am willing to say that my copyright assignment to grub
covers that code as well. That said 1: I Am Not A Lawer, 2: Do *not*
copy
Hi everyone,
Is there a good way to source lua scripts from within lua? I've tried
require() but the function doesn't exist. loadfile() and loadstring()
exist but always return nil.
--
Jordan Uggla ( Jordan_U on irc.freenode.net )
___
None of the .sh scripts ( autogen.sh and the scripts it uses ) are
executable; I needed to "chmod 744 *.sh" before I could run
./autogen.sh successfully. After doing that make failed with an error
in auth.c. This was with revision 1780. I've attached the output from
./configure and make.
On Sun, N
ernel
doesn't work with newer userland components like Xorg. I can't think of a
good way to solve this problem.
--
Jordan Uggla ( Jordan_U on irc.freenode.net )
=== modified file 'util/grub-mkconfig_lib.in'
--- old/util/grub-mkconfig_lib.in 2009-12-09 21:03:26 +
+++ new/ut
revious
patches so they apply cleanly and are consistent with the new
changes from the savedefault branch that were merged into
experimental ( using set var=value instead of just var=value ).
--
Jordan Uggla ( Jordan_U on irc.freenode.net )
=== modified file 'util/grub-mkconfig_lib.in'
y to solve this problem.
>
> IIRC GRUB Legacy (or at least Debian's update-grub, once upon a time)
> handled this by having a special "default" entry at the top of the Linux
> kernel list. Would it be worth introducing this to grub-mkconfig?
Recently Vladimir has talk
a virtual machine as if it were a normal disk, in
which case you should know what you're doing and have a backup of your
device.map anyway).
So the advice is a little silly at this point, but not harmful.
--
Jordan Uggla (Jordan_U on irc.freenode.net)
_
s
> (hd0) (hd0,msdos1) (hd1) (hd2) (hd3)
>
> Yet there are 11 devices attached. This is VirtualBox, so this very well may
> be a vbox limitation. I haven't tried it with KVM's SEABIOS yet.
I am surprised to hear that this problem is appearing with VirtualBo
problem that you're having, which is that
the linux kernel and the way that distributions configure things has
changed, not grub.
--
Jordan Uggla (Jordan_U on irc.freenode.net)
___
Grub-devel mailing list
Grub-devel@gnu.org
https://lists.gnu.org/mailman/listinfo/grub-devel
of /etc/default/grub, /boot/grub/grub.cfg, and
/boot/grub/menu.lst .
Please do not reply with any other unrelated discussion for now, I
would like to stick to one thing at a time to prevent this thread from
getting more chaotic.
--
Jordan Uggla (Jordan_U on irc.freenode.net)
ry as if it were fact.
>
> More later.
>
> Thanks again to all.
You're welcome, and I hope you are able to get your system working again soon.
--
Jordan Uggla (Jordan_U on irc.freenode.net)
___
Grub-devel mailing list
Grub-devel@gnu.org
https://lists.gnu.org/mailman/listinfo/grub-devel
(*)/grub2/grub.cfg; do
regexp --set=1:cfg_device '^\((.*)\)/' "$cfg"
probe --set=cfg_device_uuid --fs-uuid "(${cfg_device})"
if [ "$this_uuid" != "$cfg_device_uuid" ]; then
if [ "$found_a_cfg" = true ]; then fou
noted by one of the commentors (though that
commenter recommends menuentry titles, which have their own issues,
again as documented in the texinfo manual).
--
Jordan Uggla (Jordan_U on irc.freenode.net)
___
Grub-devel mailing list
Grub-devel@gnu.org
https://lists.gnu.org/mailman/listinfo/grub-devel
and:
> #grub-install –boot-directory=/boot /dev/sda
>
> Is there anyone encountered the similar error and have a solution to it?
grub-devel is for discussion related to the development of GNU GRUB,
not user support. Please send support questions to help-g...@gnu.org
instead.
ot/boot /dev/mapper/vg-lv ;
That is a nonsensical grub-install command.
You're telling grub-install that you want grub's boot sector and
core.img to be installed to a device that cannot possibly be accessed
by your BIOS (unless you have a BIOS that understands LVM). It may be
that it should be failing with a better error message, or that there
is a better example of what should be working that isn't, but I would
never expect this command to work. I'm not even sure what semantics
you would expect from this command, and if it happened to do what you
wanted it to do in the past I can only imagine that that was a "lucky"
quirk of the implementation.
--
Jordan Uggla (Jordan_U on irc.freenode.net)
___
Grub-devel mailing list
Grub-devel@gnu.org
https://lists.gnu.org/mailman/listinfo/grub-devel
On Sat, May 16, 2015 at 7:10 AM, Sebastian Pipping
wrote:
> On 16.05.2015 05:47, Jordan Uggla wrote:
>>> The setup is a single plain partition in an LVM volume.
>>>
>>> The following commands reproduce the setup (in RAM if /tmp is tmpfs).
>>> With a plain
p://lists.gnu.org/mailman/listinfo/grub-devel
>
Looking briefly at the code, grub.run doesn't even attempt to return
the error message ( though that might be a useful feature to add ).
What documentation were you looking at?
--
Jordan Uggla ( Jordan_U on irc.freenode.net )
___
On Fri, Jan 15, 2010 at 3:52 PM, Jordan Uggla wrote:
> On Thu, Jan 14, 2010 at 1:12 PM, wrote:
>> When I run
>>
>> err,msg = grub.run("ls")
>>
>> only the variable err is filled with the exit code.
>> msg is still nil .. I saw documentation tha
u want to actually list and store devices / files from lua you
should use grub.enum_device() and grub.enum_file() .
--
Jordan Uggla ( Jordan_U on irc.freenode.net )
___
Grub-devel mailing list
Grub-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/grub-devel
Gettext and qemu ( for make-check ) are missing from INSTALL,
attached patch fixes this.
--
Jordan Uggla (Jordan_U on irc.freenode.net)
=== modified file 'ChangeLog'
--- ChangeLog 2010-03-01 20:00:02 +
+++ ChangeLog 2010-03-02 17:33:56 +
@@ -1,3 +1,8 @@
+2010-03-02 Jo
s.net/blog/?p=16 and suggesting I ask here if there had
been any progress with that idea. That post suggests having a
multiboot bootloader on the iso, passing the iso path to the
bootloader via the multiboot cmdline.
Any comments on either proposal, or an entirely different one, are
welcome and enc
mands with
their grub2 equivalents. I don't think that such a script would be
possible to create with this grub-script syntax (but would with option
two).
While I only mentioned the two options that were discussed on IRC, I
am sure there are other solutions to be brought to this discussion.
-
@gmail.com-20100920202430-j7zw8icehfwb7g25
#
# Begin patch
=== modified file 'ChangeLog'
--- ChangeLog 2010-09-20 20:24:30 +
+++ ChangeLog 2010-09-20 21:01:51 +
@@ -1,3 +1,8 @@
+2010-09-20 Jordan Uggla
+
+ Update grub-install documetation to account for changes be
t only
listing kernel entries for one OS.
I've attached a proof of concept patch which does this.
--
Jordan Uggla (Jordan_U on irc.freenode.net)
=== modified file 'util/grub.d/10_linux.in'
--- util/grub.d/10_linux.in 2010-11-01 11:49:40 +
+++ util/grub.d/10_linux.in 2010-11-25 0
On Fri, Nov 26, 2010 at 12:20 PM, Dan M wrote:
>
> Support for USB devices even though BIOS does not support boot from USB.
Such support already exists: http://grub.enbug.org/USBSupport
--
Jordan Uggla (Jordan_U on irc.freenode.net)
___
Grub
doesn't sound like it's needed in your case.
--
Jordan Uggla (Jordan_U on irc.freenode.net)
___
Grub-devel mailing list
Grub-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/grub-devel
Advanced options for Ubuntu".
Separately this also highlights an advantage of using a simplified
primary menu title (without a kernel version), as in this case if a
user wanted the default selection to be Ubuntu with the latest
installed kernel they would simply specify:
00
+++ tests/util/grub-shell.in2010-12-23 09:04:34 +
@@ -132,6 +132,8 @@
cat <>${cfgfile}
source /boot/grub/testcase.cfg
+terminal_output console # Stop serial output to supress
+# "ACPI shutdown failed" error.
halt
EOF
--
Jordan Uggla (Jordan_U on irc.freenode.net)
___
Grub-devel mailing list
Grub-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/grub-devel
any components of the theme (images,
required fonts, etc).
--
Jordan Uggla (Jordan_U on irc.freenode.net)
___
Grub-devel mailing list
Grub-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/grub-devel
" theme, which didnt work - am I doing something
> wrong there, is it Ubuntu or is the theme just outdated?
The theme is outdated. An updated version of it is included in the
themes.tar.gz I linked to.
--
Jordan Uggla (Jordan_U on irc.freenode.net)
__
e to help so
you may ping me (Jordan_U) in #grub at any time if you have a
question.
>
> Is digging into the source an option, is documentation available
> there in comments? I was not able to browse source in Savannah's
> Bazaar since this option is apparently broken?
can't handle large drives
properly. To work around this create a small /boot/ partition near the
beginning of the drive.
--
Jordan Uggla (Jordan_U on irc.freenode.net)
___
Grub-devel mailing list
Grub-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/grub-devel
Grub now behaves more like bash, you need to quote your variables if
they might contain spaces. So you want something like:
saved_entry="$chosen"
--
Jordan Uggla (Jordan_U on irc.freenode.net)
___
Grub-devel mailing list
Grub-devel@gnu.org
ht
use html
when sending email to technical mailing lists, and please also send
support requests to help-g...@gnu.org rather than grub-devel.
--
Jordan Uggla (Jordan_U on irc.freenode.net)
___
Grub-devel mailing list
Grub-devel@gnu.org
https://lists.gnu.org/mailman/listinfo/grub-devel
y function.
It already degrades to basically having no effect, so there is no harm
in making the changes to grubenv on the off chance the user knows
better, but it should produce a clear warning that grub-reboot cannot
function without a grubenv writeable by grub at boot.
--
BIOS and I'll give more details on help-grub.
--
Jordan Uggla (Jordan_U on irc.freenode.net)
___
Grub-devel mailing list
Grub-devel@gnu.org
https://lists.gnu.org/mailman/listinfo/grub-devel
ryuo, I assume that phcoder's recent request there for testing of
a patch for this applies to you as well.
--
Jordan Uggla (Jordan_U on irc.freenode.net)
___
Grub-devel mailing list
Grub-devel@gnu.org
https://lists.gnu.org/mailman/listinfo/grub-devel
enu. With Ubuntu if you had more than
one kernel version you'd get one default entry for the newest, one
recovery mode entry for the newest, and a submenu. If you only had one
kernel version the submenu would be omitted.
--
Jordan Uggla (Jordan_U on irc.freenode.net)
=== modified file
In my first patch I rather stupidly asked gettext for a translation of "%s".
Updated patch below does not have this mistake.
--
Jordan Uggla (Jordan_U on irc.freenode.net)
=== modified file 'util/grub-mkconfig.in'
--- util/grub-mkconfig.in 2012-02-26 17:37:54
eck".
>
> Arbiel
>
> ___
> Grub-devel mailing list
> Grub-devel@gnu.org
> https://lists.gnu.org/mailman/listinfo/grub-devel
It might also be useful to pop into the #grub IRC channel on freenode,
http://webchat.freenode.net/?channels
> ___
> Grub-devel mailing list
> Grub-devel@gnu.org
> https://lists.gnu.org/mailman/listinfo/grub-devel
--
Jordan Uggla (Jordan_U on irc.freenode.net)
___
Grub-devel mailing list
Grub-devel@gnu.org
https://lists.gnu.org/mailman/listinfo/grub-devel
ld rather fix the documentation
and avoid any possible issues with grub's behavior changing for
existing configurations with regard to these variables upon upgrading
to grub 2.00.
Below is a patch which fixes the documentation in grub.texi.
--
Jordan Uggla (Jordan_U on irc.freenode.net)
=== modif
the "--removable" option as
well.
Assuming that sdc1 is a proper EFI System Partition, mounted at
/mnt/sdc1/, that gives you something like "sudo grub-install
--target=x86_64-efi --boot-directory=/mnt/sdc1/boot/
--efi-directory=/mnt/sdc1/ --removable". The --efi-director
48 matches
Mail list logo