From 1be510f9529cb082f802408b472a77d074b394c0 Mon Sep 17 00:00:00 2001 From: Nicolas Vigier Date: Sun, 14 Apr 2013 13:46:12 +0000 Subject: Add zarb MLs html archives --- zarb-ml/mageia-dev/2013-February/022433.html | 103 +++++++++++++++++++++++++++ 1 file changed, 103 insertions(+) create mode 100644 zarb-ml/mageia-dev/2013-February/022433.html (limited to 'zarb-ml/mageia-dev/2013-February/022433.html') diff --git a/zarb-ml/mageia-dev/2013-February/022433.html b/zarb-ml/mageia-dev/2013-February/022433.html new file mode 100644 index 000000000..95e7390a5 --- /dev/null +++ b/zarb-ml/mageia-dev/2013-February/022433.html @@ -0,0 +1,103 @@ + + + + [Mageia-dev] Grub2 vs. Grub Legacy in M3 + + + + + + + + + +

[Mageia-dev] Grub2 vs. Grub Legacy in M3

+ Barry Jackson + zen25000 at zen.co.uk +
+ Mon Feb 4 15:27:31 CET 2013 +

+
+ +
On 03/02/13 18:05, Felix Miata wrote:
+
+> Nice in theory, but the root device is off by -1. Default menu.lst
+> cmdline includes root=LABEL=22cauldrn instead of UUID or device name,
+> which is apparently disregarded by grub 2.
+
+Maybe a limitation of legacy_kernel.
+Normally to use labels in grub2 the 'search' command is used without any 
+reference to the device assignment.
+Like:-
+
+menuentry 'Mageia-2 multiboot' {
+search --no-floppy --label --set=root mageia-2
+multiboot /boot/grub2/i386-pc/core.img
+}
+
+>
+> menuentry 'Cauldron defkernel' {
+>    legacy_kernel   '(hd0,22)/boot/vmlinuz' '(hd0,21)/boot/vmlinuz'
+> 'root=LABEL=22cauldrn' 'splash=verbose' 'noresume' 'video=1152x864'
+> 'vga=794' '3' ''
+>    legacy_initrd '(hd0,22)/boot/initrd' '(hd0,21)/boot/initrd'
+> }
+>
+> It works when I s/hd0,21/hd0,22/g.
+>
+
+That syntax is apparently correct, as legacy_kernel needs to know what 
+the original legacy command was.
+I have tested here in a clean mga3 installation and it works for me.
+
+Please re-test and if it fails again please attach the original menu.lst 
+and the resulting grub.cfg along with any error messages.
+
+Barry
+
+
+
+ + + + + + + + + + + + + +
+

+ +
+More information about the Mageia-dev +mailing list
+ -- cgit v1.2.1