You are not logged in.

#1 2010-12-20 11:01:34

thenn42
Member
Registered: 2010-12-20
Posts: 3

[Archiso] /sbin/init does not exist

Hello,
I am trying to make a live cd using Archiso. I downloaded it from git and tried to make the live cd with the help of the wiki and an example from the git repo.
But I can't get the live cd to boot:

ERROR: Root device mounted successfully, but /sbin/init does not exist.
Bailling out, you are on your own, Good luck.

I have no idea where the error might come from.
Here is the Makefile and the files I used:
link

What could it be? Thanks for any help.

Offline

#2 2011-01-24 23:18:31

Neo_The_User
Member
From: The Matrix
Registered: 2009-03-30
Posts: 96
Website

Re: [Archiso] /sbin/init does not exist

Same here.

Here are ALL my instructions...

http://code.google.com/p/neo-technical/ … ashromlive

Makefile: http://neo-technical.googlecode.com/svn … d/Makefile

edit: Same result with IDE CD-ROM, QEMU 0.13.0, and from USB stick.

AMD 785 Chipset (GIGABYTE/GA-MA785GM-US2H) the rest of my PC specs are in my sig.

edit 2: One last thing, in the ramfs prompt, i typed in "ls /sbin' and init wasnt in there. I ran pacman -Ql | grep sbin/init and added sysvinit to packages.list and STILL same problem..... Help us please!

Last edited by Neo_The_User (2011-01-24 23:35:28)


AMD Phenom II X4 955 with Optimized Kernel
5 GB DDR2 RAM
320 GB SATA Hard Drive + 160 GB SATA Hard Drive
ATi RadeonHD 5830 GIGABYTE

Offline

#3 2011-02-01 20:32:15

Neo_The_User
Member
From: The Matrix
Registered: 2009-03-30
Posts: 96
Website

Re: [Archiso] /sbin/init does not exist

Guys this is still broken. If this isn't going to be fixed due to laziness and lack of effort, I'll be happy making my own stupid fork that actually works and host it on my google code page, since the developers obviously don't care. I don't dig into the source of archiso a lot so I can't pinpoint exactly what is wrong, but please fix this, and save somebody else the time..


AMD Phenom II X4 955 with Optimized Kernel
5 GB DDR2 RAM
320 GB SATA Hard Drive + 160 GB SATA Hard Drive
ATi RadeonHD 5830 GIGABYTE

Offline

#4 2011-02-01 21:14:09

ying
Member
From: Austria
Registered: 2010-03-02
Posts: 110

Re: [Archiso] /sbin/init does not exist

Hmm. I just finished my livecd with archiso. No problems here. But I had once the same error, when I used the lzma compression. Use gzip.

Offline

#5 2011-02-02 01:35:24

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

Re: [Archiso] /sbin/init does not exist

Neo_The_User wrote:

Guys this is still broken. If this isn't going to be fixed due to laziness and lack of effort, I'll be happy making my own stupid fork that actually works and host it on my google code page, since the developers obviously don't care. I don't dig into the source of archiso a lot so I can't pinpoint exactly what is wrong, but please fix this, and save somebody else the time..

Hello,

1) Official syslinux-iso profile works as expected.
2) Wiki page is out-dated. See my comments about "baseline profile" [#1] in Talk. (there is a warning about this before Makefile).

Quoting your Makefile:

# INSTALL_DIR -> max 8 chars.
INSTALL_DIR=flashrom-install

"flashrom-install" 16 chars

COMPRESS=lzma

Only gzip and lzo is supported at this moment.
squashfs xz needs 2.6.38 (unreleased) lzma (unknow)

mkinitcpio -c ./mkinitcpio.conf -b $(WORKDIR)/root-image -k `uname -r` -g $@

`uname -r` Not a good idea if you are running different kernel name that on destination.

Apart of these things, there are more issues in your Makefile that will not work with current archiso.git. (See "baseline profile" [#1] for reference, or official syslinux-iso profile).

[#1] https://wiki.archlinux.org/index.php/Ta … 1218.5D.29

Last edited by djgera (2011-02-02 03:58:43)

Offline

#6 2011-02-03 19:09:02

Neo_The_User
Member
From: The Matrix
Registered: 2009-03-30
Posts: 96
Website

Re: [Archiso] /sbin/init does not exist

Ah! There we go! Changed compression from LZMA to GZIP or LZO, works fine. Ahhh much much better! Yes!!!


AMD Phenom II X4 955 with Optimized Kernel
5 GB DDR2 RAM
320 GB SATA Hard Drive + 160 GB SATA Hard Drive
ATi RadeonHD 5830 GIGABYTE

Offline

#7 2011-02-03 22:59:15

tomk
Forum Fellow
From: Ireland
Registered: 2004-07-21
Posts: 9,839

Re: [Archiso] /sbin/init does not exist

Neo_The_User - a warning. Your tone and attitude towards the Arch developer team, as expressed in post #3 above, is completely unacceptable in this forum. You will be permanently banned if you exhibit this kind of behaviour again.

Offline

Board footer

Powered by FluxBB