Hijikata14
Posts: 7
Joined: Mon Jun 23, 2014 5:57 am

Want to install another system

Mon Jun 23, 2014 6:13 am

I have installed a system, but I want to install another system . I insert another SD card with another system into Raspberry Pi, but it doesn't work!!!! Pi just show the red light!!
What should I do?? Please help me..... :cry: :cry: :cry: :cry: :cry: :cry:

texy
Forum Moderator
Forum Moderator
Posts: 5161
Joined: Sat Mar 03, 2012 10:59 am
Location: Berkshire, England

Re: Want to install another system

Mon Jun 23, 2014 6:20 am

Hi and welcome to the forum.
You will need to give more information than that if you want help. Which system is working, which system is not working?
How are you writting to the SD card?
Texy
Various male/female 40- and 26-way GPIO header for sale here ( IDEAL FOR YOUR PiZero ):
https://www.raspberrypi.org/forums/viewtopic.php?f=93&t=147682#p971555

Hijikata14
Posts: 7
Joined: Mon Jun 23, 2014 5:57 am

Re: Want to install another system

Mon Jun 23, 2014 6:42 am

texy wrote:Hi and welcome to the forum.
You will need to give more information than that if you want help. Which system is working, which system is not working?
How are you writting to the SD card?
Texy
Now, there is an raspbian system in my pi. In fact I want to install a system writen by my group, so I just try to install another system, which one is ok, I chose OpenELEC. I download an img file, then write this img into an SD card by Win32DiskImager。 But when I inserted the card, the Pi showed nothing but the red light. I want to know why.... Or what would you do if you want to install another system?
My English is not so good, I wish you could understand what I have said....
Thank you very much !!!!

fruitoftheloom
Posts: 23548
Joined: Tue Mar 25, 2014 12:40 pm
Location: Delightful Dorset

Re: Want to install another system

Mon Jun 23, 2014 7:13 am

Rather than negativity think outside the box !
RPi 4B 4GB (SSD Boot) RaspiOS64 ARM64
Asus ChromeBox 3 Celeron is my other computer...

texy
Forum Moderator
Forum Moderator
Posts: 5161
Joined: Sat Mar 03, 2012 10:59 am
Location: Berkshire, England

Re: Want to install another system

Mon Jun 23, 2014 7:18 am

Maybe there is a problem with the SD card you used? Or the download was corrupt? You rememberd to unzip the download to it's .img file state?

Texy
Various male/female 40- and 26-way GPIO header for sale here ( IDEAL FOR YOUR PiZero ):
https://www.raspberrypi.org/forums/viewtopic.php?f=93&t=147682#p971555

User avatar
DougieLawson
Posts: 39302
Joined: Sun Jun 16, 2013 11:19 pm
Location: A small cave in deepest darkest Basingstoke, UK
Contact: Website Twitter

Re: Want to install another system

Mon Jun 23, 2014 7:20 am

Note: Any requirement to use a crystal ball or mind reading will result in me ignoring your question.

Criticising any questions is banned on this forum.

Any DMs sent on Twitter will be answered next month.
All non-medical doctors are on my foes list.

Hijikata14
Posts: 7
Joined: Mon Jun 23, 2014 5:57 am

Re: Want to install another system

Mon Jun 23, 2014 8:40 am

texy wrote:Maybe there is a problem with the SD card you used? Or the download was corrupt? You rememberd to unzip the download to it's .img file state?

Texy
If pi already have a system and I download a correct .img file and SD card is fine, I insert the card into the pi, it should boot from another system?

BMS Doug
Posts: 3824
Joined: Thu Mar 27, 2014 2:42 pm
Location: London, UK

Re: Want to install another system

Mon Jun 23, 2014 10:44 am

Hijikata14 wrote:
texy wrote:Maybe there is a problem with the SD card you used? Or the download was corrupt? You rememberd to unzip the download to it's .img file state?

Texy
If pi already have a system and I download a correct .img file and SD card is fine, I insert the card into the pi, it should boot from another system?
Yes, no information is stored on the Pi, all of the information is stored on the SD card, new card = new system, systems changeable by swapping cards (with power OFF).
Doug.
Building Management Systems Engineer.

Hijikata14
Posts: 7
Joined: Mon Jun 23, 2014 5:57 am

Re: Want to install another system

Mon Jun 23, 2014 2:04 pm

BMS Doug wrote:
Hijikata14 wrote:
texy wrote:Maybe there is a problem with the SD card you used? Or the download was corrupt? You rememberd to unzip the download to it's .img file state?

Texy
If pi already have a system and I download a correct .img file and SD card is fine, I insert the card into the pi, it should boot from another system?
Yes, no information is stored on the Pi, all of the information is stored on the SD card, new card = new system, systems changeable by swapping cards (with power OFF).
Which format should my SD card be? FAT32 is ok?
Because I have use SDFormatter to format my SD card. Maybe it is the problem?

User avatar
DougieLawson
Posts: 39302
Joined: Sun Jun 16, 2013 11:19 pm
Location: A small cave in deepest darkest Basingstoke, UK
Contact: Website Twitter

Re: Want to install another system

Mon Jun 23, 2014 2:12 pm

The SDCard (8GB minimum size) starts with a single VFAT partition that uses all the available space. That's precisely what you get when it is reformatted with the SDCard Assoc. formatter program.

If you write NOOBS to it you simply unzip the contents of the *.zip file directly to the root directory on the card. As soon as the RPi boots it will reformat the card into (at least three partitions (two primary & one extended)). Partion1 - 59MB VFAT, partion 2 - extended, partition 3 - 62MB ext4, partition 5 (in partition 2) - 59MB VFAT and partition 6 - ext4 (using rest of the available space). The layout is slightly different if you install more that one operating system.

If you use Win32DiskImager to write a disk image to the card you'll (normally) get two primary partitions. Partition 1 - 59MB VFAT and partition 2 - 4GB ext4 root filesystem. The rest of the space is unassigned until you use raspi-config to extend the root filesystem to use the remaining space.
Note: Any requirement to use a crystal ball or mind reading will result in me ignoring your question.

Criticising any questions is banned on this forum.

Any DMs sent on Twitter will be answered next month.
All non-medical doctors are on my foes list.

Hijikata14
Posts: 7
Joined: Mon Jun 23, 2014 5:57 am

Re: Want to install another system

Mon Jun 23, 2014 3:05 pm

DougieLawson wrote:The SDCard (8GB minimum size) starts with a single VFAT partition that uses all the available space. That's precisely what you get when it is reformatted with the SDCard Assoc. formatter program.

If you write NOOBS to it you simply unzip the contents of the *.zip file directly to the root directory on the card. As soon as the RPi boots it will reformat the card into (at least three partitions (two primary & one extended)). Partion1 - 59MB VFAT, partion 2 - extended, partition 3 - 62MB ext4, partition 5 (in partition 2) - 59MB VFAT and partition 6 - ext4 (using rest of the available space). The layout is slightly different if you install more that one operating system.

If you use Win32DiskImager to write a disk image to the card you'll (normally) get two primary partitions. Partition 1 - 59MB VFAT and partition 2 - 4GB ext4 root filesystem. The rest of the space is unassigned until you use raspi-config to extend the root filesystem to use the remaining space.
Thank you for helpng me!!!!

Hijikata14
Posts: 7
Joined: Mon Jun 23, 2014 5:57 am

Re: Want to install another system

Mon Jun 23, 2014 3:06 pm

BMS Doug wrote:
Hijikata14 wrote:
texy wrote:Maybe there is a problem with the SD card you used? Or the download was corrupt? You rememberd to unzip the download to it's .img file state?

Texy
If pi already have a system and I download a correct .img file and SD card is fine, I insert the card into the pi, it should boot from another system?
Yes, no information is stored on the Pi, all of the information is stored on the SD card, new card = new system, systems changeable by swapping cards (with power OFF).
Thank you for helpng me!!!!

Hijikata14
Posts: 7
Joined: Mon Jun 23, 2014 5:57 am

Re: Want to install another system

Mon Jun 23, 2014 3:07 pm

texy wrote:Maybe there is a problem with the SD card you used? Or the download was corrupt? You rememberd to unzip the download to it's .img file state?

Texy
Thank you for helpng me!!!!

Return to “General discussion”