Sponsored Content
Operating Systems Linux Debian Need a Debian 8 jessie archive, or a solution to create from cdrom. Post 303038105 by Linusolaradm1 on Sunday 25th of August 2019 10:31:07 AM
Old 08-25-2019
Need a Debian 8 jessie archive, or a solution to create from cdrom.

I need a debian 8 jessie mipsel for create packages for my vuduo(the system is identical to a Debian 8 mipsel environment).
I have some problems.
I usually use Slackware14.2+crosscompile.
For some packages (tcpdump,rsync) works without problem, for other(extundelete for example) not
So I decide to install debian 8 jessie(debian 9 install fine, debian 10 too..but the environment is too new for the vuduo system,so if I create package I will get missing libraries,etc).
Now the problem..qemu-system-mipsel cannot boot without a kernel and a initrd(at last as I know), and cannot boot directly from cdrom.
The only image avaliable for boot is this
Code:
vmlinux-3.16.0-4-4kc-malta

With is initrd, is easy to find on the net.
Now the problem begin.
The installation start with this script


Code:
qemu-system-mipsel -M malta \
  -m 512 -drive file=disco-mipsel.qcow2,if=ide \
  -kernel vmlinux-3.16.0-4-4kc-malta \
  -initrd initrd.gz \
  -append "console=ttyS0 root=/dev/sda1 nokaslr" \
  -nographic \
  -boot d \
  -cdrom debian-8.10.0-mipsel-CD-1.iso \
  -netdev bridge,br=virbr1,id=network0 -device pcnet,netdev=network0

But instead of booting from cdrom..boot from kernel(as I said cannot boot directly from cdrom)
and after correct recognize network and configure ipv4 and ipv6 fail because this distro is old
and debian has remove support mipsel for this distro as you can said


http://freedom.dicea.unifi.it/debian...y-mips/Release


This is an example..but on the net all files "Release" support arm64,x86_64,mips..but not mipsel.


So I try to create a mirror on my pc(I have copied pool and dist from cdrom) but...Release.gpg is missing!
So is impossible to continue(gpg error and installer fail).
Which solution to this problem?

--- Post updated at 10:27 AM ---

Solution found here.
Debian provide a good "mirror" for old distros called archive.debian.org
So the solution is to use archive.debian.org as mirror

--- Post updated at 10:31 AM ---
 

9 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Create Year directory, date subdirectory and archive the file

Hi, After checking all the UNIX threads, I am able to come up with a solution so far. I am working on a shell script where it moves the files to a certain directory. The conditions to check are 1) Check if the file exists in the current directory. 2) Check if the destination directory... (2 Replies)
Discussion started by: madhunk
2 Replies

2. UNIX for Dummies Questions & Answers

create a archive of old file

i need a script which will create a archive of the files older than 10 days........ (2 Replies)
Discussion started by: jayaramanit
2 Replies

3. UNIX for Dummies Questions & Answers

create tar archive without preserving directory structure?

I am adding some individual files to a tar archive and would like them to be added to the archive without any directory hierarchy, even though the files themselves exist in levels of hierarchy. Unfortunately, tar seems to always preserve the directory hierarchy when it adds the files. Here is... (2 Replies)
Discussion started by: Special_K
2 Replies

4. Shell Programming and Scripting

script assistance needed - create an archive of INI files

First and foremost - me != unix bubba. Here is the situation. We have a box with data AND settings in the same directory path. (Data files aren't in the SAME directories as settings.) I need a script that generates a tarred-up archive of only the INI files with the directory structure. We... (2 Replies)
Discussion started by: hindesite
2 Replies

5. Shell Programming and Scripting

cowardly refusing to create an empty archive

Hi, I am trying to write an Archive script that should look for files older than x days, zip them and move the zip to the archive directory and delete the files that have been zipped. I am not sure how i can handle this error: "cowardly refusing to create an empty archieve". Just wanted to know... (9 Replies)
Discussion started by: stunnerz_84
9 Replies

6. Shell Programming and Scripting

Create archive and nil the content of log file using script

Plese help I need a urgent requirement. Ex: test.log requirement : using shell script I need to archive the log file and nil and the content of (test.log) file to 0 kb and then in the archive folder log files are name to test.tar test1.tar test2.tar EX: /home/abc/ test.log ... (1 Reply)
Discussion started by: johney1981
1 Replies

7. Debian

Problem with Wifi driver on Debian Jessie

Hi, I am Konrad , I am a new user of this forum. I am from Poland, so my English isn't good enough. So please be forgiving for me. I read about Bits club or something like that, So I don't know, that I am allowed to write here. But nevertheless I have faced with small problem with wifi driver on... (4 Replies)
Discussion started by: kondziorek
4 Replies

8. UNIX for Dummies Questions & Answers

How to create a UNIX ufs cdrom image?

Hello, I've got an Ultrix 4.2 ISO file (gxemul doesn't recognize it when I type gxemul -X -e 3max -d rootdisk.img -d Ultrix4_2.iso) So I read some other posts which show that this can be done via a UFS CDROM image. But I don't know how to create one. Anyway, I think the ISO file could be in... (0 Replies)
Discussion started by: lucky7456969
0 Replies

9. Debian

Debian 8 (Jessie): Where are the sound settings?

Dear experts, right now I'm watching a Youtube movie and the sound is on and at maximum in the browser. On my Thinkpad T60 I have also pressed the volume up hardware button as often as possible. Now I'm curious if there are some advanced sound settings, so I can check if the sound level is... (2 Replies)
Discussion started by: junior-helper
2 Replies
GRUB-MKIMAGE(1) 					      General Commands Manual						   GRUB-MKIMAGE(1)

NAME
grub-mkimage -- Make a bootable GRUB image. SYNOPSIS
grub-mkimage [-c | --config=FILE] [-C | --compression=(xz,none,auto)] [-d | --directory=DIR] [-k | --pubkey=FILE] [-m | --memdisk=FILE] [-n | --note] [-o | --output=FILE] [-O | --format=FORMAT] [-p | --prefix=DIR] [-v | --verbose] MODULES DESCRIPTION
grub-mkimage builds a bootable image of GRUB. OPTIONS
--config=FILE Embed FILE as the image's initial configuration file. --compression=(xz,none,auto) Use one of xz, none, or auto as the compression method for the core image. --directory=DIR Use images and modules from DIR. The default value is /usr/lib/grub/<platform>. --pubkey=FILE Embed the public key FILE for signature checking. --memdisk=FILE Embed the memdisk image FILE. If no -p option is also specified, this implies -p (memdisk)/boot/grub. --note Add a CHRP NOTE section. This option is only valid on IEEE1275 platforms. --output=FILE Write the generated file to FILE. The default is to write to standard output. --format=FORMAT Generate an image in the specified FORMAT. Valid values are: i386-coreboot, i386-multiboot, i386-pc, i386-pc-pxe, i386-efi, i386-ieee1275, i386-qemu, x86_64-efi, mipsel-yeeloong-flash, mipsel-fuloong2f-flash, mipself-loongson-elf, powerpc-ieee1275, sparc64-ieee1275-raw, sparc64-ieee1275-cdcore, sparc64-ieee1275-aout, ia64-efi, mips-arc, mipsel-arc, mipsel-qemu_mips-elf, mips-qemu_mips-flash, mipsel-qemu_mips-flash, mips- qemu_mips-elf --prefix=DIR Set prefix directory. The default value is /boot/grub. --verbose Print verbose messages. MODULES Include MODULES. SEE ALSO
info grub Wed Feb 26 2014 GRUB-MKIMAGE(1)
All times are GMT -4. The time now is 02:40 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy