| Author |
Message |
|
|
Post subject:
Posted: Aug 12, 2008 - 03:50 PM
|
|

Joined: Nov 30, 2006
Posts: 1010
Location: Nimritz / Thüringen
Status: Offline
|
|
Look at your post with the output of
ls -al /dev/disk/by-uuid
there u can read the right ones! |
_________________
|
| |
|
|
|
 |
|
|
Post subject:
Posted: Aug 12, 2008 - 10:44 PM
|
|

Joined: Dec 05, 2006
Posts: 496
Location: Venezuela
Status: Offline
|
|
# automatically added, ST340014A-5JX2V8ZC-part1, /dev/sda1
UUID=c87d6332-1942-47ef-94a5-250b602f3b60 /media/disk1part1 ext3 auto,users,exec,noatime 0 2
# automatically added, ST340014A-5JX2V8ZC-part5, /dev/sda5
UUID=c29ba650-3951-4af1-86da-95b0703adb04 none swap sw 0 0
Correct these two lines in your fstab.
I inserted the corrections into your fstab copy from your listing from
ls -al /dev/disk/by-uuid:
lrwxrwxrwx 1 root root 10 2008-08-11 21:25 8a113203-943b-4df1-9afe-0f18f460ae10 -> ../../sdc1
lrwxrwxrwx 1 root root 10 2008-08-11 21:25 9644b726-00f5-476a-94be-8bf5767440fd -> ../../sdc3
lrwxrwxrwx 1 root root 10 2008-08-11 21:25 b8a6f3a6-fe9c-44b4-b3f3-8121fe445c26 -> ../../sdb2
lrwxrwxrwx 1 root root 10 2008-08-11 21:25 c0f991c9-1a16-4fe2-b824-ecac2448d5f7 -> ../../sdb1
lrwxrwxrwx 1 root root 10 2008-08-11 21:25 c29ba650-3951-4af1-86da-95b0703adb04 -> ../../sda5
lrwxrwxrwx 1 root root 10 2008-08-11 21:25 c87d6332-1942-47ef-94a5-250b602f3b60 -> ../../sda1 |
_________________ ourea-xfce, 2.6.26-5.slh.6-sidux-686, krusader
|
| |
|
|
|
 |
|
|
Post subject:
Posted: Aug 12, 2008 - 11:28 PM
|
|
Joined: Mar 24, 2008
Posts: 143
Location: Oregon
Status: Offline
|
|
OK, I'll give it a try.
... it worked! no CTRL+D needed.
Thank you. Now how would I go about making sidux the grub/bootloader instead of Xubuntu? I've tried reading about grub, but its hard for me to understand. |
|
|
| |
|
|
|
 |
|
|
Post subject:
Posted: Aug 13, 2008 - 12:05 AM
|
|

Joined: Dec 05, 2006
Posts: 496
Location: Venezuela
Status: Offline
|
|
!"·##*!@*+*#
It is hard for me to understand without knowing where, which drive you want to put it on.
Forgive me. Sometimes I get impatient also.
michaa62 mentioned:
grub-install --no-floppy --recheck /dev/sda
a)As root, Reinstall Grub, if required:
# grub-install –recheck --no-floppy root-directory=/media/diskx /dev/sdy
or:
# grub
grub> find /boot/grub/stage1
grub> root (hdx,y)
grub> setup (hdx)
grub> quit
Tell me what drive and partition you are/ want to install to.
You can best run these commands after booting from the LiveCD.
It is safer. Though a bit of a PITA to reboot each time. |
_________________ ourea-xfce, 2.6.26-5.slh.6-sidux-686, krusader
|
| |
|
|
|
 |
|
|
Post subject:
Posted: Aug 13, 2008 - 01:21 AM
|
|
Joined: Mar 24, 2008
Posts: 143
Location: Oregon
Status: Offline
|
|
I would put it on the sidux hdd which is: sdc1
Thank you  |
|
|
| |
|
|
|
 |
|
|
|
|