You are not logged in.

#1 2014-04-23 17:44:51

dlbarron28
Member
Registered: 2014-04-23
Posts: 19

SOLVED: Can only boot with the CD inserted

I just finished the install on my laptop.  Everything seemed to go as expected, no errors that I saw.  So I rebooted and I get an error I really did not expect
"Non-System disk or disk error
replace and strike any key when ready"

Oh fudge, says I (or words to that affect) and I insert the cd and hit any key.

The cd spins up and I get to the Arch Linux boot menu.  I had not seen the "Boot existing OS" choice before so I try it.  And then I get the boot boot menu I was expecting (the simple blue and white one that syslinux created during the install.  It boots the way I expect it too and now I'm at a command prompt.

This is really odd.  Did I miss a step somewhere? 
I'm not familiar with cgdisk, was there something I was supposed to do to make the partition bootable?

for /dev/sda I have
       1007.0 KiB free space
1      465.8 GiB Linux filesystem Linux filesystem

That seems right to me, but I'm clearly not an expert.

Thanks in advance.

Last edited by dlbarron28 (2014-04-24 11:06:43)

Offline

#2 2014-04-23 17:49:07

Trilby
Inspector Parrot
Registered: 2011-11-29
Posts: 29,765
Website

Re: SOLVED: Can only boot with the CD inserted

What's the free space?  Is this UEFI or BIOS booting?  If BIOS (or whatever the proper name for non-UEFI is) then the partition does need to be marked as bootable - if it isn't, that would lead to the symptoms you describe.


"UNIX is simple and coherent" - Dennis Ritchie; "GNU's Not Unix" - Richard Stallman

Offline

#3 2014-04-23 17:49:12

GloW_on_dub
Member
Registered: 2013-03-13
Posts: 388

Re: SOLVED: Can only boot with the CD inserted

It could be a incorrect boot order in bios settings. Did you check that your primary hdd is the first in boot order ?

Offline

#4 2014-04-23 17:52:40

dlbarron28
Member
Registered: 2014-04-23
Posts: 19

Re: SOLVED: Can only boot with the CD inserted

Trilby wrote:

What's the free space?  Is this UEFI or BIOS booting?  If BIOS (or whatever the proper name for non-UEFI is) then the partition does need to be marked as bootable - if it isn't, that would lead to the symptoms you describe.

It is BIOS.  There is 435Gig free on the disk

Last edited by dlbarron28 (2014-04-23 17:53:16)

Offline

#5 2014-04-23 17:53:56

dlbarron28
Member
Registered: 2014-04-23
Posts: 19

Re: SOLVED: Can only boot with the CD inserted

GloW_on_dub wrote:

It could be a incorrect boot order in bios settings. Did you check that your primary hdd is the first in boot order ?


I assume it is first, Windows was on this machine before and it booted without a problem.

Offline

#6 2014-04-23 18:10:11

Trilby
Inspector Parrot
Registered: 2011-11-29
Posts: 29,765
Website

Re: SOLVED: Can only boot with the CD inserted

For the free space, I was asking about the 1007KB free space (unpartitioned) listed in your output.  But much more important is the boot flag - I suspect that is the issue.

Last edited by Trilby (2014-04-23 18:10:54)


"UNIX is simple and coherent" - Dennis Ritchie; "GNU's Not Unix" - Richard Stallman

Offline

#7 2014-04-23 18:19:34

dlbarron28
Member
Registered: 2014-04-23
Posts: 19

Re: SOLVED: Can only boot with the CD inserted

Trilby wrote:

For the free space, I was asking about the 1007KB free space (unpartitioned) listed in your output.  But much more important is the boot flag - I suspect that is the issue.

How do I set the boot flag?

Offline

#8 2014-04-23 18:22:54

Trilby
Inspector Parrot
Registered: 2011-11-29
Posts: 29,765
Website

Re: SOLVED: Can only boot with the CD inserted

There are various ways.  Paritioning tools often can, but if you followed the Beginner's guide, the steps in setting up the boot loader would have included this.  This then depends on which bootloader you chose.

You indicated that you installed syslinux - so generally the `syslinux-install_update -i -a -m` command would take care of this (that's the job of the -a flag).


"UNIX is simple and coherent" - Dennis Ritchie; "GNU's Not Unix" - Richard Stallman

Offline

#9 2014-04-23 18:27:49

dlbarron28
Member
Registered: 2014-04-23
Posts: 19

Re: SOLVED: Can only boot with the CD inserted

Trilby wrote:

There are various ways.  Paritioning tools often can, but if you followed the Beginner's guide, the steps in setting up the boot loader would have included this.  This then depends on which bootloader you chose.

You indicated that you installed syslinux - so generally the `syslinux-install_update -i -a -m` command would take care of this (that's the job of the -a flag).

I did follow the beginners guide and I did that step.  Should I do it again?  Will it cause a problem if I run it a second time?

Offline

#10 2014-04-23 19:43:07

dlbarron28
Member
Registered: 2014-04-23
Posts: 19

Re: SOLVED: Can only boot with the CD inserted

dlbarron28 wrote:
Trilby wrote:

There are various ways.  Paritioning tools often can, but if you followed the Beginner's guide, the steps in setting up the boot loader would have included this.  This then depends on which bootloader you chose.

You indicated that you installed syslinux - so generally the `syslinux-install_update -i -a -m` command would take care of this (that's the job of the -a flag).

I did follow the beginners guide and I did that step.  Should I do it again?  Will it cause a problem if I run it a second time?

I tried the command again I am still getting the same issue.

Offline

#11 2014-04-24 00:20:02

dlbarron28
Member
Registered: 2014-04-23
Posts: 19

Re: SOLVED: Can only boot with the CD inserted

Well, life keeps getting stranger.  I went through the install again, I used fdisk to create the partition and made it bootable, ran through all of the steps again only this time I chose Grub for the bootloader.  Installed perfectly, booted correctly. 
Looks like it's working fine now, I just need to figure out how to issue the "rfkill unblock all" command automatically now.

Offline

#12 2014-04-24 05:46:22

GloW_on_dub
Member
Registered: 2013-03-13
Posts: 388

Re: SOLVED: Can only boot with the CD inserted

This is another issue, wich have been discussed a lot

If i understand correctly, you problem is gone.
You should mark this thread as solved.

Offline

#13 2014-04-24 11:05:04

dlbarron28
Member
Registered: 2014-04-23
Posts: 19

Re: SOLVED: Can only boot with the CD inserted

GloW_on_dub wrote:

This is another issue, wich have been discussed a lot

If i understand correctly, you problem is gone.
You should mark this thread as solved.

I am trying to but the process isn't apparent.  Can someone explain how it's done?

Offline

#14 2014-04-24 11:39:10

GloW_on_dub
Member
Registered: 2013-03-13
Posts: 388

Re: SOLVED: Can only boot with the CD inserted

by editing your first post.

Offline

Board footer

Powered by FluxBB