LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 03-21-2011, 07:29 PM   #1
lupusarcanus
Senior Member
 
Registered: Mar 2009
Location: USA
Distribution: Arch
Posts: 1,022
Blog Entries: 19

Rep: Reputation: 146Reputation: 146
Install Linux via USB onto a MAC!


I cannot get this to work. I tried with an SD card, and it did not work. i tried with an external optical drive, and it did not work. Now I got a hold of a USB stick, and it does not work. I am EXTREMELY FRUSTRATED, so I am really sorry if I sound petulant or rude.

Only 2 things happen:
- Booting hangs forever
- I get an error "Missing operating system..."

Here is the steps I took to put Arch Linux on a USB stick.
- Installed rEFIt
- Downloaded core install .iso
- Inserted USB stick
- Partitoned USB stick as free space with Disk Utlity
- ran diskutil list in the Terminal to find out the disk ID (dev/disk1)
- ran diskutil unmountDisk /dev/disk1
- ran sudo dd if=~/Downloads/archlinux-2010.05-core-x86_64.img of=/dev/disk1 bs=1m
- Restarted computer
- Selected USB stick in menu
- "Missing operating system..."
- ???
- WTF

Why does STEVE JOBS make it so hard to USE A USB STICK?
-> I never ever want a MAC again.
 
Old 03-21-2011, 09:00 PM   #2
andrewthomas
Senior Member
 
Registered: May 2010
Location: Chicago Metro
Distribution: Arch, Gentoo, Slackware
Posts: 1,690

Rep: Reputation: 312Reputation: 312Reputation: 312Reputation: 312
Quote:
Originally Posted by lupusarcanus View Post
I cannot get this to work. I tried with an SD card, and it did not work. i tried with an external optical drive, and it did not work. Now I got a hold of a USB stick, and it does not work. I am EXTREMELY FRUSTRATED, so I am really sorry if I sound petulant or rude.

Only 2 things happen:
- Booting hangs forever
- I get an error "Missing operating system..."

Here is the steps I took to put Arch Linux on a USB stick.
- Installed rEFIt
- Downloaded core install .iso
- Inserted USB stick
- Partitoned USB stick as free space with Disk Utlity
- ran diskutil list in the Terminal to find out the disk ID (dev/disk1)
- ran diskutil unmountDisk /dev/disk1
- ran sudo dd if=~/Downloads/archlinux-2010.05-core-x86_64.img of=/dev/disk1 bs=1m
- Restarted computer
- Selected USB stick in menu
- "Missing operating system..."
- ???
- WTF

Why does STEVE JOBS make it so hard to USE A USB STICK?
-> I never ever want a MAC again.
Try with bs=8192 and without sudo
Code:
diskutil unmountDisk /dev/disk1
dd if=~/Downloads/archlinux-2010.05-core-x86_64.img of=/dev/disk1 bs=8192
 
Old 03-21-2011, 10:43 PM   #3
lupusarcanus
Senior Member
 
Registered: Mar 2009
Location: USA
Distribution: Arch
Posts: 1,022

Original Poster
Blog Entries: 19

Rep: Reputation: 146Reputation: 146
Quote:
Originally Posted by andrewthomas View Post
Try with bs=8192 and without sudo
Code:
diskutil unmountDisk /dev/disk1
dd if=~/Downloads/archlinux-2010.05-core-x86_64.img of=/dev/disk1 bs=8192
Thanks for the help, I appreciate it.

However, this did not work, resulting in the same error:-
Code:
Missing operating system...
_
Damn.
 
Old 03-21-2011, 11:38 PM   #4
andrewthomas
Senior Member
 
Registered: May 2010
Location: Chicago Metro
Distribution: Arch, Gentoo, Slackware
Posts: 1,690

Rep: Reputation: 312Reputation: 312Reputation: 312Reputation: 312
Down at the very bottom of the archwiki page

https://wiki.archlinux.org/index.php...SB_flash_drive

There is a Old Method from ISO, deprecated method that refers to your error. I have never had to do any such thing, but it doesn't hurt to try.
Quote:
Notes and Troubleshooting:

(1) Using lilo is not really needed because syslinux does the "floppy" loading stuff. But if you get some error like "Can't load operating system" you have to perform the lilo command.
 
Old 03-22-2011, 12:07 AM   #5
lupusarcanus
Senior Member
 
Registered: Mar 2009
Location: USA
Distribution: Arch
Posts: 1,022

Original Poster
Blog Entries: 19

Rep: Reputation: 146Reputation: 146
I don't really have access to LILO or SYSLINUX since I am using OS X, unfortunately...
 
Old 04-09-2011, 06:14 PM   #6
d0tto
LQ Newbie
 
Registered: Apr 2011
Posts: 2

Rep: Reputation: 0
Yeah lupusarcanus I know exactly what you mean. I've registered here just so I can join you in your frustration.
I've been trying to install Fedora off a usb stick on my MacBook 13'' for two days now to no success.
My dvd drive is bust, so I can't do it off a live cd unfortunately (the laptop is out of the warranty, and I never use the drive anyway, like ever).
I've tried all the steps you've mentioned, plus:
  • creating the bootable usb in Windows and Linux (on another computer) - failed.
  • using UNetbootin - failed.
  • doing some magic with BootCamp (it supposed to modify the booting sequence to allow for bios) - failed.

This is ridiculous, it's the 21st century and stuff can't be booted off a usb drive! This is seriously beyond me. Thanks Steve.

Does anyone know of a way of making this work? Pretty please?
 
Old 04-10-2011, 01:52 PM   #7
jefro
Moderator
 
Registered: Mar 2008
Posts: 21,772

Rep: Reputation: 3599Reputation: 3599Reputation: 3599Reputation: 3599Reputation: 3599Reputation: 3599Reputation: 3599Reputation: 3599Reputation: 3599Reputation: 3599Reputation: 3599
See these for ideas maybe.

http://superuser.com/questions/23689...tel-64-bit-cpu

http://superuser.com/questions/27794...e-usb-on-a-mac
 
Old 04-10-2011, 03:15 PM   #8
reborn777
LQ Newbie
 
Registered: Mar 2011
Distribution: Ubuntu 10.10
Posts: 29

Rep: Reputation: 0
have you ever a tried CD burn to boot on your mac?
 
Old 04-11-2011, 03:53 AM   #9
d0tto
LQ Newbie
 
Registered: Apr 2011
Posts: 2

Rep: Reputation: 0
Quote:
Originally Posted by reborn777 View Post
have you ever a tried CD burn to boot on your mac?
Thanks, but as I said the DVD drive is bust (not working). So no, not really.

Quote:
Originally Posted by jefro
See these for ideas maybe.
I've tried the second link before to no success. But haven't tried the first one, I'll give it a go when I get home. Thank you!
 
Old 06-30-2012, 05:55 PM   #10
Maquis
LQ Newbie
 
Registered: Jun 2012
Posts: 1

Rep: Reputation: Disabled
We're you able to resolve this issue? I am hitting the same problem.
 
Old 06-30-2012, 06:48 PM   #11
guyonearth
Member
 
Registered: Jun 2012
Location: USA
Distribution: Ubuntu
Posts: 424

Rep: Reputation: 83
Some observations:

A. Steve Jobs is dead.
B. Steve Jobs did not design or program the Mac boot ROMS.
C. Macs are designed to only boot the MacOS, or the correct bootloader to Multiboot MacOS and Windows. (Linux should theoretically work, I've run it on the older models).
D. Running non-Apple software on their hardware is a TOS violation as far as they are concerned, so they have zero interest in supporting it.
E. Get a new DVD. They are like $20.
 
Old 06-30-2012, 08:25 PM   #12
Kallaste
Member
 
Registered: Nov 2011
Distribution: Slackware
Posts: 363

Rep: Reputation: 85
I have a single observation:

Quote:
Originally Posted by guyonearth View Post

E. Get a new DVD. They are like $20.
is not an observation.
 
Old 06-30-2012, 11:45 PM   #13
guyonearth
Member
 
Registered: Jun 2012
Location: USA
Distribution: Ubuntu
Posts: 424

Rep: Reputation: 83
Quote:
Originally Posted by BloomingNutria View Post
I have a single observation:



is not an observation.
My bad. I should have said, "It would be more efficient to spend $20 for a new DVD burner, than waste any more time."
 
Old 07-01-2012, 07:39 AM   #14
Kallaste
Member
 
Registered: Nov 2011
Distribution: Slackware
Posts: 363

Rep: Reputation: 85
Quote:
Originally Posted by guyonearth View Post
My bad. I should have said, "It would be more efficient to spend $20 for a new DVD burner, than waste any more time."
More efficient perhaps, but then the puzzle would remain unsolved. I always prefer a fix to a work around. Much more educational, and therefore more efficient in the long term.
 
  


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
[SOLVED] Install Knoppix of USB-Stick with Mac? fluppi Other *NIX 3 01-09-2011 06:54 PM
Is it possible to install Linux along with Mac and MS abdoh Other *NIX 4 08-03-2009 12:26 AM
how to install linux on mac nitin_now Linux - Newbie 4 04-09-2008 03:40 PM
USB Mac mouse ==> Linux on PC? General Linux - Hardware 1 04-24-2007 09:55 PM
Please help me install linux on my mac G4 DarkAngels682 Mandriva 3 07-10-2004 06:38 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

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