0 کاربر و 1 مهمان درحال مشاهده موضوع.
mount -t ext4 /dev/sda2 /media/root
sudo grub-install /dev/sda
sudo apt-get update
نقلقول از: ali.abry در 04 تیر 1392، 12:03 بظبه صورت live بیا بالا خروجی این رو بزار :کد: [انتخاب]sudo fdisk -Lخروجی دستوری که خواسته بودید البته در پستهای قبلی گذاشته بودمکد: [انتخاب]ubuntu@ubuntu:~$ sudo fdisk -lDisk /dev/sda: 160.0 GB, 160041885696 bytes255 heads, 63 sectors/track, 19457 cylindersUnits = cylinders of 16065 * 512 = 8225280 bytesSector size (logical/physical): 512 bytes / 512 bytesI/O size (minimum/optimal): 512 bytes / 512 bytesDisk identifier: 0xac78ac78 Device Boot Start End Blocks Id System/dev/sda1 * 2 3550 28507342+ 7 HPFS/NTFS/dev/sda2 16300 19441 25232213 83 Linux/dev/sda3 3551 16300 102410193 f W95 Ext'd (LBA)/dev/sda5 3551 8552 40178533+ 7 HPFS/NTFS/dev/sda6 8554 9589 8321639 7 HPFS/NTFS/dev/sda7 9590 14118 36379161 7 HPFS/NTFS/dev/sda8 14119 16117 16056935 7 HPFS/NTFS/dev/sda9 16118 16300 1465344 82 Linux swap / SolarisPartition table entries are not in disk orderubuntu@ubuntu:~$ نقلقولاگر اشتباه نکنم دستور پست اولت مشکل داره این شکلی بزنش :کد: [انتخاب]sudo grub-install --root-directory=/media/root/bootاون شکلی که اول زدی پوشه گراب رو تو روت پارتیشن لینوکست میسازه نه تو پوشه بوتمشکل تو دستور زیر است که قبل از دستوریست که شما اشاره کردیدکد: [انتخاب]root@ubuntu:~# mount /dev/sda2/ media/rootmount: mount point media/root does not existroot@ubuntu:~# نقلقول از: ali.abry در 08 تیر 1392، 06:23 بظسیستمت سیستم ساده ای هستش . یک هارد دیسک داره با یک ویندوز سون. نگفتی این دستور رو به تنهایی زدی یا نه ؟کد: [انتخاب]sudo grub-installدستور اشتباه استکد: [انتخاب]ubuntu@ubuntu:~$ sudo grub-installinstall_device not specified.Usage: grub-install [OPTION] install_deviceInstall GRUB on your drive. -h, --help print this message and exit -v, --version print the version information and exit --modules=MODULES pre-load specified modules MODULES --root-directory=DIR install GRUB images under the directory DIR instead of the root directory --grub-setup=FILE use FILE as grub-setup --grub-mkimage=FILE use FILE as grub-mkimage --grub-probe=FILE use FILE as grub-probe --no-floppy do not probe any floppy drive --recheck probe a device map even if it already exists --force install even if problems are detected --disk-module=MODULE disk module to useINSTALL_DEVICE can be a GRUB device name or a system device filename.grub-install copies GRUB images into /boot/grub (or /grub on NetBSD andOpenBSD), and uses grub-setup to install grub into the boot sector.If the --root-directory option is used, then grub-install will copyimages into the operating system installation rooted at that directory.Report bugs to <bug-grub@gnu.org>.ubuntu@ubuntu:~$ نقلقول از: farshid-foss در 08 تیر 1392، 08:49 بظبازگردانی گراب ۲ پس از نصب ویندوزدر مرحله نصب که با دستوره sudo apt-get install -y boot-repair هست میگه پکیج رو پیدا نمیکنهکد: [انتخاب]root@ubuntu:~# sudo apt-get install -y boot-repairReading package lists... DoneBuilding dependency tree Reading state information... DoneE: Couldn't find package boot-repairroot@ubuntu:~# موضوعی که اتفاقی متوجه شدم اینه که روی sda6 عمل mount رو انجام میده ولی روی sda2 نمیده مثلا الان که دوباره تست کردم پیغام زیر رو میدهکد: [انتخاب]root@ubuntu:~# mount /dev/sda2 /media/rootmount: wrong fs type, bad option, bad superblock on /dev/sda2, missing codepage or helper program, or other error In some cases useful info is found in syslog - try dmesg | tail or soroot@ubuntu:~#
به صورت live بیا بالا خروجی این رو بزار :کد: [انتخاب]sudo fdisk -L
sudo fdisk -L
ubuntu@ubuntu:~$ sudo fdisk -lDisk /dev/sda: 160.0 GB, 160041885696 bytes255 heads, 63 sectors/track, 19457 cylindersUnits = cylinders of 16065 * 512 = 8225280 bytesSector size (logical/physical): 512 bytes / 512 bytesI/O size (minimum/optimal): 512 bytes / 512 bytesDisk identifier: 0xac78ac78 Device Boot Start End Blocks Id System/dev/sda1 * 2 3550 28507342+ 7 HPFS/NTFS/dev/sda2 16300 19441 25232213 83 Linux/dev/sda3 3551 16300 102410193 f W95 Ext'd (LBA)/dev/sda5 3551 8552 40178533+ 7 HPFS/NTFS/dev/sda6 8554 9589 8321639 7 HPFS/NTFS/dev/sda7 9590 14118 36379161 7 HPFS/NTFS/dev/sda8 14119 16117 16056935 7 HPFS/NTFS/dev/sda9 16118 16300 1465344 82 Linux swap / SolarisPartition table entries are not in disk orderubuntu@ubuntu:~$
اگر اشتباه نکنم دستور پست اولت مشکل داره این شکلی بزنش :کد: [انتخاب]sudo grub-install --root-directory=/media/root/bootاون شکلی که اول زدی پوشه گراب رو تو روت پارتیشن لینوکست میسازه نه تو پوشه بوت
sudo grub-install --root-directory=/media/root/boot
root@ubuntu:~# mount /dev/sda2/ media/rootmount: mount point media/root does not existroot@ubuntu:~#
سیستمت سیستم ساده ای هستش . یک هارد دیسک داره با یک ویندوز سون. نگفتی این دستور رو به تنهایی زدی یا نه ؟کد: [انتخاب]sudo grub-install
sudo grub-install
ubuntu@ubuntu:~$ sudo grub-installinstall_device not specified.Usage: grub-install [OPTION] install_deviceInstall GRUB on your drive. -h, --help print this message and exit -v, --version print the version information and exit --modules=MODULES pre-load specified modules MODULES --root-directory=DIR install GRUB images under the directory DIR instead of the root directory --grub-setup=FILE use FILE as grub-setup --grub-mkimage=FILE use FILE as grub-mkimage --grub-probe=FILE use FILE as grub-probe --no-floppy do not probe any floppy drive --recheck probe a device map even if it already exists --force install even if problems are detected --disk-module=MODULE disk module to useINSTALL_DEVICE can be a GRUB device name or a system device filename.grub-install copies GRUB images into /boot/grub (or /grub on NetBSD andOpenBSD), and uses grub-setup to install grub into the boot sector.If the --root-directory option is used, then grub-install will copyimages into the operating system installation rooted at that directory.Report bugs to <bug-grub@gnu.org>.ubuntu@ubuntu:~$
بازگردانی گراب ۲ پس از نصب ویندوز
root@ubuntu:~# sudo apt-get install -y boot-repairReading package lists... DoneBuilding dependency tree Reading state information... DoneE: Couldn't find package boot-repairroot@ubuntu:~#
root@ubuntu:~# mount /dev/sda2 /media/rootmount: wrong fs type, bad option, bad superblock on /dev/sda2, missing codepage or helper program, or other error In some cases useful info is found in syslog - try dmesg | tail or soroot@ubuntu:~#
اون موینت که کار نمیکنه باید بهش بگی چه نوع فایل سیستمی رو میخای موینت کنی تا بتونه موینت کنه. دایرکتوری media/boot/ هم از قبل باید وجود داشته باشهکد: [انتخاب]mount -t ext4 /dev/sda2 /media/roothttp://30li.ir/bash/commands/mount[/code]
ubuntu@ubuntu:~$ sudo -iroot@ubuntu:~# mkdir /media/rootroot@ubuntu:~# mount -t ext4 /dev/sda2 /media/rootmount: wrong fs type, bad option, bad superblock on /dev/sda2, missing codepage or helper program, or other error In some cases useful info is found in syslog - try dmesg | tail or soroot@ubuntu:~#
sudo add-apt-repository ppa:yannubuntu/boot-repairsudo apt-get updatesudo apt-get install -y boot-repair
ببخشيد من يه سوالى بزام پيش اومد موينت گرافيكى با ترمينال فرق داره؟با ناوتيلوس بازش کنيم نميشه؟