LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Debian (https://www.linuxquestions.org/questions/debian-26/)
-   -   Freebsd-8.0-RELEASE-i386-memstisck: MEMSTICK install for DEBIAN TESTING please ! (https://www.linuxquestions.org/questions/debian-26/freebsd-8-0-release-i386-memstisck-memstick-install-for-debian-testing-please-812184/)

frenchn00b 06-04-2010 01:08 PM

Freebsd-8.0-RELEASE-i386-memstisck: MEMSTICK install for DEBIAN TESTING please !
 
Hello,

One cannot install Debian by using a memstick.

Whatever kind of methods Debian proposes are kind of outdated or complicated.

Bsd is better and offer this:

ftp://ftp.freebsd.org/pub/FreeBSD/re...6-memstick.img

Please could some work on that to propose same quality things as BSD.

thanks a lot for the community. Pendrive are today used by many. It is true that Debian is always out-dated but maybe with lot of help of the community, we can make Debian better, even.

the trooper 06-04-2010 01:44 PM

Is the Debian method that hard?:

http://wiki.debian.org/InstallToUsbMemoryStick

Quote:

There is an all-in-one file hd-media/boot.img.gz which contains all the installer files (including the kernel) as well as SYSLINUX and its configuration file. You only have to extract it directly to your USB stick:

1) Unmount the USB stick, if it is mounted.

2) Copy the boot image. Warning: Using this method will destroy anything already on the device. Make sure that you use the correct device name for your USB stick:

# zcat boot.img.gz > /dev/sda

If you get an error about 'permission denied', you can set permissions with:

# chmod 666 /dev/sda

3) Mount the USB memory stick (mount /dev/sda /mnt), which will now have a FAT filesystem on it, and copy a Debian netinst or businesscard ISO image to it (see Section “Adding an ISO image”). Unmount the stick (umount /mnt) and you are done.

craigevil 06-04-2010 03:23 PM

frenchn00b why do you even bother to run Debian? Almost every post you make about Debian is nothing but complaints about how bad it is.

Every one of your complaints could be solved with a simple Google search. And by actually reading the documentation that is available.

If you do not like it use BSD or some other Linux distro.

Debian works and it works very well. If it didn't there wouldn't be dozens and dozens of Debian based distros.

frenchn00b 06-04-2010 03:26 PM

Quote:

Originally Posted by the trooper (Post 3992659)
Is the Debian method that hard?:

http://wiki.debian.org/InstallToUsbMemoryStick

thanks, I agree with you that I bit complain... I like very much debian, actually. Actually I just tried freebsd from the usb pendrive and the installation hangs after usbus0, md0, ugen0.1 uhub0 ad0. I took a picture with my camera, I post it soon.

Debian usb install:
well It doesnt work. It says that the /cdrom is missing. Well. I try again ... ok. Let's give a try if it has been fixed since few months ago... I let you know about it very soon
It has been known as a reported bug (google search).

(maybe some happy gilmore)

frenchn00b 06-04-2010 04:40 PM

yeap ... still debian pendrive buggy.

here are teh results:
Quote:

hanging at Load insaller components from an installer ISO.
installation step failed
Read screen during install. Error due to no /cdrom seen as the ISO is not seen by debian install.

So, Debian not buggy?


I got:
ftp://ftp.debian.org/debian/dists/te...ia/boot.img.gz

and with this one:
http://cdimage.debian.org/debian-cd/...86-netinst.iso


:( :(
hence an image for pendrive for Debian would be great.

jim_p 06-05-2010 01:17 AM

Regarding the above files, you got the boot.img from testing and the netinstall from stable.
Maybe that is a reason for not working.

I know there is no netinstall for testing, but you can try the business card iso.

craigevil 06-05-2010 02:11 AM

Quote:

Originally Posted by jim_p (Post 3993062)
Regarding the above files, you got the boot.img from testing and the netinstall from stable.
Maybe that is a reason for not working.

I know there is no netinstall for testing, but you can try the business card iso.

HUh?
http://www.debian.org/devel/debian-installer/
http://cdimage.debian.org/cdimage/sq...86-netinst.iso

Install Debian Linux from USB boot memory stick - http://www.linuxconfig.org/install-d...t-memory-stick

4.3.*Preparing Files for USB Memory Stick Booting - http://www.debian.org/releases/testi...h04s03.html.en

frenchn00b 06-05-2010 04:04 AM

from

Quote:

Create FAT16 partition

Next we need to create FAT16 partition. For this we can use cfdisk with -z option. This command will completely remove all your data from your USB stick, so backup first !:

cfdisk -z /dev/sdb

and create a first primary partition with the minimal size of 260MB and leave the rest unpartitioned or create second partition with some other filesystem for normal use of your USB stick. The size of 260 MB will fit a current Debian stable boot.img.gz and and Debian netinst ISO image.





NOTE: it is fine to create a single partition with full size of your USB memory stick but you will not be able to use more than 239MB of from your actual USB disk memory size. Once done the output of fdisk -l will look similar to the one below.

Device Boot Start End Blocks Id System
/dev/sdb1 1 197 390817 6 FAT16
/dev/sdb2 198 1016 1624896 b W95 FAT32

Download Debian boot image As a nest step we need to download Debian boot image. Use wget:

wget ftp://ftp.debian.org/debian/dists/st...ia/boot.img.gz

NOTE: if you want testing or unstable version of Debian boot image just change a keyword stable in the previous URL to unstable or testing.
3. Copy boot image

Now we need to copy a Debian boot image to our first partition which in our case is /dev/sdb1:

zcat boot.img.gz > /dev/sdb1

If you will get an error "gzip: stdout: No space left on device" then just increase a size of your first partition.
4. Copy Debian netinst ISO

At this point is time to copy debian netinst image to our /dev/sdb1 partition. To do that we need to mount /dev/sdb1:

# mkdir /mnt/sdb1
# mount /dev/sdb1 /mnt/sdb1
# cp /path/to/image/debian-504-i386-netinst.iso /mnt/sdb1

If you do not have Debian netinst ISO you can download it from: http://www.debian.org/CD/netinst/

# umount /mnt/sdb1

5. Install Master Boot Record

To be able boot from our USB stick a MBR ( Master Boot Record ) needs to be installed.

# install-mbr /dev/sdb

if you do not have a install-mbr command available install mbr package:

# apt-get install mbr

I strictly followed this how to and it works fine.
I used the wget and url as indicated above

I boot the pendrive and the pc says :

MBR FA:

and hangs ...

pfff :(

frenchn00b 06-05-2010 08:32 AM

I tried now the flexible way for installing debian:

red screen and got

inconsistency detect by ld.so : rtld.c : 1192 : dl

that's not difficult to install debian, sure ??

frenchn00b 06-05-2010 08:43 AM

another technique

I took the ISO of debian-testing-i386-netinst.iso
mount as loop to /mnt/debian-testing-i386-iso and did

mkdosfs /dev/sda1
Code:

cp -a /mnt/debian-testing-i386-iso/* /media/pendrive
then and so on
put syslinux

copied the
http://ftp.nl.debian.org/debian/dist...edia/initrd.gz
and vmlinuz

and now the usb bootable starts with the question

Code:

BOOT:
what to type in?
Code:

07:/media/pendrive# ls -ltra
total 7552
drwxrwxrwx 12 root root  16384 1970-01-01 01:00 .
-rwxrwxrwx  1 root root  280420 2010-02-11 22:57 setup.exe
-rwxrwxrwx  1 root root    8192 2010-02-11 22:57 g2ldr.mbr
-rwxrwxrwx  1 root root  75863 2010-02-11 22:57 g2ldr
-rwxrwxrwx  1 root root  69760 2010-02-12 20:52 README.mirrors.txt
-rwxrwxrwx  1 root root  132350 2010-02-12 20:52 README.mirrors.html
drwxrwxrwx  2 root root    2048 2010-02-17 23:18 tools
drwxrwxrwx  2 root root    2048 2010-02-17 23:18 pics
drwxrwxrwx  2 root root    2048 2010-02-17 23:18 install.386
drwxrwxrwx  2 root root    2048 2010-02-17 23:18 install
drwxrwxrwx  4 root root    2048 2010-02-17 23:18 doc
drwxrwxrwx  3 root root    2048 2010-02-17 23:18 dists
drwxrwxrwx  2 root root    2048 2010-02-17 23:18 css
-rwxrwxrwx  1 root root    179 2010-02-17 23:18 win32-loader.ini
-rwxrwxrwx  1 root root    398 2010-02-17 23:18 README.source
drwxrwxrwx  3 root root    2048 2010-02-17 23:18 pool
drwxrwxrwx  5 root root    2048 2010-02-17 23:18 isolinux
-rwxrwxrwx  1 root root      27 2010-02-17 23:18 autorun.inf
-rwxrwxrwx  1 root root    5554 2010-02-17 23:19 README.txt
-rwxrwxrwx  1 root root    8983 2010-02-17 23:19 README.html
-rwxrwxrwx  1 root root  38341 2010-02-17 23:19 md5sum.txt
drwxrwxrwx  2 root root    2048 2010-02-17 23:19 .disk
drwxr-xr-x  4 root root    4096 2010-06-05 15:23 ..
-rwxrwxrwx  1 root root 1969168 2010-06-05 15:37 vmlinuz
-rwxrwxrwx  1 root root 5074722 2010-06-05 15:37 initrd.gz
-r-xr-xr-x  1 root root  13631 2010-06-05 15:39 ldlinux.sys


jens 06-06-2010 08:24 AM

If you prefer a Windows/Ubuntu like tool:
http://unetbootin.sourceforge.net/

I never understood its purpose before reading your post (the trooper's howto should just work and doesn't require any extra software).

linus72 06-06-2010 08:29 AM

Just install nFlux Squeeze squeeze/sid edition frenchnoob and remaster it into what you want
put it on usb if syslinux already installed or use Unetbootin
http://multidistro.com/

jens 06-06-2010 08:35 AM

Quote:

Originally Posted by linus72 (Post 3994229)
Just install nFlux Squeeze squeeze/sid edition frenchnoob and remaster it into what you want
put it on usb if syslinux already installed or use Unetbootin
http://multidistro.com/

This works with any image ;)

PS: Your image seems to have non-debian software.
How is that useful for installing debian?

frenchn00b 06-06-2010 08:35 AM

Quote:

Originally Posted by linus72 (Post 3994229)
Just install nFlux Squeeze squeeze/sid edition frenchnoob and remaster it into what you want
put it on usb if syslinux already installed or use Unetbootin
http://multidistro.com/


thanks ! ok I am donwloading the iso, would you know how I can put it on a pendrive bootable? I would put the boot.img.gz and copy this iso to the pendrive ... but well,,.. i wait now for the 700mb donwload..
http://multidistro.com/distros/tmp/5...ueeze-i686.iso

jens 06-06-2010 08:44 AM

Quote:

Originally Posted by frenchn00b (Post 3994234)
would you know how I can put it on a pendrive bootable?

Just as with any REAL debian image.
Unless linus72 has a reason for suggesting his image over the original one he's just spamming for his own benefit.

linus72 06-06-2010 09:00 AM

spamming?
LOL
my nFlux is almost the only live squeeze based distro out there
save for PureOS...
and it just works

jens 06-06-2010 09:13 AM

Quote:

Originally Posted by linus72 (Post 3994249)
spamming?
LOL
my nFlux is almost the only live squeeze based distro out there
save for PureOS...
and it just works

Perhaps ... and yes ... it's a very nice live-cd (I've even used it).

Just explain why your live image (including non-debian modifications) would make a better choice for installing debian ...
That's all the OP asked for.

frenchn00b 06-06-2010 09:15 AM

Quote:

Originally Posted by jens (Post 3994259)
Perhaps ... and yes ... it's a very nice live-cd (I've even used it).

Just explain why your live image (including non-debian modifications) would make a better choice for installing debian ...

well... since now cdrom arent available on all machines, e.g. mini pc, would you have similar for pendrive bootable plz?

jens 06-06-2010 09:26 AM

Quote:

Originally Posted by frenchn00b (Post 3994260)
well... since now cdrom arent available on all machines, e.g. mini pc, would you have similar for pendrive bootable plz?

What "the trooper" posted just works.
I don't use CD/DVD either and do this on a daily base.

If you don't like cli tools, try Unetbootin:
http://unetbootin.sourceforge.net/

PS: An installation cd is a live cd as well (with less auto-crap).

linus72 06-06-2010 09:31 AM

OH
I've tried the netinstall too and never got it to work.
and I'm not puttin a 100mb or less img on cd
I dont ever burn cd's anymore unless I have to

Mines not better, etc
just maybe easier is all
even the netbootcd I put in all my stuff cant seem to install squeeze right
it ends up installing lenny, no matter what you pick...

j1alu 06-06-2010 11:57 AM

Quote:

almost the only live squeeze based distro out there
Antix, Crunchbang, Sidux(if you like, its Sid, not testing), and, of course:
http://live.debian.net/cdimage/squeeze-builds/
So, without much thinking, there are a few to be found.

frenchn00b 06-07-2010 01:32 PM

Quote:

Originally Posted by linus72 (Post 3994270)
OH
I've tried the netinstall too and never got it to work.
and I'm not puttin a 100mb or less img on cd
I dont ever burn cd's anymore unless I have to

Mines not better, etc
just maybe easier is all
even the netbootcd I put in all my stuff cant seem to install squeeze right
it ends up installing lenny, no matter what you pick...

Well I experienced same problems. It seems that Debian is completely out-dated compared to Ubuntu. One can find any type of installations for Ubuntu, but Debian developments are slowering down. Even to find a simple image of a pendrive for installing Debian is not possible. Is Debian bound to be replaced by Ubuntu in some time extends, in the future ?

Quote:

Originally Posted by j1alu (Post 3994442)
Antix, Crunchbang, Sidux(if you like, its Sid, not testing), and, of course:
http://live.debian.net/cdimage/squeeze-builds/
So, without much thinking, there are a few to be found.

thanks but unfortunately there is nothing for installing Debian from the pendrive ... it is for cdrom dedicated or others ... :( http://live.debian.net/cdimage/squee...20100314/i386/

linus72 06-07-2010 01:45 PM

frenchnoob

Please check out my nFlux Debian for cd/usb (squeeze) fluxbox
http://multidistro.com/downloads/nflux.html

or PureOS/PureOS light also squeeze xfce4 or kde
http://pureos.org/index.php?lang=english

they are the only squeeze livecd/usb that I know of
and there awesome!

craigevil 06-07-2010 04:30 PM

Quote:

Originally Posted by frenchn00b (Post 3995656)
Well I experienced same problems. It seems that Debian is completely out-dated compared to Ubuntu. One can find any type of installations for Ubuntu, but Debian developments are slowering down. Even to find a simple image of a pendrive for installing Debian is not possible. Is Debian bound to be replaced by Ubuntu in some time extends, in the future ?



thanks but unfortunately there is nothing for installing Debian from the pendrive ... it is for cdrom dedicated or others ... :( http://live.debian.net/cdimage/squee...20100314/i386/

lol you do realize ubuntu is based on debian, if there is no debian there is no ubuntu. or sidux, or dreamlinux, or epidemic, or any of the other dozens of debian based distros.

Debian installs just fine from usb. Just because you can't seem to follow the install directions and get it to work doesn't mean it doesn't work. It also installs easily to usb or to a sdhc.

the trooper 06-07-2010 04:43 PM

Frenchnoob,

Just for kicks i decided to try the 'Debian' method for installing to usb,and yes it works.
I used the following images:

http://www.us.debian.org/devel/debian-installer/

I used the 'Alpha1' testing release for amd64 business card iso and the corresponding boot.img.gz.
I then used the 'expert' text-based installer.
Make sure the installer is using the iso image on your usb stick and you'll be good to go.
And be patient with the installer,it appears a little slower than installing from a cd/dvd.

Edit:

If you run into problems with the Testing install,use the Lenny images from here:

http://www.uk.debian.org/releases/st...ian-installer/

Install Lenny then upgrade to Squeeze/Testing.

ax25nut 06-07-2010 05:24 PM

linus72 wrote:
"I've tried the netinstall too and never got it to work."

My <ahem!> reply:
Very strange, indeed, linus....I have Debian 5.04 on this very machine, and it installed without the slightest hitch. Go figure. Perhaps an issue with the machines you use? In fact, I've had NO issues with Debian at all, including the package installer & updates. I guess we just live on very different machines.

By the way....since I use Puppy 4.20, Debian 5.04, Slackware 12.2, & DesktopBSD 1.7 here, I can't resist mentioning the confusion I get when I see the words "lenny" & "squeeze" in place of a version number. Am I on the wrong planet, or just about 15 years out of date? ;-)

j1alu 06-08-2010 12:40 AM

Quote:

Originally Posted by frenchn00b (Post 3994234)
thanks ! ok I am donwloading the iso, would you know how I can put it on a pendrive bootable? I would put the boot.img.gz and copy this iso to the pendrive ... but well,,.. i wait now for the 700mb donwload..
http://multidistro.com/distros/tmp/5...ueeze-i686.iso

Did that work?
If yes:
Why is the thread still going on?

If no:
Use the Debian method, which many people get to work.
or
Install BSD and then tell us about it.

If i want a distro on USB (either live or installed) i put it on USB. Not sure what the distro may offer to make it better.


Of course craig is right. It's obvious.
Think before you write.

frenchn00b 06-08-2010 11:16 AM

Quote:

Originally Posted by craigevil (Post 3995820)
Debian installs just fine from usb. Just because you can't seem to follow the install directions and get it to work doesn't mean it doesn't work. It also installs easily to usb or to a sdhc.

You can simply give a try to make a bootable USB pendrive that can arrive to harddisk configuration (if it pass all before it works)... You will very certainly find the same error red messages or whatever error message that are given by debian usb pendrive


well I would be sincerely with an image, simply with, if it is successfully working :
Code:

dd if=/dev/sda of=image_working_debian_testing.img
:)
and :(

Ubuntu, I do believe, has more power nowadays, and is really very active on development, visibly.


Quote:

Originally Posted by j1alu (Post 3996183)
Did that work?
If yes:
Why is the thread still going on?

If no:
Use the Debian method, which many people get to work.
or
Install BSD and then tell us about it.

If i want a distro on USB (either live or installed) i put it on USB. Not sure what the distro may offer to make it better.


Of course craig is right. It's obvious.
Think before you write.

well, I do believe your saying and agree. But man, I tried on several computers and still this pendrive since 6 months, and still no way to make this debian pendrive working. Well I am not skilled that much in informatic, but work hard to make something working. I do my best man.

Well I try the freebsd_pendrive.img, it boots fine, but hangs on the hardware recognization on my compaq presario 1685. I am doomed man

j1alu 06-08-2010 01:00 PM

Mhhh...You said you followed strictly the method linked to by craigevil:
http://www.linuxconfig.org/install-d...t-memory-stick
and then it hangs. But you did type <a> enter and then <1> enter, did you?

I did never do that, as i don't have to, and it worked here too.
It took me a few reboots, i am tired and made some errors.
All in all it took me 15 to 20 minutes to create the USB-install media.
Make sure you use the correct syntax (the commands are a bit uncommon, at least for me).

---- ---- ---- ----
If you got a network at home (or somewhere you can hook your netbook (or whatever it is)) you could rsync an existing install over ssh on the netbook (or whatever). No big deal.
rsync it over ssh, chroot into it, install grub and edit some files, done.

---- ---- ---- ----
you might also put a debian-live-cd on a stick, add the mint-debian-installer, boot the stick,run the mint-debian-installer, done.


I am not in the mood to explain it in detail, or to search for the links, because i don't know what you want to do exactly (you got a network or you ain't got one, whats going on with linus72-CD/USB, etc).
If you got questions about those two further options let me know and i will add the info (as far as i am able to).
The Debian-from-USB stuff is explained in the links already given. I used the how-to given by craigevil.

Quote:

I am doomed man
Sometimes some things simply don't work. No need to make a sad face or feel bad about it.

frenchn00b 06-12-2010 11:38 AM

Quote:

you might also put a debian-live-cd on a stick, add the mint-debian-installer, boot the stick,run the mint-debian-installer, done.
I tried on my compaq 1685 the debian live. amd and i386
it says a bug: processor not compatible :(

thats bug power again

If you do:
- linuxpendrive and use the iso grub to load debian install cdrom iso, it says /cdrom not found
- if you try the debian zcat boot.img.gz then you get up in almost same error : /cdrom not found
and forget to put an external hdd because the debian installaer has loaded no modules into memory , so forget :
Code:

dmesg ; mount /dev/sda1 /cdrom

j1alu 06-12-2010 11:49 AM

Quote:

- if you try the debian zcat boot.img.gz then you get up in almost same error : /cdrom not found
I didn't get that error.

frenchn00b 06-12-2010 03:15 PM

Quote:

Originally Posted by j1alu (Post 4001277)
I didn't get that error.

so please could you use dd and share this great working Pendrive ?? please :)

Quote:

dd if=/dev/sda of=image_working_debian_testing_debian_install_from_pendrive_really.img

j1alu 06-12-2010 03:52 PM

Might be an idea / worth a try.

I am able to send big files.
I would need to re-create the stick, cause as i don't needed it i think i deleted its content again. I'm not sure if i am in the mood for it tomorrow.
I need your email-address via pm (or just a fake-one-time-address).
I would send it within this week.

I can see no much use for squeeze (cause if its lenny you simply install it and upgrade...).

linus72 06-12-2010 04:02 PM

Quote:

I can see no much use for squeeze (cause if its lenny you simply install it and upgrade...).
Thats actually how I got my squeeze install going
I booted netboocd and chose Squeeze CLI (No X, desktop, etc)
for some reason it installed lenny CLI

so, I commented out the lenny repos, added squeeze repos
and then did aptitude safe-upgrade
rebooted and did upgrade again

thats how nflux debian squeeze was born:)

j1alu 06-12-2010 04:06 PM

Quote:

thats how nflux debian squeeze was born
Another good choice, even a better one (not only that i don't need to do anything... it is already tested).

j1alu 06-13-2010 06:17 AM

Oh...well... a miracle.
A good one for all of you (the ones who say it does work and the one who say it doesn't).

I recreated the stick, main trouble was finding the netinst.iso, again craigevil's link and now take that:
The installation went through within the blink of an eye (less than 5 minutes), no tasksel no nothing. I think: "huh?".
I reboot and what do i see:
Crunchbang.

If someone is able to clear that up i am all ears. NO, i didn't put a Crunchbang-iso on the stick.
I once tried to add a Crunchbang-iso, saved on the hard-disk, to the grub.cfg menu. Therefor there are commented entries in grub.cfg and in 40-default.
At that time i had a iso under /boot, but its long deleted from there.

So, anyone might know what happened?
I think this is outstanding funny.

------------------------------------
@freenchnoob: I got your email. As you can see i am working on it. The stick seems to be ready, and as you ain't got no crunchbang it should work in your case.
I will run some further tests and email it to you. Once you got my mail you will need to download it within a week. Take care not to delete it as spam (i got a different name). As i am paranoid i will sent it from two email-accounts and i wil send a dd-version and a tar version. If the dd-version doesn't work you untar the other version and do a simple "cp". I think you will still need to run 'install-mbr /dev/sdXXX.
First of all i need to find out where the crunchbang is coming from, remove it and try if the netinst-iso works too. If you say that looks to confused for you let me know.

-------------------------------------
If this post was too confused for anyone to find out what i am talking about i have to re-write it. I *am* confused.

j1alu 06-13-2010 06:31 AM

Just that no one will tell me i got crunchbang on the stick:
Quote:

root@resident-evil:/home/m1arkust# ls /media/usb
adtxt.cfg f1.txt f6.txt g2ldr.mbr prompt.cfg syslinux.cfg
debian-testing-i386-netinst.iso f2.txt f7.txt initrd.gz rqtxt.cfg txt.cfg
disk.lbl f3.txt f8.txt ldlinux.sys setup.exe vesamenu.c32
exithelp.cfg f4.txt f9.txt linux splash.png win32-loader.ini
f10.txt f5.txt g2ldr menu.cfg stdmenu.cfg
locate doesnt find it but in users Distribution-folder:
Quote:

root# updatedb
root# locate crunchbang
/home/m1arkust/.local/share/Trash/info/crunchbang.trashinfo
/home/m1arkust/Distributionen/crunchbang.iso
grub.cfg and 40-default:
Quote:

root# grep -i crunchbang /boot/grub/grub.cfg
menuentry "CrunchBang Linux, with Linux 2.6.32-3-686 (on /dev/sda8)" {
menuentry "CrunchBang Linux, with Linux 2.6.32-3-686 (recovery mode) (on /dev/sda8)" {
#menuentry "Crunchbang-LIve" {
#loopback loop (hd0,1)/boot/crunchbang.iso
#linux (loop)/live/vmlinuz isofrom=/dev/sda1/boot/crunchbang.iso boot=live quiet noeject noprompt
Quote:

root# grep -i crunchbang /etc/grub.d/40_custom
#menuentry "Crunchbang-LIve" {
#loopback loop (hd0,1)/boot/crunchbang.iso
#linux (loop)/live/vmlinuz isofrom=/dev/sda1/boot/crunchbang.iso boot=live quiet noeject noprompt

linus72 06-13-2010 07:29 AM

Crazy...
I'm now having big problems with nflux squeeze too...

anyway; j1alu
what about live-magic?
create a non-X (or full desktop) squeeze img/iso
and then install like that?
he could use the remastersys-installer to install it

Code:

lh config -d squeeze -p standard -a i386
lh build

on a lenny install it might still be

Code:

lh_config -d squeeze -p standard -a i386
lh_build

being that "standard" is a non-X build, it may be able to do from livecd/usb on a small partition?

j1alu 06-13-2010 07:35 AM

What shall i say. I looks like you have been right.
While the crunchbang-iso is getting found easily, wherever it might be stored, the debian-netinst-iso ain't getting found. The iso is sane (i did installations in Vbox with it).

The long story:
I ran the usb-stick again: same result: crunchbang-installation.
I deleted crunchbang-iso on /dev/sda5 and an the usb-stick again: same result: crunchbang iso.
I mounted all my partitions and deleted all crunchbang-iso's.
I ran the installer from iso again: no valid iso found.
I went for a long-search, i used expert mode, whatever. No result.
The long story ends here.

I should have finished the installation before i posted. Sorry.
I will try a few things now, but ain't got much hope.

Like said: Sorry.
I think you can understand that if i get past paritioning i assume that the installation will work like usual.

j1alu 06-13-2010 07:38 AM

@Linus:
I think you got some good ideas there. I also think you are more experience with such stuff (usb and that) than i am
At the moment i am too confused to think (i think if you create a Debian-live with lh you need to tell it to create an usb-image... not sure yet... but it would be a good choice).
In each case i would first of all install Lenny/stable, then upgrade (testing has got problems now and then, stable doesn't, so on that side one would be safe).

Lets hear what frenchnoob wants to do next.

j1alu 06-13-2010 07:43 AM

PS:
if you add
Quote:

lh config ****** --debian-installer live
you should get an installer. With CD's it works like a charme...

linus72 06-13-2010 07:47 AM

yea
I agree

alos, I just create the default iso image. rename isolinux.cfg to syslinux.cfg
and isolinux folder to syslinux folder
I think debian is now using iso-hybrid where you can dd it to usb?

and yeah, install both stable and squeeze
if frenchnoob you dont wanna use deb net install
just use netbootcd off usb
http://netbootcd.tuxfamily.org/

again, just change isolinux to syslinux, isolinux.cfg to syslinux.cfg

j1alu 06-13-2010 08:44 AM

Keep in mind that my stick easily recognized the crunchbang-iso, wherever it might be stored.
I did all kind of experiments: no luck.
I used a business-card-iso on the stick, on the partition.
I stored a stock installation-iso (xfce-lxde) on the hard-disk.
I ran it several times, expert mode, long searches and what not.

Finally i used the Debian-Lenny boot.img and net-installer: again: no luck.

After the stick mounts and i hit on <install> in the curses interface i get an error-message
which passes by within a second:
Quote:

Unable to enumerate USB-device on Port2
That might or might not be related, but still wouldn't explain why the crunchbang iso is getting recognized, while a "real" debian-iso is not.

I think i am done with the problem. That sucks.
Really.

j1alu 06-30-2010 03:42 AM

That advice did work for me without any further problems:
http://forums.debian.net/viewtopic.p...=53256#p307103
All other how-tos, docus, tips&tricks didn't (for what reason ever).

In short:
use unetbootin
choose -> Distribution
then ->Debian and the branch you want
and hit ok
Once thats finished copy a installer-iso on the stick (with the filemanager or with a simple cp) and reboot.

jens 06-30-2010 06:02 AM

Quote:

Originally Posted by j1alu (Post 4019083)
That advice did work for me without any further problems:
http://forums.debian.net/viewtopic.p...=53256#p307103
All other how-tos, docus, tips&tricks didn't (for what reason ever).

In short:
use unetbootin
choose -> Distribution
then ->Debian and the branch you want
and hit ok
Once thats finished copy a installer-iso on the stick (with the filemanager or with a simple cp) and reboot.

I did an installation using the old method (no mbr) this morning ...
Do you have an other usb drive to try this?

j1alu 06-30-2010 08:31 AM

Quote:

jens wrote:
I did an installation using the old method (no mbr) this morning ...
Do you have an other usb drive to try this?
I tried it with two different usb-sticks. More i ain't got.

I really tried hard to get it running: no luck (about three days).
Here is most of it summed up:
http://forums.debian.net/viewtopic.php?f=10&t=52856

I am not much in the mood to try it again, thought it bugs me a lot that the "common" way didn't work and i don't know why.
Thanks for your offer to help non the less. :)

linus72 06-30-2010 08:49 AM

hey guys

There's still the simplistic hack way I mentioned earlier

step 1)
download and install NetBootCD to your usb
http://netbootcd.tuxfamily.org/

step 2) go here and prepare a new /etc/apt/sources.list, for your country and squeeze or sid
http://debgen.simplylinux.ch/

step 3) bootup netbootcd on usb and tell it to install squeeze or sid, etc
it will probably install Lenny; which is why you need the debian sources list generator above

step4 ) after NetbootCD is finished installing; reboot and from another system or livecd
copy the new sources.list for squeeze/sid to your /etc/apt and overwrite old one
also making sure you get the gpg keys, etc

step 5) do apt-get update after replacing the sources.list

step 6) do aptitude -f safe-upgrade
after it finishes reboot

step 7) complete it by upgrading anything else with another aptitude safe-upgrade

thats how I initially made nfluxos squeeze.

The other option would be to install nfluxos squeeze and trim it down or up, whatever

frenchn00b 07-01-2010 03:08 PM

From the link for installing debian from a Pendrive
http://forums.debian.net/viewtopic.p...e4207&start=15

It seems that it is not simple...

Well I am simply wondering... why this issue is not corrected by the debian staff. What are they doing? Why is there such passivity around debian developments? Or are they only 2 guys coding debian only, i.e. one in finland and one in south of I dont know where ?

Why issues remains always, and luckily that linus72 and j1alu are there to contribute to Debian planet.

It is surprising ... The issue remains since more than one year even. it seems like debian remains empty world on the net, few users, maybe some 10-100 users over the world:
http://manana.mccorison.com/images/0...20Cave%204.JPG

craigevil 07-01-2010 03:46 PM

Quote:

It is surprising ... The issue remains since more than one year even. it seems like debian remains empty world on the net, few users, maybe some 10-100 users over the world
what the heck does that mean? There are thousands of people that use Debian including quite a few businesses and schools.

Who's using Debian? - http://www.debian.org/users/

Seriously it takes 5 count them 5 steps to be able to install from a usb flash drive. I have installed Debian on 2 Asus Eees using the method on the debianeeepc wiki page with no problems.

DebianEeePC/HowTo/InstallUsingStandardInstaller - Debian Wiki
Quote:

Lenny (stable) system using the standard installer:

1. Download the Lenny netinst ISO image from http://www.debian.org/releases/lenny/debian-installer/
2. Download boot.img.gz from http://people.debian.org/~joeyh/d-i/...ia/boot.img.gz
3. Using an empty USB device, do

# zcat boot.img.gz > /dev/sdX # where sdX is the device your USB media is using

4. Mount the USB device (i.e. /dev/sdX, not /dev/sdX1) and copy the netinstall ISO image to it.
5. Reboot and boot netbook the USB drive

Updated Lenny backports d-i *Use at own risk* : http://kmuto.jp/debian/d-i/

Squeeze (testing) using an updated d-i

1. Download the Squeeze netinst ISO image from http://www.debian.org/devel/debian-installer/
2. Download boot.img.gz from http://people.debian.org/~joeyh/d-i/...ia/boot.img.gz
3. Using an empty USB device, do

# zcat boot.img.gz > /dev/sdX # where sdX is the device your USB media is using

4. Mount the USB device (i.e. /dev/sdX, not /dev/sdX1) and copy the netinstall ISO image to it.
5. Reboot and boot netbook the USB drive

Note: If the above links files aren't there just wait. The images must match otherwise the install won't find the ISO, you will get kernel mismatch problems, or it just won't boot.


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