![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| UNIX for Advanced & Expert Users Expert-to-Expert. Learn advanced UNIX, UNIX commands, Linux, Operating Systems, System Administration, Programming, Shell, Shell Scripts, Solaris, Linux, HP-UX, AIX, OS X, BSD. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| grub problem- keeps rebooting as soon as it tries to do grub | moesays | UNIX for Dummies Questions & Answers | 1 | 11-07-2007 05:46 AM |
| grub help | seshumohan | Linux | 8 | 02-02-2007 06:03 PM |
| Getting rid of grub | jad | Debian | 4 | 07-04-2006 10:57 AM |
| GRUB and windows XP | Micky | Linux | 1 | 10-22-2004 11:13 PM |
| Removing GRUB from XP-PRO | Cameron | Windows & DOS: Issues & Discussions | 2 | 04-06-2003 04:32 AM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
where is grub installed
Hi all, i am reading about USB bootable and it points me to grub in tutorial is issued command:
grub grub> find /boot/grub/stage1 but it gives me: Error 15: File not found i do not have any problems with grub, i can choose between M$ and Linux while boot so when i issue: sudo fdisk -l i see which partition is bootable (sda1) i have multiple partitons sda1, sda2, sda3, sda4 sda1 windows sda2 linux sda3 swap sda4 ntfs so my question: how can i know where is grub installed ? I found on net that is in directory /boot/grub/stage1 (sda2 in my case) but why I have bootable sda1 ?? can anyody explain that ? another question: I found grub can be installed on a partition Code:
grub> setup (hd0,0) Code:
grub> setup (hd0) last question: can i issue i think in my case command: Code:
grub> root (hd0,1) Code:
grub> find /boot/grub/stage1 realy last question: I create bootalbe usb with unetbootin which uses syslinux, is possible to boot M$ located on HDD throught that ? Thanks a lot ---------- Post updated at 04:29 PM ---------- Previous update was at 04:19 PM ---------- Seems that i answer 2nd question Code:
sudo dd if=/dev/sda bs=512 count=1 | od -a | grep G Code:
sudo dd if=/dev/sda1 bs=512 count=1 | od -a | grep G ---------- Post updated at 05:46 PM ---------- Previous update was at 04:29 PM ---------- I thing I ve found solution so /boot/grub/ contains grub files that are too big to store in MBR so they have to be located somewhere in hdd. Code:
grub> root(hd0,0) ![]() but still i would know if is possible from unetbootin created USB boot directly to harddisk partition (i dont want to press ctrl alt del) |
|
||||
|
Quote:
---------- Post updated at 10:00 AM ---------- Previous update was at 10:00 AM ---------- Quote:
![]() |
|
||||
|
I wan to edit boot menu on USB which is created by unetbootin (bootloader is syslinux) a tried to add
Code:
LABEL hdd localboot 0x80 but did not work, in isolinux this is for booting from first harddrive. I ve read that should be done using GRUB on USB but dont know how. |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|