Nicht mehr aktuelle Beiträge - Kanotix USB-HD Install und immer wieder HW-Erkennung mikmik - 01.06.2006, 17:31 Uhr Titel: Kanotix USB-HD Install und immer wieder HW-Erkennung
Hallo,
ich möchte Kanotix auf eine USB_HD installieren, wobei diese Installation an verschiedenen Maschinen laufen soll. Von daher wäre es ideal, wenn jeweils die Hardware neu eingelesen werden könnte.
Wie kann ich das am geschicktesten realisieren?
Nebenher. Leider ist das Wiki nicht erreichbar und ich habe mich schon reichlich durchs Forum gewühlt, leider ohne fündig geworden zu sein.
Steht noch irgendwo der ausführliche wIki-text bezüglich USB-HD Installation?
thanks
Michael
gs - 01.06.2006, 20:09 Uhr Titel: Kanotix USB-HD Install und immer wieder HW-Erkennung
aus den FAQ:
How can you install KANOTIX on a USB-HD?
To do an installation of KANOTIX on a USB Harddisk, compared to a normal HD-Install you need to take some extra steps.
We start with a normal installationand choose the partition on the USB disk, where KANOTIX is to be installed.
(we speak of "sda1" here, but this is valid for any other partition on the USB disk).
The following changes then have to be made as root:
# mount /dev/sda1 /media/sda1
# mount --bind /proc /media/sda1/proc
# chroot /media/sda1
# echo ehci-hcd >> /etc/mkinitrd/modules
# echo usb-storage >> /etc/mkinitrd/modules
In the file: etc/mkinitrd/mkinitrd.conf the value of the variable DELAY has to be set to 10 with the command:
The file /boot/grub/menu.lst must be adapted. Therefore we look at the file:
# cat /boot/grub/device.map
(hd0) /dev/hda
(hd1) /dev/sda
and issue the following commands to make a needed change in menu.lst and add the right harddisk:
# perl -pi -e 's/hd1/hdX/' /boot/grub/menu.lst
# perl -pi -e 's/hd0/hd1/' /boot/grub/menu.lst
# perl -pi -e 's/hdX/hd0/' /boot/grub/menu.lst
Now you can boot from your USB installation.
gs - 01.06.2006, 20:10 Uhr Titel: Kanotix USB-HD Install und immer wieder HW-Erkennung
was dir bezüglich der Frage zur Hardwareerkennung leider nicht hilft - bin hier auch nicht kundig
slam - 01.06.2006, 21:06 Uhr Titel: Kanotix USB-HD Install und immer wieder HW-Erkennung
Die Hardware-Erkennung findet automatisch statt bei Kanotix - Du kannst die selbe Installation auf verschiedenen Rechnern nutzen. Wenn das ernsthaft auf vielen unterschiedlichen Rechnern geplant ist, würde ich aber nicht auf USB installieren, sondern auf die USB-disk das iso-file ablegen und mittels "fromiso" "fromusb2" booten. Lies Dich dazu mal ein.
Greetings,
Chris