How to get grub to launch isolinux/syslinux boot menu.


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers How to get grub to launch isolinux/syslinux boot menu.
# 1  
Old 03-20-2010
How to get grub to launch isolinux/syslinux boot menu.

Hello,

I'm trying to get a multi-boot setup going for a USB.

I have different vfat-32 partitions I have copied ISOs of several linux distros.

The first one I installed using unetbootin, which works great and uses syslinux, but syslinux can't boot other partitions. So, I have grub installed.

I have gotten so far as to be able to get the grub menu up, but trying to load the partition's isolinux (which is how the Linux Mint LDXE distro boots) gives me an grub error 13.

Here is my menu.1st:

Code:
default        0

gfxmenu=/boot/gfxmenu/linuxmint.message

timeout        5

color cyan/blue white/blue


title         Linux
root        (hd0,5)
kernel        /isolinux/vesamenu.c32

Not exactly sure what to call for the kernel.

I have also tried the isolinux.bin, but still get the grub error 13.

Can anyone help me figure how to get grub to boot an isolinux menu?

Here is the listing of the /isolinux directory:
Code:
$ ls isolinux/
boot.cat  isolinux.bin  isolinux.cfg  memtest  splash.jpg  vesamenu.c32

And the /boot/grub/:
Code:
$ ls boot/grub/
default        fat_stage1_5       jfs_stage1_5    reiserfs_stage1_5  xfs_stage1_5
device.map     installed-version  menu.lst        stage1
e2fs_stage1_5  iso9660_stage1_5   minix_stage1_5  stage2

Thanks,
Narnie
# 2  
Old 05-26-2010
Hi,
my english is very bad .....Smilie

GRUB can not boot SYSLINUX , but GRUB.EXE can boot SYSLINUX
The way is:
GRUB to GRUB.EXE to SYSLINUX

My Situation:

I have grub installed on hd0,0

My Rescue SD-Card is hd1,0 with syslinux
I have the file /boot/grub/grub.exe on hd1,0 !!!!!!!!!Smilie

menu.lst from grub on hd0,0
Code:
title     Rescue SD-Card
root      (hd1,0)
kernel    /boot/grub/grub.exe --config-file="map (hd1,0)+1 (fd0); map --hook; root (fd0); chainloader +1; boot"

by Fishi
 
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Solaris

How to recover x86 Solaris 10 u10 boot record/grub menu overwritten by Debian 9?

I installed x86 Solaris 10 update 10 after Windows XP, later I removed xp and installed Debian 9 stretch on the same partition but, Debian couldn't find any other os so it deleted Solaris 10 grub or did something like that I couldn't got. I thought I would be able to recover the lost record by... (0 Replies)
Discussion started by: vectrum
0 Replies

2. UNIX for Beginners Questions & Answers

GRUB 2 Menu

The quick & dirty question I have is... What app/script actually loads the Grub 2 menu system? And where is it located? The longer question is I understand the core.img is loaded onto the first 63 sectors (stage 1.5) and after it loads I starts the stage 2 Grub bootloader which loads the Menu... (0 Replies)
Discussion started by: bodisha
0 Replies

3. Solaris

How to specify local boot up disk in CD boot Grub?

Hi Solaris 10 Experts, I am wondering what is the correct syntax to edit in Grub when trying to specify the local ZFS boot disk while booting up from a Solaris 10 x86 64bits DVD installation disk. In other word, I try to boot up from local disk without removing the Solaris installation disk... (0 Replies)
Discussion started by: gjackson123
0 Replies

4. UNIX for Dummies Questions & Answers

Enter SYSLinux bootmenu from GRUB 2

hello guys! i found this thread on the internet and registered right here in this community. on a USB-drive i installed Debian. boot manager is GRUB 2 (1.99) . in a folder within my Debian i have some ISO-images of some linux-distros and other live-systems. one of these is Parted Magic,... (0 Replies)
Discussion started by: J0CH3N
0 Replies

5. Red Hat

Not able to see the terminal icon in the applications menu to launch the command prompt in Centos

After installing centos iam not able to see the terminal icon in the applications menu to launch the command prompt in Centos. However iam able to see the Open Terminal menu, when i right click and it is not working. let me know what are the things i need to check.:b: (1 Reply)
Discussion started by: Kesavan
1 Replies

6. Boot Loaders

GRUB not showing a menu

Hi there, I had a double boot of Windows 7 and Ubuntu 10.04. After messing up with UBUNTU I reinstalled it. But then Grub did not noticed the existence of my windows and it just boot into linux. I booted with windows 7 installation CD which noticed a problem with my booting and suggest to repair... (2 Replies)
Discussion started by: Nazarbaz
2 Replies

7. Emergency UNIX and Linux Support

Grub Doesn't show menu

Hi guys. I have installed Acronis disk director in windows XP and allocate some free space to install Debian beside fedora. after completion i rebooted and now grub is in command line mode and does not show the menu list. (I didn't remove the fedora partition. I just allocate some space from... (1 Reply)
Discussion started by: majid.merkava
1 Replies

8. Red Hat

Server won't boot up ... no GRUB menu

I dont know what the heck happen but one of our DBAs was working on a cluster for oracle. Rebooted the box and viola, the OS won't load. After the POST message, I get a blinking cursor on the upper left hand corner. Doesn't even say "GRUB" or anything, it just blinks. I tried going into rescue... (1 Reply)
Discussion started by: sdotsen
1 Replies

9. Solaris

Solaris X86 grub boot menu

I have a x4200 m2 that I've installed Solaris 10 on. I've created a raid 1 mirror using disk0 and disk1. I'm trying to add the mirror bootblk to the grub menu so in case of a failure of disk0, I can simply boot from the mirrored disk1. I'm looking for the syntax to add the alternate boot path to... (5 Replies)
Discussion started by: gonzotonka
5 Replies

10. Red Hat

linux will not boot, boot to grub prompt

my redhat 9 will not boot. We had a power failure and when the power came back, my redhat linux will not boot. The machine come up to grub prompt. I tried the following from grub prompt root (hd0, then press tab key partition num:0 filesystem type unknown, partition type 0x83... (7 Replies)
Discussion started by: hassan2
7 Replies
Login or Register to Ask a Question