summaryrefslogtreecommitdiff
path: root/open_issues/grub_legacy.mdwn
diff options
context:
space:
mode:
authorThomas Schwinge <Thomas Schwinge schwinge@nic-nac-project.de>2009-05-23 16:16:04 +0200
committerThomas Schwinge <Thomas Schwinge schwinge@nic-nac-project.de>2009-05-23 16:16:22 +0200
commitf08f6e4387b1ae83f7c33e4ee74055750234d236 (patch)
tree5a489b74aafbe24efffb7f132d96abc1faf61fed /open_issues/grub_legacy.mdwn
parent530b0298a21fa6e892753ad2609bcf71a9e1aff6 (diff)
GRUB2 also needs to be ported.
Diffstat (limited to 'open_issues/grub_legacy.mdwn')
-rw-r--r--open_issues/grub_legacy.mdwn5
1 files changed, 4 insertions, 1 deletions
diff --git a/open_issues/grub_legacy.mdwn b/open_issues/grub_legacy.mdwn
index 6c96d4e1..cb69d10b 100644
--- a/open_issues/grub_legacy.mdwn
+++ b/open_issues/grub_legacy.mdwn
@@ -15,7 +15,7 @@ is included in the section entitled
Even though it is customarily used *for* booting GNU/Hurd systems, [[GRUB]],
specifically GRUB legacy (which is still in wide-spread use, despite that
rather depricative nickname), has never been ported to be installable when
-installed *from* GNU/Hurd systems:
+attempted to be installed *from* GNU/Hurd systems:
# grub-install \(hd0\)
df: Warning: cannot read table of mounted filesystems
@@ -35,3 +35,6 @@ There is a patch, [[grub-install.patch]], to fix that.
grub> dump (hd0,0)/boot/grub/stage1 /tmp/grub_stage1
Error 18: Selected cylinder exceeds maximum supported by BIOS
+
+
+The successor, [[GRUB2]], also needs to be ported.