You are not logged in.

#1 2010-04-17 06:56:46

lens
Member
Registered: 2010-04-17
Posts: 20

install attempts all fail using archboot install from USB to CF card

I downloaded

633dd81878f4ab81a80cbf3224762fb6  archlinux-2010.03-1-archboot.iso

dd if=archlinux-2010.03-1-archboot.iso of=/dev/sdc

Booted to the USB drive /dev/sdc

I am installing to 4GB CF card
I chose gpt
swap sdb2
/boot  ext3 sdb3
/  ext4 sdb4

All's well

installed all "base" files

all good

installed grub2
reviewed grub.cfg

all good

reboot

  Booting 'Arch Linux'
error: no such partition
error: you need to load the kernel first

Failed to boot both default and fallback entries.
Press any key to continue....

This is my 2nd attempt, the first time I didn't create a /boot and put all on ext4 /
So does grub2 work with ext3? I saw on wiki that it's ok.
Also I tried grub but it won't work with gpt.

Do I need to not use gpt? and use grub instead of grub2?

Offline

#2 2010-04-17 14:41:55

lilsirecho
Veteran
Registered: 2003-10-24
Posts: 5,000

Re: install attempts all fail using archboot install from USB to CF card

AFAICT:
The dd command is used to install .img files to a flash device.

Therefore, your use of an .iso will not produce a bootable USB device.

You would best download the .img files.

In k3b it is possible to generate an image file which would then provide a dd compatible file.


Prediction...This year will be a very odd year!
Hard work does not kill people but why risk it: Charlie Mccarthy
A man is not complete until he is married..then..he is finished.
When ALL is lost, what can be found? Even bytes get lonely for a little bit!     X-ray confirms Iam spineless!

Offline

#3 2010-04-17 14:48:37

hokasch
Member
Registered: 2007-09-23
Posts: 1,461

Re: install attempts all fail using archboot install from USB to CF card

archboot is not an official release, it can be dd'd as per release notes:

- Can be raw-written to a drive using 'dd' or similar utilities. This method is intended for use with USB thumb drives.

'dd if=<imagefile> of=/dev/<yourdevice> bs=1M'

Release notes also include:

Known Issues and limitations:
- grub cannot detect correct bios boot order:

It may happen that hd(x,x) entries are not correct, thus first reboot may not work.

Reason: grub cannot detect bios boot order.

Fix:

Either change bios boot order or change menu.lst to correct entries after successful boot.

This cannot be fixed it's a restriction in grub!

so try to change the boot entry (press e at grub screen)

p.s.: I don't see why you should need gpt.

Last edited by hokasch (2010-04-17 14:56:07)

Offline

#4 2010-04-19 10:58:52

tpowa
Developer
From: Lauingen , Germany
Registered: 2004-04-05
Posts: 2,328

Re: install attempts all fail using archboot install from USB to CF card

hokasch writes it correct, you probably have now a different bios boot order.
you need to adopt those changes to grub2 config too, not only grub is affected by this.
Side note:
archboot is a hybrid image which can be burned as cd image and also use dd for usb thumb drives.

Offline

Board footer

Powered by FluxBB