A workable GRUB menu

Using applications, configuring, problems
Message
Author
rmcellig
Posts: 965
Joined: Sat 19 Nov 2011, 15:18
Location: Ottawa Ontario Canada
Contact:

#31 Post by rmcellig »

I don't see the core.img file in the sda4/boot/grub (All) directory.

circularL7
Posts: 112
Joined: Sat 02 Feb 2013, 07:26

#32 Post by circularL7 »

What does the PBS stand for?

Code: Select all

title Lupu 528 (sdb1:PBS)
  uuid 5170-7889
  chainloader +1 

proebler
Posts: 178
Joined: Tue 24 Jan 2012, 11:15
Location: TAS

#33 Post by proebler »

rmcellig,

what do you see in sda4/boot/ ?
do you have sda4/boot/i686/ ? what is in it?
or
sda4/boot/grub/i386-pc/ ? what is in it?

also
you write
I replaced the code already in the Grub4dos generated menu.lst with the one you posted. Didn't work. I get this error:
Booting Manjaro Linux boot (sda4/boot)
and then
setting root to (hd1,3)
Filesystem type is ext2fs, partition type 0x83
but your GParted picture showed sda4 as ext4
that seems strange

rmcellig
Posts: 965
Joined: Sat 19 Nov 2011, 15:18
Location: Ottawa Ontario Canada
Contact:

#34 Post by rmcellig »

This is what I see.
Attachments
boot.png
(150.64 KiB) Downloaded 203 times

proebler
Posts: 178
Joined: Tue 24 Jan 2012, 11:15
Location: TAS

#35 Post by proebler »

rmcellig,

one more picture please, what is in /sda4/boot/grub/i386-pc ?

The picture for /sda4/boot/ shows vmlinuz-38-i686 crossed in red.
Is this a broken link?
Can you check on that? Properties should show you.

rmcellig
Posts: 965
Joined: Sat 19 Nov 2011, 15:18
Location: Ottawa Ontario Canada
Contact:

#36 Post by rmcellig »

Here you go.
Attachments
vmlinuz.png
(59.95 KiB) Downloaded 245 times
386_2.png
(66.44 KiB) Downloaded 205 times
386_1.png
(144.87 KiB) Downloaded 206 times

User avatar
rcrsn51
Posts: 13096
Joined: Tue 05 Sep 2006, 13:50
Location: Stratford, Ontario

#37 Post by rcrsn51 »

Do you see any files in /boot/grub/i386-pc that might be useful?

proebler
Posts: 178
Joined: Tue 24 Jan 2012, 11:15
Location: TAS

#38 Post by proebler »

rmcellig,

there is a core.img in /boot/grub/i386-pc
now you can try rcrsn51's suggestion, modified for /boot/grub/i386-pc:

Code: Select all

 title Manjaro Linux boot (sda4/boot)
uuid 3534475a-d82b-4e8e-91c3-e253b619cfbe
kernel /boot/grub/i386-pc/core.img
or perhaps ? [from flash drive]

Code: Select all

 title Manjaro Linux boot (sda4/boot)
root (hd1,3)
kernel /boot/grub/i386-pc/core.img

rmcellig
Posts: 965
Joined: Sat 19 Nov 2011, 15:18
Location: Ottawa Ontario Canada
Contact:

#39 Post by rmcellig »

Code:
title Manjaro Linux boot (sda4/boot)
uuid 3534475a-d82b-4e8e-91c3-e253b619cfbe
kernel /boot/grub/I386/core.img


This is what finally worked for me. I learned something else going through this exercise and I thank everyone who helped me in this thread. As usual, I am very grateful!

rmcellig
Posts: 965
Joined: Sat 19 Nov 2011, 15:18
Location: Ottawa Ontario Canada
Contact:

#40 Post by rmcellig »

I'm back after all these months. I just installed the latest manjaro 0.8.8 onto my usb stick using unetbootin.

I want to create a grub menu using grub4dos. So, I booted my slacko CD and opened grub4dos to create the menu.lst file

/dev/sdc2 is where Manjaro installed on my usb stick. These are the files and directories installed in this partition:

file:///media/MANJARO/EFI
file:///media/MANJARO/isolinux
file:///media/MANJARO/loader
file:///media/MANJARO/manjaro
file:///media/MANJARO/ldlinux.sys
file:///media/MANJARO/menu.c32
file:///media/MANJARO/syslinux.cfg
file:///media/MANJARO/ubnfilel.txt
file:///media/MANJARO/ubninit
file:///media/MANJARO/ubnpathl.txt

So how can I configure grub4dos so that it boots properly based on the info I listed above?

Post Reply