LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Linux Mint
User Name
Password
Linux Mint This forum is for the discussion of Linux Mint.

Notices


Reply
  Search this Thread
Old 04-12-2011, 02:20 AM   #16
kirant400
LQ Newbie
 
Registered: Jul 2009
Posts: 1

Rep: Reputation: 0
Thumbs up


You are life saver this worked for me created 10.10's USB Creator image i was using was 10.04 and the laptop i was trying was Toshiba satellite

Quote:
Originally Posted by bpasdar View Post
This workaround worked for me...


From
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.
 
Click here to see the post LQ members have rated as the most helpful post in this thread.
Old 05-27-2011, 01:25 PM   #17
Outcast
LQ Newbie
 
Registered: Nov 2006
Location: Peterborough
Distribution: Ubuntu 9:10
Posts: 17

Rep: Reputation: 1
Typing help fixed this issue for me as well.

My desktop is on Maverick .. I was trying to downgrade an install on my daughters Eeepc Asus 701 Netbook from Maverick back to Lucid as she found her netbook kept freezing. She, along with her younger sister who has the same netbook haven't had a single issue with Lucid.

Obviously we were getting the same error message as the OP
 
Old 08-01-2011, 12:33 PM   #18
emrecio
LQ Newbie
 
Registered: Nov 2005
Location: Seattle, WA, US
Distribution: Fedora
Posts: 14

Rep: Reputation: 0
Thumbs up

Quote:
Originally Posted by linus72 View Post
to correct this problem you must use the appropriate *.c32 from the correct version of syslinux
This worked for me! Thanks a lot. It was surprising how simple this fix was.
 
Old 08-12-2011, 05:34 PM   #19
DanBE
LQ Newbie
 
Registered: Feb 2011
Location: Brussels (Belgium)
Distribution: Mint, AntiX, Raspbian, Tiny Core
Posts: 5

Rep: Reputation: 1
Quote:
Originally Posted by babuntu View Post
*****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!!
Thank you !
It was the easiest solution !
Dan, BELgium
 
Old 09-24-2011, 08:58 AM   #20
ProNux
LQ Newbie
 
Registered: Sep 2008
Location: Pilipinas/Formosa
Distribution: Ubuntu
Posts: 11

Rep: Reputation: 0
Quote:
Originally Posted by linuxmintbiz View Post
Easiest thing to do when you get this error is:
hit tab
type "live"
press enter
then everything shoot boot up
THAT'S the most powerful solution. You're the man!
 
Old 10-12-2011, 03:47 PM   #21
iluminameluna
LQ Newbie
 
Registered: Aug 2010
Posts: 9

Rep: Reputation: 0
Question

Quote:
Originally Posted by babuntu View Post
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
Did the tab/live bit & it worked beautifully on my Asus Eee PC901. However, your adding how to automate it was the icing on the cake (don't like cherries on top!).

Not sure, though, if I replace "live" w/ "live-install" will give me the option to keep loading it from the USB or to install it on the system ... any ideas? I'm afraid of trying it out. Have been pretty cursed these last few days, digitally speaking ...

I have Ubuntu 10.10 (Maverick) Netbook & I don't like the amt of screen real estate I have to give up, so I'm trying out Lubuntu 10.04 (Lucid). My PC901 netbook has 2 SSDs: one 4g (boot & Swap) & one 16g, 2g RAM & I HAVE to use a ZTE MF601 USB modem since there's no land line where I live.

If I like it's performance, I'm going to try it out on my Dell OptiPlex GX270 desktop. Its almost bare bones architecture can't handle too many tasks though I've upgraded the RAM to 2g & the hard drive to an 80g. Otherwise, it's intact.

Last edited by iluminameluna; 10-12-2011 at 03:58 PM. Reason: Added an explanation. Added my system details.
 
Old 10-13-2011, 10:30 AM   #22
babuntu
LQ Newbie
 
Registered: Mar 2011
Posts: 4

Rep: Reputation: 1
changing "default" inn vesamenu.c32

Change the "default" command to any of the options presented when you hit the "tab" button. If you get"live-install" as an option, then it should work, but I haven't seen that option, so don't know for sure. Try it. It simply will not boot if it's not a legitimate option, and you can re-edit the vesamenu.c32 back to say "live" and nothing else has changed. New distros of Ubuntu continue to act the same when installed to a USB. It still simulates booting from a CD, so the options, 'try' or 'install', are still the same.
 
Old 01-07-2012, 11:58 PM   #23
mogrady
Member
 
Registered: Feb 2005
Location: Lakeland, Florida
Distribution: Ubuntu, Xbuntu, Puppy, XP Pro
Posts: 111

Rep: Reputation: 15
Quote:
Originally Posted by linuxmintbiz View Post
Easiest thing to do when you get this error is:
hit tab
type "live"
press enter
then everything shoot boot up
Great, absolutely great solution after a lot of frustrating forum posts and Googling.

My hat is off to you.

Hope to see some of your posts in the future,

Michael
 
Old 01-09-2012, 06:55 PM   #24
DanBE
LQ Newbie
 
Registered: Feb 2011
Location: Brussels (Belgium)
Distribution: Mint, AntiX, Raspbian, Tiny Core
Posts: 5

Rep: Reputation: 1
Easy to solve !

In the file syslinux.cfg (on your USB stick), change:
default vesamenu.c32 to default live

and reboot ...

Voilą !
Works for Mint 9, 10, 11, 12 ...

DanBE
 
Old 01-09-2012, 07:46 PM   #25
mogrady
Member
 
Registered: Feb 2005
Location: Lakeland, Florida
Distribution: Ubuntu, Xbuntu, Puppy, XP Pro
Posts: 111

Rep: Reputation: 15
Hey, great hint, solution, workaround whatever. I'll try it a bit later and let you know the results. Right now, just typing in "live" works great so to avoid that, your solution looks good.

Thanks, Michael
 
Old 01-27-2012, 01:17 PM   #26
vermontgeezer
LQ Newbie
 
Registered: Jan 2012
Location: northern Vermont
Distribution: RH, CentOS, Ubuntu, Mint
Posts: 5

Rep: Reputation: Disabled
great tip!

another shout out and thanks to linuxmintbiz for the solution!
 
Old 09-26-2012, 06:40 AM   #27
pac0
LQ Newbie
 
Registered: Sep 2012
Location: Spain
Distribution: SuSe, Debian, Confusion, Kde... now MInt
Posts: 1

Rep: Reputation: Disabled
Thank for the tab tip.
 
  


Reply

Tags
syslinux



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Linux People need to build a new "old-lady Mint-OS".. "Mint Julep"... Cosmicb Linux - Newbie 21 08-29-2016 05:14 PM
How To Open/Edit/make vesamenu.c32/menu.c32? linus72 Linux - Newbie 3 01-02-2013 12:25 PM
Facebook "Farmsville" issue with Adobe Flash Player, on Linux Mint 9 808dmj1 Linux Mint 2 08-08-2010 03:15 PM
Options besides menu.c32/vesamenu.c32?? linus72 Linux - Newbie 0 04-22-2009 03:16 PM
Cant do "mount/umount" on USB flash drive as regular user Salgeras Slackware 5 11-01-2007 08:09 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Linux Mint

All times are GMT -5. The time now is 08:52 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration