Dwa systemy operacyjne
- marcin1982
- Moderator
- Posty: 1732
- Rejestracja: 05 maja 2011, 12:59
- Lokalizacja: Zagłębie Dąbrowskie
Podaj wynik skryptu bootinfoscript:
https://sourceforge.net/projects/bootinfoscript/
Jak go uruchomić - masz w samym pliku skryptu. Wyniki umieść w tagach CODE.
Poza tym ...
https://sourceforge.net/projects/bootinfoscript/
Jak go uruchomić - masz w samym pliku skryptu. Wyniki umieść w tagach CODE.
Poza tym ...
Kolega dedito nie pytał ile razy instalowałeś tylko czy nośnik jest oryginalny ... Napęd może się kończyć albo płyta - wszystko jest możliwe.Instalowałem już z niej windowsa 7 po setki razy. Jak mam to uruchomić? Ten linuks do samego końca wszystko mi komplikuje.
Kod: Zaznacz cały
Boot Info Script 0.61 [1 April 2012]
"gawk" could not be found, using "busybox awk" instead.
This may lead to unreliable results.
Identifying MBRs...
Computing Partition Table of /dev/sda...
Searching sda1 for information...
Searching sda2 for information...
Searching sda5 for information...
Searching sda6 for information...
Finished. The results are in the file "RESULTS.txt"
located in "/home/eliro/Pobrane/".
Kod: Zaznacz cały
Boot Info Script 0.61 [1 April 2012]
============================= Boot Info Summary: ===============================
=> Grub2 (v1.99) is installed in the MBR of /dev/sda and looks at sector 1 of
the same hard drive for core.img. core.img is at this location and looks
in partition 135 for .
sda1: __________________________________________________________________________
File system: ext4
Boot sector type: -
Boot sector info:
Operating System: Debian GNU/Linux 8
Boot files: /boot/grub/grub.cfg /etc/fstab
sda2: __________________________________________________________________________
File system: Extended Partition
Boot sector type: Unknown
Boot sector info:
sda5: __________________________________________________________________________
File system: swap
Boot sector type: -
Boot sector info:
sda6: __________________________________________________________________________
File system: ext4
Boot sector type: -
Boot sector info:
Operating System:
Boot files:
============================ Drive/Partition Info: =============================
Drive: sda _____________________________________________________________________
Disk /dev/sda: 149,1 GiB, 160041885696 bytes, 312581808 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Partition Boot Start Sector End Sector # of Sectors Id System
/dev/sda1 * 2,048 19,531,775 19,529,728 83 Linux
/dev/sda2 19,533,822 312,580,095 293,046,274 5 Extended
/dev/sda5 19,533,824 31,270,911 11,737,088 82 Linux swap / Solaris
/dev/sda6 31,272,960 312,580,095 281,307,136 83 Linux
"blkid" output: ________________________________________________________________
Device UUID TYPE LABEL
/dev/sda1 a0a702a3-afd9-450d-928d-c66af1f452f9 ext4
/dev/sda5 6b8c5fbe-ba92-4cd2-853b-0459934d6875 swap
/dev/sda6 1027ce94-611e-4547-883e-d4562bf7e4c4 ext4
/dev/sr0 udf Windows 7
================================ Mount points: =================================
Device Mount_Point Type Options
/dev/sda1 / ext4 (rw,relatime,errors=remount-ro,data=ordered)
/dev/sda6 /home ext4 (rw,relatime,data=ordered)
=========================== sda1/boot/grub/grub.cfg: ===========================
--------------------------------------------------------------------------------
#
# DO NOT EDIT THIS FILE
#
# It is automatically generated by grub-mkconfig using templates
# from /etc/grub.d and settings from /etc/default/grub
#
### BEGIN /etc/grub.d/00_header ###
if [ -s $prefix/grubenv ]; then
set have_grubenv=true
load_env
fi
if [ "${next_entry}" ] ; then
set default="${next_entry}"
set next_entry=
save_env next_entry
set boot_once=true
else
set default="0"
fi
if [ x"${feature_menuentry_id}" = xy ]; then
menuentry_id_option="--id"
else
menuentry_id_option=""
fi
export menuentry_id_option
if [ "${prev_saved_entry}" ]; then
set saved_entry="${prev_saved_entry}"
save_env saved_entry
set prev_saved_entry=
save_env prev_saved_entry
set boot_once=true
fi
function savedefault {
if [ -z "${boot_once}" ]; then
saved_entry="${chosen}"
save_env saved_entry
fi
}
function load_video {
if [ x$feature_all_video_module = xy ]; then
insmod all_video
else
insmod efi_gop
insmod efi_uga
insmod ieee1275_fb
insmod vbe
insmod vga
insmod video_bochs
insmod video_cirrus
fi
}
if [ x$feature_default_font_path = xy ] ; then
font=unicode
else
insmod part_msdos
insmod ext2
set root='hd0,msdos1'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 a0a702a3-afd9-450d-928d-c66af1f452f9
else
search --no-floppy --fs-uuid --set=root a0a702a3-afd9-450d-928d-c66af1f452f9
fi
font="/usr/share/grub/unicode.pf2"
fi
if loadfont $font ; then
set gfxmode=auto
load_video
insmod gfxterm
set locale_dir=$prefix/locale
set lang=pl_PL
insmod gettext
fi
terminal_output gfxterm
if [ "${recordfail}" = 1 ] ; then
set timeout=-1
else
if [ x$feature_timeout_style = xy ] ; then
set timeout_style=menu
set timeout=5
# Fallback normal timeout code in case the timeout_style feature is
# unavailable.
else
set timeout=5
fi
fi
### END /etc/grub.d/00_header ###
### BEGIN /etc/grub.d/05_debian_theme ###
insmod part_msdos
insmod ext2
set root='hd0,msdos1'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 a0a702a3-afd9-450d-928d-c66af1f452f9
else
search --no-floppy --fs-uuid --set=root a0a702a3-afd9-450d-928d-c66af1f452f9
fi
insmod png
if background_image /usr/share/images/desktop-base/lines-grub.png; then
set color_normal=white/black
set color_highlight=black/white
else
set menu_color_normal=cyan/blue
set menu_color_highlight=white/blue
fi
### END /etc/grub.d/05_debian_theme ###
### BEGIN /etc/grub.d/10_linux ###
function gfxmode {
set gfxpayload="${1}"
}
set linux_gfx_mode=
export linux_gfx_mode
menuentry 'Debian GNU/Linux' --class debian --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-simple-a0a702a3-afd9-450d-928d-c66af1f452f9' {
load_video
insmod gzio
if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
insmod part_msdos
insmod ext2
set root='hd0,msdos1'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 a0a702a3-afd9-450d-928d-c66af1f452f9
else
search --no-floppy --fs-uuid --set=root a0a702a3-afd9-450d-928d-c66af1f452f9
fi
echo 'Wczytywanie systemu Linux 3.16.0-4-amd64...'
linux /boot/vmlinuz-3.16.0-4-amd64 root=UUID=a0a702a3-afd9-450d-928d-c66af1f452f9 ro quiet
echo 'Wczytywanie początkowego dysku RAM...'
initrd /boot/initrd.img-3.16.0-4-amd64
}
submenu 'Opcje zaawansowane dla systemu Debian GNU/Linux' $menuentry_id_option 'gnulinux-advanced-a0a702a3-afd9-450d-928d-c66af1f452f9' {
menuentry 'Debian GNU/Linux, za pomocą systemu Linux 3.16.0-4-amd64' --class debian --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.16.0-4-amd64-advanced-a0a702a3-afd9-450d-928d-c66af1f452f9' {
load_video
insmod gzio
if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
insmod part_msdos
insmod ext2
set root='hd0,msdos1'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 a0a702a3-afd9-450d-928d-c66af1f452f9
else
search --no-floppy --fs-uuid --set=root a0a702a3-afd9-450d-928d-c66af1f452f9
fi
echo 'Wczytywanie systemu Linux 3.16.0-4-amd64...'
linux /boot/vmlinuz-3.16.0-4-amd64 root=UUID=a0a702a3-afd9-450d-928d-c66af1f452f9 ro quiet
echo 'Wczytywanie początkowego dysku RAM...'
initrd /boot/initrd.img-3.16.0-4-amd64
}
menuentry 'Debian GNU/Linux, with Linux 3.16.0-4-amd64 (recovery mode)' --class debian --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.16.0-4-amd64-recovery-a0a702a3-afd9-450d-928d-c66af1f452f9' {
load_video
insmod gzio
if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
insmod part_msdos
insmod ext2
set root='hd0,msdos1'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 a0a702a3-afd9-450d-928d-c66af1f452f9
else
search --no-floppy --fs-uuid --set=root a0a702a3-afd9-450d-928d-c66af1f452f9
fi
echo 'Wczytywanie systemu Linux 3.16.0-4-amd64...'
linux /boot/vmlinuz-3.16.0-4-amd64 root=UUID=a0a702a3-afd9-450d-928d-c66af1f452f9 ro single
echo 'Wczytywanie początkowego dysku RAM...'
initrd /boot/initrd.img-3.16.0-4-amd64
}
}
### END /etc/grub.d/10_linux ###
### BEGIN /etc/grub.d/20_linux_xen ###
### END /etc/grub.d/20_linux_xen ###
### BEGIN /etc/grub.d/30_os-prober ###
### END /etc/grub.d/30_os-prober ###
### BEGIN /etc/grub.d/30_uefi-firmware ###
### END /etc/grub.d/30_uefi-firmware ###
### BEGIN /etc/grub.d/40_custom ###
# This file provides an easy way to add custom menu entries. Simply type the
# menu entries you want to add after this comment. Be careful not to change
# the 'exec tail' line above.
### END /etc/grub.d/40_custom ###
### BEGIN /etc/grub.d/41_custom ###
if [ -f ${config_directory}/custom.cfg ]; then
source ${config_directory}/custom.cfg
elif [ -z "${config_directory}" -a -f $prefix/custom.cfg ]; then
source $prefix/custom.cfg;
fi
### END /etc/grub.d/41_custom ###
--------------------------------------------------------------------------------
=============================== sda1/etc/fstab: ================================
--------------------------------------------------------------------------------
# /etc/fstab: static file system information.
#
# Use 'blkid' to print the universally unique identifier for a
# device; this may be used with UUID= as a more robust way to name devices
# that works even if disks are added and removed. See fstab(5).
#
# <file system> <mount point> <type> <options> <dump> <pass>
# / was on /dev/sda1 during installation
UUID=a0a702a3-afd9-450d-928d-c66af1f452f9 / ext4 errors=remount-ro 0 1
# /home was on /dev/sda6 during installation
UUID=1027ce94-611e-4547-883e-d4562bf7e4c4 /home ext4 defaults 0 2
# swap was on /dev/sda5 during installation
UUID=6b8c5fbe-ba92-4cd2-853b-0459934d6875 none swap sw 0 0
/dev/sr0 /media/cdrom0 udf,iso9660 user,noauto 0 0
--------------------------------------------------------------------------------
=================== sda1: Location of files loaded by Grub: ====================
GiB - GB File Fragment(s)
======================== Unknown MBRs/Boot Sectors/etc: ========================
Unknown BootLoader on sda2
00000000 9f 00 1d a5 00 1d a8 00 1e ac 00 1f ae 00 25 b7 |..............%.|
00000010 00 26 ba 00 28 bf 00 2a c3 00 2a c5 00 2f ca 00 |.&..(..*..*../..|
00000020 30 cc 00 33 cf 00 35 d2 00 36 d4 00 37 d6 00 37 |0..3..5..6..7..7|
00000030 d6 00 38 d7 00 3a da 00 3b da 00 39 d9 00 39 d9 |..8..:..;..9..9.|
00000040 00 39 d7 00 38 d6 00 38 d6 00 36 d5 00 36 d4 00 |.9..8..8..6..6..|
00000050 35 d4 00 35 d2 00 34 d2 00 34 d2 00 32 cf 00 32 |5..5..4..4..2..2|
00000060 ce 00 32 ce 00 32 cf 00 33 cf 00 32 ce 00 33 cf |..2..2..3..2..3.|
00000070 00 33 d1 00 35 d1 00 35 d3 00 36 d4 00 34 d3 00 |.3..5..5..6..4..|
00000080 36 d3 00 35 d2 00 34 d1 00 34 d1 00 33 d1 00 32 |6..5..4..4..3..2|
00000090 cf 00 33 cf 00 31 cc 00 2f cb 00 2f cb 00 2f cb |..3..1../../../.|
000000a0 00 2e c8 00 2e c8 00 2e c7 00 2e c8 00 2e c8 00 |................|
000000b0 2c c7 00 2e c9 00 30 cd 00 33 d1 00 36 d5 00 3c |,.....0..3..6..<|
000000c0 dc 00 3d df 00 44 e4 00 48 e8 00 4b ec 00 50 f0 |..=..D..H..K..P.|
000000d0 00 53 f3 00 56 f6 00 5a fa 00 5f fd 00 67 fd 00 |.S..V..Z.._..g..|
000000e0 70 fd 00 73 fd 00 71 fd 00 74 fd 00 77 fd 00 77 |p..s..q..t..w..w|
000000f0 fd 00 77 fd 00 74 fd 00 75 fd 73 73 73 73 73 73 |..w..t..u.ssssss|
00000100 00 07 4e 00 08 53 00 09 57 00 09 5b 00 09 63 00 |..N..S..W..[..c.|
00000110 0b 68 00 0c 6e 00 0d 71 00 0e 73 00 0f 77 00 0f |.h..n..q..s..w..|
00000120 7b 00 0f 7d 00 11 7f 00 11 81 00 12 84 00 12 84 |{..}............|
00000130 01 0b 53 3b 3b 42 57 56 56 4c 4c 4c 83 82 81 e9 |..S;;BWVVLLL....|
00000140 e6 e4 ea e7 e3 a7 a6 a4 4f 50 7a 6b 6b bc 6d 6d |........OPzkk.mm|
00000150 ba 6a 6a b8 6b 6b b6 69 69 b1 68 68 aa 67 67 a2 |.jj.kk.ii.hh.gg.|
00000160 66 66 9b 66 66 99 66 66 9d 65 65 9f 64 64 9f 63 |ff.ff.ff.ee.dd.c|
00000170 63 9b 62 62 98 61 61 93 61 61 8d 5f 5f 8c 5f 5f |c.bb.aa.aa.__.__|
00000180 8c 5d 5d 89 5e 5e 89 61 61 8c 64 64 90 52 52 87 |.]].^^.aa.dd.RR.|
00000190 4d 4c 5e b5 b3 ae eb e8 e7 9e 9c 9e 04 0b 40 00 |ML^...........@.|
000001a0 0c 64 00 0c 6e 00 0d 71 00 0d 71 00 0e 78 00 0f |.d..n..q..q..x..|
000001b0 7e 00 0f 77 00 0e 73 00 0d 71 00 0d 72 00 00 fe |~..w..s..q..r...|
000001c0 ff ff 82 fe ff ff 02 00 00 00 00 18 b3 00 00 fe |................|
000001d0 ff ff 05 fe ff ff 02 18 b3 00 00 70 c4 10 00 00 |...........p....|
000001e0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
000001f0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 55 aa |..............U.|
00000200
=============================== StdErr Messages: ===============================
cat: /tmp/BootInfo-7MoYLg0Y/Tmp_Log: Nie ma takiego pliku ani katalogu
- marcin1982
- Moderator
- Posty: 1732
- Rejestracja: 05 maja 2011, 12:59
- Lokalizacja: Zagłębie Dąbrowskie
Przypuszczam, że instalator Windowsa głupieje jeśli trafi na dysk z linuksowymi systemami plików. Nie masz żadnych partycji sformatowanych w systemie plików NTFS.
Co zrobić? Wydzielić co najmniej jedną partycję podstawową i sformatować ją na NTFS. Nie wiem ile potrzeba, ale rozsądnie będzie dać GIGANTOWI Z REDMOND 50 GB. Jeśli będzie domagał się utworzenia partycji ~100 MB na pliki rozruchowe - trzeba będzie bardziej przemodelować dysk. Wtedy ustawiłbym partycje dla W. na początku dysku - pierwsza i druga. Linuks byłby na rozszerzonej.
Nie wiem na ile czujesz się zaawansowany, ale bez żadnych problemów można przenieść pliki linuksa na inny nośnik, np. zewn. dysk twardy, pendrive (co się da to skompresować), a potem przywrócić (konieczna edycja /etc/fstab lub ustawienie wg numeru urządzenia blokowego zamiast UUID).
Co zrobić? Wydzielić co najmniej jedną partycję podstawową i sformatować ją na NTFS. Nie wiem ile potrzeba, ale rozsądnie będzie dać GIGANTOWI Z REDMOND 50 GB. Jeśli będzie domagał się utworzenia partycji ~100 MB na pliki rozruchowe - trzeba będzie bardziej przemodelować dysk. Wtedy ustawiłbym partycje dla W. na początku dysku - pierwsza i druga. Linuks byłby na rozszerzonej.
Nie wiem na ile czujesz się zaawansowany, ale bez żadnych problemów można przenieść pliki linuksa na inny nośnik, np. zewn. dysk twardy, pendrive (co się da to skompresować), a potem przywrócić (konieczna edycja /etc/fstab lub ustawienie wg numeru urządzenia blokowego zamiast UUID).