LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - General
User Name
Password
Linux - General This Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place.

Notices


Reply
  Search this Thread
Old 03-09-2017, 11:27 AM   #46
Turbocapitalist
LQ Guru
 
Registered: Apr 2005
Distribution: Linux Mint, Devuan, OpenBSD
Posts: 7,307
Blog Entries: 3

Rep: Reputation: 3721Reputation: 3721Reputation: 3721Reputation: 3721Reputation: 3721Reputation: 3721Reputation: 3721Reputation: 3721Reputation: 3721Reputation: 3721Reputation: 3721

Quote:
Originally Posted by gbcbooks View Post
i refer to install from ISO, but how? my mind iS stick
Make sure that when you complete a step successfully, add it to your written notes.

To get packages onto the CD you'll need to add your packages to the right directory and then build your repository:

https://gist.github.com/AdrianArroyo...f8b01fcf34221a
https://help.ubuntu.com/community/In...apt-ftparchive

(Please IGNORE the parts about preseed and all other items in that second link. Just use the apt-ftparchive notes.)
 
Old 03-09-2017, 08:13 PM   #47
gbcbooks
Member
 
Registered: Aug 2014
Posts: 199

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by Turbocapitalist View Post
Make sure that when you complete a step successfully, add it to your written notes.

To get packages onto the CD you'll need to add your packages to the right directory and then build your repository:

https://gist.github.com/AdrianArroyo...f8b01fcf34221a
https://help.ubuntu.com/community/In...apt-ftparchive

(Please IGNORE the parts about preseed and all other items in that second link. Just use the apt-ftparchive notes.)
i m a little confuse ,
Code:
%post
apt-get -y install traceroute
will this get from the ISO-9660 when i rebuild the repository ?
 
Old 03-10-2017, 12:20 AM   #48
Turbocapitalist
LQ Guru
 
Registered: Apr 2005
Distribution: Linux Mint, Devuan, OpenBSD
Posts: 7,307
Blog Entries: 3

Rep: Reputation: 3721Reputation: 3721Reputation: 3721Reputation: 3721Reputation: 3721Reputation: 3721Reputation: 3721Reputation: 3721Reputation: 3721Reputation: 3721Reputation: 3721
Yes, if the image is one of the repository sources.

You have a successful base installation.

Have you been able to successfully add a package to the ISO-9660 image?
 
Old 03-10-2017, 12:47 AM   #49
gbcbooks
Member
 
Registered: Aug 2014
Posts: 199

Original Poster
Rep: Reputation: Disabled
i m still try
following the guide :
https://help.ubuntu.com/community/In...apt-ftparchive

but i am having trouble with step ubuntu-keyring.
everytime i replace re-generated ubuntu-keyring*deb file of path pool/main/u/ubuntu-keyring/ , the installer prompt an error said , CD-com media can not be read.

so i skip that step , and create repository directly.
now , it stuck on installing a kernel ,
like this
Click image for larger version

Name:	51.PNG
Views:	13
Size:	17.3 KB
ID:	24453

i following the article to create apt-ftparchive-deb.conf apt-ftparchive-udeb.conf apt-ftparchive-extras.conf and release.conf
all about these file's content are i386, i am not sure i should replace key i386 as amd64
 
Old 03-10-2017, 01:17 AM   #50
Turbocapitalist
LQ Guru
 
Registered: Apr 2005
Distribution: Linux Mint, Devuan, OpenBSD
Posts: 7,307
Blog Entries: 3

Rep: Reputation: 3721Reputation: 3721Reputation: 3721Reputation: 3721Reputation: 3721Reputation: 3721Reputation: 3721Reputation: 3721Reputation: 3721Reputation: 3721Reputation: 3721
You are probably running amd64 not i386. Just to be sure, what is the output of the following?

Code:
uname -s -r -v -p -o
 
Old 03-10-2017, 01:29 AM   #51
gbcbooks
Member
 
Registered: Aug 2014
Posts: 199

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by Turbocapitalist View Post
You are probably running amd64 not i386. Just to be sure, what is the output of the following?

Code:
uname -s -r -v -p -o
yes, i am running 64
 
Old 03-10-2017, 01:41 AM   #52
gbcbooks
Member
 
Registered: Aug 2014
Posts: 199

Original Poster
Rep: Reputation: Disabled
Click image for larger version

Name:	52.PNG
Views:	8
Size:	18.4 KB
ID:	24454
i think i was not create repository successful , but i dont know which part i was wrong
 
Old 03-10-2017, 01:54 AM   #53
Turbocapitalist
LQ Guru
 
Registered: Apr 2005
Distribution: Linux Mint, Devuan, OpenBSD
Posts: 7,307
Blog Entries: 3

Rep: Reputation: 3721Reputation: 3721Reputation: 3721Reputation: 3721Reputation: 3721Reputation: 3721Reputation: 3721Reputation: 3721Reputation: 3721Reputation: 3721Reputation: 3721
Which logs are created during the installation attempt and what do they say?
 
Old 03-10-2017, 02:40 AM   #54
gbcbooks
Member
 
Registered: Aug 2014
Posts: 199

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by Turbocapitalist View Post
Which logs are created during the installation attempt and what do they say?
i follow this
https://bugs.launchpad.net/ubuntu/+s...131/comments/8

to solved this base-passwd installation

but base-files depends on awk , and i am fixing this issue too ,

the installation log file path is /var/log/syslog, i check that and it did said that .
 
Old 03-10-2017, 04:09 AM   #55
gbcbooks
Member
 
Registered: Aug 2014
Posts: 199

Original Poster
Rep: Reputation: Disabled
Click image for larger version

Name:	53.PNG
Views:	17
Size:	34.1 KB
ID:	24455

any suggestion ?
 
Old 03-10-2017, 10:03 AM   #56
gbcbooks
Member
 
Registered: Aug 2014
Posts: 199

Original Poster
Rep: Reputation: Disabled
for the base-files issue, base-passwd has to.install first

for the kernel issue, you have to update dists/precise/main/Release.gpg with your custom gpg key, or base-installer will not find the kernel.
 
Old 03-10-2017, 10:08 AM   #57
gbcbooks
Member
 
Registered: Aug 2014
Posts: 199

Original Poster
Rep: Reputation: Disabled
now i.have a now problem.
the iso can install sucessful without internet connection.

but with connection to the internet, step GRUB installation will failed.

i review syslog, installer will update apt source list before install GRUB installer, is there a way to skip the updating?
 
Old 03-13-2017, 06:30 AM   #58
gbcbooks
Member
 
Registered: Aug 2014
Posts: 199

Original Poster
Rep: Reputation: Disabled
do you know any how to create a i386 repository in amd64 iso ?
 
Old 03-13-2017, 06:33 AM   #59
Turbocapitalist
LQ Guru
 
Registered: Apr 2005
Distribution: Linux Mint, Devuan, OpenBSD
Posts: 7,307
Blog Entries: 3

Rep: Reputation: 3721Reputation: 3721Reputation: 3721Reputation: 3721Reputation: 3721Reputation: 3721Reputation: 3721Reputation: 3721Reputation: 3721Reputation: 3721Reputation: 3721
No. I've build i386 on i386 and amd64 on amd64. But if you ask that specific question in a new thread, you will get fresh input on that part of the task.
 
Old 03-14-2017, 10:51 AM   #60
gbcbooks
Member
 
Registered: Aug 2014
Posts: 199

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by Turbocapitalist View Post
No. I've build i386 on i386 and amd64 on amd64. But if you ask that specific question in a new thread, you will get fresh input on that part of the task.
i seperated all i386 and amd64 packages into different directly and re-create repository.

there is one more thing , you need to explicit i386 and amd64 folder in apt-ftparchive-extras.conf, like
Code:
BinDirectory "pool/extras/i386" {
  Packages "dists/hardy/extras/binary-i386/Packages";
};
BinDirectory "pool/extras/amd64" {
  Packages "dists/hardy/extras/binary-amd64/Packages";
};
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
slackware nfs install finishes too quickly dohpaz Slackware 3 02-11-2007 02:12 AM
Hey, can someone quickly tell me how to... redskins36 Linux - Wireless Networking 4 09-14-2006 12:24 PM
Resizing images quickly? BaltikaTroika Linux - Software 12 10-23-2004 05:41 PM
Install Packages Quickly naveentpr Linux - Software 1 01-13-2004 08:27 AM
2.4.15 quickly comes out! taz.devil Linux - General 20 11-27-2001 04:12 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - General

All times are GMT -5. The time now is 06:09 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration