Linux 14.982 Themen, 106.349 Beiträge

ubuntu auf USB Stick installieren

fbe / 21 Antworten / Flachansicht Nickles

Ich versuche nach dem Tecchannel Workshop ubuntu 8.04 auf einem 2GB USB Stick zu installieren. Beim Formatieren des Sticks mit fdisk /dev/sdb kommt die Meldung:

Die Anzahl der Zylinder für diese Platte ist auf 60991 gesetzt.
Daran ist nichts verkehrt, aber das ist größer als 1024 und kann
in bestimmten Konfigurationen Probleme hervorrufen mit:
1) Software, die zum Bootzeitpunkt läuft (z. B. ältere LILO-Versionen)
2) Boot- und Partitionierungssoftware anderer Betriebssysteme
(z. B. DOS FDISK, OS/2 FDISK)

Wie kann ich da weitermachen?

THX
fbe

bei Antwort benachrichtigen
KarstenW fbe „Sowohl nach der Anleitung auf Tecchannel.de als auch unter der Anleitung auf...“
Optionen

Ließ doch erstmal die manpage von fdisk durch .
Wenn du dir die Partitionstabelle ausgeben willst, dann gibst du "fdisk -l /dev/..."
ein.

"fdisk /dev/sdb1" mit /dev/sda1 ist die erste primäre Partition gemeint. Du mußt /dev/sdb angeben.

Beispiel:

fdisk /dev/sda

The number of cylinders for this disk is set to 30401.
There is nothing wrong with that, but this is larger than 1024,
and could in certain setups cause problems with:
1) software that runs at boot time (e.g., old versions of LILO)
2) booting and partitioning software from other OSs
(e.g., DOS FDISK, OS/2 FDISK)

Command (m for help): m
Command action
a toggle a bootable flag
b edit bsd disklabel
c toggle the dos compatibility flag
d delete a partition
l list known partition types
m print this menu
n add a new partition
o create a new empty DOS partition table
p print the partition table
q quit without saving changes
s create a new empty Sun disklabel
t change a partition's system id
u change display/entry units
v verify the partition table
w write table to disk and exit #-mit w wird die Partitionstabelle in den MBR geschrieben
x extra functionality (experts only)

Nachdem du die Partitionierung neu gemacht hast, mußt du "w" eingeben. Sonst gehen alle Änderungen verloren.

Debian GNU/Linux https://www.debian.org/index.de.html
bei Antwort benachrichtigen