Install fail on writing partition table - SL 5.3 [Solved]

Installer Issues via Installer -- Not for global upgrades or upgrading individual packages -- ONLY ISSUES WITH INSTALLATION OF THE OS -- Can't get Sabayon installed, than post here, otherwise use correct forums

Moderator: Moderators

Re: Installation fail on writing partition table - SL 5.3

Postby Fitzcarraldo » Fri Jun 11, 2010 20:34

Reemz, just so you know how it works, below I created two files, file1.txt and file2.txt. I used the diff command to create a file patch.txt which documented the difference between the two files. This file is the patch file that can be applied to file1.txt to change it into file2.txt, as shown below:

Code: Select all
$ cat file1.txt
This is the file I am going to use in a test to see how to apply a patch.
$ cat file2.txt
This is the file that I want to end up with after I have applied a patch to file1.txt.
Let's hope it works.
$ diff -uN file1.txt file2.txt > patch.txt
$ cat patch.txt
--- file1.txt   2010-06-11 21:24:09.459681427 +0100
+++ file2.txt   2010-06-11 21:23:28.298308933 +0100
@@ -1 +1,2 @@
-This is the file I am going to use in a test to see how to apply a patch.
+This is the file that I want to end up with after I have applied a patch to file1.txt.
+Let's hope it works.
$ patch file1.txt < patch.txt
patching file file1.txt
$ cat file1.txt
This is the file that I want to end up with after I have applied a patch to file1.txt.
Let's hope it works.
$
User avatar
Fitzcarraldo
Sagely Hen
 
Posts: 7328
Joined: Sat Mar 10, 2007 5:40
Location: United Kingdom

Re: Installation fail on writing partition table - SL 5.3

Postby ReemZ » Sat Jun 12, 2010 12:22

Fitz, you fscking rule! :D
Joost haha thanks for the tip mate, think I'm gonna go with 'patch' instead of manual edit then, but this does get me interested in learning Python :)

And...
# lxnay: catch commit errors here and cross fingers
Hahahahaha nice to know 'the boss' trusts in himself :mrgreen:
Handtekening? Zeg...ik ga niet op m'n monitor schrijven!
User avatar
ReemZ
Old Dear Hen
 
Posts: 660
Joined: Mon Oct 27, 2008 10:50
Location: Here! No, here! Over heeeeeeere!

Re: Installation fail on writing partition table - SL 5.3

Postby joost » Sat Jun 12, 2010 12:24

You can update the current installer by running this as root:
# liveinst-update-quick


http://bugs.sabayon.org/show_bug.cgi?id=1515
User avatar
joost
Sagely Hen
 
Posts: 2313
Joined: Fri Nov 17, 2006 12:11
Location: The Netherlands

Re: Installation fail on writing partition table - SL 5.3

Postby ReemZ » Sat Jun 12, 2010 13:14

Shit, beat me to it :mrgreen:

I take it that replaces the "click on the Update Installer button" action hmm? ;)

Rebooting into SL 5.3 Live now, I'll keep you posted!
Handtekening? Zeg...ik ga niet op m'n monitor schrijven!
User avatar
ReemZ
Old Dear Hen
 
Posts: 660
Joined: Mon Oct 27, 2008 10:50
Location: Here! No, here! Over heeeeeeere!

Re: Installation fail on writing partition table - SL 5.3

Postby ReemZ » Sat Jun 12, 2010 14:09

Tried 'liveinst-update-quick', no joy: now it doesn't see any of my disks, see snapshot.
(Don't wanna touch /dev/sdb, where I've got my old, and working, SL4 install, or /dev/sdc, my external, but I wóuld like to see /dev/sda...)

Tried the patch (after reboot of course) and now it sees my disks again, let's see what happens...
Attachments
snapshot4.png
Snapshot drive selection
snapshot4.png (40.07 KiB) Viewed 759 times
Handtekening? Zeg...ik ga niet op m'n monitor schrijven!
User avatar
ReemZ
Old Dear Hen
 
Posts: 660
Joined: Mon Oct 27, 2008 10:50
Location: Here! No, here! Over heeeeeeere!

Re: Installation fail on writing partition table - SL 5.3

Postby ReemZ » Sat Jun 12, 2010 14:23

Seems to be creating filesystems! :D
*crosses fingers hoping nothing else will fail now*
w00t! Asks me where to install the bootloader!

OK, seems like 'liveinst-update-quick' doesn't work, but the patch does :D
Stay tuned...
Handtekening? Zeg...ik ga niet op m'n monitor schrijven!
User avatar
ReemZ
Old Dear Hen
 
Posts: 660
Joined: Mon Oct 27, 2008 10:50
Location: Here! No, here! Over heeeeeeere!

Re: Installation fail on writing partition table - SL 5.3

Postby ReemZ » Sat Jun 12, 2010 15:23

OK, installed, rebooted, looking at a nice grub> prompt now, probably because I had grub install to /dev/sda1 (changed it from MBR to boot sector as I've done up to SL5.1) so gonna try the install-with-patch one more time, this time leaving it to installing grub on /dev/sda.
Not a fscking clue as to why that should make a difference, google didn't really help me get anywhere and as the Sabayon Forum Search simply ignores 75% of the keywords, I have no idea where to look for answers.
(Glad I never touched sdb, can still boot into SL4 by changing disk order in BIOS, and yes, I know, I could create an entry in grub on sdb for SL5.3 but right now I don't even cáre to find out how. Besides, the install itself is a lot faster than learning grub and tbh I'm a little tired (of learning, but also just tired) right now.)

If it works, I'll mark this as solved.
If it doesn't, I'm gonna bin this dvd and try re-installing 5.1...
Handtekening? Zeg...ik ga niet op m'n monitor schrijven!
User avatar
ReemZ
Old Dear Hen
 
Posts: 660
Joined: Mon Oct 27, 2008 10:50
Location: Here! No, here! Over heeeeeeere!

Re: Installation fail on writing partition table - SL 5.3

Postby ReemZ » Sat Jun 12, 2010 15:44

OK, guess the MBR vs boot sector thing was it, I haz grub nao!
And it shows me both SL5.3 (/dev/sda) and SL4.0 (/dev/sdb), both with recovery modes as well.
Booted into SL4 to check, works!
Gonna reboot into SL5.3 now...fingers crossed...
Handtekening? Zeg...ik ga niet op m'n monitor schrijven!
User avatar
ReemZ
Old Dear Hen
 
Posts: 660
Joined: Mon Oct 27, 2008 10:50
Location: Here! No, here! Over heeeeeeere!

Re: Installation fail on writing partition table - SL 5.3

Postby ReemZ » Sat Jun 12, 2010 15:51

IT BOOTS! AND I CAN LOGIN!

Marking this as solved!
Handtekening? Zeg...ik ga niet op m'n monitor schrijven!
User avatar
ReemZ
Old Dear Hen
 
Posts: 660
Joined: Mon Oct 27, 2008 10:50
Location: Here! No, here! Over heeeeeeere!

Previous

Return to Installer Issues - Anaconda **Not for Package Manager Stuff**

Who is online

Users browsing this forum: No registered users and 1 guest