LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware
User Name
Password
Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?

Notices


Reply
  Search this Thread
Old 10-07-2012, 03:46 PM   #16
TobiSGD
Moderator
 
Registered: Dec 2009
Location: Germany
Distribution: Whatever fits the task best
Posts: 17,148
Blog Entries: 2

Rep: Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886

At least with Debian you can try to write it directly to the USB stick with dd, it doesn't need software like Unetbootin.
 
Old 10-08-2012, 04:28 AM   #17
Steve W
Member
 
Registered: Mar 2007
Distribution: Linux Mint 18.1
Posts: 520

Original Poster
Rep: Reputation: 44
I tried that, but I'm having trouble with dd.

Here is the command I am using. I have unmounted the blank memory stick at sdc. The source iso is on another memory stick:

/home/steve# dd if="/media/C08D-ABF3/My stuff/debian-live-6.0.5-i386-xfce-desktop.iso" of=/dev/sdc


It takes absolutely ages. The target memory stick is flashing, but after about 15 minutes I give up and the console displays:

3161510+0 records in
3161510+0 records out
1618693120 bytes (1.6 GB) copied, 816.381 s, 2.0 MB/s

I check the target memory stick - nothing there, still empty.

Am I using dd wrongly?
 
Old 10-08-2012, 06:14 AM   #18
notsure
Member
 
Registered: Jun 2012
Location: Detroit
Distribution: Arch x86_64
Posts: 112

Rep: Reputation: 10
That will happen if you exectue your dd code while /dev/sdc1 is mounted.
 
Old 10-08-2012, 07:39 AM   #19
Steve W
Member
 
Registered: Mar 2007
Distribution: Linux Mint 18.1
Posts: 520

Original Poster
Rep: Reputation: 44
I went into GParted and thought I had unmounted the device. Did GParted only unmount the partition then?

Can you just confirm that the correct shell command in my case to unmount is:

umount /dev/sdc
 
Old 10-08-2012, 08:05 AM   #20
notsure
Member
 
Registered: Jun 2012
Location: Detroit
Distribution: Arch x86_64
Posts: 112

Rep: Reputation: 10
umount /dev/sdc1
 
Old 10-08-2012, 09:25 AM   #21
Steve W
Member
 
Registered: Mar 2007
Distribution: Linux Mint 18.1
Posts: 520

Original Poster
Rep: Reputation: 44
Thank you, I shall try again tomorrow. Cannot all distro ISO's be extracted to memory sticks using DD then? If not, what defines which ones can and can't?

With regard to my original query, I have found that the Linux Mint ISO I downloaded (linuxmint-12-lxde), once written to a CD, did load okay on my laptop, and connected wirelessly to the internet once I had entered the correct details into its network manager. So I will install Mint to the laptop in due course, since it worked okay in Live mode. I've never used Mint before, only Ubuntu, so it will be a good experience in using a slightly different distro.

Last edited by Steve W; 10-08-2012 at 09:26 AM.
 
Old 10-08-2012, 09:57 AM   #22
TobiSGD
Moderator
 
Registered: Dec 2009
Location: Germany
Distribution: Whatever fits the task best
Posts: 17,148
Blog Entries: 2

Rep: Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886
Quote:
Originally Posted by Steve W View Post
Thank you, I shall try again tomorrow. Cannot all distro ISO's be extracted to memory sticks using DD then? If not, what defines which ones can and can't?
To be able to write an ISO to a stick with dd it must be in the hybrid-iso format. While this is true for many distros, unfortunately Ubuntu and many derivatives don't deliver their ISOs in that format.

Last edited by TobiSGD; 10-08-2012 at 11:27 PM. Reason: fixed typo
 
Old 10-08-2012, 09:53 PM   #23
ReaperX7
LQ Guru
 
Registered: Jul 2011
Location: California
Distribution: Slackware64-15.0 Multilib
Posts: 6,558
Blog Entries: 15

Rep: Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097
Have you tried Slackware? The Pentium M CPU is supported on Slackware through the normal kernel for 32-bit, but not the SMP kernel.
 
Old 10-09-2012, 02:06 AM   #24
Steve W
Member
 
Registered: Mar 2007
Distribution: Linux Mint 18.1
Posts: 520

Original Poster
Rep: Reputation: 44
I've never used Slackware, but from the information I have read about it, it requires significant knowledge of Linux systems in order to set up and use correctly. Is my knowledge out of date, and it is now much easier to use?
 
Old 10-09-2012, 02:49 PM   #25
jefro
Moderator
 
Registered: Mar 2008
Posts: 21,976

Rep: Reputation: 3623Reputation: 3623Reputation: 3623Reputation: 3623Reputation: 3623Reputation: 3623Reputation: 3623Reputation: 3623Reputation: 3623Reputation: 3623Reputation: 3623
"Ubuntu's stick was formatted FAT32 but DSL's was formatted FAT16 (go figure...). Can some BIOS's only USB-boot from FAT16-formatted sticks?!"

Well, maybe but might be an issue with syslinux/isolinux. That system ought to boot to most any modern distro. Another issue might be how your usb is being seen by the bios.

I'd go to pendrivelinux.com for some ideas to try for getting linux on a disk. If you only want to install the OS, you don't need to have a dd iso to usb. You can use any live usb install.
 
Old 10-09-2012, 04:29 PM   #26
TobiSGD
Moderator
 
Registered: Dec 2009
Location: Germany
Distribution: Whatever fits the task best
Posts: 17,148
Blog Entries: 2

Rep: Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886
Which filesystems are supported for boot is solely dependent on the bootloader. The BIOS doesn't care at all about filesystems, it simply reads the bootloader from the MBR and hands control over to it, the BIOS' job is done at that point.
 
  


Reply



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
Need Help Finding Compatible Laptop for Linux sassycat Linux - Newbie 7 04-09-2009 10:06 AM
finding a best laptop can serve both linux and windows O.S ... BSTU.UOK Linux - Laptop and Netbook 6 09-03-2008 06:24 AM
Need help finding a good laptop that works well with Linux/Gentoo Dralnu Linux - Laptop and Netbook 2 06-16-2006 12:11 AM
Finding best way to hook up Linux laptop to WinXP desktop spywaremagnet Linux - Networking 3 07-30-2005 01:44 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware

All times are GMT -5. The time now is 07:12 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