Author Topic: Mint Startup Disk Creator USB Problems  (Read 3852 times)

0 Members and 1 Guest are viewing this topic.

Offline ruler501

  • Meep
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2475
  • Rating: +66/-9
  • Crazy Programmer
    • View Profile
Mint Startup Disk Creator USB Problems
« on: May 31, 2011, 01:02:59 am »
I have recently gotten a 16gb kingston data traveller 101 usb. I thought it would be nice to have mint or at least a version of mint with me all the time so I decided to create a USB with highest persistence possible(9999mb on unetbootin 4gb on Disk creator. I first tried with unetbootin and it failed with error message
Code: [Select]
could not find kernel image: vesamenu.c32I then tried with the mint disk creator and got the same error. How can I get this working and is it possible to have it working with unetbootin which I would prefer because it lets me have higher persistence
« Last Edit: May 31, 2011, 01:54:38 am by ruler501 »
I currently don't do much, but I am a developer for a game you should totally try out called AssaultCube Reloaded download here https://assaultcuber.codeplex.com/
-----BEGIN GEEK CODE BLOCK-----
Version: 3.1
GCM/CS/M/S d- s++: a---- C++ UL++ P+ L++ E---- W++ N o? K- w-- o? !M V?
PS+ PE+ Y+ PGP++ t 5? X R tv-- b+++ DI+ D+ G++ e- h! !r y

Offline JosJuice

  • LV10 31337 u53r (Next: 2000)
  • **********
  • Posts: 1344
  • Rating: +66/-14
    • View Profile
Re: Mint Startup Disk Creator USB Problems
« Reply #1 on: May 31, 2011, 09:22:32 am »
Having more than 4 GiB of persistence is impossible if you're using FAT32 (which you probably are). I'm not sure if your problem is solved by setting it to 4 GiB, though...

Offline ruler501

  • Meep
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2475
  • Rating: +66/-9
  • Crazy Programmer
    • View Profile
Re: Mint Startup Disk Creator USB Problems
« Reply #2 on: May 31, 2011, 06:58:58 pm »
I had it set to 4gb in the startup disk creator.
can ntfs have more persistence? Or what would be the best for persistence?
I currently don't do much, but I am a developer for a game you should totally try out called AssaultCube Reloaded download here https://assaultcuber.codeplex.com/
-----BEGIN GEEK CODE BLOCK-----
Version: 3.1
GCM/CS/M/S d- s++: a---- C++ UL++ P+ L++ E---- W++ N o? K- w-- o? !M V?
PS+ PE+ Y+ PGP++ t 5? X R tv-- b+++ DI+ D+ G++ e- h! !r y

Offline alberthrocks

  • Moderator
  • LV8 Addict (Next: 1000)
  • ********
  • Posts: 876
  • Rating: +103/-10
    • View Profile
Re: Mint Startup Disk Creator USB Problems
« Reply #3 on: May 31, 2011, 07:06:52 pm »
It seems to me that the image is broken rather than the accessing of the drive itself.
Does vesamenu.c32 actually EXIST on the flash drive? If not, you can safely blame the program. :)

Download this archive:
http://www.kernel.org/pub/linux/utils/boot/syslinux/syslinux-4.04.tar.bz2

Extract this file: ./com32/menu/vesamenu.c32
(You may alternatively extract all and just grab the file from the extracted contents.)

Now copy that little guy to where the other .c32 files are, and it should work! :D
(Typically, this is the syslinux dir or the root.)
Withgusto Networks Founder and Administrator
Main Server Status: http://withg.org/status/
Backup Server Status: Not available
Backup 2/MC Server Status: http://mc.withg.org/status/


Proud member of ClrHome!

Miss my old signature? Here it is!
Spoiler For Signature:
Alternate "New" IRC post notification bot (Newy) down? Go here to reset it! http://withg.org/albert/cpuhero/

Withgusto Networks Founder and Administrator
Main Server Status: http://withg.org/status/
Backup Server Status: Not available
Backup 2/MC Server Status: http://mc.withg.org/status/

Activity remains limited due to busyness from school et al. Sorry! :( Feel free to PM, email, or if you know me well enough, FB me if you have a question/concern. :)

Don't expect me to be online 24/7 until summer. Contact me via FB if you feel it's urgent.


Proud member of ClrHome!

Spoiler For "My Projects! :D":
Projects:

Computer/Web/IRC Projects:
C______c: 0% done (Doing planning and trying to not forget it :P)
A_____m: 40% done (Need to develop a sophisticated process queue, and a pretty web GUI)
AtomBot v3.0: 0% done (Planning stage, may do a litmus test of developer wants in the future)
IdeaFrenzy: 0% done (Planning and trying to not forget it :P)
wxWabbitemu: 40% done (NEED MOAR FEATURES :P)

Calculator Projects:
M__ C_____ (an A____ _____ clone): 0% done (Need to figure out physics and Axe)
C2I: 0% done (planning, checking the demand for it, and dreaming :P)

Offline JosJuice

  • LV10 31337 u53r (Next: 2000)
  • **********
  • Posts: 1344
  • Rating: +66/-14
    • View Profile
Re: Mint Startup Disk Creator USB Problems
« Reply #4 on: June 01, 2011, 01:46:27 am »
If you want more than 4 GB of persistence, delete the casper-rw file and create an ext2 partition named casper-rw.

Offline ruler501

  • Meep
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2475
  • Rating: +66/-9
  • Crazy Programmer
    • View Profile
Re: Mint Startup Disk Creator USB Problems
« Reply #5 on: June 01, 2011, 08:39:30 am »
It seems to me that the image is broken rather than the accessing of the drive itself.
Does vesamenu.c32 actually EXIST on the flash drive? If not, you can safely blame the program. :)

Download this archive:
http://www.kernel.org/pub/linux/utils/boot/syslinux/syslinux-4.04.tar.bz2

Extract this file: ./com32/menu/vesamenu.c32
(You may alternatively extract all and just grab the file from the extracted contents.)

Now copy that little guy to where the other .c32 files are, and it should work! :D
(Typically, this is the syslinux dir or the root.)
I have gone through it and found vesamenu.c32 on the flash drive. I'll try it your way though also

EDIT:I did that and now it says that vesamenu.32 is not a valid file.
@JosJuice do I label the partition casper-rw
« Last Edit: June 01, 2011, 07:16:10 pm by ruler501 »
I currently don't do much, but I am a developer for a game you should totally try out called AssaultCube Reloaded download here https://assaultcuber.codeplex.com/
-----BEGIN GEEK CODE BLOCK-----
Version: 3.1
GCM/CS/M/S d- s++: a---- C++ UL++ P+ L++ E---- W++ N o? K- w-- o? !M V?
PS+ PE+ Y+ PGP++ t 5? X R tv-- b+++ DI+ D+ G++ e- h! !r y