[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Fwd: Progress report on CodeFestAkihabara, macbook Debian installation experience



On Mon, Jul 03, 2006 at 07:47:26AM +0900, Junichi Uekawa wrote:
> > >   Current work around is to reboot into rEFIt and run gptsync, and
> > >   then run d-i from CDROM, and then configure the bootloader.
> > > 
> > 
> > could you please give more details about this?
> 
> # apt-get install refit (when it enters past the NEW queue)
> # gptsync /dev/sda
> 
> I've temporarily put refit packages on:
> http://www.netfort.gr.jp/~dancer/tmp/20060702/

I chrooted into /target from the second console of d-i and
copied the deb package I got from your link.
I the installed it and run 
# gptsync /dev/sda

I then installed lilo and rebooted into osx; installed
refit inside osx and now I can succesfully dual boot.
Thanx alot for you help.

BTW, the patch below is needed to avoid some warnings

Davide

zino@slurp:~/refit/refit-0.7$ diff -u debian/rules.orig debian/rules
--- debian/rules.orig   2006-07-03 21:05:28.000000000 +0200
+++ debian/rules        2006-07-04 01:28:42.000000000 +0200
@@ -42,7 +42,7 @@
        -$(MAKE) -C refit clean
        -$(MAKE) -C gptsync -f Makefile.unix clean 
        #-$(MAKE) -C gptsync -f Makefile clean 
-       -rm gptsync/*.so gptsync/*.o gptsync/gptsync.efi
+       -rm -f gptsync/*.so gptsync/*.o gptsync/gptsync.efi
        dh_clean 
 
 install: build


Attachment: signature.asc
Description: Digital signature


Reply to: