You are not logged in.

#26 2010-02-22 02:00:15

sHyLoCk
Member
From: /dev/null
Registered: 2009-06-19
Posts: 1,197

Re: [SOLVED] ArchISO Doesn't boot

Still doesn't work here. Maybe a hook issue?
@wantilles, can you share your mkinitcpio.conf?
tM21wOQ

And this is with commit 22f91073.
I have:

HOOKS="base archiso-early udev archiso pata scsi sata usb fw filesystems usbinput"

~ Regards,
sHy
ArchBang: Yet another Distro for Allan to break.
Blog | GIT | Forum (。◕‿◕。)

Offline

#27 2010-02-22 02:09:52

djgera
Developer
From: Buenos Aires - Argentina
Registered: 2008-12-24
Posts: 723
Website

Re: [SOLVED] ArchISO Doesn't boot

what are the exact steps that you are doing? how look your isomounts?

Offline

#28 2010-02-22 02:15:04

sHyLoCk
Member
From: /dev/null
Registered: 2009-06-19
Posts: 1,197

Re: [SOLVED] ArchISO Doesn't boot

Hi djgera, I've emailed you our ArchBang configs. So that you can have a better look. smile
Thanks for your help!


~ Regards,
sHy
ArchBang: Yet another Distro for Allan to break.
Blog | GIT | Forum (。◕‿◕。)

Offline

#29 2010-02-22 02:51:52

djgera
Developer
From: Buenos Aires - Argentina
Registered: 2008-12-24
Posts: 723
Website

Re: [SOLVED] ArchISO Doesn't boot

ok, no problem. I will look now...

Offline

#30 2010-02-22 03:00:05

djgera
Developer
From: Buenos Aires - Argentina
Registered: 2008-12-24
Posts: 723
Website

Re: [SOLVED] ArchISO Doesn't boot

hehe tongue is a missing "enter" at end of file isomounts. Add it and rebuild the iso that all wink

Offline

#31 2010-02-22 05:19:14

sHyLoCk
Member
From: /dev/null
Registered: 2009-06-19
Posts: 1,197

Re: [SOLVED] ArchISO Doesn't boot

djgera wrote:

hehe tongue is a missing "enter" at end of file isomounts. Add it and rebuild the iso that all wink

oops. Thanks

Svenstaro wrote:

Guys help me keep the wiki article up to date when you find that stuff changes and you know how to update it so it works. smile

I will update the wiki in a way so that it works for someone reading it. Instead of providing the most updated changes [which obviously didn't work, like archiso_early hook won't work with commit 22f91073, however the present archiso-git doesn't work!] So I'll put a warning and update it, also I'll add the "enter" info about isomounts. That could have saved me a few days of rebuilds.Lol tongue


~ Regards,
sHy
ArchBang: Yet another Distro for Allan to break.
Blog | GIT | Forum (。◕‿◕。)

Offline

#32 2010-02-22 14:36:45

djgera
Developer
From: Buenos Aires - Argentina
Registered: 2008-12-24
Posts: 723
Website

Re: [SOLVED] ArchISO Doesn't boot

note that archiso.git works, but require mkinitcpio 0.6.3 (now in [testing]) because I made modifications to make it compatible with mount hooks.

Offline

#33 2010-02-22 15:53:09

sHyLoCk
Member
From: /dev/null
Registered: 2009-06-19
Posts: 1,197

Re: [SOLVED] ArchISO Doesn't boot

Ok so I'll add that info as well in the wiki. Thanks djgera! smile


~ Regards,
sHy
ArchBang: Yet another Distro for Allan to break.
Blog | GIT | Forum (。◕‿◕。)

Offline

#34 2010-02-22 18:15:18

djgera
Developer
From: Buenos Aires - Argentina
Registered: 2008-12-24
Posts: 723
Website

Re: [SOLVED] ArchISO Doesn't boot

You are welcome.

and now is on [core] tongue

Offline

#35 2010-02-22 19:49:55

Svenstaro
Administrator
From: Germany
Registered: 2008-11-19
Posts: 388

Re: [SOLVED] ArchISO Doesn't boot

I'm reverting the wiki changes concerning a certain archiso-git revision due to the new mkinitcpio.

Offline

#36 2010-03-01 19:57:24

el_cammello
Member
From: Italy
Registered: 2009-03-20
Posts: 70
Website

Re: [SOLVED] ArchISO Doesn't boot

git version from aur works now? iso is able to boot?


Sorry for my bad english :-)

Offline

#37 2010-03-01 20:27:44

Svenstaro
Administrator
From: Germany
Registered: 2008-11-19
Posts: 388

Re: [SOLVED] ArchISO Doesn't boot

Yes. It should be good to go without any further modifications on an updated Arch system.

Offline

#38 2010-03-02 02:52:57

sHyLoCk
Member
From: /dev/null
Registered: 2009-06-19
Posts: 1,197

Re: [SOLVED] ArchISO Doesn't boot

el_cammello wrote:

git version from aur works now? iso is able to boot?

Also take a look at the wiki since a few things have been updated.


~ Regards,
sHy
ArchBang: Yet another Distro for Allan to break.
Blog | GIT | Forum (。◕‿◕。)

Offline

#39 2010-03-02 07:52:25

el_cammello
Member
From: Italy
Registered: 2009-03-20
Posts: 70
Website

Re: [SOLVED] ArchISO Doesn't boot

@Svenstaro,sHyLoCk: thanks for the reply, I followed the wiki, my system is upgraded, but archiso doesn't create a bootable iso (stop at initramfs), this's the output:

sudo make all
mkarchiso -p "syslinux gawk aufs2 aufs2-util base bash coreutils cpio dhcpcd dnsutils bash-completion file fuse kernel26 vi nano .....(other packages)" create "work"
mkarchiso : Configuration Settings
        working directory:   work
               image name:   none
====> Creating working directory: work
====> Installing packages to 'work/root-image/'
perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
    LANGUAGE = (unset),
    LC_ALL = (unset),
    LC_COLLATE = "C",
    LANG = "en_US.UTF-8"
    are supported and installed on your system.
perl: warning: Falling back to the standard locale ("C").
/tmp/alpm_2ZJF9E/.INSTALL: line 5: [: too many arguments
Cleaning up what we can
cp -r "work"/root-image/boot "work"/iso/
cp -r boot-files/* "work"/iso/boot/
mkdir -p "work"/iso/boot
mkinitcpio -c ./mkinitcpio.conf -b "work"/root-image -k 2.6.32-ARCH -g "work"/iso/boot/kernel26.img
:: Begin build
:: Parsing hook [base]
:: Parsing hook [archiso_early]
:: Parsing hook [udev]
:: Parsing hook [archiso]
:: Parsing hook [pata]
:: Parsing hook [scsi]
:: Parsing hook [sata]
:: Parsing hook [usb]
:: Parsing hook [fw]
:: Parsing hook [filesystems]
:: Parsing hook [usbinput]
:: Generating module dependencies
:: Generating image 'work/iso/boot/kernel26.img'...SUCCESS
mkdir -p "work"/overlay/etc/pacman.d
cp -r overlay "work"/
# ----
# (already in overlay!!)
# wget -O "work"/overlay/etc/pacman.d/mirrorlist http://www.archlinux.org/mirrorlist/i686/all/
# sed -i "s/#Server/Server/g" "work"/overlay/etc/pacman.d/mirrorlist
# ----
sed "s|@ARCH@|i686|g" isomounts > "work"/isomounts
mkdir -p work/iso/boot/isolinux
cp work/root-image/usr/lib/syslinux/*.c32 work/iso/boot/isolinux/
cp work/root-image/usr/lib/syslinux/isolinux.bin work/iso/boot/isolinux/
mkarchiso -p syslinux iso "work" ""/media/banca_dati/Live_cd/ArchOne"/ArchOne-dev-i686".iso
mkarchiso : Configuration Settings
        working directory:   work
               image name:   /media/banca_dati/Live_cd/ArchOne/ArchOne-dev-i686.iso
====> Generating SquashFS image for 'work/overlay'
Creating SquashFS image. This may take some time...
Image creation done in 0.22 minutes.
====> Generating SquashFS image for 'work/root-image'
Creating SquashFS image. This may take some time...
Image creation done in 8.47 minutes.
====> Making bootable image
Creating ISO image...

but if it works for you, surely I forgot to update something in my configurations!! (the last time I had created a working ISO was a month ago)


Sorry for my bad english :-)

Offline

#40 2010-03-02 15:42:38

Svenstaro
Administrator
From: Germany
Registered: 2008-11-19
Posts: 388

Re: [SOLVED] ArchISO Doesn't boot

Can you run it again verbose and see the actual package that causes the problem?

Offline

#41 2010-03-02 17:21:32

sHyLoCk
Member
From: /dev/null
Registered: 2009-06-19
Posts: 1,197

Re: [SOLVED] ArchISO Doesn't boot

Also open a new thread for your query as this is marked as [SOLVED] and many will just ignore it.


~ Regards,
sHy
ArchBang: Yet another Distro for Allan to break.
Blog | GIT | Forum (。◕‿◕。)

Offline

#42 2010-06-21 15:55:43

Alexvader
Member
Registered: 2009-09-04
Posts: 28

Re: [SOLVED] ArchISO Doesn't boot

Hi

Having problems with ArchIso from AUR also... 

http://bbs.archlinux.org/viewtopic.php?id=99373

BRGDS

Alex

Offline

Board footer

Powered by FluxBB