How to Install Debian Sarge on SATA drive??? - Forums Linux |
- How to Install Debian Sarge on SATA drive???
- Cadence Tool Disaster
- fedora core 3
- linux kernel installation
- Where is a Debian network setup site?
- W: GPG error: http://security.debian.org stable/updates Release: Unknown error executing gpgv
- initrd and root= option
- Laptop Screen Resolution and not working graphical interface
- NFS permissions
How to Install Debian Sarge on SATA drive??? Posted: 25 Dec 2005 04:37 PM PST When you boot from the disc in there should be a splash screen with a boot prompt there. Hit F1 to check and make sure you are installing the 2.6 series kernel. Also, you can check the parameters listed there to see what you need to type at the boot prompt to get the drivers for the SATA working. Make sure you are using the Debian 3.1r0a installer. Personally, if you have a simple network with dhcp and an active internet connection I recommend using the Debian 3.1r0a netinstall. Download the tiny image <200mb burn to RW disc if you have one and then start the install from that. Check out this guide for more help too: http://www.debian.org/releases/stable/i386/index.html.en Also, here is the link for the netinstall image: http://www.debian.org/CD/netinst/ |
Posted: 24 Dec 2005 09:20 AM PST Thanks....I'll try this out. Just that when I use Hummingbird Exceed to log on into the same machine, I can invoke seultra with no problems. Thanks, Fazela |
Posted: 23 Dec 2005 11:18 PM PST In comp.os.linux.advocacy Linnut <=?iso-8859-1?Q?lin=F8nut?=@bone.com> wrote: O'Reilly has a few technical titles published under the Creative Commons License... but to the best of my knowledge IDG (publisher of the Bible series) does not. Bummer. In related news though, I've discovered that my friends in Beatallica are releasing their music under the Creative Commons License and even have a link to the EFF on their web site. I was also surprised to learn that their recent run-in with Sony-BMG was resolved after the real Lars from Metallica stepped in and donated the use of Metallica's lawyers in defense of Beatallica. None of this has hurt the band... they recently returned from a European tour and continue to play all across the US. Not bad for a band that only distributes their music as a free MP3 download. For those that don't know, Beatallica is a parody band that does Beatles covers in the style of Metallica. Very funny. Check them out at www.beatallica.org. Later, Thad |
Posted: 23 Dec 2005 10:24 PM PST On 23 Dec 2005 22:24:05 -0800, "x" <com> wrote: http://www.redhat.com/docs/manuals/linux/RHL-9-Manual/custom-guide/ch-custom-kernel.html Read the whole article before trying it. -- Benway |
Where is a Debian network setup site? Posted: 23 Dec 2005 06:03 PM PST > What is the kernel version, under Debian and under Knoppix? Knoppix is 2.6.12 Debian is 2.6.8 So the Debian kernel is older than Knoppix Knoppix may be a distro from Debian, but it is very different in the /etc structure. The proper driver (from the nvidia web site) is forcedeth.ko Using lsmod (Knoppix) it is listed but has a zero as in the "Used by" column and no description. But it works. Modconf show it to be active. That same driver is listed as loading in the dmesg log of debian, but lsmod doesn't list it and grep can't find any reference to it anywhere in the system except for it actual driver in /lib/....drivers/net/ Modconf shows it to be active. If I remove the driver the link light goes out. Reinstall it, the link light goes on. ifconfig shows a working configuration and a local ping works. Pinging a real address doesn't blink the network lites and always says that the destination is unreachable. The Knoppix driver is of a different size than the one delivered with Debian, but when I moved that one over the symptom didn't change. That is for sure. However, I am learning Linux at a massive rate, even if I am not fixing the original problem so far. Hagar |
W: GPG error: http://security.debian.org stable/updates Release: Unknown error executing gpgv Posted: 23 Dec 2005 05:23 PM PST Enrique Perez-Terron <no> wrote: Yep, according to root: # gpgv gpgv: keyblock resource `/root/.gnupg/trustedkeys.gpg': general error I also reran apt-get update this morning and I no longer get the errors. It seems like it got fixed from remotely or by itself? I ran apt-get update twice. Should I be OK now? I will try this if it happens again. ;) Merry Christmas Enrique, and thanks. :) -- "None preaches better than the ant, and she says nothing." --Ben Franklin /\___/\ / /\ /\ \ Phillip (Ant) @ http://antfarm.ma.cx (Personal Web Site) | |o o| | Ant's Quality Foraged Links (AQFL): http://aqfl.net \ _ / Please remove ANT if replying by e-mail. ( ) |
Posted: 23 Dec 2005 07:38 AM PST On Fri, 23 Dec 2005 17:03:41 +0100, Allen Kistler <moc> wrote: I don't know how different things were before udev; you may find it usefull to see what is in the init program (or linuxrc) of my FC4 system: #!/bin/nash mount -t proc /proc /proc setquiet echo Mounted /proc filesystem echo Mounting sysfs mount -t sysfs /sys /sys echo Creating /dev mount -o mode=0755 -t tmpfs /dev /dev mknod /dev/console c 5 1 mknod /dev/null c 1 3 mknod /dev/zero c 1 5 mkdir /dev/pts mkdir /dev/shm echo Starting udev /sbin/udevstart echo -n "/sbin/hotplug" > /proc/sys/kernel/hotplug echo "Loading jbd.ko module" insmod /lib/jbd.ko echo "Loading ext3.ko module" insmod /lib/ext3.ko /sbin/udevstart echo Creating root device mkrootdev /dev/root echo Mounting root filesystem mount -o defaults --ro -t ext3 /dev/root /sysroot echo Switching to new root switchroot --movedev /sysroot mkrootdev and switchroot are nash builtins. switchroot seems to do about the same thing as pivot_root, but works only with 2.6 kernels. The argument is the earlier mount point of the fs that shall become the new root. It is not clear what happens to the initrd fs. This is ls -ld of all files: drwxr-xr-x 2 root root 1024 Dec 24 02:21 bin lrwxrwxrwx 1 root root 10 Dec 24 02:21 bin/hotplug -> /sbin/nash -rwxr-xr-x 1 root root 432260 Dec 5 20:56 bin/insmod lrwxrwxrwx 1 root root 10 Dec 24 02:21 bin/modprobe -> /sbin/nash -rwxr-xr-x 1 root root 464852 Dec 5 20:56 bin/nash -rwxr-xr-x 1 root root 594388 Dec 5 20:56 bin/udev -rwxr-xr-x 1 root root 594388 Dec 5 20:56 bin/udevstart drwxr-xr-x 2 root root 1024 Dec 24 02:21 dev crw-r--r-- 1 root root 5, 1 Dec 5 20:56 dev/console crw-r--r-- 1 root root 1, 3 Dec 5 20:56 dev/null brw-r--r-- 1 root root 1, 1 Dec 5 20:56 dev/ram crw-r--r-- 1 root root 4, 0 Dec 5 20:56 dev/systty crw-r--r-- 1 root root 4, 1 Dec 5 20:56 dev/tty1 crw-r--r-- 1 root root 4, 2 Dec 5 20:56 dev/tty2 crw-r--r-- 1 root root 4, 3 Dec 5 20:56 dev/tty3 crw-r--r-- 1 root root 4, 4 Dec 5 20:56 dev/tty4 drwxr-xr-x 3 root root 1024 Dec 24 02:21 etc drwxr-xr-x 2 root root 1024 Dec 24 02:21 etc/udev -rw-r--r-- 1 root root 384 Dec 5 20:56 etc/udev/udev.conf -rwxr-xr-x 1 root root 664 Dec 5 20:56 init drwxr-xr-x 2 root root 1024 Dec 24 02:21 lib -rw-r--r-- 1 root root 153604 Dec 5 20:56 lib/ext3.ko -rw-r--r-- 1 root root 73124 Dec 5 20:56 lib/jbd.ko drwxr-xr-x 2 root root 1024 Dec 5 20:56 loopfs drwxr-xr-x 2 root root 1024 Dec 5 20:56 proc lrwxrwxrwx 1 root root 3 Dec 24 02:21 sbin -> bin drwxr-xr-x 2 root root 1024 Dec 5 20:56 sys drwxr-xr-x 2 root root 1024 Dec 5 20:56 sysroot -Enrique |
Laptop Screen Resolution and not working graphical interface Posted: 22 Dec 2005 01:46 PM PST Installing to Ubuntu to my laptop (not live) is ok. It asked to me the resolutions and it has 1280x854 :) So It worked (now only Ubuntu install version worked but I will try other dist.) For my desktop I installed mandriva 2006. I tried all nvidia drivers (with every try I had to reinstall mmandriva :( ) only fb (frame buffer) version worked. So I have only one problem with desktop. I cant set freq. 85hz, it is working 70 but I think I can find an answer myself. Now I can learn Linux :) Thanks for every help... |
Posted: 21 Dec 2005 07:56 PM PST <chomp> I resolved the issue. Unfortunately, for whatever reason, a reboot made everything work as expected. I hated using an MS solution. Most of this thread responded to the alt.os.linux.gentoo thread as I had put that as my followup-to header. |
You are subscribed to email updates from TextNData Forums - Linux To stop receiving these emails, you may unsubscribe now. | Email delivery powered by Google |
Google Inc., 20 West Kinzie, Chicago IL USA 60610 |