Linux Mint This forum is for the discussion of Linux Mint. |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
 |
|
08-30-2010, 05:32 PM
|
#1
|
Senior Member
Registered: Feb 2010
Location: /usa/ca/orange_county/lake_forest
Distribution: ArchBang, Google Android 2.1 + Motoblur (on Motortola Flipside), Google Chrome OS (on Cr-48)
Posts: 1,791
Rep:
|
Trying to boot Linux Mint 9 from USB flash drive: "vesamenu.c32: Not a COM32R image"
I used Ubuntu's 'usb-creator-gtk' to write Linux Mint to a USB flash drive and it reported success. Then, when I rebooted, I got the following error message from Syslinux:
Code:
vesamenu.c32: Not a COM32R image
boot:
What the hell went wrong? Syslinux.cfg looks fine:
Code:
default vesamenu.c32
timeout 100
menu background splash.jpg
menu title Welcome to Linux Mint 9 Isadora
menu color border 0 #00eeeeee #00000000
menu color sel 7 #ffffffff #33eeeeee
menu color title 0 #ffeeeeee #00000000
menu color tabmsg 0 #ffeeeeee #00000000
menu color unsel 0 #ffeeeeee #00000000
menu color hotsel 0 #ff000000 #ffffffff
menu color hotkey 7 #ffffffff #ff000000
menu color timeout_msg 0 #ffffffff #00000000
menu color timeout 0 #ffffffff #00000000
menu color cmdline 0 #ffffffff #00000000
menu hidden
menu hiddenrow 6
label live
menu label Start Linux Mint
kernel /casper/vmlinuz
append noprompt cdrom-detect/try-usb=true persistent file=/cdrom/preseed/mint.seed boot=casper initrd=/casper/initrd.lz quiet splash --
menu default
label xforcevesa
menu label Start Linux Mint (compatibility mode)
kernel /casper/vmlinuz
append noprompt cdrom-detect/try-usb=true persistent file=/cdrom/preseed/mint.seed boot=casper xforcevesa initrd=/casper/initrd.lz ramdisk_size=1048576 root=/dev/ram rw noapic noapci nosplash irqpoll --
label check
menu label Check the integrity of the CD
kernel /casper/vmlinuz
append noprompt boot=casper integrity-check initrd=/casper/initrd.lz quiet splash --
label memtest
menu label Memory Test
kernel memtest
label local
menu label Boot from local drive
localboot 0x80
Can any of you tell me what's wrong with USB Creator's autogenerated configuration?
|
|
|
Click here to see the post LQ members have rated as the most helpful post in this thread.
|
08-30-2010, 05:47 PM
|
#2
|
LQ Guru
Registered: Jan 2009
Location: Gordonsville-AKA Mayberry-Virginia
Distribution: Slack14.2/Many
Posts: 5,573
|
googling i got this
https://bugs.launchpad.net/ubuntu/+s...or/+bug/617779
I always thought 9.04's was the best usb-creator
I'd just use a different vesamenu.c32 from any other livecd,etc
|
|
|
08-30-2010, 05:57 PM
|
#3
|
Senior Member
Registered: Feb 2010
Location: /usa/ca/orange_county/lake_forest
Distribution: ArchBang, Google Android 2.1 + Motoblur (on Motortola Flipside), Google Chrome OS (on Cr-48)
Posts: 1,791
Original Poster
Rep:
|
I am downgrading to Lucid's USB creator right now, will see how it works. I will also have to rewrite the image to the drive.
|
|
|
08-30-2010, 06:15 PM
|
#4
|
Senior Member
Registered: Feb 2010
Location: /usa/ca/orange_county/lake_forest
Distribution: ArchBang, Google Android 2.1 + Motoblur (on Motortola Flipside), Google Chrome OS (on Cr-48)
Posts: 1,791
Original Poster
Rep:
|
I found out that this is a problem with Syslinux, not USB Creator, and labeled it as such.
Thread marked Solved.
Last edited by Kenny_Strawn; 08-30-2010 at 06:31 PM.
|
|
|
08-30-2010, 06:32 PM
|
#5
|
Senior Member
Registered: Feb 2010
Location: /usa/ca/orange_county/lake_forest
Distribution: ArchBang, Google Android 2.1 + Motoblur (on Motortola Flipside), Google Chrome OS (on Cr-48)
Posts: 1,791
Original Poster
Rep:
|
As an extension on how I solved my problem, I downgraded Syslinux to Lucid's version as well and it worked.
|
|
|
10-07-2010, 04:01 PM
|
#6
|
LQ Newbie
Registered: Jun 2003
Posts: 14
Rep:
|
This worked for me...
This workaround worked for me...
From http://my.opera.com/toman/blog/setti...-new-hardware:
After some fiddling around with the syslinux config files and still not getting it to boot properly, I found a deceptively simple workaround for this: Just type "help" on the BOOT prompt, and when you get the help menu, just hit enter. The system will now boot!
Confirmed that this also works for me when booting a USB stick created by 10.10's USB creator.
|
|
3 members found this post helpful.
|
11-25-2010, 12:26 PM
|
#7
|
LQ Newbie
Registered: Jan 2008
Posts: 4
Rep:
|
I had the same problem, but then I used unetbootin to make my usb and it works just fine. Hope this helps, ( it did for me)
|
|
|
12-28-2010, 07:17 AM
|
#8
|
LQ Newbie
Registered: Dec 2010
Posts: 2
Rep:
|
got here googling "vesamenu.c32 not a com32r image"
installed the deb packages for lucid (0.2.22) in a maverick-based distro (mint 10)
still produces the same error ! any ideas ?
|
|
|
12-28-2010, 07:18 AM
|
#9
|
LQ Newbie
Registered: Dec 2010
Posts: 2
Rep:
|
got here googling "vesamenu.c32 not a com32r image"
installed the deb packages for lucid (0.2.22) in a maverick-based distro (mint 10)
still produces the same error ! any ideas ?
|
|
|
12-28-2010, 07:23 AM
|
#10
|
LQ Guru
Registered: Jan 2009
Location: Gordonsville-AKA Mayberry-Virginia
Distribution: Slack14.2/Many
Posts: 5,573
|
to correct this problem you must use the appropriate *.c32 from the correct version of syslinux
but you ca just copy your syslinux version stuff to usb and reinstall syslinux
assuminng usb is sdb1 and mounted at /media/disk
open terminal, become root with "sudo su" plus your password and
Code:
cp -r /usr/lib/syslinux/vesamenu.c32 /media/disk/syslinux/
syslinux /dev/sdb1
on slackware syslinux is in /usr/share
Last edited by linus72; 12-28-2010 at 07:32 AM.
|
|
3 members found this post helpful.
|
01-01-2011, 11:40 PM
|
#11
|
LQ Newbie
Registered: Jan 2011
Posts: 2
Rep:
|
Easiest thing to do when you get this error is:
hit tab
type "live"
press enter
then everything shoot boot up
|
|
5 members found this post helpful.
|
01-09-2011, 06:32 AM
|
#12
|
LQ Newbie
Registered: Jan 2011
Posts: 1
Rep:
|
thanks saved me alot of time
|
|
|
02-23-2011, 03:30 PM
|
#13
|
LQ Newbie
Registered: Feb 2011
Posts: 2
Rep:
|
Linuxmintbiz,
Thanks much for that tip. I have been playing around for 2 weeks with various Linux distros and USB flash drive
creation tools (Live USB Creator, Universal USB Installer, Unetbootin, etc.) - just to make a bootable flash drive
for any Windows computer (I have Windows XP, Windows Vista, and Windows 7 systems). I had fooled around with Linux
(mostly SuSe and Red Hat) around 2007 - but had not been around it much since then. Just wanted to get back with it.
Mercifully, success with Linx Mint 10 came when I did 2 things:
A. Stopped using an 8 GB flash drive because it could not be formatted with FAT, only FAT32. Began using 2 GB and 4 GB
sticks.
B. Even though I go the error about vesamenu.c32 at boot up - I hit the TAB key, and then Enter - and the disk then
booted and brought me to the Linux Mint 10 desktop.
|
|
1 members found this post helpful.
|
02-24-2011, 12:55 AM
|
#14
|
LQ Newbie
Registered: Jan 2011
Posts: 2
Rep:
|
Glad I could help 
|
|
|
03-06-2011, 02:56 PM
|
#15
|
LQ Newbie
Registered: Mar 2011
Posts: 4
Rep:
|
easily solved
Each example I see of syslinux.cfg is different from mine, but the key lines are the same, and when you hit "tab" at the "boot" prompt you should see those options (label) for booting
live
xforcevesa
install
textonly
debug
memtest
...then, as noted by others, if you type one of these commands you will boot in that mode.
So type "live" and you will boot normally.
But, like you, I wanted to do it automatically; that's how I got here; looking for answers. Not quick enough!!
So I experimented....
*****Change the "default" where, at or near the first line of syslinux.cfg, it says
default vesamenu.c32
replace "vesamenu.c32" with "live" and voila!!!! the autoboot we wanted!!
default live
prompt 0
timeout 300
menu title ArtistX DVD 1.0
menu background splash.png
menu color title 1;37;44 #c0ffffff #00000000 std
label live
menu label live - boot the Live System
kernel /casper/vmlinuz
append noprompt cdrom-detect/try-usb=true persistent file=/cdrom/preseed/custom.seed boot=casper initrd=/casper/initrd.gz quiet splash --
label xforcevesa
menu label xforcevesa - boot Live in safe graphics mode
kernel /casper/vmlinuz
append noprompt cdrom-detect/try-usb=true persistent file=/cdrom/preseed/custom.seed boot=casper xforcevesa initrd=/casper/initrd.gz quiet splash --
label install
menu label install - start the installer directly
kernel /casper/vmlinuz
append noprompt cdrom-detect/try-usb=true persistent file=/cdrom/preseed/custom.seed boot=casper only-ubiquity initrd=/casper/initrd.gz quiet splash --
label textonly
menu label textonly - boot Live in textonly mode
kernel /casper/vmlinuz
append noprompt cdrom-detect/try-usb=true persistent file=/cdrom/preseed/custom.seed boot=casper textonly initrd=/casper/initrd.gz quiet --
label debug
menu label debug - boot the Live System without splash and show boot info
kernel /casper/vmlinuz
append noprompt cdrom-detect/try-usb=true persistent file=/cdrom/preseed/custom.seed boot=casper initrd=/casper/initrd.gz nosplash --
label memtest
menu label memtest - Run memtest
kernel /isolinux/memtest
append -
label hd
menu label hd - boot the first hard disk
localboot 0x80
append -
|
|
1 members found this post helpful.
|
All times are GMT -5. The time now is 02:59 AM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|