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 11-26-2016, 02:54 PM   #1
Dragos-popa
LQ Newbie
 
Registered: Nov 2016
Distribution: Lintx mint cinnamon
Posts: 13

Rep: Reputation: Disabled
Unhappy Problems installing solus os


Every time I try to install solus from my usb it gives me a bunch of errors and stops.

Pic --

https://drive.google.com/file/d/0B32...w?usp=drivesdk

Can someone please tell me what I have to do or what I've done wrong ??

I made the usb using dd on arch linux .
 
Old 11-26-2016, 03:36 PM   #2
grail
LQ Guru
 
Registered: Sep 2009
Location: Perth
Distribution: Arch
Posts: 10,028

Rep: Reputation: 3200Reputation: 3200Reputation: 3200Reputation: 3200Reputation: 3200Reputation: 3200Reputation: 3200Reputation: 3200Reputation: 3200Reputation: 3200Reputation: 3200
Please provide the name of the file used and the command to create the installable usb?
 
Old 11-26-2016, 03:44 PM   #3
Dragos-popa
LQ Newbie
 
Registered: Nov 2016
Distribution: Lintx mint cinnamon
Posts: 13

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by grail View Post
Please provide the name of the file used and the command to create the installable usb?
I used " sudo dd bs=4M if=S.iso of=/dev/sdb status=progress && sync " for the command the name of the iso was Solus-1.2.1.iso when I downloaded it of the solus website but I renamed it to s.iso for easy use
 
Old 11-26-2016, 05:50 PM   #4
grail
LQ Guru
 
Registered: Sep 2009
Location: Perth
Distribution: Arch
Posts: 10,028

Rep: Reputation: 3200Reputation: 3200Reputation: 3200Reputation: 3200Reputation: 3200Reputation: 3200Reputation: 3200Reputation: 3200Reputation: 3200Reputation: 3200Reputation: 3200
Did you confirm the file downloaded correctly? Usually the website will provide a signature / checksum file to confirm.
 
Old 11-26-2016, 05:52 PM   #5
Dragos-popa
LQ Newbie
 
Registered: Nov 2016
Distribution: Lintx mint cinnamon
Posts: 13

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by grail View Post
Did you confirm the file downloaded correctly? Usually the website will provide a signature / checksum file to confirm.
I didn't check it. It did give me a checksum but I didn't check it. How do I do that? I'll download it again and check it if I have to.
 
Old 11-26-2016, 07:02 PM   #6
Jjanel
Member
 
Registered: Jun 2016
Distribution: any&all, in VBox; Ol'UnixCLI; NO GUI resources
Posts: 999
Blog Entries: 12

Rep: Reputation: 364Reputation: 364Reputation: 364Reputation: 364
Hopefully a LQ'er will post the precise arch way to do the sha256 checksum *ON the USB*
I web-searched (but I don't know if arch has those cmds): SHA256 verify usb

Which city did you dl it from? (SHA256 checksum 50a1c... there) Info on your PC/BIOS?
(are you sure it was booting from the USB ok? Probably. Any BIOS setting 'issues'? Prob not)

Oh, *WELCOME* to LQ! The right 'guru' will soon arrive here
p.s. in the meantime, you might cat that rdsosreport.txt & web-search ?key? msgs
Hope you enjoy (as I do!) these little 'puzzles'

Last edited by Jjanel; 11-26-2016 at 07:14 PM.
 
Old 11-26-2016, 08:02 PM   #7
rokytnji
LQ Veteran
 
Registered: Mar 2008
Location: Waaaaay out West Texas
Distribution: antiX 23, MX 23
Posts: 7,276
Blog Entries: 21

Rep: Reputation: 3503Reputation: 3503Reputation: 3503Reputation: 3503Reputation: 3503Reputation: 3503Reputation: 3503Reputation: 3503Reputation: 3503Reputation: 3503Reputation: 3503
In linux

Code:
harry@biker:~/Isos
$ ls
4MLinux-20.0.iso  md5_4m  md5sum.txt  q4os-live-1.6.2-i686pae.iso  studio_4.iso
harry@biker:~/Isos
$ cat md5sum.txt
2195df5229cedbb9c5f95a20f0e8ad6f  q4os-1.6.2-i386.iso
b139a90800fd50818c77cada1ff8e186  q4os-1.6.2-x64.iso
1bca880fb928983126cfb311fb1e18ac  q4os-1.6.2.1-rpi.zip
ec68f465670a73e9225d0b5c49dd2ba6  q4os-live-1.6.2-i686pae.iso
55405f6af2391cdd8cabdcc5680e683e  q4os-live-1.6.2-x64.iso
harry@biker:~/Isos
$ md5sum q4os-live-1.6.2-i686pae.iso 
ec68f465670a73e9225d0b5c49dd2ba6  q4os-live-1.6.2-i686pae.iso
harry@biker:~/Isos
$ sha1sum q4os-live-1.6.2-i686pae.iso 
5cc6ba4a3fd9e6e5a422d536d8aa3bd1cb66b2c6  q4os-live-1.6.2-i686pae.iso
In windows

https://www.microsoft.com/en-us/down....aspx?id=11533

https://raylin.wordpress.com/downloa...cksum-utility/
 
Old 11-27-2016, 03:26 AM   #8
Dragos-popa
LQ Newbie
 
Registered: Nov 2016
Distribution: Lintx mint cinnamon
Posts: 13

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by Jjanel View Post
Hopefully a LQ'er will post the precise arch way to do the sha256 checksum *ON the USB*
I web-searched (but I don't know if arch has those cmds): SHA256 verify usb

Which city did you dl it from? (SHA256 checksum 50a1c... there) Info on your PC/BIOS?
(are you sure it was booting from the USB ok? Probably. Any BIOS setting 'issues'? Prob not)

Oh, *WELCOME* to LQ! The right 'guru' will soon arrive here
p.s. in the meantime, you might cat that rdsosreport.txt & web-search ?key? msgs
Hope you enjoy (as I do!) these little 'puzzles'

Its got it from London. Idk know about my BIOS , the usb IS the problem. When I try to boot from it it gives me some errors then it says " unable to boot" and then it enters emergency mode
 
Old 11-27-2016, 03:59 AM   #9
grail
LQ Guru
 
Registered: Sep 2009
Location: Perth
Distribution: Arch
Posts: 10,028

Rep: Reputation: 3200Reputation: 3200Reputation: 3200Reputation: 3200Reputation: 3200Reputation: 3200Reputation: 3200Reputation: 3200Reputation: 3200Reputation: 3200Reputation: 3200
To use the checksum you would enter:
Code:
sha256sum -c <<<"50a1c093bbbeb7ce8d6a778d6abf148a5694a601ff601ef8d5f2cd6fc76f9876  Solus-1.2.1.iso"
Do the above in the directory where the iso file is and see if it comes back with OK.

I was able to boot straight in on a VM without issue so the image works.

Have you also tried asking your questions of their support team? I did see they have an IRC you can join.
 
1 members found this post helpful.
Old 11-27-2016, 04:04 AM   #10
Dragos-popa
LQ Newbie
 
Registered: Nov 2016
Distribution: Lintx mint cinnamon
Posts: 13

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by grail View Post
To use the checksum you would enter:
Code:
sha256sum -c <<<"50a1c093bbbeb7ce8d6a778d6abf148a5694a601ff601ef8d5f2cd6fc76f9876  Solus-1.2.1.iso"
Do the above in the directory where the iso file is and see if it comes back with OK.

I was able to boot straight in on a VM without issue so the image works.

Have you also tried asking your questions of their support team? I did see they have an IRC you can join.
I've just run that command and checked it manually (looked at my read back then looked on the website) and it turned out is completely different. I'm downloading the iso again now, I'll let u guys know if it works this time.
 
Old 11-27-2016, 05:11 AM   #11
Dragos-popa
LQ Newbie
 
Registered: Nov 2016
Distribution: Lintx mint cinnamon
Posts: 13

Original Poster
Rep: Reputation: Disabled
I've downloaded the iso again and checked the sha256 and its the same. I'm going to remake the usb with the new iso and see if it works.
 
Old 11-27-2016, 06:35 AM   #12
Dragos-popa
LQ Newbie
 
Registered: Nov 2016
Distribution: Lintx mint cinnamon
Posts: 13

Original Poster
Rep: Reputation: Disabled
Turns out it was the iso that was bad. After I downloaded it again and checkEd the sha256 twice and then dd it to my usb it worked !! Now it's installed. Thanks toverdone who helped!
 
  


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
LXer: Solus OS LXer Syndicated Linux News 0 05-25-2016 02:21 PM
Solus can't see emmc? Timothy Miller Linux - Distributions 2 04-28-2016 02:03 AM
Solus rides again! beachboy2 Linux - Distributions 2 03-04-2016 11:15 AM
LXer: Solus Devs Are Solving 32-bit Glibc Problems for Proper Steam Gaming LXer Syndicated Linux News 0 12-10-2015 10:32 PM

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

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