LinuxQuestions.org
Help answer threads with 0 replies.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Mandriva
User Name
Password
Mandriva This Forum is for the discussion of Mandriva (Mandrake) Linux.

Notices


Reply
  Search this Thread
Old 07-07-2009, 02:45 AM   #1
hywhy
LQ Newbie
 
Registered: Jul 2009
Posts: 2

Rep: Reputation: 0
question about making a mandriva live usb


sorry for my poor english first, I have try to make a mandriva live usb with unetbootin.but after reboot my computer ,I cant start the mandriva 2009 , anyone know why?

Has any one succeed in making a mandriva live usb?

thanks very much!
 
Old 07-07-2009, 05:22 AM   #2
ernie
Senior Member
 
Registered: Nov 2001
Location: Toledo, Ohio - USA
Distribution: Mageia 1
Posts: 1,079
Blog Entries: 4

Rep: Reputation: 70
You can make a bootable Mandriva Linux 2009.1 (Spring) One Live USB key from the Mandriva Linux 2009.1 One .iso image of your choice (KDE or Gnome, etc.) using dd (in Linux). Starting with the MDV 2009.1 (Spring) release, all disk images are integrated for this purpose.

As an example, if the iso image name is mandriva-linux-one-2009.1-KDE4-europe1-americas-cdrom-i586.iso, and your USB drive is recognized as /dev/sdb, you would write the image to the USB key in a terminal window (as root) with the following command:
Code:
dd if=./mandriva-linux-one-2009.1-KDE4-europe1-americas-cdrom-i586.iso of=/dev/sdb
Note: The Mandriva One image file must be located in the Current Working Directory, or you must specify the fully qualified path to the image file )e.g.: /home/$USER/mandriva-linux-one-2009.1-KDE4-europe1-americas-cdrom-i586.iso).

HTH,
 
Old 07-07-2009, 02:55 PM   #3
alex1986
Member
 
Registered: Nov 2005
Location: Ottawa, Canada
Distribution: none yet
Posts: 96

Rep: Reputation: 19
Check that your computer's BIOS accepts booting from a USB device and that the computer checks for the USB device before it checks the Hard drive.

I did just this last week, and realized my computer does not allow for booting from USB

What model # is your motherboard?
 
Old 07-07-2009, 08:16 PM   #4
hywhy
LQ Newbie
 
Registered: Jul 2009
Posts: 2

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by ernie View Post
You can make a bootable Mandriva Linux 2009.1 (Spring) One Live USB key from the Mandriva Linux 2009.1 One .iso image of your choice (KDE or Gnome, etc.) using dd (in Linux). Starting with the MDV 2009.1 (Spring) release, all disk images are integrated for this purpose.

As an example, if the iso image name is mandriva-linux-one-2009.1-KDE4-europe1-americas-cdrom-i586.iso, and your USB drive is recognized as /dev/sdb, you would write the image to the USB key in a terminal window (as root) with the following command:
Code:
dd if=./mandriva-linux-one-2009.1-KDE4-europe1-americas-cdrom-i586.iso of=/dev/sdb
Note: The Mandriva One image file must be located in the Current Working Directory, or you must specify the fully qualified path to the image file )e.g.: /home/$USER/mandriva-linux-one-2009.1-KDE4-europe1-americas-cdrom-i586.iso).

HTH,

thanks for your help friend.I use windows, but not linux.I have install dd in windows,and have tried to do what you said.but I faild.my flash drive is 1G size,is this enough?and does this can do in windows XP?
 
Old 07-08-2009, 05:21 AM   #5
ernie
Senior Member
 
Registered: Nov 2001
Location: Toledo, Ohio - USA
Distribution: Mageia 1
Posts: 1,079
Blog Entries: 4

Rep: Reputation: 70
1G should be adequate. For dd in Windows, the of= argument will have to change. Since I have not used Windows for such a long time, you will be best served to check the documentation for your version of dd. Windows will identify your USB flash device as a drive letter (d, e, f, etc.), so you may need to use that information (e.g.: of=D.

I am sorry that I can not be of any better help,
 
Old 07-08-2009, 05:29 AM   #6
linus72
LQ Guru
 
Registered: Jan 2009
Location: Gordonsville-AKA Mayberry-Virginia
Distribution: Slack14.2/Many
Posts: 5,573

Rep: Reputation: 470Reputation: 470Reputation: 470Reputation: 470Reputation: 470
OK, to hywhy and also alex1986.

First, if you use ext3 usb with grub and plop bootmanager floppy/cd/usb you can boot a usb, even on Some PC's that won't do it.

Second, a 1GB usb might hold Mandriva 2009, but for how long?
As soon as you get updates, etc it's gonna run out of room, no?
Does mandriva have persistent usb like Ubuntu?
If so it will run out of space.

I would suggest smaller, frugal distro's.
 
Old 07-08-2009, 11:35 AM   #7
alex1986
Member
 
Registered: Nov 2005
Location: Ottawa, Canada
Distribution: none yet
Posts: 96

Rep: Reputation: 19
I can't speak for OP, but my intention was to simply install, after I can download additional updates and save them to the hard drive.
I worked around my issue by partitioning a section of my disk off and storing the install files there, manually inserting lilo and an install kernel, then installing. a bit more work, but it got the job done.
 
Old 07-09-2009, 12:13 AM   #8
ernie
Senior Member
 
Registered: Nov 2001
Location: Toledo, Ohio - USA
Distribution: Mageia 1
Posts: 1,079
Blog Entries: 4

Rep: Reputation: 70
linus72,

You missed the point here. The object is not to install Mandriva to a USB flash drive, but to install Mandriva One Live CD to a USB flash drive so a user can use a USB flash drive rather than a CD or DVD disk for the purpose. Starting with Mandriva Linux 2009.1 (Spring), the iso image is integrated so one can dump the contents of the image to a USB drive or burn the image to a disk as usual. The same file can be used for either purpose (e.g.: 1. you can create a CD from the image file or 2. you can dump the contents of the image file to a USB stick). In any case, nothing is saved to the disk, and when you reboot, you start with a pristine session (nothing saved from any previous session).

HTH,
 
Old 07-10-2009, 10:35 AM   #9
ongte
Member
 
Registered: Jun 2009
Location: Penang, Malaysia
Distribution: Mageia, CentOS, Ubuntu
Posts: 468

Rep: Reputation: 72
For Windows. You could try out Ubuntu's Image Writer. It is basically a graphical dd.

Note: You might want to rename the .iso file to .img so that the software will list it.

Last edited by ongte; 07-10-2009 at 10:40 AM.
 
Old 07-18-2009, 07:31 AM   #10
glyj
LQ Newbie
 
Registered: Jul 2009
Distribution: Mandriva
Posts: 5

Rep: Reputation: 0
Mandriva Seed is the right graphical tool to do that.

Here is the windows edition:

ftp://ftp.free.fr/mirrors/ftp.mandri...ed-windows.zip


regards,
glyj
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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
Live usb fstab question DeadlyMuffin Linux - General 2 02-01-2009 02:23 PM
Making a live CD willemmerson Linux - Newbie 2 04-29-2008 11:48 AM
Making a live CD J_K9 Linux - Distributions 4 05-28-2006 02:49 PM
Live CD - Mandriva Discovery Live 2006 wpennington Mandriva 2 11-14-2005 08:28 AM
Making a linux live-cd crxgames Linux - General 2 02-03-2005 10:40 AM

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

All times are GMT -5. The time now is 05:55 PM.

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