0 Mitglieder und 1 Gast betrachten dieses Thema.
... In Vista installierte ich also erst Unetbootin...
sudo parted -l
mount
sudo bash -c "for d in \$(fdisk -l|grep -o \"/dev/[^ :]*\");do case \$(hexdump -v -s 0x80 -n 2 -e '2/1 \"%x\" \"\n\"' \$d) in 'aa75'|'5272') echo \$d: Grub Legacy;;'48b4'|'7c3c'|'020') echo \$d: Grub 2;;*) echo \$d;;esac;done"
Ich verstehe nicht so recht, was Du eigentlich gemacht hast.
The installation .exe file is copied to /unetbtin.exe, and this is added to autorun upon the next bootup. When run, this will uninstall UNetbootin by deleting the extracted files
sudo parted -lModel: ATA ST3250310AS (scsi)Disk /dev/sda: 250GBSector size (logical/physical): 512B/512BPartition Table: msdosNumber Start End Size Type File system Flags 1 32.3kB 74.0MB 74.0MB primary fat16 diag 2 74.4MB 2222MB 2147MB primary ntfs 3 2222MB 250GB 248GB primary ntfs bootModel: ATA SAMSUNG HD502IJ (scsi)Disk /dev/sdb: 500GBSector size (logical/physical): 512B/512BPartition Table: msdosNumber Start End Size Type File system Flags 1 1049kB 2501MB 2500MB primary linux-swap(v1) boot 2 2502MB 500GB 498GB extended 5 2502MB 24.5GB 22.0GB logical ext4 6 24.5GB 500GB 476GB logical ext4Model: FUJITSU MHZ2160BH G2 (scsi)Disk /dev/sdc: 160GBSector size (logical/physical): 512B/512BPartition Table: msdosNumber Start End Size Type File system Flags 1 32.3kB 160GB 160GB primary ntfsModel: WD Ext HDD 1021 (scsi)Disk /dev/sdd: 2000GBSector size (logical/physical): 512B/512BPartition Table: msdosNumber Start End Size Type File system Flags 1 1049kB 2000GB 2000GB primary ntfsModel: Generic Compact Flash (scsi)Disk /dev/sde: 1032MBSector size (logical/physical): 512B/512BPartition Table: msdosNumber Start End Size Type File system Flags 1 16.4kB 1024MB 1024MB primary fat16 boot
mount/cow on / type overlayfs (rw)proc on /proc type proc (rw,noexec,nosuid,nodev)sysfs on /sys type sysfs (rw,noexec,nosuid,nodev)udev on /dev type devtmpfs (rw,mode=0755)devpts on /dev/pts type devpts (rw,noexec,nosuid,gid=5,mode=0620)tmpfs on /run type tmpfs (rw,noexec,nosuid,size=10%,mode=0755)/dev/sda3 on /cdrom type fuseblk (rw,nosuid,nodev,relatime,user_id=0,group_id=0,allow_other,blksize=4096)/dev/loop0 on /rofs type squashfs (ro,noatime)none on /sys/fs/cgroup type tmpfs (rw)none on /sys/fs/fuse/connections type fusectl (rw)none on /sys/kernel/debug type debugfs (rw)none on /sys/kernel/security type securityfs (rw)tmpfs on /tmp type tmpfs (rw,nosuid,nodev)none on /run/lock type tmpfs (rw,noexec,nosuid,nodev,size=5242880)none on /run/shm type tmpfs (rw,nosuid,nodev)none on /run/user type tmpfs (rw,noexec,nosuid,nodev,size=104857600,mode=0755)none on /sys/fs/pstore type pstore (rw)binfmt_misc on /proc/sys/fs/binfmt_misc type binfmt_misc (rw,noexec,nosuid,nodev)systemd on /sys/fs/cgroup/systemd type cgroup (rw,noexec,nosuid,nodev,none,name=systemd)gvfsd-fuse on /run/user/999/gvfs type fuse.gvfsd-fuse (rw,nosuid,nodev,user=mint)/dev/sde1 on /media/mint/EOS_DIGITAL type vfat (rw,nosuid,nodev,uid=999,gid=999,shortname=mixed,dmask=0077,utf8=1,showexec,flush,uhelper=udisks2)/dev/sdc1 on /media/mint/Conrad type fuseblk (rw,nosuid,nodev,allow_other,default_permissions,blksize=4096)/dev/sdd1 on /media/mint/Elements type fuseblk (rw,nosuid,nodev,allow_other,default_permissions,blksize=4096)truecrypt on /tmp/.truecrypt_aux_mnt1 type fuse.truecrypt (rw,nosuid,nodev,allow_other)/dev/mapper/truecrypt1 on /media/truecrypt1 type vfat (rw,uid=999,gid=999,umask=077)
Ich habe mit Unetbootin ein Live-System erstellt, aber nicht auf einem USB-Stick, sondern auf der Festplatte c bzw sda.
Beim letzten bitte noch Enter drücken und nochmal zeigen...
/dev/sda/dev/sda1/dev/sda2/dev/sda3/dev/sdb: Grub 2/dev/sdb1/dev/sdb2/dev/sdb5/dev/sdb6/dev/sdd/dev/sdd1/dev/sdc/dev/sdc1/dev/sde/dev/sde1
ZitatÜblich ist das nicht, normalerweise macht man es so, wie ich es oben beschrieben habe.Ich weiß nicht, wie man üblicherweise Linux Mint installiert, es ist mein erstes Mal Wie gesagt, mein DVD-Gerät spinnt irgendwie. Einen USB-Stick entsprechender Größe hatte ich nicht zur Hand. Da dachte ich: Wenn auch das Booten eines Live-Systems von der Festplatte aus angeboten wird, dann nehme ich das doch.
Üblich ist das nicht, normalerweise macht man es so, wie ich es oben beschrieben habe.
sudo update-grub
Wenn du soweit bist, dann die Bootreihenfolge im BIOS umstellen und Mint booten.
Volltreffer! Ich musste im BIOS angeben, dass von der zweiten Festplatte aus gebootet werden soll. Jetzt klappt alles. Wie schön, danke!