You are not logged in.

#1 2016-06-08 12:23:54

righN
Member
Registered: 2016-06-08
Posts: 41

[SOLVED] Can't install this OS into my laptop.

Hello guys, so I'm pretty new to this Linux stuff but using Linux a while now. Wanted to try BunsenLabs OS because my laptop is pretty old (HP Compaq 6720s) and it's pretty slow so I wanted to install really light-weight OS and I founded out that this OS can be a really good solution. So I tried cp, dd commands method to install OS to the my Kingston Flashdrive and every time I try to install I get this error

Non-system disk or disk error

Something like that and I don't know what to do.

SOLVED

Just changed from cp .iso file /dev/sdb1 to cp .isofile /dev/sdb

Last edited by righN (2016-06-09 10:08:54)

Offline

#2 2016-06-08 16:50:41

gree
Member
Registered: 2016-06-08
Posts: 74

Re: [SOLVED] Can't install this OS into my laptop.

I had a similar problem; the BL Boot options didn't include "Install/Graphical Install".
By using www.etcher.io for creating the Bootable USB. This will work through the installation. (Does fix the "CD mounting" issue)
Good Luck!

Make sure you set the usb as bootable device #1 within your bios!

Offline

#3 2016-06-08 16:56:54

Horizon_Brave
Operating System: Linux-Nettrix
Registered: 2015-10-18
Posts: 1,473

Re: [SOLVED] Can't install this OS into my laptop.

Hmm alright, well first make sure that you're bios can boot from a USB.   Also as I learned, when doing the cp/dd command method to write the image to the drive, make sure you specify the whole drive, not one particular partition on the drive.


"I have not failed, I have found 10,000 ways that will not work" -Edison

Offline

#4 2016-06-08 18:32:54

Head_on_a_Stick
Member
From: London
Registered: 2015-09-29
Posts: 9,093
Website

Re: [SOLVED] Can't install this OS into my laptop.

righN wrote:

So I tried cp, dd commands method

Please post the exact commands that you used.

Perhaps your USB stick is broken.

Offline

#5 2016-06-08 19:17:40

Horizon_Brave
Operating System: Linux-Nettrix
Registered: 2015-10-18
Posts: 1,473

Re: [SOLVED] Can't install this OS into my laptop.

Also providing the output of

fdisk -l  

may help as well.


"I have not failed, I have found 10,000 ways that will not work" -Edison

Offline

#6 2016-06-09 09:26:08

righN
Member
Registered: 2016-06-08
Posts: 41

Re: [SOLVED] Can't install this OS into my laptop.

Horizon_Brave wrote:

Hmm alright, well first make sure that you're bios can boot from a USB.   Also as I learned, when doing the cp/dd command method to write the image to the drive, make sure you specify the whole drive, not one particular partition on the drive.

Yes, my BIOS can boot from a USB. I installed other operating system using my USB stick. I use this command cp .iso file /dev/sdb1 (this is were my USB is mounted).

Offline

#7 2016-06-09 09:28:14

righN
Member
Registered: 2016-06-08
Posts: 41

Re: [SOLVED] Can't install this OS into my laptop.

Head_on_a_Stick wrote:
righN wrote:

So I tried cp, dd commands method

Please post the exact commands that you used.

Perhaps your USB stick is broken.

I dont think so that my USB stick is broken. Because after bunsenlabs installation I installed Linux Mint.

cp .iso file /dev/sdb1

dd if=<file> of=<device> bs=4M; sync

Offline

#8 2016-06-09 09:35:02

righN
Member
Registered: 2016-06-08
Posts: 41

Re: [SOLVED] Can't install this OS into my laptop.

Horizon_Brave wrote:

Also providing the output of

fdisk -l  

may help as well.

It does show anything. Maybe because I already formated my USB stick?

Offline

#9 2016-06-09 09:36:18

xaos52
The Good Doctor
From: Planet of the @pes
Registered: 2015-09-30
Posts: 695

Re: [SOLVED] Can't install this OS into my laptop.

cp .iso file /dev/sdb1

This is wrong for Bunsenlabs.
Replace sdb1 with sdb, i.e. cp to the device, not to the first partition on the device.

Offline

#10 2016-06-09 09:49:54

righN
Member
Registered: 2016-06-08
Posts: 41

Re: [SOLVED] Can't install this OS into my laptop.

xaos52 wrote:

cp .iso file /dev/sdb1

This is wrong for Bunsenlabs.
Replace sdb1 with sdb, i.e. cp to the device, not to the first partition on the device.

OMG, thank you!! It's working now!

Offline

#11 2016-06-09 09:57:58

xaos52
The Good Doctor
From: Planet of the @pes
Registered: 2015-09-30
Posts: 695

Re: [SOLVED] Can't install this OS into my laptop.

^ When  you experience problems, and you ask advice on the  forum, always include
the exact commands that you have used.

I am sure you would have received a correct answer immediately had you included your command in your first post. wink

Mark your thread as solved by editing the title of the first post. Prepend [SOLVED] to it/
Thanks and enjoy   your stay with us.

Offline

#12 2016-06-10 15:04:59

Horizon_Brave
Operating System: Linux-Nettrix
Registered: 2015-10-18
Posts: 1,473

Re: [SOLVED] Can't install this OS into my laptop.

Horizon_Brave wrote:

Hmm alright, well first make sure that you're bios can boot from a USB.   Also as I learned, when doing the cp/dd command method to write the image to the drive, make sure you specify the whole drive, not one particular partition on the drive.

Hey! I suggested that first!  tongue


"I have not failed, I have found 10,000 ways that will not work" -Edison

Offline

Board footer

Powered by FluxBB