I have downloaded suse iso files and I wanna install it without write cd. I did this way for 9.3. And that time I burned cd1 and booted my computer then when it wants me other cds I mount others then I gave it its mount point. Can I install it without burn a cd?! Thanks, -- Mohammad do you Python?!!
Hi, On Fri, 16 Sep 2005, Mohammad Moghimi wrote:
I have downloaded suse iso files and I wanna install it without write cd. I did this way for 9.3. And that time I burned cd1 and booted my computer then when it wants me other cds I mount others then I gave it its mount point. Can I install it without burn a cd?!
1. mount -rtiso9660 -oloop SUSE-10.0-CD-OSS-i386-RC1-CD1.iso /mnt/ cp /mnt/boot/loader/initrd /boot/inst-initrd cp /mnt/boot/loader/linux /boot/inst-linux umount /mnt/ 2. Add a new boot target "install" to your grub or lilo configuration using image=/boot/inst-linux and initrd=/boot/inst-initrd. This will boot "like from CD". You will need the installation source tree then on a partition or over the net. To build the installation source tree, you can do this: mkdir /xxx//suse10-rc1/ # somewhere, but not within those partitions where # you want to install for i in 1 2 3 4 5 do mount -oloop -rtiso9660 SUSE-10.0-CD-OSS-i386-RC1-CD$i.iso /mnt/ cp -a /mnt/ /xxx/suse10-rc1/CD$i umount /mnt done Then /xxx would be your "installation partition (you have to give the corresponding /dev/hd.. or /dev/sd.. name instead), and suse10-rc1/CD1 would be the path to enter as the installation source. Cheers -e -- Eberhard Moenkeberg (emoenke@gwdg.de, em@kki.org)
On Fri, Sep 16, 2005 at 06:30:19PM +0200, Eberhard Moenkeberg wrote:
Hi,
On Fri, 16 Sep 2005, Mohammad Moghimi wrote:
I have downloaded suse iso files and I wanna install it without write cd. I did this way for 9.3. And that time I burned cd1 and booted my computer then when it wants me other cds I mount others then I gave it its mount point. Can I install it without burn a cd?!
1. mount -rtiso9660 -oloop SUSE-10.0-CD-OSS-i386-RC1-CD1.iso /mnt/ cp /mnt/boot/loader/initrd /boot/inst-initrd cp /mnt/boot/loader/linux /boot/inst-linux umount /mnt/
2. Add a new boot target "install" to your grub or lilo configuration using image=/boot/inst-linux and initrd=/boot/inst-initrd.
This will boot "like from CD".
Mmm. Nice. I will see that I can implement this in makeSUSEdvd That will probably be something like `makeSUSEdvd -b`
You will need the installation source tree then on a partition or over the net.
To build the installation source tree, you can do this: <snip>
For that you can also use `makeSUSEdvd -i -s /dir/to/install` http://www.opensuse.org/Making_a_DVD_from_CDs houghi -- Quote correct (NL) http://www.briachons.org/art/quote/ Zitiere richtig (DE) http://www.afaik.de/usenet/faq/zitieren Quote correctly (EN) http://www.netmeister.org/news/learn2quote.html
On Fri, Sep 16, 2005 at 06:30:19PM +0200, Eberhard Moenkeberg wrote:
1. mount -rtiso9660 -oloop SUSE-10.0-CD-OSS-i386-RC1-CD1.iso /mnt/ cp /mnt/boot/loader/initrd /boot/inst-initrd cp /mnt/boot/loader/linux /boot/inst-linux umount /mnt/
2. Add a new boot target "install" to your grub or lilo configuration using image=/boot/inst-linux and initrd=/boot/inst-initrd.
This will boot "like from CD".
I tried it and the boot got stuck at `creating device nodes`. I tried it with putting stuff on hda and hdb. Any ideas? houghi -- Quote correct (NL) http://www.briachons.org/art/quote/ Zitiere richtig (DE) http://www.afaik.de/usenet/faq/zitieren Quote correctly (EN) http://www.netmeister.org/news/learn2quote.html
Hi, On Fri, 16 Sep 2005, houghi wrote:
On Fri, Sep 16, 2005 at 06:30:19PM +0200, Eberhard Moenkeberg wrote:
1. mount -rtiso9660 -oloop SUSE-10.0-CD-OSS-i386-RC1-CD1.iso /mnt/ cp /mnt/boot/loader/initrd /boot/inst-initrd cp /mnt/boot/loader/linux /boot/inst-linux umount /mnt/
2. Add a new boot target "install" to your grub or lilo configuration using image=/boot/inst-linux and initrd=/boot/inst-initrd.
This will boot "like from CD".
I tried it and the boot got stuck at `creating device nodes`. I tried it with putting stuff on hda and hdb. Any ideas?
It may need a long time at that point. Working OK here with two different notebooks. Cheers -e -- Eberhard Moenkeberg (emoenke@gwdg.de, em@kki.org)
On Fri, Sep 16, 2005 at 11:58:59PM +0200, Eberhard Moenkeberg wrote:
Hi,
On Fri, 16 Sep 2005, houghi wrote:
On Fri, Sep 16, 2005 at 06:30:19PM +0200, Eberhard Moenkeberg wrote:
1. mount -rtiso9660 -oloop SUSE-10.0-CD-OSS-i386-RC1-CD1.iso /mnt/ cp /mnt/boot/loader/initrd /boot/inst-initrd cp /mnt/boot/loader/linux /boot/inst-linux umount /mnt/
2. Add a new boot target "install" to your grub or lilo configuration using image=/boot/inst-linux and initrd=/boot/inst-initrd.
This will boot "like from CD".
I tried it and the boot got stuck at `creating device nodes`. I tried it with putting stuff on hda and hdb. Any ideas?
It may need a long time at that point.
OK. Will retry it longer then the 5 minutes or so. houghi -- Quote correct (NL) http://www.briachons.org/art/quote/ Zitiere richtig (DE) http://www.afaik.de/usenet/faq/zitieren Quote correctly (EN) http://www.netmeister.org/news/learn2quote.html
On Sat, Sep 17, 2005 at 12:26:20AM +0200, houghi wrote:
OK. Will retry it longer then the 5 minutes or so.
Well, that did not work. What did was taking the 9.1 DVD out of the DVD tray. :-) Am going to do some testing and see if I make a seperate page for burn-less instalation or actually put it on the page for makeSUSEdvd I guess it will be seperate as it needs tweaking either lilo, grub or whatever. Just too many factors to put in a script. Great, my social weekend is ruined. :-/ houghi -- Quote correct (NL) http://www.briachons.org/art/quote/ Zitiere richtig (DE) http://www.afaik.de/usenet/faq/zitieren Quote correctly (EN) http://www.netmeister.org/news/learn2quote.html
On Fri, Sep 16, 2005 at 06:43:37PM +0300, Mohammad Moghimi wrote:
I have downloaded suse iso files and I wanna install it without write cd. I did this way for 9.3. And that time I burned cd1 and booted my computer then when it wants me other cds I mount others then I gave it its mount point. Can I install it without burn a cd?!
You need at least 1 CD. The easiest is to use the boot.iso and install via FTP. If you have a DVD burner, you could use http://www.opensuse.org/Making_a_DVD_from_CDs houghi -- Quote correct (NL) http://www.briachons.org/art/quote/ Zitiere richtig (DE) http://www.afaik.de/usenet/faq/zitieren Quote correctly (EN) http://www.netmeister.org/news/learn2quote.html
* houghi <houghi@houghi.org> [09-16-05 11:33]:
You need at least 1 CD. The easiest is to use the boot.iso and install via FTP.
why can't he: mount -o loop -t iso9660 <cd1-isofilename> <mountpoint> for the first cd and then ftp for the remainder I believe that he said he didn't want to create a cd; perhaps has no cd/dvd drive. -- Patrick Shanahan Registered Linux User #207535 http://wahoo.no-ip.org @ http://counter.li.org HOG # US1244711 Photo Album: http://wahoo.no-ip.org/gallery2
On Fri, Sep 16, 2005 at 11:40:02AM -0500, Patrick Shanahan wrote:
* houghi <houghi@houghi.org> [09-16-05 11:33]:
You need at least 1 CD. The easiest is to use the boot.iso and install via FTP.
why can't he: mount -o loop -t iso9660 <cd1-isofilename> <mountpoint>
See the answer from Eberhart. I was wrong. I will include it in makeSUSEdvd (That becomes more and more a makeSUSErepo. :-) )
I believe that he said he didn't want to create a cd; perhaps has no cd/dvd drive.
He also stated that he wrote one disk the other times, so I asumed he had a writer, but did not want to waste the CD's. In that case the boot.iso is the best choice. boot.iso should be (in my opinion) always be the second choice. The first choice is actuallu buying the box. :-) I understand that that is not always possible. It is however a misconception that you need to have everything at your home when you want to install an OS. For some OSses that is the case. For the better OSses it is not and network instalation was there first. :-) houghi -- Quote correct (NL) http://www.briachons.org/art/quote/ Zitiere richtig (DE) http://www.afaik.de/usenet/faq/zitieren Quote correctly (EN) http://www.netmeister.org/news/learn2quote.html
houghi wrote:
It is however a misconception that you need to have everything at your home when you want to install an OS. For some OSses that is the case. For the better OSses it is not and network instalation was there first. :-)
true only on the rich case :-(. I remember... next year :-), I had a 512k dsl line and installing a suse took... 4/5 hours. usable, but just. (was less than 1 hour with dvd) don't say with RTC modem.. jdd -- pour m'écrire, aller sur: http://www.dodin.net http://valerie.dodin.net http://arvamip.free.fr
On Fri, Sep 16, 2005 at 09:12:40PM +0200, jdd wrote:
houghi wrote:
It is however a misconception that you need to have everything at your home when you want to install an OS. For some OSses that is the case. For the better OSses it is not and network instalation was there first. :-)
true only on the rich case :-(. I remember... next year :-), I had a 512k dsl line and installing a suse took... 4/5 hours. usable, but just. (was less than 1 hour with dvd)
Should have been still faster then downloading all 5 CD's first. Therefore: choice 1 the box, choice 2 boot.iso, choice 3 1_CD install, choice 4 5 CD download. houghi -- Quote correct (NL) http://www.briachons.org/art/quote/ Zitiere richtig (DE) http://www.afaik.de/usenet/faq/zitieren Quote correctly (EN) http://www.netmeister.org/news/learn2quote.html
houghi wrote:
Should have been still faster then downloading all 5 CD's first.
not if you have several installs to do. I did many (>50?) demo install, frequently two on a row on saturday afternoon. Was not possible with ftp... jdd -- pour m'écrire, aller sur: http://www.dodin.net http://valerie.dodin.net http://arvamip.free.fr
On Sat, Sep 17, 2005 at 09:34:55AM +0200, jdd wrote:
houghi wrote:
Should have been still faster then downloading all 5 CD's first.
not if you have several installs to do. I did many (>50?) demo install, frequently two on a row on saturday afternoon. Was not possible with ftp...
The rsync would be better. Mirror the stuff and the PC's can do later in life the updates with that server (if all are connected inone intranet) houghi -- Quote correct (NL) http://www.briachons.org/art/quote/ Zitiere richtig (DE) http://www.afaik.de/usenet/faq/zitieren Quote correctly (EN) http://www.netmeister.org/news/learn2quote.html
houghi wrote:
On Sat, Sep 17, 2005 at 09:34:55AM +0200, jdd wrote:
houghi wrote:
Should have been still faster then downloading all 5 CD's first. not if you have several installs to do. I did many (>50?) demo install, frequently two on a row on saturday afternoon. Was not possible with ftp...
The rsync would be better. Mirror the stuff and the PC's can do later in life the updates with that server (if all are connected inone intranet)
houghi where do you see the pc's are on a same net?
there where individuals bringing they PC to us :-) I also happen to do that on net I don't own and can't use as server jdd -- pour m'écrire, aller sur: http://www.dodin.net http://valerie.dodin.net http://arvamip.free.fr
On Sat, Sep 17, 2005 at 01:50:11PM +0200, jdd wrote:
The rsync would be better. Mirror the stuff and the PC's can do later in life the updates with that server (if all are connected inone intranet)
houghi where do you see the pc's are on a same net?
That is why I said _if_ Anywho, we both know what the best sokution is at what moment, so instead of talking about it here, we could make a WiKi page about it. ;-) houghi -- Quote correct (NL) http://www.briachons.org/art/quote/ Zitiere richtig (DE) http://www.afaik.de/usenet/faq/zitieren Quote correctly (EN) http://www.netmeister.org/news/learn2quote.html
participants (5)
-
Eberhard Moenkeberg
-
houghi
-
jdd
-
Mohammad Moghimi
-
Patrick Shanahan