Advertisement
Guest User

Output

a guest
Feb 24th, 2017
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.83 KB | None | 0 0
  1. --- Befehle beim momentanen Booten ---
  2. set boot=(hd0m,msdos5)
  3. set prefix=(hd0,msdos5)/boot/grub
  4. insmod normal
  5. normal
  6.  
  7.  
  8. --- Installieren des stand-alone Grubs ---
  9. sudo grub-install --boot-directory=(hd0,msdos5) --no-floppy /dev/sda1
  10. menuentry "Windows 10" {
  11. set root=(hd0,msdos5)
  12. chainloader +1
  13. }
  14.  
  15.  
  16. --- Output von Parted -l ---
  17. Model: ATA WDC WD20EURS-63S (scsi)
  18. Disk /dev/sda: 2000GB
  19. Sector size (logical/physical): 512B74096B
  20. Partition Table: msdos
  21. Disk Flags:
  22.  
  23. Number Start End Size Type File system Flags
  24. 1 1049kB 106MB 105MB primary ntfs boot
  25. 2 106MB 1049GB 1048GB primary ntfs
  26. 3 1049GB 2000GB 952GB extended lba
  27. 5 1049GB 1355GB 306GB logical ext4
  28. 6 1355 1363GB 8541MB logical linux-swap(v1)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement