Page 1 of 2 12 LastLast
Results 1 to 10 of 11

Thread: Post install questions (firewire hdd install)

  1. #1
    Senior Member registered user
    Join Date
    Mar 2003
    Location
    Europe
    Posts
    148

    Post install questions (firewire hdd install)

    I've installed Knoppix 3.3 19th November to firewire hdd. I'm currently booting using the cd-rom and doing a pivot_root to use my firewire hdd install. Couple of questions:

    1. how can I check if the swap is being used? do I have to manuall mnount the swap (which is on the firewire install). 'Top' gives me the idea that at the moment I'm running without swap, a bit worrying as I've only got 128 MB of RAM :(
    top - 00:42:01 up 4:21, 1 user, load average: 0.12, 0.14, 0.06
    Mem: 126788k total, 121180k used, 5608k free, 12716k buffers
    Swap: 0k total, 0k used, 0k free, 47704k cached
    2. when I switch ot init 5, the graphical login manager laods up. how can i change it so that I just have a prompt; if I want to have a GUI I prefer to type startx or startkde.

    3. how can I change window mangager, are others already installed or do I have to install them?

    Got more questions, but I think I've seen most of them discussed elsewhere. I searched for the above, but could not find anything.

    Cheers

  2. #2
    Senior Member registered user
    Join Date
    Mar 2003
    Location
    Europe
    Posts
    148

    Re: Post install questions (firewire hdd install)

    OK got first one answered...
    Quote Originally Posted by c123
    1. how can I check if the swap is being used? do I have to manuall mnount the swap (which is on the firewire install). 'Top' gives me the idea that at the moment I'm running without swap, a bit worrying as I've only got 128 MB of RAM :(
    top - 00:42:01 up 4:21, 1 user, load average: 0.12, 0.14, 0.06
    Mem: 126788k total, 121180k used, 5608k free, 12716k buffers
    Swap: 0k total, 0k used, 0k free, 47704k cached
    seems that I was right, as top was indicating there was no swap. no after googling a bit more I discovered 'swapon', with two handy switches: -s to list current swap, and -a to use swap as listed in fstab. 'top' then confirmed that swap was recognized
    root@Knoppix:/home/christopher# swapon -s
    Filename Type Size Used Priority
    root@Knoppix:/home/christopher# swapon -a
    root@Knoppix:/home/christopher# swapon -s
    Filename Type Size Used Priority
    /dev/sda2 partition 262136 0 -1

    top - 01:07:15 up 4:47, 1 user, load average: 0.12, 0.22, 0.16
    Tasks: 72 total, 2 running, 70 sleeping, 0 stopped, 0 zombie
    Cpu(s): 2.0% user, 3.0% system, 0.0% nice, 95.1% idle
    Mem: 126788k total, 121528k used, 5260k free, 5308k buffers
    Swap: 262136k total, 0k used, 262136k free, 36504k cached
    any ideas for the other questions?

  3. #3
    Senior Member registered user
    Join Date
    Jun 2003
    Location
    Piraeus / Hellas
    Posts
    121
    Dear c123,

    It sound very interesting for me that you have achived running knoppix HD install from firewire disk,
    I do interesting, If you can, to learn how you did that but because I am somehow newbie (I lerned things but...) please be very specific.

    Thanks in advance,
    Mike Kranidis

  4. #4
    Senior Member registered user
    Join Date
    Mar 2003
    Location
    Europe
    Posts
    148
    I'm very much a newbie myself, as you'll see from my recent posts...

    Check out this thread which explained to me finally how to 'pivot' the root onto my firewire drive

    http://www.knoppix.net/forum/viewtopic.php?p=35700

    are you currently able to use your firewire drive with Knoppix CD 3.3? if so then you know enough to be able to install Knoppix to your firewire hdd and then to 'boot' from it using the Knoppix CD. post here (or start a new thread) if you have any specific questions or really need a step-by-step.

    p.s. I have to use a firewire hdd as my laptop no longer recognises the internal hdd (and the problem is more with the laptop itself, I cannot just replace the hdd) and I have to pivot the root as the BIOS only lets me boot from cd-rom or floppy.

    HTH

  5. #5
    Senior Member registered user
    Join Date
    Mar 2003
    Location
    Europe
    Posts
    148

    Re: Post install questions (firewire hdd install)

    Quote Originally Posted by c123
    2. when I switch ot init 5, the graphical login manager laods up. how can i change it so that I just have a prompt; if I want to have a GUI I prefer to type startx or startkde.
    Cheers
    easiest way to solve this is to use K => Settings => SysV-Init Editor. I removed KDM from the list of services that start up when passing to run level 5.

    So I used a GUI app, but I *shall* learn to do this from the command line!

  6. #6
    Senior Member
    Join Date
    Nov 2003
    Posts
    1,323
    You could delete if you want, I prefer to change it to kill with:
    root@fujibox:/etc/rc5.d# mv S99kdm K99kdm
    It doesn't matter if it's trying to kill something that isn't running and you don't have to remember much if you want to change it back.
    Just do: mv K99kdm S99kdm
    and presto, it's back.

  7. #7
    Senior Member registered user
    Join Date
    Feb 2003
    Location
    Nova Scotia, Canada
    Posts
    2,479

    Re: Post install questions (firewire hdd install)

    Quote Originally Posted by c123

    easiest way to solve this is to use K => Settings => SysV-Init Editor. I removed KDM from the list of services that start up when passing to run level 5.

    So I used a GUI app, but I *shall* learn to do this from the command line!
    I believe the proper syntax is update-rc.d -f kdm remove as root this will leave the script in place if you every want to change it back.

  8. #8
    Senior Member registered user
    Join Date
    Mar 2003
    Location
    Europe
    Posts
    148

    Re: Post install questions (firewire hdd install)

    Quote Originally Posted by c123
    3. how can I change window mangager, are others already installed or do I have to install them?
    I'm so dense at times it even amazes me! KDM (the K Display Manager) allows this. From the shell I type KDM (or have it start automatically when I pass to run level 5) and then at the bottom there's a list box that allows you to choose the window manager... It's that simple.

    BTW half a dozen WMs (at least) seem to be installed already.

  9. #9
    Junior Member
    Join Date
    Mar 2004
    Posts
    3
    Quote Originally Posted by c123
    I'm very much a newbie myself, as you'll see from my recent posts...

    Check out this thread which explained to me finally how to 'pivot' the root onto my firewire drive

    http://www.knoppix.net/forum/viewtopic.php?p=35700

    are you currently able to use your firewire drive with Knoppix CD 3.3? if so then you know enough to be able to install Knoppix to your firewire hdd and then to 'boot' from it using the Knoppix CD. post here (or start a new thread) if you have any specific questions or really need a step-by-step.

    p.s. I have to use a firewire hdd as my laptop no longer recognises the internal hdd (and the problem is more with the laptop itself, I cannot just replace the hdd) and I have to pivot the root as the BIOS only lets me boot from cd-rom or floppy.

    HTH
    Your posts were useful to me !

    I did succeed on an install on my USB2 HDD (real install using knoppix-installer).
    The problem was to boot actually on this drive.

    The pivot_root stuff is not completely satifying, as the hardware autodetect is done prior the pivot, and this lead to some problems.

    I've not been able to boot really from the USB.

    I tried to make a boot floppy, but the USB and ext3 modules are too big for a single floppy.

    So I've made a bootable CDROM with support of USB and support of mounting of another root partition from a prior install (no cloop and ramdisk stuff).

    I'll try to give the full description of this, but I just followed all links everywhere on this site

    Shortly :
    1- mount the original boot.img with 'mount -o loop', extract the miniroot.gz
    2- modify the miniroot.gz to include the necessary modules
    3- modify the linuxrc script in miniroot to load the USB support (should work also with firewire)
    4- modify linuxrc to support the mounting of an existing root partition ; I looked to an example submitted by someone there - I'll try to find his name back - it was my main problem.
    5- use isolinux instead of syslinux for the bootloader on CD
    6- make a new ISO
    7- burn the ISO
    8- boot and cross your fingers !

  10. #10
    Junior Member
    Join Date
    Mar 2004
    Posts
    3
    booting from a root partition :

    from bitster :
    http://www.knoppix.net/forum/viewtopic.php?t=8471

Page 1 of 2 12 LastLast

Similar Threads

  1. Install on external HDD by Firewire (IEEE1394)?
    By remhigh in forum Hdd Install / Debian / Apt
    Replies: 4
    Last Post: 11-24-2004, 07:55 PM
  2. knx hd install firewire how?
    By jvdtorn in forum Hdd Install / Debian / Apt
    Replies: 0
    Last Post: 09-25-2003, 01:36 PM
  3. Post hd install cleanup
    By bamarob in forum Hdd Install / Debian / Apt
    Replies: 6
    Last Post: 09-25-2003, 12:16 PM
  4. emu10k1 post install
    By Lilmuckers in forum Hdd Install / Debian / Apt
    Replies: 2
    Last Post: 07-30-2003, 11:20 AM
  5. Post hd install
    By andecla in forum Hdd Install / Debian / Apt
    Replies: 2
    Last Post: 04-18-2003, 07:53 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


Impulse Firecracker 24 Rev 2.1 2MB 24bit Graphics card for Amiga 2000 3000 4000 picture

Impulse Firecracker 24 Rev 2.1 2MB 24bit Graphics card for Amiga 2000 3000 4000

$175.00



Mini External OLED AMIGA Gotek Floppy Drive Emulator For Amiga 500/500+/600/1200 picture

Mini External OLED AMIGA Gotek Floppy Drive Emulator For Amiga 500/500+/600/1200

$37.41



Amiga A500 NTSC, 1 MB Chip RAM, HDMI, Wireless Mouse, Original Box  picture

Amiga A500 NTSC, 1 MB Chip RAM, HDMI, Wireless Mouse, Original Box

$360.00



Commodore Amiga 1080 Color Monitor  Read Description picture

Commodore Amiga 1080 Color Monitor Read Description

$150.00



Amiga 500 Gotek Custom Mount USB Floppy Emulator - Complete Kit with Gotek picture

Amiga 500 Gotek Custom Mount USB Floppy Emulator - Complete Kit with Gotek

$65.00



Commodore Amiga 1200 Recapped NTSC 68060 FPU MMU Indivision AGA Mk3 HDMI 128MB picture

Commodore Amiga 1200 Recapped NTSC 68060 FPU MMU Indivision AGA Mk3 HDMI 128MB

$1449.99



Commodore Amiga KKQ-E94YC Keyboard for A2000 / A2500 picture

Commodore Amiga KKQ-E94YC Keyboard for A2000 / A2500

$249.00



Commodore Amiga 1200 A1200 PAL Motherboard Recapped Works 1D4 US Seller Refurb picture

Commodore Amiga 1200 A1200 PAL Motherboard Recapped Works 1D4 US Seller Refurb

$399.99



TeensyROM Cartridge for Commodore 64/128: MIDI, Fastload, Emulation, and Network picture

TeensyROM Cartridge for Commodore 64/128: MIDI, Fastload, Emulation, and Network

$65.00



Amiga Gotek V3.42 External Ivory & BIEGE + 0.96 OLED + Rotary with DF1/ 23p Lead picture

Amiga Gotek V3.42 External Ivory & BIEGE + 0.96 OLED + Rotary with DF1/ 23p Lead

$88.98