Also wenn der Login nicht klappt, dann im Recovery-Modus booten, dort bist du root (im Ggs. zum sonstigen sudo-Konzept von Ubuntu) und kannst das PW für deinen User neu vergeben. Vielleicht existiert auch noch gar kein Account?|
|
Quellcode |
1 |
passwd <deinusername> |
|
|
Quellcode |
1 |
useradd -m <deinusername> |
|
|
Quellcode |
1 |
/dev/sda1 / ext3 defaults,errors=remount-ro 0 1 |
aber da steht ja jetzt /dev/hda....aber es sind doch sata-Platten???
Zitat
# /etc/fstab: static file system information.
#
# <file system> <mount point> <type> <options> <dump> <pass>
proc /proc proc defaults 0 0
# /dev/sda2
UUID=b5fd616e-5255-4076-a880-826559d2f6dc / ext3 defaults,errors=remount-ro 0 1
# /dev/sda5
UUID=31d770df-4cba-4aa9-afc9-ca0b33cb34da none swap sw 0 0
/dev/hda /media/cdrom0 udf,iso9660 user,noauto,exec 0 0
~
~
~
"fstab" [readonly] 9L, 475C
|
|
Quellcode |
1 2 3 4 5 6 7 |
# /etc/fstab: static file system information. # # <file system> <mount point> <type> <options> <dump> <pass> proc /proc proc defaults 0 0 /dev/sda2 / ext3 defaults,errors=remount-ro 0 1 /dev/sda5 none swap sw 0 0 /dev/hda /media/cdrom0 udf,iso9660 user,noauto,exec 0 0 |
Die Verwendung der UUID statt des Device-Namens ist seit einigen Versionen Standard. Wird wohl alles ein Pro und Contra haben. Ich nutze jedenfalls auch immer noch die alte Methode.
und wenn ich im recovery-Modus starte sind die letzten beiden Zeilen die er ausgibt und wo er hängt folgende:
Zitat
title Ubuntu 7.10, kernel 2.6.22-14-generic
root (hd0,1)
kernel /boot/vmlinuz-2.6.22-14-generic root=UUID=b5fd616e-5255-4076-a880-826559d2f6dc ro quiet splash
initrd /boot/initrd.img-2.6.22-14-generic
quiet
title Ubuntu 7.10, kernel 2.6.22-14-generic (recovery mode)
root (hd0,1)
kernel /boot/vmlinuz-2.6.22-14-generic root=UUID=b5fd616e-5255-4076-a880-826559d2f6dc ro single
initrd /boot/initrd.img-2.6.22-14-generic
title Ubuntu 7.10, memtest86+
root (hd0,1)
kernel /boot/memtest86+.bin
quiet
### END DEBIAN AUTOMAGIC KERNELS LIST
# This is a divider, added to separate the menu items below from the Debian
# ones.
title Other operating systems:
root
# This entry automatically added by the Debian installer for a non-linux OS
# on /dev/sda1
title Windows Vista/Longhorn (loader)
root (hd0,0)
savedefault
makeactive
chainloader +1
Und hilft das irgendwie?
Zitat
[12.004000] sd 4:0:0:0: [sda] Attached SCSI removable disk
[12.008000] sd 4:0:0:0: Attached scsi generic sg0 type 0
|
|
Quellcode |
1 |
sudo vol_id --uuid /dev/sda2 |
|
|
Quellcode |
1 |
# kopt=root=UUID=b5fd616e-5255-4076-a880-826559d2f6dc ro |
|
|
Quellcode |
1 |
# kopt=root=/dev/sda2 ro |
|
|
Quellcode |
1 2 |
# Update the root device to mount-by-UUID kopt=$(convert_kopt_to_uuid "$kopt") |
|
|
Quellcode |
1 2 |
# Update the root device to mount-by-UUID # kopt=$(convert_kopt_to_uuid "$kopt") |
|
|
Quellcode |
1 |
sudo update-grub |

Was mir noch aufgefallen ist:
).
Wenn das nix ist.da erscheint ja dann diese Auflistung wo mehr übers Laufwerk steht. Ja aber das wichtigste fehlt bei mir da.
Zitat
udevinfo -a -p $(udevinfo -q path -n /dev/sdd)
sda wäre korrekt gewesen. Dieser Beitrag wurde bereits 1 mal editiert, zuletzt von »Webbutterfly« (21. November 2007, 11:59)
Ja sorry ich hab beides probiert weil ich mir selbst nicht mehr sicher war.=)
Zitat
Wieso denn hda? Des ist doch dein CDROMsda wäre korrekt gewesen.
Du kennst vielleicht das HowTo hier: Burning Board, entwickelt von WoltLab GmbH.
UbuntuFreunde von Easyy-S und basslord seit 06.12.06
Ubuntufreunde.de runs on ubuntu 10.04





