LinuxQuestions.org
Visit Jeremy's Blog.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Laptop and Netbook
User Name
Password
Linux - Laptop and Netbook Having a problem installing or configuring Linux on your laptop? Need help running Linux on your netbook? This forum is for you. This forum is for any topics relating to Linux and either traditional laptops or netbooks (such as the Asus EEE PC, Everex CloudBook or MSI Wind).

Notices


Reply
  Search this Thread
Old 12-15-2010, 03:21 AM   #1
Chriscrof
Member
 
Registered: Jul 2008
Location: France and UK
Distribution: 10.10
Posts: 86

Rep: Reputation: 15
How to install Linux Mint 10 on an Sd card for an EeePC?


Hi,

I have an EeePC 4g (the one with the very low capacity hard disc)which has Xubuntu on its HD. I would like to install Linux Mint 10 onto an SD card so as to e able to boot the netbook with it.

I have succeeded, in a way, by using UNetbootin but now the netbook will not boot into anything unless the SD card is in the card slot. Previously I had Mint 9 on the card and it didn't need to be inserted in order to boot from the hard disc.

I have reinstalled Grub2 on the netbook's HD and it now boots straight into Xubuntu when the SD card isn't inserted. However if I insert the card nothing at all happens when I try and boot - i.e. no Xubuntu and no Mint 10. Just a hung netbook.

Is there any way of correcting this problem? When I installed Mint 9 on the card it asked if I wanted it to be bootable and during the installation the hard disc light didn't flash at all but I wasn't asked about whether I wanted the card to be bootable and during the installation the HD light was flashing a lot when I installed Mint 10. The SD card was described by FDISK as /dev/sdc and that is where I asked for Mint to be installed. I assumed that Mint 10 would over-write Mint 9 but perhaps I should have formatted the card first?
 
Old 12-15-2010, 04:38 AM   #2
Mortis1369
Member
 
Registered: Feb 2010
Location: Denver, CO
Distribution: Fedora 12, Ubuntu 10.10, Linux Mint 10
Posts: 47

Rep: Reputation: 2
can i ask why you need to dualboot?
 
Old 12-15-2010, 04:54 AM   #3
ronlau9
Senior Member
 
Registered: Dec 2007
Location: In front of my LINUX OR MAC BOX
Distribution: Mandriva 2009 X86_64 suse 11.3 X86_64 Centos X86_64 Debian X86_64 Linux MInt 86_64 OS X
Posts: 2,369

Rep: Reputation: Disabled
What is you're intention to boot both Os ?
In that way that they do not interfere with each other .
Than you need to have two GRUB one on the HD and one on the SD card
Linux MINT treated you're SD card as a internal device so its mentioned in you're Fstab .
So you're FSTAB on the SD may not have a entry of the HD
And you're FSTAB on the HD may not have a entry of the SD card.
To change with OS to boot change the boot order in you're BIOS
 
Old 12-15-2010, 08:52 AM   #4
snowday
Senior Member
 
Registered: Feb 2009
Posts: 4,667

Rep: Reputation: 1411Reputation: 1411Reputation: 1411Reputation: 1411Reputation: 1411Reputation: 1411Reputation: 1411Reputation: 1411Reputation: 1411Reputation: 1411
First, change the options in your computer's BIOS so that the internal drive is the first boot option.

Then, simply boot Xubuntu and type:

Code:
sudo update-grub
This should magically detect the Mint on /dev/sdc and add it to your GRUB menu next time you reboot.

(This is assuming you are using a recent version of Xubuntu and that your BIOS supports booting from an SD card.)

If you need more details: https://wiki.ubuntu.com/Grub2

Last edited by snowday; 12-15-2010 at 08:54 AM.
 
Old 12-15-2010, 02:59 PM   #5
jefro
Moderator
 
Registered: Mar 2008
Posts: 22,109

Rep: Reputation: 3638Reputation: 3638Reputation: 3638Reputation: 3638Reputation: 3638Reputation: 3638Reputation: 3638Reputation: 3638Reputation: 3638Reputation: 3638Reputation: 3638
Why not buy a $4 usb flash drive and run it off a flash drive.

Some distro's offer a universal image that may be dd'ed to a flash card or usb. The problem here may be how internally the sd card attaches to the way the bios works.

Does any eepc boot from a sd card by default?
 
Old 12-15-2010, 03:35 PM   #6
snowday
Senior Member
 
Registered: Feb 2009
Posts: 4,667

Rep: Reputation: 1411Reputation: 1411Reputation: 1411Reputation: 1411Reputation: 1411Reputation: 1411Reputation: 1411Reputation: 1411Reputation: 1411Reputation: 1411
Quote:
Originally Posted by jefro View Post
Does any eepc boot from a sd card by default?
My eee 900ha can boot from an SD card. I don't know about other models.
 
Old 12-15-2010, 07:23 PM   #7
jefro
Moderator
 
Registered: Mar 2008
Posts: 22,109

Rep: Reputation: 3638Reputation: 3638Reputation: 3638Reputation: 3638Reputation: 3638Reputation: 3638Reputation: 3638Reputation: 3638Reputation: 3638Reputation: 3638Reputation: 3638
Maybe get one of the universal images and dd it on the sd card. Boot it up and see what happens.
 
Old 12-16-2010, 04:08 AM   #8
Chriscrof
Member
 
Registered: Jul 2008
Location: France and UK
Distribution: 10.10
Posts: 86

Original Poster
Rep: Reputation: 15
Hi,

I was wanting to dual boot partly so as to get to know Mint and partly because is seems to work better with WiFi than Xubuntu does.

Yes, it will boot from an SD card; one just has to press ESC when it begins to boot and a menu is produces asking what to boot from.

Mint 9 installed itself on the SD card without interfering with the hard drive. When the SD card was not inserted the netbook booted Xubuntu and when it was inserted and I pressed ESC while it was booting I got a menu asking if I wanted to boot from the SD card, and if I said yes it booted Mint 9 but Mint 10 won't do that.
 
Old 12-16-2010, 03:17 PM   #9
jefro
Moderator
 
Registered: Mar 2008
Posts: 22,109

Rep: Reputation: 3638Reputation: 3638Reputation: 3638Reputation: 3638Reputation: 3638Reputation: 3638Reputation: 3638Reputation: 3638Reputation: 3638Reputation: 3638Reputation: 3638
If you press escape, then I am assuming that you are using grub on the hard drive. It would need to be edited maybe to find mint 10. Otherwise, I'd guess a problem with how 10 was installed to the SD card.

Last edited by jefro; 12-16-2010 at 03:21 PM.
 
Old 12-18-2010, 04:33 AM   #10
lein
Member
 
Registered: Jul 2006
Location: Australia
Distribution: Mint 14/16 & Raspbian
Posts: 73

Rep: Reputation: 23
I've had a few issues using the 'startup disc creator' with Mint 10 to create a bootable USB. It worked fine with Mint 9 and not 10 as you are saying. So I don't think the problem is isolated to your SD card or netbook. Now you've got me thinking I might see if I can get it working and post the results to see if it helps.
 
Old 12-18-2010, 06:05 AM   #11
lein
Member
 
Registered: Jul 2006
Location: Australia
Distribution: Mint 14/16 & Raspbian
Posts: 73

Rep: Reputation: 23
I've had no luck as of yet.

I was just trying to use Grub2 to boot the iso from the USB but to no avail. But I must say I am enjoying trying to get it working.
 
Old 12-18-2010, 08:19 AM   #12
snowday
Senior Member
 
Registered: Feb 2009
Posts: 4,667

Rep: Reputation: 1411Reputation: 1411Reputation: 1411Reputation: 1411Reputation: 1411Reputation: 1411Reputation: 1411Reputation: 1411Reputation: 1411Reputation: 1411
Did you try "sudo update-grub" yet as I suggested in post #4? This should detect the OS on your SD card and update your grub accordingly. (You may need to have the SD card mounted first, the easiest way to do this in Ubuntu would be simply to open it in the file manager from the Places menu.)
 
Old 12-19-2010, 05:15 AM   #13
Chriscrof
Member
 
Registered: Jul 2008
Location: France and UK
Distribution: 10.10
Posts: 86

Original Poster
Rep: Reputation: 15
Hi snowpine,

Yes, I tried 'update-grub' but it didn't do anything either to the netbook's HD or to the SD card. I have re-installed grub on the netbook and now it boots into Xubuntu like it used to, but as far as the SD card is concerned it won't work at all so I intend to format it and, possibly, try installing Mint 10 again
 
Old 12-19-2010, 10:03 AM   #14
rokytnji
LQ Veteran
 
Registered: Mar 2008
Location: Waaaaay out West Texas
Distribution: antiX 23, MX 23
Posts: 7,255
Blog Entries: 21

Rep: Reputation: 3499Reputation: 3499Reputation: 3499Reputation: 3499Reputation: 3499Reputation: 3499Reputation: 3499Reputation: 3499Reputation: 3499Reputation: 3499Reputation: 3499
I run AntiX, Puppeee, and even Windows Xp off of external SD flash drive on my EEEPC 701SD 8gig internal SSD and 900 4gig/16gig internal SSD.

Doing Beta Testing for AntiX 11 at present time. All you need to do to make sure what ever bootloader you are using whether grub2,legacy grub,lilo,grub4dos, whatever.

Is pointed to and installed to your external flash drive and that when you formatted said flash drive. That it is flagged as "boot"

I run AntiX 8.5
Code:
@antiX1:~$ uname -r
2.6.36-2.dmz.5-liquorix-686
on internal drives of both of my EEEPCs.

I use the Esc key to boot Windows XP, Puppeee 4.X, AntiX 11 Beta, and if I remove any of my external flash drives. My internal drives boot just fine. The Xp flash was made with dd so I could wipe the internal drive on the 701SD and have a backup of XP (runs slow as molasses on internal phison ssd drive ). Which came preinstalled on the 701SD.
 
  


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
Newbie with Mint/ Linux needs to install Clam AV in Mint after 4 Wdws Trogan attack BAKEAPPLEFARM Linux Mint 6 03-24-2010 08:38 PM
Installing Linux Mint 8 on SD card Chriscrof Linux - Laptop and Netbook 17 03-11-2010 12:42 AM
How to install intel wifi card 5100 EeePC 1000 Linux, xandrosEeepc2.6.21. wilburn Linux - Wireless Networking 0 07-05-2009 03:28 AM
Geforce 6600 graphics card will only allow me to install PCLinux os...not Mint or Ubu g4yjsbarrie Linux - Distributions 2 06-16-2008 01:25 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Laptop and Netbook

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