Wed Nov 05, 2014 11:47 am
chroot /target /bin/bash grub-install --recheck --no-floppy --force $grub_partition
# Inspect the current prefix (and other preset variables):
set
# Find out which devices are available:
ls
# Set to the correct value, which might be something like this:
set prefix=/boot/grub
set root=(hd0,1)
insmod normal
normal
At least on BIOS systems, if you tell grub-install to install GRUB to a partition but GRUB has already been installed in the master boot record, then the GRUB installation in the partition will be ignored.
Wed Nov 05, 2014 9:54 pm
At least on BIOS systems, if you tell grub-install to install GRUB to a partition but GRUB has already been installed in the master boot record, then the GRUB installation in the partition will be ignored.
Thu Nov 06, 2014 2:23 pm
Thu Nov 06, 2014 9:13 pm
Mon Nov 10, 2014 12:07 am
Tue Nov 11, 2014 10:05 pm
Wed Nov 12, 2014 2:30 am
Wed Nov 12, 2014 11:47 am
Thu Nov 13, 2014 6:32 pm
Sat Nov 15, 2014 2:07 am
jessie-sysv:~$ obmenu
Traceback (most recent call last):
File "/usr/bin/obmenu", line 617, in <module>
app.init()
File "/usr/bin/obmenu", line 521, in init
self.menu.loadMenu(self.menu_path)
File "/usr/lib/pymodules/python2.7/obxml.py", line 153, in loadMenu
self.dom = xml.dom.minidom.parseString(fil.read())
File "/usr/lib/python2.7/xml/dom/minidom.py", line 1928, in parseString
return expatbuilder.parseString(string)
File "/usr/lib/python2.7/xml/dom/expatbuilder.py", line 940, in parseString
return builder.parseString(string)
File "/usr/lib/python2.7/xml/dom/expatbuilder.py", line 223, in parseString
parser.Parse(string, True)
xml.parsers.expat.ExpatError: not well-formed (invalid token): line 37, column 64