On Sat 24 Nov 2012 at 23:51:27 +0700, Vasiliy D. wrote: > When I try install Debian ( > http://cdimage.debian.org/debian-cd/6.0.6/amd64/iso-cd/debian-6.0.6-amd64-xfce+lxde-CD-1.iso) > I boot from my hdd with grub: > menuentry 'debian-6.06-amd64.iso' { > loopback loop /debian.iso > linux (loop)/install.amd/vmlinuz vga=788 iso-scan/filename=/debian.iso > -- quiet > initrd (loop)/install.amd/initrd.gz > } > > But the option "iso-scan/filename" not work (Ok. It's normal. It's work > with a Ubuntu *.iso. I try it for Debian, but without success.) The Debian
The Ubuntu *.iso may be built differently. Possibly it is a Live one. > image not include kernel module loop.ko, so not with the option, not 'ls -l /dev/loop*' shows /dev/loop0. > manually I can't mount iso-file > and install Debian. That's bad, but not fatal. menuentry 'debian-6.06-amd64.iso' { loopback loop /debian.iso linux (loop)/install.amd/vmlinuz initrd (loop)/install.amd/initrd.gz boots the ISO for me. "loop0" for "loop" is OK too. The problems start at the detecting and mounting the CD-ROM stage. To avoid them you need a netboot mini ISO. > I find here ( > http://d-i.alioth.debian.org/manual/en.i386/apas02.html#howto-getting-images-hard-disk) > a way install Debian from my hdd with iso-file. I boot with this ( > http://ftp.nl.debian.org/debian/dists/squeeze/main/installer-amd64/current/images/hd-media/{initrd.gz,vmlinuz}) > and try this ( > http://ftp.nl.debian.org/debian/dists/testing/main/installer-amd64/current/images/hd-media/{initrd.gz,vmlinuz}) > too, but both of them don't have kernel module pata_amd.ko and my hdd don't > appears in /dev after boot and I can't install Debian. I don't know, is it > a bug or not? It's no fatal for me, too. I boot and install Debian from my > usb flash drive, but more convenient ways is desirable. Thanks. I'm very surprised you find installing from a USB flash drive less convenient than a hard disk install. Having i386 and and64 ISOs as isohybrids is one of the best things which has happened in Debian in recent years. -- To UNSUBSCRIBE, email to debian-boot-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/20121124203811.GA20874@desktop